From 3799aa228c6e4ae5f5f3d044ef66108d69af7703 Mon Sep 17 00:00:00 2001 From: tyler-mairose-sp Date: Thu, 7 Nov 2024 21:49:20 +0000 Subject: [PATCH] Apply automatic changes --- dereferenced/deref-sailpoint-api.beta.json | 494 +- dereferenced/deref-sailpoint-api.beta.yaml | 446 +- dereferenced/deref-sailpoint-api.v2024.json | 584 +- dereferenced/deref-sailpoint-api.v2024.yaml | 518 +- dereferenced/deref-sailpoint-api.v3.json | 567 +- dereferenced/deref-sailpoint-api.v3.yaml | 501 +- postman/collections/sailpoint-api-beta.json | 10060 +++++++-------- postman/collections/sailpoint-api-nerm.json | 1596 +-- postman/collections/sailpoint-api-v2024.json | 11232 ++++++++--------- postman/collections/sailpoint-api-v3.json | 6500 +++++----- 10 files changed, 17097 insertions(+), 15401 deletions(-) diff --git a/dereferenced/deref-sailpoint-api.beta.json b/dereferenced/deref-sailpoint-api.beta.json index 8b21b16f..4f080dbb 100644 --- a/dereferenced/deref-sailpoint-api.beta.json +++ b/dereferenced/deref-sailpoint-api.beta.json @@ -12819,6 +12819,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -12884,6 +12885,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -13968,6 +13970,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -14033,6 +14036,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -14947,6 +14951,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -15012,6 +15017,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -20708,10 +20714,17 @@ ] } ], + "x-sailpoint-userLevels": [ + "ORG_ADMIN", + "SOURCE_ADMIN", + "SOURCE_SUBADMIN", + "HELPDESK" + ], "parameters": [ { "in": "query", "name": "detailLevel", + "required": false, "schema": { "type": "string", "enum": [ @@ -20763,11 +20776,12 @@ { "in": "query", "name": "filters", + "required": false, "schema": { "type": "string" }, "example": "identityId eq \"2c9180858082150f0180893dbaf44201\"", - "description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*" + "description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*" }, { "in": "query", @@ -20868,16 +20882,50 @@ "description": "The identity state of the identity this account is correlated to" }, "connectionType": { - "nullable": true, "type": "string", + "nullable": true, "example": "direct", "description": "The connection type of the source this account is from" }, - "type": { - "type": "string", + "isMachine": { + "type": "boolean", + "default": false, + "description": "Indicates if the account is of machine type", + "example": true + }, + "recommendation": { "nullable": true, - "example": "NON_HUMAN", - "description": "The type of the account" + "description": "Indicates that the account is currently classified to be one type but is recommended to be a different one", + "example": { + "type": "MACHINE", + "method": "DISCOVERY" + }, + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "HUMAN", + "MACHINE" + ], + "description": "Recommended type of account.", + "example": "MACHINE" + }, + "method": { + "type": "string", + "enum": [ + "DISCOVERY", + "SOURCE", + "CRITERIA" + ], + "description": "Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.", + "example": "DISCOVERY" + } + }, + "required": [ + "type", + "method" + ] }, "attributes": { "type": "object", @@ -20929,7 +20977,7 @@ "uuid": { "type": "string", "description": "The unique ID of the account as determined by the account schema", - "example": "slpt.support", + "example": "{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}", "nullable": true }, "manuallyCorrelated": { @@ -20944,50 +20992,116 @@ }, "identity": { "description": "The identity this account is correlated to", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, "type": "object", "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "IDENTITY" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the identity", - "example": "2c918084660f45d6016617daa9210584" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the identity", - "example": "Adam Kennedy" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } }, "sourceOwner": { - "description": "The owner of the source this account belongs to", - "type": "object", "nullable": true, + "description": "The owner of the source this account belongs to.", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, + "type": "object", "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "IDENTITY" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the identity", - "example": "4c5c8534e99445de98eef6c75e25eb01" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the identity", - "example": "SailPoint Support" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } }, @@ -21009,52 +21123,60 @@ "example": "AGGREGATED" }, "ownerIdentity": { - "description": "The identity who owns this account, typically used for non-human accounts", - "type": "object", "nullable": true, - "properties": { - "type": { - "description": "The type of object being referenced", - "type": "string", - "enum": [ - "IDENTITY" - ], - "example": "IDENTITY" - }, - "id": { - "type": "string", - "description": "ID of the identity", - "example": "2c918084660f45d6016617daa9210584" - }, - "name": { - "type": "string", - "description": "Human-readable display name of the identity", - "example": "Adam Kennedy" - } - } - }, - "ownerGroup": { - "description": "The governance group who owns this account, typically used for non-human accounts", + "description": "The identity who owns this account, used only for machine accounts", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, "type": "object", - "nullable": true, "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "GOVERNANCE_GROUP" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "GOVERNANCE_GROUP" + "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the governance group", - "example": "8d3e0094e99445de98eef6c75e25jc04" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the governance group", - "example": "GovGroup AX17Z" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } } @@ -21447,6 +21569,11 @@ ] } ], + "x-sailpoint-userLevels": [ + "ORG_ADMIN", + "SOURCE_ADMIN", + "SOURCE_SUBADMIN" + ], "requestBody": { "required": true, "content": { @@ -21941,16 +22068,50 @@ "description": "The identity state of the identity this account is correlated to" }, "connectionType": { - "nullable": true, "type": "string", + "nullable": true, "example": "direct", "description": "The connection type of the source this account is from" }, - "type": { - "type": "string", + "isMachine": { + "type": "boolean", + "default": false, + "description": "Indicates if the account is of machine type", + "example": true + }, + "recommendation": { "nullable": true, - "example": "NON_HUMAN", - "description": "The type of the account" + "description": "Indicates that the account is currently classified to be one type but is recommended to be a different one", + "example": { + "type": "MACHINE", + "method": "DISCOVERY" + }, + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "HUMAN", + "MACHINE" + ], + "description": "Recommended type of account.", + "example": "MACHINE" + }, + "method": { + "type": "string", + "enum": [ + "DISCOVERY", + "SOURCE", + "CRITERIA" + ], + "description": "Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.", + "example": "DISCOVERY" + } + }, + "required": [ + "type", + "method" + ] }, "attributes": { "type": "object", @@ -22002,7 +22163,7 @@ "uuid": { "type": "string", "description": "The unique ID of the account as determined by the account schema", - "example": "slpt.support", + "example": "{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}", "nullable": true }, "manuallyCorrelated": { @@ -22017,50 +22178,116 @@ }, "identity": { "description": "The identity this account is correlated to", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, "type": "object", "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "IDENTITY" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the identity", - "example": "2c918084660f45d6016617daa9210584" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the identity", - "example": "Adam Kennedy" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } }, "sourceOwner": { - "description": "The owner of the source this account belongs to", - "type": "object", "nullable": true, + "description": "The owner of the source this account belongs to.", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, + "type": "object", "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "IDENTITY" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the identity", - "example": "4c5c8534e99445de98eef6c75e25eb01" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the identity", - "example": "SailPoint Support" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } }, @@ -22082,52 +22309,60 @@ "example": "AGGREGATED" }, "ownerIdentity": { - "description": "The identity who owns this account, typically used for non-human accounts", - "type": "object", "nullable": true, - "properties": { - "type": { - "description": "The type of object being referenced", - "type": "string", - "enum": [ - "IDENTITY" - ], - "example": "IDENTITY" - }, - "id": { - "type": "string", - "description": "ID of the identity", - "example": "2c918084660f45d6016617daa9210584" - }, - "name": { - "type": "string", - "description": "Human-readable display name of the identity", - "example": "Adam Kennedy" - } - } - }, - "ownerGroup": { - "description": "The governance group who owns this account, typically used for non-human accounts", + "description": "The identity who owns this account, used only for machine accounts", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, "type": "object", - "nullable": true, "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "GOVERNANCE_GROUP" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "GOVERNANCE_GROUP" + "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the governance group", - "example": "8d3e0094e99445de98eef6c75e25jc04" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the governance group", - "example": "GovGroup AX17Z" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } } @@ -104364,6 +104599,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -105048,6 +105284,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -105644,6 +105881,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -107167,6 +107405,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -107216,6 +107455,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -107746,6 +107986,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -107795,6 +108036,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -108266,6 +108508,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -108315,6 +108558,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -108878,6 +109122,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -108927,6 +109172,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -111560,6 +111806,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -111660,6 +111907,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -112088,6 +112336,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -112191,6 +112440,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -112819,6 +113069,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -112919,6 +113170,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -113355,6 +113607,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -113455,6 +113708,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -151658,6 +151912,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -152074,6 +152329,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -152166,6 +152422,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -177302,6 +177559,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -178311,6 +178569,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -178985,6 +179244,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -180006,6 +180266,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -181239,6 +181500,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -193907,6 +194169,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -198165,6 +198428,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -231076,6 +231340,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -231140,6 +231405,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -231930,6 +232196,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -231994,6 +232261,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -232596,6 +232864,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -232660,6 +232929,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -233767,6 +234037,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -233831,6 +234102,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -234377,6 +234649,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -234441,6 +234714,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -234997,6 +235271,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -235061,6 +235336,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -235606,6 +235882,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -235670,6 +235947,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -278232,6 +278510,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -278323,6 +278602,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", diff --git a/dereferenced/deref-sailpoint-api.beta.yaml b/dereferenced/deref-sailpoint-api.beta.yaml index df04e2db..0b200d52 100644 --- a/dereferenced/deref-sailpoint-api.beta.yaml +++ b/dereferenced/deref-sailpoint-api.beta.yaml @@ -10595,6 +10595,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -10650,6 +10651,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -11490,6 +11492,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -11545,6 +11548,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -12259,6 +12263,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -12314,6 +12319,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -16499,9 +16505,15 @@ paths: - userAuth: - 'idn:accounts:read' - 'idn:accounts:manage' + x-sailpoint-userLevels: + - ORG_ADMIN + - SOURCE_ADMIN + - SOURCE_SUBADMIN + - HELPDESK parameters: - in: query name: detailLevel + required: false schema: type: string enum: @@ -16549,6 +16561,7 @@ paths: default: false - in: query name: filters + required: false schema: type: string example: identityId eq "2c9180858082150f0180893dbaf44201" @@ -16586,6 +16599,8 @@ paths: **source.authoritative**: *eq* **source.connectionType**: *eq, in* + + **recommendation.method**: *eq, in, isnull* - in: query name: sorters required: false @@ -16669,15 +16684,41 @@ paths: example: ACTIVE description: The identity state of the identity this account is correlated to connectionType: - nullable: true type: string + nullable: true example: direct description: The connection type of the source this account is from - type: - type: string + isMachine: + type: boolean + default: false + description: Indicates if the account is of machine type + example: true + recommendation: nullable: true - example: NON_HUMAN - description: The type of the account + description: Indicates that the account is currently classified to be one type but is recommended to be a different one + example: + type: MACHINE + method: DISCOVERY + type: object + properties: + type: + type: string + enum: + - HUMAN + - MACHINE + description: Recommended type of account. + example: MACHINE + method: + type: string + enum: + - DISCOVERY + - SOURCE + - CRITERIA + description: 'Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.' + example: DISCOVERY + required: + - type + - method attributes: type: object nullable: true @@ -16719,7 +16760,7 @@ paths: uuid: type: string description: The unique ID of the account as determined by the account schema - example: slpt.support + example: '{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}' nullable: true manuallyCorrelated: type: boolean @@ -16731,41 +16772,105 @@ paths: example: true identity: description: The identity this account is correlated to + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy type: object properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT + - GOVERNANCE_GROUP - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP example: IDENTITY id: type: string - description: ID of the identity - example: 2c918084660f45d6016617daa9210584 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the identity - example: Adam Kennedy + description: Human-readable display name of the object to which this reference applies + example: William Wilson sourceOwner: - description: The owner of the source this account belongs to - type: object nullable: true + description: The owner of the source this account belongs to. + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy + type: object properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT + - GOVERNANCE_GROUP - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP example: IDENTITY id: type: string - description: ID of the identity - example: 4c5c8534e99445de98eef6c75e25eb01 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the identity - example: SailPoint Support + description: Human-readable display name of the object to which this reference applies + example: William Wilson features: type: string description: A string list containing the owning source's features @@ -16781,43 +16886,56 @@ paths: description: The origin of the account either aggregated or provisioned example: AGGREGATED ownerIdentity: - description: 'The identity who owns this account, typically used for non-human accounts' - type: object nullable: true - properties: - type: - description: The type of object being referenced - type: string - enum: - - IDENTITY - example: IDENTITY - id: - type: string - description: ID of the identity - example: 2c918084660f45d6016617daa9210584 - name: - type: string - description: Human-readable display name of the identity - example: Adam Kennedy - ownerGroup: - description: 'The governance group who owns this account, typically used for non-human accounts' + description: 'The identity who owns this account, used only for machine accounts' + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy type: object - nullable: true properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT - GOVERNANCE_GROUP - example: GOVERNANCE_GROUP + - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP + example: IDENTITY id: type: string - description: ID of the governance group - example: 8d3e0094e99445de98eef6c75e25jc04 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the governance group - example: GovGroup AX17Z + description: Human-readable display name of the object to which this reference applies + example: William Wilson examples: SlimAccounts: description: List of slim accounts that would result with *detailLevel = SLIM* @@ -17109,6 +17227,10 @@ paths: security: - userAuth: - 'idn:accounts:manage' + x-sailpoint-userLevels: + - ORG_ADMIN + - SOURCE_ADMIN + - SOURCE_SUBADMIN requestBody: required: true content: @@ -17472,15 +17594,41 @@ paths: example: ACTIVE description: The identity state of the identity this account is correlated to connectionType: - nullable: true type: string + nullable: true example: direct description: The connection type of the source this account is from - type: - type: string + isMachine: + type: boolean + default: false + description: Indicates if the account is of machine type + example: true + recommendation: nullable: true - example: NON_HUMAN - description: The type of the account + description: Indicates that the account is currently classified to be one type but is recommended to be a different one + example: + type: MACHINE + method: DISCOVERY + type: object + properties: + type: + type: string + enum: + - HUMAN + - MACHINE + description: Recommended type of account. + example: MACHINE + method: + type: string + enum: + - DISCOVERY + - SOURCE + - CRITERIA + description: 'Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.' + example: DISCOVERY + required: + - type + - method attributes: type: object nullable: true @@ -17522,7 +17670,7 @@ paths: uuid: type: string description: The unique ID of the account as determined by the account schema - example: slpt.support + example: '{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}' nullable: true manuallyCorrelated: type: boolean @@ -17534,41 +17682,105 @@ paths: example: true identity: description: The identity this account is correlated to + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy type: object properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT + - GOVERNANCE_GROUP - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP example: IDENTITY id: type: string - description: ID of the identity - example: 2c918084660f45d6016617daa9210584 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the identity - example: Adam Kennedy + description: Human-readable display name of the object to which this reference applies + example: William Wilson sourceOwner: - description: The owner of the source this account belongs to - type: object nullable: true + description: The owner of the source this account belongs to. + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy + type: object properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT + - GOVERNANCE_GROUP - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP example: IDENTITY id: type: string - description: ID of the identity - example: 4c5c8534e99445de98eef6c75e25eb01 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the identity - example: SailPoint Support + description: Human-readable display name of the object to which this reference applies + example: William Wilson features: type: string description: A string list containing the owning source's features @@ -17584,43 +17796,56 @@ paths: description: The origin of the account either aggregated or provisioned example: AGGREGATED ownerIdentity: - description: 'The identity who owns this account, typically used for non-human accounts' - type: object nullable: true - properties: - type: - description: The type of object being referenced - type: string - enum: - - IDENTITY - example: IDENTITY - id: - type: string - description: ID of the identity - example: 2c918084660f45d6016617daa9210584 - name: - type: string - description: Human-readable display name of the identity - example: Adam Kennedy - ownerGroup: - description: 'The governance group who owns this account, typically used for non-human accounts' + description: 'The identity who owns this account, used only for machine accounts' + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy type: object - nullable: true properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT - GOVERNANCE_GROUP - example: GOVERNANCE_GROUP + - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP + example: IDENTITY id: type: string - description: ID of the governance group - example: 8d3e0094e99445de98eef6c75e25jc04 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the governance group - example: GovGroup AX17Z + description: Human-readable display name of the object to which this reference applies + example: William Wilson '400': description: Client Error - Returned if the request body is invalid. content: @@ -78540,6 +78765,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -79064,6 +79290,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -79507,6 +79734,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -80615,6 +80843,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -80658,6 +80887,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -81056,6 +81286,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -81099,6 +81330,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -81440,6 +81672,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -81483,6 +81716,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -81884,6 +82118,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -81927,6 +82162,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -83862,6 +84098,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -83945,6 +84182,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -84254,6 +84492,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -84339,6 +84578,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -84798,6 +85038,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -84881,6 +85122,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -85195,6 +85437,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -85278,6 +85521,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -113466,6 +113710,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -113775,6 +114020,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -113850,6 +114096,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -132479,6 +132726,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -133269,6 +133517,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -133812,6 +134061,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -134605,6 +134855,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -135546,6 +135797,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -144866,6 +145118,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -147932,6 +148185,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -172994,6 +173248,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -173045,6 +173300,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -173613,6 +173869,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -173664,6 +173921,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -174113,6 +174371,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -174164,6 +174423,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -174994,6 +175254,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -175045,6 +175306,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -175477,6 +175739,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -175528,6 +175791,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -175944,6 +176208,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -175995,6 +176260,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -176434,6 +176700,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -176485,6 +176752,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -209788,6 +210056,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -209858,6 +210127,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE diff --git a/dereferenced/deref-sailpoint-api.v2024.json b/dereferenced/deref-sailpoint-api.v2024.json index d8703af1..dbeb87c3 100644 --- a/dereferenced/deref-sailpoint-api.v2024.json +++ b/dereferenced/deref-sailpoint-api.v2024.json @@ -8212,6 +8212,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -8277,6 +8278,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -9371,6 +9373,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -9436,6 +9439,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -10455,6 +10459,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -10520,6 +10525,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -12892,7 +12898,7 @@ "type": "string" }, "example": "identityId eq \"2c9180858082150f0180893dbaf44201\"", - "description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "required": false }, { @@ -12999,11 +13005,45 @@ "example": "direct", "description": "The connection type of the source this account is from" }, - "type": { - "type": "string", + "isMachine": { + "type": "boolean", + "default": false, + "description": "Indicates if the account is of machine type", + "example": true + }, + "recommendation": { "nullable": true, - "example": "NON_HUMAN", - "description": "The type of the account" + "description": "Indicates that the account is currently classified to be one type but is recommended to be a different one", + "example": { + "type": "MACHINE", + "method": "DISCOVERY" + }, + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "HUMAN", + "MACHINE" + ], + "description": "Recommended type of account.", + "example": "MACHINE" + }, + "method": { + "type": "string", + "enum": [ + "DISCOVERY", + "SOURCE", + "CRITERIA" + ], + "description": "Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.", + "example": "DISCOVERY" + } + }, + "required": [ + "type", + "method" + ] }, "attributes": { "type": "object", @@ -13055,7 +13095,7 @@ "uuid": { "type": "string", "description": "The unique ID of the account as determined by the account schema", - "example": "slpt.support", + "example": "{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}", "nullable": true }, "manuallyCorrelated": { @@ -13096,6 +13136,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -13125,27 +13166,60 @@ } }, "sourceOwner": { - "type": "object", "nullable": true, - "description": "The owner of this object.", + "description": "The owner of the source this account belongs to.", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, + "type": "object", "properties": { "type": { + "description": "DTO type", "type": "string", "enum": [ - "IDENTITY" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "IDENTITY", - "description": "Type of owner object." + "example": "IDENTITY" }, "id": { "type": "string", - "description": "Identity id", - "example": "4c5c8534e99445de98eef6c75e25eb01" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the owner.", - "example": "John Cavender" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } }, @@ -13167,52 +13241,60 @@ "example": "AGGREGATED" }, "ownerIdentity": { - "description": "The identity who owns this account, typically used for non-human accounts", - "type": "object", + "description": "The identity who owns this account, used only for machine accounts", "nullable": true, - "properties": { - "type": { - "description": "The type of object being referenced", - "type": "string", - "enum": [ - "IDENTITY" - ], - "example": "IDENTITY" - }, - "id": { - "type": "string", - "description": "ID of the identity", - "example": "2c918084660f45d6016617daa9210584" - }, - "name": { - "type": "string", - "description": "Human-readable display name of the identity", - "example": "Adam Kennedy" - } - } - }, - "ownerGroup": { - "description": "The governance group who owns this account, typically used for non-human accounts", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, "type": "object", - "nullable": true, "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "GOVERNANCE_GROUP" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "GOVERNANCE_GROUP" + "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the governance group", - "example": "8d3e0094e99445de98eef6c75e25jc04" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the governance group", - "example": "GovGroup AX17Z" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } } @@ -14065,11 +14147,45 @@ "example": "direct", "description": "The connection type of the source this account is from" }, - "type": { - "type": "string", + "isMachine": { + "type": "boolean", + "default": false, + "description": "Indicates if the account is of machine type", + "example": true + }, + "recommendation": { "nullable": true, - "example": "NON_HUMAN", - "description": "The type of the account" + "description": "Indicates that the account is currently classified to be one type but is recommended to be a different one", + "example": { + "type": "MACHINE", + "method": "DISCOVERY" + }, + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "HUMAN", + "MACHINE" + ], + "description": "Recommended type of account.", + "example": "MACHINE" + }, + "method": { + "type": "string", + "enum": [ + "DISCOVERY", + "SOURCE", + "CRITERIA" + ], + "description": "Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.", + "example": "DISCOVERY" + } + }, + "required": [ + "type", + "method" + ] }, "attributes": { "type": "object", @@ -14121,7 +14237,7 @@ "uuid": { "type": "string", "description": "The unique ID of the account as determined by the account schema", - "example": "slpt.support", + "example": "{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}", "nullable": true }, "manuallyCorrelated": { @@ -14162,6 +14278,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -14191,27 +14308,60 @@ } }, "sourceOwner": { - "type": "object", "nullable": true, - "description": "The owner of this object.", + "description": "The owner of the source this account belongs to.", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, + "type": "object", "properties": { "type": { + "description": "DTO type", "type": "string", "enum": [ - "IDENTITY" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "IDENTITY", - "description": "Type of owner object." + "example": "IDENTITY" }, "id": { "type": "string", - "description": "Identity id", - "example": "4c5c8534e99445de98eef6c75e25eb01" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the owner.", - "example": "John Cavender" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } }, @@ -14233,52 +14383,60 @@ "example": "AGGREGATED" }, "ownerIdentity": { - "description": "The identity who owns this account, typically used for non-human accounts", - "type": "object", + "description": "The identity who owns this account, used only for machine accounts", "nullable": true, - "properties": { - "type": { - "description": "The type of object being referenced", - "type": "string", - "enum": [ - "IDENTITY" - ], - "example": "IDENTITY" - }, - "id": { - "type": "string", - "description": "ID of the identity", - "example": "2c918084660f45d6016617daa9210584" - }, - "name": { - "type": "string", - "description": "Human-readable display name of the identity", - "example": "Adam Kennedy" - } - } - }, - "ownerGroup": { - "description": "The governance group who owns this account, typically used for non-human accounts", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, "type": "object", - "nullable": true, "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "GOVERNANCE_GROUP" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "GOVERNANCE_GROUP" + "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the governance group", - "example": "8d3e0094e99445de98eef6c75e25jc04" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the governance group", - "example": "GovGroup AX17Z" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } } @@ -47357,6 +47515,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -47587,6 +47746,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -47968,6 +48128,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -48428,6 +48589,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -48763,6 +48925,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -52955,6 +53118,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -53185,6 +53349,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -53566,6 +53731,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -54026,6 +54192,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -54361,6 +54528,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -120957,6 +121125,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -121460,6 +121629,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -121885,6 +122055,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -121978,6 +122149,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -123350,6 +123522,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -124372,6 +124545,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -125046,6 +125220,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -126080,6 +126255,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -127311,6 +127487,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -135216,6 +135393,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -135951,6 +136129,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -136651,6 +136830,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -137004,6 +137184,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -137693,6 +137874,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -138924,6 +139106,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -138979,6 +139162,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -143957,6 +144141,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -146823,6 +147008,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -146957,6 +147143,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -147075,6 +147262,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -152018,6 +152206,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -152152,6 +152341,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -152270,6 +152460,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -154673,6 +154864,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -154807,6 +154999,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -154925,6 +155118,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -180818,6 +181012,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -180910,6 +181105,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -319147,6 +319343,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -323491,6 +323688,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -379522,6 +379720,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -379586,6 +379785,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -380387,6 +380587,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -380451,6 +380652,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -381064,6 +381266,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -381128,6 +381331,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -382259,6 +382463,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -382323,6 +382528,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -382880,6 +383086,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -382944,6 +383151,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -383513,6 +383721,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -383577,6 +383786,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -384136,6 +384346,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -384200,6 +384411,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -388438,6 +388650,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -393017,6 +393230,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -394137,6 +394351,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -394349,11 +394564,45 @@ "example": "direct", "description": "The connection type of the source this account is from" }, - "type": { - "type": "string", + "isMachine": { + "type": "boolean", + "default": false, + "description": "Indicates if the account is of machine type", + "example": true + }, + "recommendation": { "nullable": true, - "example": "NON_HUMAN", - "description": "The type of the account" + "description": "Indicates that the account is currently classified to be one type but is recommended to be a different one", + "example": { + "type": "MACHINE", + "method": "DISCOVERY" + }, + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "HUMAN", + "MACHINE" + ], + "description": "Recommended type of account.", + "example": "MACHINE" + }, + "method": { + "type": "string", + "enum": [ + "DISCOVERY", + "SOURCE", + "CRITERIA" + ], + "description": "Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.", + "example": "DISCOVERY" + } + }, + "required": [ + "type", + "method" + ] }, "attributes": { "type": "object", @@ -394405,7 +394654,7 @@ "uuid": { "type": "string", "description": "The unique ID of the account as determined by the account schema", - "example": "slpt.support", + "example": "{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}", "nullable": true }, "manuallyCorrelated": { @@ -394446,6 +394695,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -394475,27 +394725,60 @@ } }, "sourceOwner": { - "type": "object", "nullable": true, - "description": "The owner of this object.", + "description": "The owner of the source this account belongs to.", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, + "type": "object", "properties": { "type": { + "description": "DTO type", "type": "string", "enum": [ - "IDENTITY" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "IDENTITY", - "description": "Type of owner object." + "example": "IDENTITY" }, "id": { "type": "string", - "description": "Identity id", - "example": "4c5c8534e99445de98eef6c75e25eb01" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the owner.", - "example": "John Cavender" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } }, @@ -394517,52 +394800,60 @@ "example": "AGGREGATED" }, "ownerIdentity": { - "description": "The identity who owns this account, typically used for non-human accounts", - "type": "object", + "description": "The identity who owns this account, used only for machine accounts", "nullable": true, - "properties": { - "type": { - "description": "The type of object being referenced", - "type": "string", - "enum": [ - "IDENTITY" - ], - "example": "IDENTITY" - }, - "id": { - "type": "string", - "description": "ID of the identity", - "example": "2c918084660f45d6016617daa9210584" - }, - "name": { - "type": "string", - "description": "Human-readable display name of the identity", - "example": "Adam Kennedy" - } - } - }, - "ownerGroup": { - "description": "The governance group who owns this account, typically used for non-human accounts", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, "type": "object", - "nullable": true, "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "GOVERNANCE_GROUP" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "GOVERNANCE_GROUP" + "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the governance group", - "example": "8d3e0094e99445de98eef6c75e25jc04" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the governance group", - "example": "GovGroup AX17Z" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } } @@ -396203,6 +396494,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -396880,6 +397172,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -397014,6 +397307,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -397132,6 +397426,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -398399,6 +398694,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -399979,6 +400275,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -400113,6 +400410,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -400231,6 +400529,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -400760,6 +401059,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", diff --git a/dereferenced/deref-sailpoint-api.v2024.yaml b/dereferenced/deref-sailpoint-api.v2024.yaml index 9edf6435..a4bae1a6 100644 --- a/dereferenced/deref-sailpoint-api.v2024.yaml +++ b/dereferenced/deref-sailpoint-api.v2024.yaml @@ -7294,6 +7294,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -7349,6 +7350,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -8199,6 +8201,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -8254,6 +8257,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -9047,6 +9051,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -9102,6 +9107,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -10853,6 +10859,8 @@ paths: **source.authoritative**: *eq* **source.connectionType**: *eq, in* + + **recommendation.method**: *eq, in, isnull* required: false - in: query name: sorters @@ -10941,11 +10949,37 @@ paths: nullable: true example: direct description: The connection type of the source this account is from - type: - type: string + isMachine: + type: boolean + default: false + description: Indicates if the account is of machine type + example: true + recommendation: nullable: true - example: NON_HUMAN - description: The type of the account + description: Indicates that the account is currently classified to be one type but is recommended to be a different one + example: + type: MACHINE + method: DISCOVERY + type: object + properties: + type: + type: string + enum: + - HUMAN + - MACHINE + description: Recommended type of account. + example: MACHINE + method: + type: string + enum: + - DISCOVERY + - SOURCE + - CRITERIA + description: 'Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.' + example: DISCOVERY + required: + - type + - method attributes: type: object nullable: true @@ -10987,7 +11021,7 @@ paths: uuid: type: string description: The unique ID of the account as determined by the account schema - example: slpt.support + example: '{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}' nullable: true manuallyCorrelated: type: boolean @@ -11024,6 +11058,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -11047,24 +11082,56 @@ paths: description: Human-readable display name of the object to which this reference applies example: William Wilson sourceOwner: - type: object nullable: true - description: The owner of this object. + description: The owner of the source this account belongs to. + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy + type: object properties: type: + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT + - GOVERNANCE_GROUP - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP example: IDENTITY - description: Type of owner object. id: type: string - description: Identity id - example: 4c5c8534e99445de98eef6c75e25eb01 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the owner. - example: John Cavender + description: Human-readable display name of the object to which this reference applies + example: William Wilson features: type: string description: A string list containing the owning source's features @@ -11080,43 +11147,56 @@ paths: description: The origin of the account either aggregated or provisioned example: AGGREGATED ownerIdentity: - description: 'The identity who owns this account, typically used for non-human accounts' - type: object + description: 'The identity who owns this account, used only for machine accounts' nullable: true - properties: - type: - description: The type of object being referenced - type: string - enum: - - IDENTITY - example: IDENTITY - id: - type: string - description: ID of the identity - example: 2c918084660f45d6016617daa9210584 - name: - type: string - description: Human-readable display name of the identity - example: Adam Kennedy - ownerGroup: - description: 'The governance group who owns this account, typically used for non-human accounts' + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy type: object - nullable: true properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT - GOVERNANCE_GROUP - example: GOVERNANCE_GROUP + - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP + example: IDENTITY id: type: string - description: ID of the governance group - example: 8d3e0094e99445de98eef6c75e25jc04 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the governance group - example: GovGroup AX17Z + description: Human-readable display name of the object to which this reference applies + example: William Wilson '400': description: Client Error - Returned if the request body is invalid. content: @@ -11739,11 +11819,37 @@ paths: nullable: true example: direct description: The connection type of the source this account is from - type: - type: string + isMachine: + type: boolean + default: false + description: Indicates if the account is of machine type + example: true + recommendation: nullable: true - example: NON_HUMAN - description: The type of the account + description: Indicates that the account is currently classified to be one type but is recommended to be a different one + example: + type: MACHINE + method: DISCOVERY + type: object + properties: + type: + type: string + enum: + - HUMAN + - MACHINE + description: Recommended type of account. + example: MACHINE + method: + type: string + enum: + - DISCOVERY + - SOURCE + - CRITERIA + description: 'Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.' + example: DISCOVERY + required: + - type + - method attributes: type: object nullable: true @@ -11785,7 +11891,7 @@ paths: uuid: type: string description: The unique ID of the account as determined by the account schema - example: slpt.support + example: '{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}' nullable: true manuallyCorrelated: type: boolean @@ -11822,6 +11928,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -11845,24 +11952,56 @@ paths: description: Human-readable display name of the object to which this reference applies example: William Wilson sourceOwner: - type: object nullable: true - description: The owner of this object. + description: The owner of the source this account belongs to. + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy + type: object properties: type: + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT + - GOVERNANCE_GROUP - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP example: IDENTITY - description: Type of owner object. id: type: string - description: Identity id - example: 4c5c8534e99445de98eef6c75e25eb01 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the owner. - example: John Cavender + description: Human-readable display name of the object to which this reference applies + example: William Wilson features: type: string description: A string list containing the owning source's features @@ -11878,43 +12017,56 @@ paths: description: The origin of the account either aggregated or provisioned example: AGGREGATED ownerIdentity: - description: 'The identity who owns this account, typically used for non-human accounts' - type: object + description: 'The identity who owns this account, used only for machine accounts' nullable: true - properties: - type: - description: The type of object being referenced - type: string - enum: - - IDENTITY - example: IDENTITY - id: - type: string - description: ID of the identity - example: 2c918084660f45d6016617daa9210584 - name: - type: string - description: Human-readable display name of the identity - example: Adam Kennedy - ownerGroup: - description: 'The governance group who owns this account, typically used for non-human accounts' + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy type: object - nullable: true properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT - GOVERNANCE_GROUP - example: GOVERNANCE_GROUP + - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP + example: IDENTITY id: type: string - description: ID of the governance group - example: 8d3e0094e99445de98eef6c75e25jc04 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the governance group - example: GovGroup AX17Z + description: Human-readable display name of the object to which this reference applies + example: William Wilson '400': description: Client Error - Returned if the request body is invalid. content: @@ -36667,6 +36819,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -36853,6 +37006,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -37160,6 +37314,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -37529,6 +37684,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -37796,6 +37952,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -40955,6 +41112,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -41141,6 +41299,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -41448,6 +41607,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -41817,6 +41977,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -42084,6 +42245,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -91400,6 +91562,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -91767,6 +91930,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -92081,6 +92245,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -92157,6 +92322,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -93241,6 +93407,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -94037,6 +94204,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -94580,6 +94748,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -95382,6 +95551,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -96321,6 +96491,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -102281,6 +102452,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -102850,6 +103022,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -103381,6 +103554,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -103660,6 +103834,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -104182,6 +104357,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -105101,6 +105277,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -105151,6 +105328,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -109014,6 +109192,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -111239,6 +111418,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -111330,6 +111510,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -111413,6 +111594,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -115230,6 +115412,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -115321,6 +115504,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -115404,6 +115588,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -117193,6 +117378,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -117284,6 +117470,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -117367,6 +117554,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -136461,6 +136649,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -136532,6 +136721,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -240537,6 +240727,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -243664,6 +243855,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -286714,6 +286906,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -286765,6 +286958,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -287341,6 +287535,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -287392,6 +287587,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -287849,6 +288045,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -287900,6 +288097,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -288747,6 +288945,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -288798,6 +288997,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -289238,6 +289438,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -289289,6 +289490,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -289714,6 +289916,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -289765,6 +289968,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -290211,6 +290415,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -290262,6 +290467,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -293438,6 +293644,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -296947,6 +297154,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -297812,6 +298020,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -297968,11 +298177,37 @@ components: nullable: true example: direct description: The connection type of the source this account is from - type: - type: string + isMachine: + type: boolean + default: false + description: Indicates if the account is of machine type + example: true + recommendation: nullable: true - example: NON_HUMAN - description: The type of the account + description: Indicates that the account is currently classified to be one type but is recommended to be a different one + example: + type: MACHINE + method: DISCOVERY + type: object + properties: + type: + type: string + enum: + - HUMAN + - MACHINE + description: Recommended type of account. + example: MACHINE + method: + type: string + enum: + - DISCOVERY + - SOURCE + - CRITERIA + description: 'Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.' + example: DISCOVERY + required: + - type + - method attributes: type: object nullable: true @@ -298014,7 +298249,7 @@ components: uuid: type: string description: The unique ID of the account as determined by the account schema - example: slpt.support + example: '{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}' nullable: true manuallyCorrelated: type: boolean @@ -298051,6 +298286,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -298074,24 +298310,56 @@ components: description: Human-readable display name of the object to which this reference applies example: William Wilson sourceOwner: - type: object nullable: true - description: The owner of this object. + description: The owner of the source this account belongs to. + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy + type: object properties: type: + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT + - GOVERNANCE_GROUP - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP example: IDENTITY - description: Type of owner object. id: type: string - description: Identity id - example: 4c5c8534e99445de98eef6c75e25eb01 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the owner. - example: John Cavender + description: Human-readable display name of the object to which this reference applies + example: William Wilson features: type: string description: A string list containing the owning source's features @@ -298107,43 +298375,56 @@ components: description: The origin of the account either aggregated or provisioned example: AGGREGATED ownerIdentity: - description: 'The identity who owns this account, typically used for non-human accounts' - type: object + description: 'The identity who owns this account, used only for machine accounts' nullable: true - properties: - type: - description: The type of object being referenced - type: string - enum: - - IDENTITY - example: IDENTITY - id: - type: string - description: ID of the identity - example: 2c918084660f45d6016617daa9210584 - name: - type: string - description: Human-readable display name of the identity - example: Adam Kennedy - ownerGroup: - description: 'The governance group who owns this account, typically used for non-human accounts' + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy type: object - nullable: true properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT - GOVERNANCE_GROUP - example: GOVERNANCE_GROUP + - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP + example: IDENTITY id: type: string - description: ID of the governance group - example: 8d3e0094e99445de98eef6c75e25jc04 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the governance group - example: GovGroup AX17Z + description: Human-readable display name of the object to which this reference applies + example: William Wilson AccountActivity: type: object properties: @@ -299415,6 +299696,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -299928,6 +300210,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -300019,6 +300302,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -300102,6 +300386,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -301059,6 +301344,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -302244,6 +302530,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -302335,6 +302622,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -302418,6 +302706,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -302811,6 +303100,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE diff --git a/dereferenced/deref-sailpoint-api.v3.json b/dereferenced/deref-sailpoint-api.v3.json index fb8998b9..7b0a4794 100644 --- a/dereferenced/deref-sailpoint-api.v3.json +++ b/dereferenced/deref-sailpoint-api.v3.json @@ -8073,6 +8073,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -8138,6 +8139,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -9232,6 +9234,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -9297,6 +9300,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -10316,6 +10320,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -10381,6 +10386,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -12753,7 +12759,7 @@ "type": "string" }, "example": "identityId eq \"2c9180858082150f0180893dbaf44201\"", - "description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "description": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "required": false }, { @@ -12860,11 +12866,45 @@ "example": "direct", "description": "The connection type of the source this account is from" }, - "type": { - "type": "string", + "isMachine": { + "type": "boolean", + "default": false, + "description": "Indicates if the account is of machine type", + "example": true + }, + "recommendation": { "nullable": true, - "example": "NON_HUMAN", - "description": "The type of the account" + "description": "Indicates that the account is currently classified to be one type but is recommended to be a different one", + "example": { + "type": "MACHINE", + "method": "DISCOVERY" + }, + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "HUMAN", + "MACHINE" + ], + "description": "Recommended type of account.", + "example": "MACHINE" + }, + "method": { + "type": "string", + "enum": [ + "DISCOVERY", + "SOURCE", + "CRITERIA" + ], + "description": "Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.", + "example": "DISCOVERY" + } + }, + "required": [ + "type", + "method" + ] }, "attributes": { "type": "object", @@ -12916,7 +12956,7 @@ "uuid": { "type": "string", "description": "The unique ID of the account as determined by the account schema", - "example": "slpt.support", + "example": "{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}", "nullable": true }, "manuallyCorrelated": { @@ -12957,6 +12997,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -12986,27 +13027,60 @@ } }, "sourceOwner": { - "type": "object", "nullable": true, - "description": "The owner of this object.", + "description": "The owner of the source this account belongs to.", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, + "type": "object", "properties": { "type": { + "description": "DTO type", "type": "string", "enum": [ - "IDENTITY" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "IDENTITY", - "description": "Type of owner object." + "example": "IDENTITY" }, "id": { "type": "string", - "description": "Identity id", - "example": "4c5c8534e99445de98eef6c75e25eb01" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the owner.", - "example": "John Cavender" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } }, @@ -13028,52 +13102,60 @@ "example": "AGGREGATED" }, "ownerIdentity": { - "description": "The identity who owns this account, typically used for non-human accounts", - "type": "object", + "description": "The identity who owns this account, used only for machine accounts", "nullable": true, - "properties": { - "type": { - "description": "The type of object being referenced", - "type": "string", - "enum": [ - "IDENTITY" - ], - "example": "IDENTITY" - }, - "id": { - "type": "string", - "description": "ID of the identity", - "example": "2c918084660f45d6016617daa9210584" - }, - "name": { - "type": "string", - "description": "Human-readable display name of the identity", - "example": "Adam Kennedy" - } - } - }, - "ownerGroup": { - "description": "The governance group who owns this account, typically used for non-human accounts", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, "type": "object", - "nullable": true, "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "GOVERNANCE_GROUP" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "GOVERNANCE_GROUP" + "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the governance group", - "example": "8d3e0094e99445de98eef6c75e25jc04" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the governance group", - "example": "GovGroup AX17Z" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } } @@ -13926,11 +14008,45 @@ "example": "direct", "description": "The connection type of the source this account is from" }, - "type": { - "type": "string", + "isMachine": { + "type": "boolean", + "default": false, + "description": "Indicates if the account is of machine type", + "example": true + }, + "recommendation": { "nullable": true, - "example": "NON_HUMAN", - "description": "The type of the account" + "description": "Indicates that the account is currently classified to be one type but is recommended to be a different one", + "example": { + "type": "MACHINE", + "method": "DISCOVERY" + }, + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "HUMAN", + "MACHINE" + ], + "description": "Recommended type of account.", + "example": "MACHINE" + }, + "method": { + "type": "string", + "enum": [ + "DISCOVERY", + "SOURCE", + "CRITERIA" + ], + "description": "Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.", + "example": "DISCOVERY" + } + }, + "required": [ + "type", + "method" + ] }, "attributes": { "type": "object", @@ -13982,7 +14098,7 @@ "uuid": { "type": "string", "description": "The unique ID of the account as determined by the account schema", - "example": "slpt.support", + "example": "{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}", "nullable": true }, "manuallyCorrelated": { @@ -14023,6 +14139,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -14052,27 +14169,60 @@ } }, "sourceOwner": { - "type": "object", "nullable": true, - "description": "The owner of this object.", + "description": "The owner of the source this account belongs to.", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, + "type": "object", "properties": { "type": { + "description": "DTO type", "type": "string", "enum": [ - "IDENTITY" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "IDENTITY", - "description": "Type of owner object." + "example": "IDENTITY" }, "id": { "type": "string", - "description": "Identity id", - "example": "4c5c8534e99445de98eef6c75e25eb01" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the owner.", - "example": "John Cavender" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } }, @@ -14094,52 +14244,60 @@ "example": "AGGREGATED" }, "ownerIdentity": { - "description": "The identity who owns this account, typically used for non-human accounts", - "type": "object", + "description": "The identity who owns this account, used only for machine accounts", "nullable": true, - "properties": { - "type": { - "description": "The type of object being referenced", - "type": "string", - "enum": [ - "IDENTITY" - ], - "example": "IDENTITY" - }, - "id": { - "type": "string", - "description": "ID of the identity", - "example": "2c918084660f45d6016617daa9210584" - }, - "name": { - "type": "string", - "description": "Human-readable display name of the identity", - "example": "Adam Kennedy" - } - } - }, - "ownerGroup": { - "description": "The governance group who owns this account, typically used for non-human accounts", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, "type": "object", - "nullable": true, "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "GOVERNANCE_GROUP" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "GOVERNANCE_GROUP" + "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the governance group", - "example": "8d3e0094e99445de98eef6c75e25jc04" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the governance group", - "example": "GovGroup AX17Z" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } } @@ -53141,6 +53299,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -53371,6 +53530,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -53752,6 +53912,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -54212,6 +54373,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -54547,6 +54709,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -58739,6 +58902,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -58969,6 +59133,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -59350,6 +59515,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -59810,6 +59976,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -60145,6 +60312,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -126638,6 +126806,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -127141,6 +127310,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -127566,6 +127736,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -127659,6 +127830,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -129031,6 +129203,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -130053,6 +130226,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -130727,6 +130901,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -131761,6 +131936,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -132992,6 +133168,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -135261,6 +135438,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -135996,6 +136174,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -136696,6 +136875,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -137049,6 +137229,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -137738,6 +137919,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -138969,6 +139151,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -139024,6 +139207,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -144002,6 +144186,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -146868,6 +147053,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -147002,6 +147188,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -147120,6 +147307,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -152063,6 +152251,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -152197,6 +152386,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -152315,6 +152505,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -154718,6 +154909,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -154852,6 +155044,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -154970,6 +155163,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -180863,6 +181057,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -180955,6 +181150,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -203719,6 +203915,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -242689,6 +242886,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -242901,11 +243099,45 @@ "example": "direct", "description": "The connection type of the source this account is from" }, - "type": { - "type": "string", + "isMachine": { + "type": "boolean", + "default": false, + "description": "Indicates if the account is of machine type", + "example": true + }, + "recommendation": { "nullable": true, - "example": "NON_HUMAN", - "description": "The type of the account" + "description": "Indicates that the account is currently classified to be one type but is recommended to be a different one", + "example": { + "type": "MACHINE", + "method": "DISCOVERY" + }, + "type": "object", + "properties": { + "type": { + "type": "string", + "enum": [ + "HUMAN", + "MACHINE" + ], + "description": "Recommended type of account.", + "example": "MACHINE" + }, + "method": { + "type": "string", + "enum": [ + "DISCOVERY", + "SOURCE", + "CRITERIA" + ], + "description": "Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.", + "example": "DISCOVERY" + } + }, + "required": [ + "type", + "method" + ] }, "attributes": { "type": "object", @@ -242957,7 +243189,7 @@ "uuid": { "type": "string", "description": "The unique ID of the account as determined by the account schema", - "example": "slpt.support", + "example": "{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}", "nullable": true }, "manuallyCorrelated": { @@ -242998,6 +243230,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -243027,27 +243260,60 @@ } }, "sourceOwner": { - "type": "object", "nullable": true, - "description": "The owner of this object.", + "description": "The owner of the source this account belongs to.", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, + "type": "object", "properties": { "type": { + "description": "DTO type", "type": "string", "enum": [ - "IDENTITY" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "IDENTITY", - "description": "Type of owner object." + "example": "IDENTITY" }, "id": { "type": "string", - "description": "Identity id", - "example": "4c5c8534e99445de98eef6c75e25eb01" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the owner.", - "example": "John Cavender" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } }, @@ -243069,52 +243335,60 @@ "example": "AGGREGATED" }, "ownerIdentity": { - "description": "The identity who owns this account, typically used for non-human accounts", - "type": "object", + "description": "The identity who owns this account, used only for machine accounts", "nullable": true, - "properties": { - "type": { - "description": "The type of object being referenced", - "type": "string", - "enum": [ - "IDENTITY" - ], - "example": "IDENTITY" - }, - "id": { - "type": "string", - "description": "ID of the identity", - "example": "2c918084660f45d6016617daa9210584" - }, - "name": { - "type": "string", - "description": "Human-readable display name of the identity", - "example": "Adam Kennedy" - } - } - }, - "ownerGroup": { - "description": "The governance group who owns this account, typically used for non-human accounts", + "example": { + "id": "2c918084660f45d6016617daa9210584", + "type": "IDENTITY", + "name": "Adam Kennedy" + }, "type": "object", - "nullable": true, "properties": { "type": { - "description": "The type of object being referenced", + "description": "DTO type", "type": "string", "enum": [ - "GOVERNANCE_GROUP" + "ACCOUNT_CORRELATION_CONFIG", + "ACCESS_PROFILE", + "ACCESS_REQUEST_APPROVAL", + "ACCOUNT", + "APPLICATION", + "CAMPAIGN", + "CAMPAIGN_FILTER", + "CERTIFICATION", + "CLUSTER", + "CONNECTOR_SCHEMA", + "ENTITLEMENT", + "GOVERNANCE_GROUP", + "IDENTITY", + "IDENTITY_PROFILE", + "IDENTITY_REQUEST", + "MACHINE_IDENTITY", + "LIFECYCLE_STATE", + "PASSWORD_POLICY", + "ROLE", + "RULE", + "SOD_POLICY", + "SOURCE", + "TAG", + "TAG_CATEGORY", + "TASK_RESULT", + "REPORT_RESULT", + "SOD_VIOLATION", + "ACCOUNT_ACTIVITY", + "WORKGROUP" ], - "example": "GOVERNANCE_GROUP" + "example": "IDENTITY" }, "id": { "type": "string", - "description": "ID of the governance group", - "example": "8d3e0094e99445de98eef6c75e25jc04" + "description": "ID of the object to which this reference applies", + "example": "2c91808568c529c60168cca6f90c1313" }, "name": { "type": "string", - "description": "Human-readable display name of the governance group", - "example": "GovGroup AX17Z" + "description": "Human-readable display name of the object to which this reference applies", + "example": "William Wilson" } } } @@ -244755,6 +245029,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -245432,6 +245707,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -245566,6 +245842,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -245684,6 +245961,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -246951,6 +247229,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -248531,6 +248810,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -248665,6 +248945,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -248783,6 +249064,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", @@ -249312,6 +249594,7 @@ "IDENTITY", "IDENTITY_PROFILE", "IDENTITY_REQUEST", + "MACHINE_IDENTITY", "LIFECYCLE_STATE", "PASSWORD_POLICY", "ROLE", diff --git a/dereferenced/deref-sailpoint-api.v3.yaml b/dereferenced/deref-sailpoint-api.v3.yaml index 8b070a1d..6a64f117 100644 --- a/dereferenced/deref-sailpoint-api.v3.yaml +++ b/dereferenced/deref-sailpoint-api.v3.yaml @@ -7038,6 +7038,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -7093,6 +7094,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -7943,6 +7945,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -7998,6 +8001,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -8791,6 +8795,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -8846,6 +8851,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -10597,6 +10603,8 @@ paths: **source.authoritative**: *eq* **source.connectionType**: *eq, in* + + **recommendation.method**: *eq, in, isnull* required: false - in: query name: sorters @@ -10685,11 +10693,37 @@ paths: nullable: true example: direct description: The connection type of the source this account is from - type: - type: string + isMachine: + type: boolean + default: false + description: Indicates if the account is of machine type + example: true + recommendation: nullable: true - example: NON_HUMAN - description: The type of the account + description: Indicates that the account is currently classified to be one type but is recommended to be a different one + example: + type: MACHINE + method: DISCOVERY + type: object + properties: + type: + type: string + enum: + - HUMAN + - MACHINE + description: Recommended type of account. + example: MACHINE + method: + type: string + enum: + - DISCOVERY + - SOURCE + - CRITERIA + description: 'Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.' + example: DISCOVERY + required: + - type + - method attributes: type: object nullable: true @@ -10731,7 +10765,7 @@ paths: uuid: type: string description: The unique ID of the account as determined by the account schema - example: slpt.support + example: '{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}' nullable: true manuallyCorrelated: type: boolean @@ -10768,6 +10802,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -10791,24 +10826,56 @@ paths: description: Human-readable display name of the object to which this reference applies example: William Wilson sourceOwner: - type: object nullable: true - description: The owner of this object. + description: The owner of the source this account belongs to. + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy + type: object properties: type: + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT + - GOVERNANCE_GROUP - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP example: IDENTITY - description: Type of owner object. id: type: string - description: Identity id - example: 4c5c8534e99445de98eef6c75e25eb01 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the owner. - example: John Cavender + description: Human-readable display name of the object to which this reference applies + example: William Wilson features: type: string description: A string list containing the owning source's features @@ -10824,43 +10891,56 @@ paths: description: The origin of the account either aggregated or provisioned example: AGGREGATED ownerIdentity: - description: 'The identity who owns this account, typically used for non-human accounts' - type: object + description: 'The identity who owns this account, used only for machine accounts' nullable: true - properties: - type: - description: The type of object being referenced - type: string - enum: - - IDENTITY - example: IDENTITY - id: - type: string - description: ID of the identity - example: 2c918084660f45d6016617daa9210584 - name: - type: string - description: Human-readable display name of the identity - example: Adam Kennedy - ownerGroup: - description: 'The governance group who owns this account, typically used for non-human accounts' + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy type: object - nullable: true properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT - GOVERNANCE_GROUP - example: GOVERNANCE_GROUP + - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP + example: IDENTITY id: type: string - description: ID of the governance group - example: 8d3e0094e99445de98eef6c75e25jc04 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the governance group - example: GovGroup AX17Z + description: Human-readable display name of the object to which this reference applies + example: William Wilson '400': description: Client Error - Returned if the request body is invalid. content: @@ -11483,11 +11563,37 @@ paths: nullable: true example: direct description: The connection type of the source this account is from - type: - type: string + isMachine: + type: boolean + default: false + description: Indicates if the account is of machine type + example: true + recommendation: nullable: true - example: NON_HUMAN - description: The type of the account + description: Indicates that the account is currently classified to be one type but is recommended to be a different one + example: + type: MACHINE + method: DISCOVERY + type: object + properties: + type: + type: string + enum: + - HUMAN + - MACHINE + description: Recommended type of account. + example: MACHINE + method: + type: string + enum: + - DISCOVERY + - SOURCE + - CRITERIA + description: 'Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.' + example: DISCOVERY + required: + - type + - method attributes: type: object nullable: true @@ -11529,7 +11635,7 @@ paths: uuid: type: string description: The unique ID of the account as determined by the account schema - example: slpt.support + example: '{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}' nullable: true manuallyCorrelated: type: boolean @@ -11566,6 +11672,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -11589,24 +11696,56 @@ paths: description: Human-readable display name of the object to which this reference applies example: William Wilson sourceOwner: - type: object nullable: true - description: The owner of this object. + description: The owner of the source this account belongs to. + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy + type: object properties: type: + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT + - GOVERNANCE_GROUP - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP example: IDENTITY - description: Type of owner object. id: type: string - description: Identity id - example: 4c5c8534e99445de98eef6c75e25eb01 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the owner. - example: John Cavender + description: Human-readable display name of the object to which this reference applies + example: William Wilson features: type: string description: A string list containing the owning source's features @@ -11622,43 +11761,56 @@ paths: description: The origin of the account either aggregated or provisioned example: AGGREGATED ownerIdentity: - description: 'The identity who owns this account, typically used for non-human accounts' - type: object + description: 'The identity who owns this account, used only for machine accounts' nullable: true - properties: - type: - description: The type of object being referenced - type: string - enum: - - IDENTITY - example: IDENTITY - id: - type: string - description: ID of the identity - example: 2c918084660f45d6016617daa9210584 - name: - type: string - description: Human-readable display name of the identity - example: Adam Kennedy - ownerGroup: - description: 'The governance group who owns this account, typically used for non-human accounts' + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy type: object - nullable: true properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT - GOVERNANCE_GROUP - example: GOVERNANCE_GROUP + - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP + example: IDENTITY id: type: string - description: ID of the governance group - example: 8d3e0094e99445de98eef6c75e25jc04 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the governance group - example: GovGroup AX17Z + description: Human-readable display name of the object to which this reference applies + example: William Wilson '400': description: Client Error - Returned if the request body is invalid. content: @@ -40668,6 +40820,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -40854,6 +41007,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -41161,6 +41315,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -41530,6 +41685,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -41797,6 +41953,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -44956,6 +45113,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -45142,6 +45300,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -45449,6 +45608,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -45818,6 +45978,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -46085,6 +46246,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -95248,6 +95410,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -95615,6 +95778,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -95929,6 +96093,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -96005,6 +96170,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -97089,6 +97255,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -97885,6 +98052,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -98428,6 +98596,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -99230,6 +99399,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -100169,6 +100339,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -101868,6 +102039,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -102437,6 +102609,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -102968,6 +103141,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -103247,6 +103421,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -103769,6 +103944,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -104688,6 +104864,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -104738,6 +104915,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -108601,6 +108779,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -110826,6 +111005,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -110917,6 +111097,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -111000,6 +111181,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -114817,6 +114999,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -114908,6 +115091,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -114991,6 +115175,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -116780,6 +116965,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -116871,6 +117057,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -116954,6 +117141,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -136048,6 +136236,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -136119,6 +136308,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -154016,6 +154206,7 @@ paths: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -184343,6 +184534,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -184499,11 +184691,37 @@ components: nullable: true example: direct description: The connection type of the source this account is from - type: - type: string + isMachine: + type: boolean + default: false + description: Indicates if the account is of machine type + example: true + recommendation: nullable: true - example: NON_HUMAN - description: The type of the account + description: Indicates that the account is currently classified to be one type but is recommended to be a different one + example: + type: MACHINE + method: DISCOVERY + type: object + properties: + type: + type: string + enum: + - HUMAN + - MACHINE + description: Recommended type of account. + example: MACHINE + method: + type: string + enum: + - DISCOVERY + - SOURCE + - CRITERIA + description: 'Method used to produce the recommendation. DISCOVERY - suggested by AI, SOURCE - the account comes from a source flagged as containing machine accounts, CRITERIA - the account satisfies classification criteria.' + example: DISCOVERY + required: + - type + - method attributes: type: object nullable: true @@ -184545,7 +184763,7 @@ components: uuid: type: string description: The unique ID of the account as determined by the account schema - example: slpt.support + example: '{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}' nullable: true manuallyCorrelated: type: boolean @@ -184582,6 +184800,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -184605,24 +184824,56 @@ components: description: Human-readable display name of the object to which this reference applies example: William Wilson sourceOwner: - type: object nullable: true - description: The owner of this object. + description: The owner of the source this account belongs to. + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy + type: object properties: type: + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT + - GOVERNANCE_GROUP - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP example: IDENTITY - description: Type of owner object. id: type: string - description: Identity id - example: 4c5c8534e99445de98eef6c75e25eb01 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the owner. - example: John Cavender + description: Human-readable display name of the object to which this reference applies + example: William Wilson features: type: string description: A string list containing the owning source's features @@ -184638,43 +184889,56 @@ components: description: The origin of the account either aggregated or provisioned example: AGGREGATED ownerIdentity: - description: 'The identity who owns this account, typically used for non-human accounts' - type: object + description: 'The identity who owns this account, used only for machine accounts' nullable: true - properties: - type: - description: The type of object being referenced - type: string - enum: - - IDENTITY - example: IDENTITY - id: - type: string - description: ID of the identity - example: 2c918084660f45d6016617daa9210584 - name: - type: string - description: Human-readable display name of the identity - example: Adam Kennedy - ownerGroup: - description: 'The governance group who owns this account, typically used for non-human accounts' + example: + id: 2c918084660f45d6016617daa9210584 + type: IDENTITY + name: Adam Kennedy type: object - nullable: true properties: type: - description: The type of object being referenced + description: DTO type type: string enum: + - ACCOUNT_CORRELATION_CONFIG + - ACCESS_PROFILE + - ACCESS_REQUEST_APPROVAL + - ACCOUNT + - APPLICATION + - CAMPAIGN + - CAMPAIGN_FILTER + - CERTIFICATION + - CLUSTER + - CONNECTOR_SCHEMA + - ENTITLEMENT - GOVERNANCE_GROUP - example: GOVERNANCE_GROUP + - IDENTITY + - IDENTITY_PROFILE + - IDENTITY_REQUEST + - MACHINE_IDENTITY + - LIFECYCLE_STATE + - PASSWORD_POLICY + - ROLE + - RULE + - SOD_POLICY + - SOURCE + - TAG + - TAG_CATEGORY + - TASK_RESULT + - REPORT_RESULT + - SOD_VIOLATION + - ACCOUNT_ACTIVITY + - WORKGROUP + example: IDENTITY id: type: string - description: ID of the governance group - example: 8d3e0094e99445de98eef6c75e25jc04 + description: ID of the object to which this reference applies + example: 2c91808568c529c60168cca6f90c1313 name: type: string - description: Human-readable display name of the governance group - example: GovGroup AX17Z + description: Human-readable display name of the object to which this reference applies + example: William Wilson AccountActivity: type: object properties: @@ -185946,6 +186210,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -186459,6 +186724,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -186550,6 +186816,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -186633,6 +186900,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -187590,6 +187858,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -188775,6 +189044,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -188866,6 +189136,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -188949,6 +189220,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE @@ -189342,6 +189614,7 @@ components: - IDENTITY - IDENTITY_PROFILE - IDENTITY_REQUEST + - MACHINE_IDENTITY - LIFECYCLE_STATE - PASSWORD_POLICY - ROLE diff --git a/postman/collections/sailpoint-api-beta.json b/postman/collections/sailpoint-api-beta.json index fe6c8932..55903335 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": "f4bdd9df-b779-4ad1-a435-9c8e2aee9ce6", + "id": "0240d5f1-df0d-4853-bf2d-faa2f9b14aed", "name": "List Access Model Metadata Attributes", "request": { "name": "List Access Model Metadata Attributes", @@ -45,7 +45,7 @@ }, "response": [ { - "id": "02c2d16f-c349-4b4f-8784-580021a985e5", + "id": "b452a9e1-034e-43b7-810d-c4e46f2e3e94", "name": "OK", "originalRequest": { "url": { @@ -99,7 +99,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b314634-54cc-4bd7-a156-50a9ccf6861a", + "id": "e0020d1c-885c-423d-8095-7490364951cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153,7 +153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43244fad-43c7-4157-9d24-2b44b90e44a7", + "id": "6c469982-7617-4db1-9df3-9e0c5574dfef", "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": "85467bf4-bde3-4825-ac3d-2041b679c80b", + "id": "1d4558ba-2103-4835-b821-55fe44d9abb0", "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": "b292a9e1-f3ba-46c4-b7ae-e923c7ea7005", + "id": "1686b136-2e96-44c9-9083-2dfc47c6fbb0", "name": "Too Many Requests - Returned in response to too many requests in 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": "e8004327-24de-489a-a841-3dfe15986e69", + "id": "31d9871d-e871-4c6c-8d5a-2976157ab8fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -375,7 +375,7 @@ } }, { - "id": "0688bad6-3f85-46c4-8a6a-cecdd33eb643", + "id": "267729b3-bceb-4d24-8165-a90ddd7890da", "name": "Get Access Model Metadata Attribute", "request": { "name": "Get Access Model Metadata Attribute", @@ -417,7 +417,7 @@ }, "response": [ { - "id": "2be47ba4-fd33-45b3-b08e-379e858876a1", + "id": "de6e5b4f-a3b6-4fb9-95e4-baf75408f852", "name": "OK", "originalRequest": { "url": { @@ -462,7 +462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a21c41c-928a-4e78-9917-e190c41ffe17", + "id": "b8bdd22d-0779-4f48-b726-df02779fb0a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -507,7 +507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afe4ebfc-7872-4436-bb10-d533f00ab95e", + "id": "1056d0b6-7f03-4c45-bd63-a253adb2a239", "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": "a0107594-3b80-4117-a908-ae3b2e6756b6", + "id": "9e810bcc-f90a-4ceb-9d20-e8364e25f677", "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": "97893ad9-60e7-4c4c-8085-5d0f2dc6e30b", + "id": "ec280135-5ab8-40aa-a23a-36172e71f41e", "name": "Too Many Requests - Returned in response to too many requests in 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": "e7c52a32-f93e-482b-a307-4245e4d093fd", + "id": "a56e1eff-3478-4df3-9156-28731095b839", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -693,7 +693,7 @@ } }, { - "id": "6d3782ae-8cf8-4a69-8377-1769f48efa56", + "id": "b30c4c2d-9543-4d75-84ce-17776da2f990", "name": "List Access Model Metadata Values", "request": { "name": "List Access Model Metadata Values", @@ -736,7 +736,7 @@ }, "response": [ { - "id": "0c58a8d6-c912-4d03-9158-f2db726366a8", + "id": "6c8a0653-e843-42ca-be2a-05038cdf8d21", "name": "OK", "originalRequest": { "url": { @@ -782,7 +782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5b030c9-c22e-4b5e-9e0e-9fb3d488c2da", + "id": "e26515d4-bc12-47f5-87b4-828791819ce3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -828,7 +828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "488a9d8e-0a63-493b-ac4b-5aa9a3c4f7b9", + "id": "556dc3d1-eecf-472b-aaa4-174d9a416ea3", "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": "291fbd73-526f-44d1-9153-738a127725fd", + "id": "82087d65-c520-4e1c-9b97-ce4ba321060f", "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": "68cf1213-97fc-4f59-befe-8e5541110384", + "id": "61c2e9f0-64a1-40d2-854d-1719870a9215", "name": "Too Many Requests - Returned in response to too many requests in 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": "5f7acb52-ec4c-44de-9643-ac2209657dcd", + "id": "01e7adfa-81bc-4387-aeb9-1417443e0767", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1018,7 +1018,7 @@ } }, { - "id": "b3dfa80d-67f5-41b2-9123-7f78074ac36e", + "id": "27c43ac9-4935-48df-b4e0-c212708b3906", "name": "Get Access Model Metadata Value", "request": { "name": "Get Access Model Metadata Value", @@ -1072,7 +1072,7 @@ }, "response": [ { - "id": "c4af9972-3a7d-4ef6-9423-857f3e7a4d1d", + "id": "f15115cc-9dcc-4e95-81e1-52c5c71253ee", "name": "OK", "originalRequest": { "url": { @@ -1119,7 +1119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60de2595-53be-46fd-aef3-e9ffce58e18f", + "id": "a952d19b-c7b4-4192-ace3-7e26d680a5c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1166,7 +1166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ff6806f-d38a-4bc8-8b9c-049081e5cca1", + "id": "4d4cf92c-9679-40b8-bfec-a50064c3dd5c", "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": "3e9a7999-8964-459b-b7c8-71e913d9ab1a", + "id": "cabf3f91-ec36-42b7-a084-8ac0c3951ef5", "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": "78339ae1-48eb-4918-8f5a-92ed0dcab5ae", + "id": "3f8a1831-0f5e-4ade-b9d6-53dbdd6b7c9e", "name": "Too Many Requests - Returned in response to too many requests in 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": "4ae9b7fe-f55e-4f0a-a283-642d7275bc70", + "id": "bf71403e-c18b-435f-897c-36d86907271f", "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": "92fbdb51-f3a8-4ab6-90c8-ded305570310", + "id": "1e3ea355-5e35-405d-91a1-415a6378c1f6", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -1468,7 +1468,7 @@ }, "response": [ { - "id": "4721acb4-b056-4610-b822-1f0620f9ec22", + "id": "cbe2ae81-6a22-4f34-a8d0-ad78a3bb0163", "name": "List of access profiles.", "originalRequest": { "url": { @@ -1584,7 +1584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49edc22d-d682-4666-bb35-3d651018fbbe", + "id": "478e6d20-04d9-4b1e-99cb-04273d939070", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1700,7 +1700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2d39505-9dd2-4ee4-a956-85395d73f3fb", + "id": "7026cfc3-f603-4696-aea1-7cc0b15d4560", "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": "e3fb7f2c-f26b-4767-85b8-4de3b0e142cb", + "id": "1f57d169-428d-4031-af00-908664d0c652", "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": "d57d79b5-00bf-4387-bbbb-0aa63e9e6e83", + "id": "50010cf6-50a7-4338-ad20-c1edf394c4f9", "name": "Too Many Requests - Returned in response to too many requests in 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": "417956be-1462-43fe-a8d2-0d9bf671a73c", + "id": "e53d2a66-761e-429f-84c3-5ada9f201ae2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2170,7 +2170,7 @@ } }, { - "id": "6ce668d7-dae0-4198-9e74-8f1ea77bda01", + "id": "615e1e6d-7d97-437c-9508-9477cb9a0216", "name": "Create Access Profile", "request": { "name": "Create Access Profile", @@ -2212,7 +2212,7 @@ }, "response": [ { - "id": "fbca0cf8-0870-4fad-b01f-d95c4fb92122", + "id": "9990b009-8170-4679-81bc-d687a32e7f3c", "name": "Access profile created.", "originalRequest": { "url": { @@ -2268,7 +2268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1876478-ad86-4677-9876-b983b554e9aa", + "id": "4db191c4-8562-4e2e-8dc9-28317a7201fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2324,7 +2324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07ad3109-cd72-47ca-b006-bee2681e6a66", + "id": "3db8f8cb-5ad9-4c64-88c1-f642fb1a8565", "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": "caf54bcc-132b-4119-8adf-52955e9e63b3", + "id": "9a44b72e-9482-47f4-86ea-7cb7c9def624", "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": "55107e63-7c9b-403b-a39b-fc2fa62bf823", + "id": "70c20901-de7f-415a-8a7f-0f3e36fa3ec0", "name": "Too Many Requests - Returned in response to too many requests in 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": "cd34a446-70de-403b-b7b2-a8c5690695d8", + "id": "90a506d4-6205-4af2-aa3d-c708a7d4646e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2554,7 +2554,7 @@ } }, { - "id": "a1fa7d4a-5f0f-4803-99af-f38f04629746", + "id": "cf929d48-7a7a-4c04-b688-6f835b7166f1", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -2595,7 +2595,7 @@ }, "response": [ { - "id": "a3771ed8-4353-4ba1-a1e4-f6688e067999", + "id": "96347a4c-6bb0-4a2a-ab10-d1cd23f4b247", "name": "An AccessProfile", "originalRequest": { "url": { @@ -2639,7 +2639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba563ecf-74ea-444e-a090-8d4cf38ca641", + "id": "2ef92d5c-161e-4f84-91ec-da2715b54a5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2683,7 +2683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be181487-f1c6-4d3a-8bd6-ed8dcd272321", + "id": "83b18bf6-5171-4b84-a401-c90540df296a", "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": "12a7c79a-9772-4944-a762-09842296e6c6", + "id": "b819fb04-613e-4f50-a3cb-8fac5c1325c2", "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": "8edad567-83e3-4c29-ac0e-4f7ce345a42c", + "id": "51fe9e68-5c9c-4241-a01e-d35db87ef68c", "name": "Too Many Requests - Returned in response to too many requests in 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": "48375e81-d9b3-4b62-9354-ff4f0280682c", + "id": "c7b81e1e-81c9-407f-bdbe-564d98c61828", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2865,7 +2865,7 @@ } }, { - "id": "d898fc7d-4860-49b7-929f-9be9cd3767da", + "id": "4e0b6505-9fd9-4e53-942a-e79a67861ac0", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -2919,7 +2919,7 @@ }, "response": [ { - "id": "5675a23f-18ae-435c-89fc-e91641eaedb2", + "id": "10384550-a486-43d5-9d91-a0ee30ee493e", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2976,7 +2976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c4768da-5907-4a14-9665-cd50b439fa50", + "id": "00fc24c8-d83c-4785-8ebc-6f87544db585", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3033,7 +3033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78698b8a-f1b1-4f67-b62b-2d6f776661b1", + "id": "1f712afc-316d-4f1a-b8d5-ec23b2d46376", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3090,7 +3090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1620fe18-7238-47b4-bceb-26cb52dd8132", + "id": "16b7f45b-71bf-48e6-a625-fa499a9d4eac", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3147,7 +3147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "483969f0-0699-4d95-a564-83247c1fef70", + "id": "5d27661f-d7f4-4437-8bd0-b3cc66f4d5d4", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3204,7 +3204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca80b32f-d1bc-4e7c-8205-59e44d21010e", + "id": "55d5df6d-ed75-4108-a847-403632d90b22", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3261,7 +3261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f52c25c0-ee1d-4d90-9322-ef228ec53622", + "id": "93be28c9-c30d-4e72-b73c-d74ec297d5c4", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3318,7 +3318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eac079ee-9d45-4a7c-948a-32c5f579b171", + "id": "5283373b-1e74-4eec-95ef-5b63b7635e40", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3375,7 +3375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b392d04-4248-4b02-8b99-f4313feae262", + "id": "f1010881-128f-4b06-a3ce-81b5a3aef5b0", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3432,7 +3432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4acb33f-ce28-42ee-8fd5-ff3b960a659a", + "id": "7637956b-0aba-4e4c-91f6-a19e239fb21a", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3489,7 +3489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd8ef919-e84f-4fd2-8829-c5b592dbebcc", + "id": "834e5784-5696-48f8-a9d3-4463b71abdeb", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3546,7 +3546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a1f9cdb-cbff-4df0-9bc8-6ac4110663da", + "id": "6fd0e380-d490-4c27-95df-c015984d92f2", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3603,7 +3603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2333e2db-57e3-4b00-9443-f4381294c132", + "id": "fbc0555c-f239-49b5-8f38-3ac68ec4d93b", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -3660,7 +3660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "680679b3-9c1f-4886-b063-db6e34ec9cbe", + "id": "b94fb393-4863-4fc2-b2bd-564bb9c48056", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3717,7 +3717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afd5ac6b-e876-480e-982f-78c2b2968cec", + "id": "37bf2b34-ff32-4b50-a444-d3742e5ef4ad", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3774,7 +3774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3b4613a-f82d-4c59-8f2e-1af178cbda3f", + "id": "9ac88474-c413-4767-83a7-37dce9fdcd8a", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3831,7 +3831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48c539b8-f477-4ca9-96f0-2cd9e4f81cb3", + "id": "aa6e37d2-59af-4f46-8aa0-b616efd32888", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3888,7 +3888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0520580d-fbb7-4ff7-a8c0-f90536be5ea2", + "id": "e4338c8f-beef-4d7f-a75d-19f4133acc29", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3945,7 +3945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05ebf7e6-90ce-4e54-9bc2-5e38c666c19c", + "id": "8492c8eb-7845-4611-b2b1-52bfd9669c7a", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -4002,7 +4002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ebcdd95-d775-4ec0-bdfc-196bf3c42b28", + "id": "95e54228-c8b5-4048-9c5d-5512326a5d10", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -4059,7 +4059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f39636-cf86-4012-92b9-bc2ab0ed6052", + "id": "8d32d91b-cfc7-4e79-9489-065fa4481d65", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -4116,7 +4116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c95584c9-8d48-4e1f-8546-a66d709e2d96", + "id": "a90095fc-7f02-46e4-ab0b-36570a102244", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -4173,7 +4173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f39c18e-d334-4b6c-8dad-851c3e774095", + "id": "ba0a2bf6-ae3f-4e28-8263-7d78f9d16008", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -4230,7 +4230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd7b36d3-28a8-4c14-823b-107d1fe99ccc", + "id": "ede96c56-7024-4169-8ee5-dfc67dc50b87", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -4293,7 +4293,7 @@ } }, { - "id": "a760e229-f3c9-4d4f-8155-5cdfd8bebac7", + "id": "528255eb-1c61-4c25-9588-2d1748138d56", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -4334,7 +4334,7 @@ }, "response": [ { - "id": "bbf5f7b9-5db6-4a75-8070-e86b8ae49d6c", + "id": "8880afdd-be0a-4bc0-a58a-ca7733e0b76c", "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": "8bef97ce-5375-4f07-94bb-8927c072a02e", + "id": "7daad000-62e2-4607-9fb5-2c35a9dcdbcb", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -4412,7 +4412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf8d5cee-7935-4ff1-82ff-f1dad9898a04", + "id": "4c7a99e8-eabd-4a21-ab50-eb0a9fbdf87f", "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": "95327695-6cea-4c1f-b8e0-46723b732373", + "id": "f06d5240-872e-425b-a478-cda23fc4a8ac", "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": "23e73232-e56c-40b2-9375-53fe05d9e62a", + "id": "8c6e5fcf-011d-4b9e-a259-bd1e71fbe263", "name": "Too Many Requests - Returned in response to too many requests in 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": "9b3ba9a9-3d9d-4950-83f6-5e1d58e1be85", + "id": "b4e06601-50cf-459c-afc5-6e15489d12bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4594,7 +4594,7 @@ } }, { - "id": "766c0ab4-91c0-4787-9a7e-126139647694", + "id": "a76d3932-eadc-4c3c-86d9-77dbd68c0472", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -4637,7 +4637,7 @@ }, "response": [ { - "id": "0ef0e155-0fb8-4cbc-badf-921b546c5980", + "id": "3d499cac-0957-4e36-9b05-227721086807", "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": "973ffdca-c0c0-4d72-857d-e08cb8db1513", + "id": "7f21ee06-307c-4c28-a61e-508d8964189a", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -4751,7 +4751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ad5b066-bf25-4324-931b-9343b232e348", + "id": "87fa42f8-852a-45b7-939e-5820b6d5ff99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4808,7 +4808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f348424-adf2-439a-802b-d0708c172100", + "id": "1ffe5e02-61bf-427e-a9c3-4ba0464011f0", "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": "558e4448-d22d-408f-b287-b4aec91a11f5", + "id": "160e1136-533d-41d6-8453-b1aaaf0420df", "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": "b180042c-2de6-4b7e-bccf-925389e592e0", + "id": "3fbc55bb-f38e-42d0-ba6d-4e2eee657d1e", "name": "Too Many Requests - Returned in response to too many requests in 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": "1d9d4e92-4fe2-40c1-8637-7849c7fd680b", + "id": "78e6f8bb-2db8-40dd-ade7-747e6f969256", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5042,7 +5042,7 @@ } }, { - "id": "37c6dd4b-84d3-4ae0-bc9e-268c657e6dc1", + "id": "96aea891-e137-45dc-9980-4c49d5812447", "name": "Update Access Profile(s) requestable field.", "request": { "name": "Update Access Profile(s) requestable field.", @@ -5085,7 +5085,7 @@ }, "response": [ { - "id": "fa78024d-8f8b-49ea-8474-47701a45f6b8", + "id": "bf0d7614-4c28-4253-a075-8fbf79c905cd", "name": "List of updated and not updated Access Profiles.", "originalRequest": { "url": { @@ -5142,7 +5142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d10cb8da-b005-4702-8cdc-92762d871412", + "id": "362edaa1-eb38-4af4-97a6-b69c8c24f449", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5199,7 +5199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e26f1b2-7da5-4c23-acfc-85eb22d4d29a", + "id": "04c8dc5e-e518-4785-b484-de7f60dbf9f9", "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": "193e4a48-38d0-4d93-bef6-b165a23297cf", + "id": "ffdb5e39-cbf2-40ad-bc92-bd597941dd1c", "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": "80b75bd2-22ef-42f6-8336-4c7668f8e7b5", + "id": "15e5d5b6-822b-4f23-b4cd-b46dc6b52f87", "name": "Precondition Failed - Returned in response if API/Feature not enabled for an organization.", "originalRequest": { "url": { @@ -5370,7 +5370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "996fa85a-6b59-47ef-85bb-945f768ce20c", + "id": "11adb792-7f5a-4682-9891-be82ae8a6d82", "name": "Too Many Requests - Returned in response to too many requests in 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": "52e8f722-adbd-4111-a16c-2d2b578317d0", + "id": "e9e82aff-3bfd-4316-a3b2-c6488d17f108", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5490,7 +5490,7 @@ } }, { - "id": "96119425-b14e-474c-9bbb-75610ab4d9c3", + "id": "80080259-0ee1-4192-8eee-476d4aad29a5", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -5578,7 +5578,7 @@ }, "response": [ { - "id": "3d2b5247-e99a-4b3a-869f-14bab3b63e2a", + "id": "0c5f468a-c182-47e8-a663-bb8f2738b251", "name": "List of entitlements.", "originalRequest": { "url": { @@ -5669,7 +5669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f98c258c-8c08-491a-96cb-961eefa73e44", + "id": "9f67aeab-51cf-43ac-9154-493e790eb477", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5760,7 +5760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6390c6b-2e1a-45ed-949f-b69c4f3c0f10", + "id": "9b9a0930-0024-48c2-a000-73865d95e322", "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": "2bab90d1-96d6-4485-9e36-c0add466a504", + "id": "d8d7cefd-282e-4e76-8b5f-9da2e3e82fce", "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": "779298fa-7da8-4d75-bbee-1b4a1942d1c9", + "id": "c75bf83f-08ad-4ab8-be91-c78204c5e262", "name": "Too Many Requests - Returned in response to too many requests in 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": "ff31b6c0-bb05-4b52-9ee3-b90f92d04b59", + "id": "fc177bbe-83d5-4ea5-8d14-3ca24c64992e", "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": "5e02b1a7-07bb-4133-8fbc-1c197c50dce9", + "id": "75309a9f-b246-4b4c-ba20-1205e94a42e6", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6160,7 +6160,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6196,7 +6196,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6205,7 +6205,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -6221,7 +6221,7 @@ }, "response": [ { - "id": "10ce43dd-5a54-4bde-9042-f06dab6ef3f3", + "id": "e8f4217a-fb8e-444e-868a-abc79d11cef9", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6240,7 +6240,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6276,7 +6276,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6285,7 +6285,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -6320,7 +6320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9481ea23-3c0e-4b51-9048-911a48170378", + "id": "8de77851-a702-43f1-b75d-55edcda483b2", "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": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6375,7 +6375,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6384,7 +6384,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -6419,7 +6419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22f5c327-0f2c-40fa-ae6b-0f17fae844cd", + "id": "b06e3d5d-b73b-49cd-aebd-56f24320f668", "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": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6474,7 +6474,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6483,7 +6483,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -6518,7 +6518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c0ace8-7705-45f5-b089-7cf14a48240e", + "id": "8c857a38-708b-44e9-a63e-009cc32ddf98", "name": "Too Many Requests - Returned in response to too many requests in 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": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6573,7 +6573,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6582,7 +6582,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -6617,7 +6617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecbfb9d2-7ee9-44a5-8cd5-a84b558bf4e3", + "id": "b48477b2-30ae-40e5-96e9-c8fbf9c6df3a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6636,7 +6636,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6672,7 +6672,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6681,7 +6681,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -6722,7 +6722,7 @@ } }, { - "id": "3d4c3fdf-9963-4148-8ea2-cf236843be14", + "id": "7b5988d7-6338-4666-b4c1-7aeada147698", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -6746,7 +6746,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6782,7 +6782,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6791,7 +6791,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -6807,7 +6807,7 @@ }, "response": [ { - "id": "b159090c-a1ff-4fb3-b5da-c724ec620f9f", + "id": "c1367163-f44e-49a9-930d-be9b12405630", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -6826,7 +6826,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6862,7 +6862,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6871,7 +6871,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -6906,7 +6906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2806ca31-b2c0-4f44-ab5e-eba3bf576fb3", + "id": "eedc5196-8d26-4a1f-bd96-9140cb4e3eda", "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": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6961,7 +6961,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -6970,7 +6970,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -7005,7 +7005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7fe8845-0736-452a-a595-36a950dfbae5", + "id": "3e628f7f-0192-43ea-a318-883b6a1f1848", "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": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -7060,7 +7060,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -7069,7 +7069,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -7104,7 +7104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8307b76a-0d19-4460-a4a9-715f52976349", + "id": "88a5cdfe-8800-4cf2-af3e-ebadfd48d20b", "name": "Too Many Requests - Returned in response to too many requests in 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": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -7159,7 +7159,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -7168,7 +7168,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -7203,7 +7203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cb4f84d-38c1-4a1e-8693-9226763e793e", + "id": "bb2e6fd9-3e6d-4423-b679-8eac50515e22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7222,7 +7222,7 @@ "type": "text/plain" }, "key": "owner-id", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -7258,7 +7258,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -7267,7 +7267,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -7308,7 +7308,7 @@ } }, { - "id": "cce5dfce-cb03-4b27-95c9-28ff6fd07d7d", + "id": "2f0244d9-e315-4991-8291-df9256e2a6f3", "name": "Approve Access Request Approval", "request": { "name": "Approve Access Request Approval", @@ -7363,7 +7363,7 @@ }, "response": [ { - "id": "27969fde-f060-4b50-b88f-23ca544a87da", + "id": "98821acf-0ead-468d-98b6-24f730aea48f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7421,7 +7421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c2c6382-7f44-415c-83a0-ef2f31d3672e", + "id": "5c2d77ea-00b2-49f8-b184-e8fa68db1213", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7479,7 +7479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a577121a-1c2e-4bad-9570-60512050cff1", + "id": "8c1e0ecf-6788-45c8-bb81-f0d8a048dae2", "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": "2b4a7bdb-9aa6-4028-a603-b6b98a081bdc", + "id": "38e735d7-93b1-44a1-8011-3433ff03f07b", "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": "5cc88118-36d3-4844-a31b-e9ef5395a877", + "id": "3f9dd8ce-59dc-43f1-b9fe-ef25508d49fa", "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": "c3593ba4-7dd4-49c1-8e00-790d6e526a96", + "id": "3511600b-7d09-4b46-8374-caf5762ad73f", "name": "Too Many Requests - Returned in response to too many requests in 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": "e30b9c91-80fa-4ecb-836e-2393a22e3dcf", + "id": "55c08f15-637d-44a8-8953-908304e0575a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7775,7 +7775,7 @@ } }, { - "id": "d644063a-27dc-49a6-918e-2aa0d97d9a11", + "id": "4e2f1a97-8471-46e2-801b-7e892e24d119", "name": "Reject Access Request Approval", "request": { "name": "Reject Access Request Approval", @@ -7830,7 +7830,7 @@ }, "response": [ { - "id": "dc87b31e-1fb0-4fb0-93b5-201e42e514e4", + "id": "0c391ddd-7f16-471f-9cc7-c1a3de455b71", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7888,7 +7888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bbedeca-326c-4375-be00-a1914ff2c450", + "id": "dbf96bf9-20a1-4e39-8708-0ad80a5b01ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7946,7 +7946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb47c93b-3220-45f8-b74d-7e2729c3debd", + "id": "f1d88da2-54a9-4a42-abb8-87bc36980a2d", "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": "24bf7e12-d6d3-4ddd-b5d6-9df2cbe5dc91", + "id": "ad447f65-0f4a-4f25-bea0-94ed17cf1f11", "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": "85f65b15-431d-4f1f-a46d-bc3b5d84d4ae", + "id": "0003ed37-efaf-4930-bbec-f9c80e01cbce", "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": "df03b833-627e-4b9f-8066-a9dc5eb5b7a5", + "id": "ee6ac50c-12a7-4fbd-9fd0-c32fb73e88a1", "name": "Too Many Requests - Returned in response to too many requests in 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": "551f4996-39ff-4734-ad41-486970877b31", + "id": "4b43f1b9-b269-4c2d-81e3-a92e9b4977b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8242,7 +8242,7 @@ } }, { - "id": "f89fb90f-4207-45bb-95a9-2c83264a8004", + "id": "5b1fe824-f1f5-4f01-83f5-7d8f3ee3c003", "name": "Forward Access Request Approval", "request": { "name": "Forward Access Request Approval", @@ -8286,7 +8286,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"qui amet laborum\",\n \"comment\": \"veni\"\n}", + "raw": "{\n \"newOwnerId\": \"sunt aliqua dolore proident\",\n \"comment\": \"in ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8297,7 +8297,7 @@ }, "response": [ { - "id": "68d60b94-7ede-4185-bb94-254e221f1f6c", + "id": "ac987543-095e-4e8e-a8eb-c1aff37ee8a5", "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\": \"qui amet laborum\",\n \"comment\": \"veni\"\n}", + "raw": "{\n \"newOwnerId\": \"sunt aliqua dolore proident\",\n \"comment\": \"in ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8355,7 +8355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dc40326-7fd3-4cbf-93f0-265f97d0f805", + "id": "c6ea8d13-4b2a-4efd-93c2-fa215b7db42d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8391,7 +8391,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"newOwnerId\": \"qui amet laborum\",\n \"comment\": \"veni\"\n}", + "raw": "{\n \"newOwnerId\": \"sunt aliqua dolore proident\",\n \"comment\": \"in ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8413,7 +8413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c78d0e8b-31a9-48da-bee9-347c2e840dba", + "id": "7a323a1a-f011-427f-b80c-5dc5a8311147", "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\": \"qui amet laborum\",\n \"comment\": \"veni\"\n}", + "raw": "{\n \"newOwnerId\": \"sunt aliqua dolore proident\",\n \"comment\": \"in ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8471,7 +8471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ceabce0-ee5f-4c7e-8c40-afb682280ba5", + "id": "38108ad2-8de7-4403-9444-9126128e208c", "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\": \"qui amet laborum\",\n \"comment\": \"veni\"\n}", + "raw": "{\n \"newOwnerId\": \"sunt aliqua dolore proident\",\n \"comment\": \"in ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8529,7 +8529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "446f9aab-25d3-4c49-b1cb-a607eb687d4a", + "id": "03200c16-2817-487d-9aaf-53f6ddcd50f0", "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\": \"qui amet laborum\",\n \"comment\": \"veni\"\n}", + "raw": "{\n \"newOwnerId\": \"sunt aliqua dolore proident\",\n \"comment\": \"in ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8587,7 +8587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5642c521-82ea-4bd0-9474-56bfbb56d462", + "id": "01573bcf-1c1e-4a59-9b27-7abf8c63be87", "name": "Too Many Requests - Returned in response to too many requests in 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\": \"qui amet laborum\",\n \"comment\": \"veni\"\n}", + "raw": "{\n \"newOwnerId\": \"sunt aliqua dolore proident\",\n \"comment\": \"in ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8645,7 +8645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f91fbdb-37f7-4b40-b276-64119b031ed5", + "id": "6015880c-dd64-405a-b9e7-153b608c2938", "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\": \"qui amet laborum\",\n \"comment\": \"veni\"\n}", + "raw": "{\n \"newOwnerId\": \"sunt aliqua dolore proident\",\n \"comment\": \"in ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -8709,7 +8709,7 @@ } }, { - "id": "dcb47ad8-7513-47de-a146-255154d9a2bb", + "id": "9c37362e-80d5-46c0-a04d-b90675ee58dd", "name": "Get Access Requests Approvals Number", "request": { "name": "Get Access Requests Approvals Number", @@ -8758,7 +8758,7 @@ }, "response": [ { - "id": "a82a35d0-37b0-4872-b552-9da230cfeb52", + "id": "f7d00d31-1c8d-45ba-8129-479b5495a3c4", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -8816,12 +8816,12 @@ "value": "application/json" } ], - "body": "{\n \"pending\": -16373627,\n \"approved\": -40969237,\n \"rejected\": -96100902\n}", + "body": "{\n \"pending\": 60467109,\n \"approved\": -56642601,\n \"rejected\": 73665889\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b039dad0-243c-4d0a-97bc-ba5298dff4b2", + "id": "1adc03e6-156e-49f8-9639-d67cb650eb10", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -8884,7 +8884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8eb6f631-d7c0-4808-9da2-ac99e16260e7", + "id": "e4e12118-2790-4897-95ac-b8fe8624aa57", "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": "d445caa3-15b0-4bdc-bfa0-2f9496069d28", + "id": "93e6c3eb-84dc-4411-a6c9-2b97ccef30df", "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": "320e2012-3896-4c9d-aab5-b2b6e6af0924", + "id": "b62fedba-fe3a-4139-a7ba-9b7e09fce4d3", "name": "Too Many Requests - Returned in response to too many requests in 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": "6f13e256-0391-4f53-9e2c-d673fee8d23f", + "id": "49df3479-481c-41e2-a628-d54d7032b290", "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": "212472f0-fe96-4dd1-98bd-3ee3907444b4", + "id": "dac8097b-1f52-4cb5-aca1-aa2ebe5fc6d2", "name": "Return access request identity metrics", "request": { "name": "Return access request identity metrics", @@ -9213,7 +9213,7 @@ }, "response": [ { - "id": "cdf1fd32-babf-4e85-8d7b-075a8d889598", + "id": "309dc334-4dd5-4c77-ab0a-d99bd68cdb0e", "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": "bf1ff6ce-7ca0-46fe-85fa-97c915a68c60", + "id": "cae37d58-2a75-409d-9927-843969567c6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9309,7 +9309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d33c0674-1326-4388-a264-4c1627eb3f6b", + "id": "95ab8486-237b-43f6-92a3-0ab42597df9c", "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": "fc47ff4f-de82-445a-b476-6cdbf9dfd58f", + "id": "0a6a4e53-24a9-4246-9a74-bb7f801b5d26", "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": "ab7b9df8-2bf2-44f8-a66e-b866a24030aa", + "id": "5dc32a8a-e959-4316-8cad-74ddb4c3e74c", "name": "Too Many Requests - Returned in response to too many requests in 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": "af098818-e9e5-45f7-b3dd-9b2698036bef", + "id": "d29019c8-beba-474a-957b-66047fd78eca", "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": "389bcea6-63fc-4130-bc52-f9242faf8c52", + "id": "a43d6d38-a548-46ca-95c7-9e4d4adf31f6", "name": "Submit Access Request", "request": { "name": "Submit Access Request", @@ -9555,7 +9555,7 @@ }, "response": [ { - "id": "5d883dd6-9133-4f0d-85b0-870ae121eac9", + "id": "0b150210-5869-47bf-9663-9d4b2a66df6a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -9611,7 +9611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c749507b-4ad8-4e32-bf04-d05cd1d72abb", + "id": "48f5f8d1-5ce9-4dc3-b3e0-bf7d9dc114ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9667,7 +9667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e277be0-fa62-4fa6-96a1-35fff1c5d321", + "id": "747fa0d9-f636-4060-8e53-e14cc8a989cc", "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": "bc0d01e8-8b56-4f19-aec8-0e2415fa1d29", + "id": "1da2e214-3148-4c2b-8e1c-f7e073604659", "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": "ce8300d9-971c-4192-930c-5b04121d9e5c", + "id": "bfdf848c-2712-4d5d-9f36-5b7adba019b5", "name": "Too Many Requests - Returned in response to too many requests in 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": "b9b48126-f48d-495c-812d-59c8f0b21e28", + "id": "926f925a-a407-4245-addc-d6114800a824", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9897,7 +9897,7 @@ } }, { - "id": "2513c4d9-83e3-4972-bfbc-54f9ab99561b", + "id": "7b8ff57d-fff5-409e-a6f3-fc29c6822c91", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -9940,7 +9940,7 @@ }, "response": [ { - "id": "c25042f7-2e38-4c4a-bc63-ce60b309955d", + "id": "7adb40bd-7d10-4434-a8ee-a4b24eb4ee60", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -9997,7 +9997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "893d5e7c-c5aa-4529-8d9d-8e6ddb6b3eec", + "id": "3545c3c0-f285-4c49-96b8-503c69aa6b06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10054,7 +10054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "388ef4bf-af5e-42f6-8697-7af6bd836aa0", + "id": "dffd8f82-1a09-4bc4-87ec-e8d37385577c", "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": "87b8e742-f160-488e-9f50-18f7bac5c27f", + "id": "2708f03a-ce0e-4d9f-a1e2-b53bae129c2a", "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": "39eb7202-68a2-40f5-96d3-0a2fe0a9b402", + "id": "83262c81-0143-4400-b4e5-b1d3a288398a", "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": "5e3e1333-f97a-4ea2-bc43-ee3f490673ce", + "id": "f6d9fdad-afcc-4ed9-9008-bdbbb82bc357", "name": "Too Many Requests - Returned in response to too many requests in 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": "f1b5b5aa-0bb8-419d-94d8-c353123243fe", + "id": "7fc752fd-049e-4c1c-be41-cb66cb685f0c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10345,7 +10345,7 @@ } }, { - "id": "fa8cd51a-d363-46ac-bba8-806c5a84b1ce", + "id": "b516024d-f76a-440a-90a7-1dfe3f193010", "name": "Close Access Request", "request": { "name": "Close Access Request", @@ -10388,7 +10388,7 @@ }, "response": [ { - "id": "a993bc2d-c209-46de-8adf-ad0cf3765fb1", + "id": "b017366e-bd80-4747-a000-f025ed78d2cf", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -10445,7 +10445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "604fb4a8-6d63-4a92-b80c-a850eef8d14d", + "id": "56dcfa31-91f9-436b-a53a-19a628861993", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10502,7 +10502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6259d3a8-2392-4347-a9b1-f7429fabce6c", + "id": "9ef84730-747c-460e-b2a5-905bc7615955", "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": "aa1de75f-0297-4ab1-9fc3-f3dd25a6b640", + "id": "b1098d8f-4761-40ae-afe9-f9b0641198b9", "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": "1e6b5ccd-7da9-4fa8-b215-928c02225d41", + "id": "4c67ea05-544d-425e-a65d-2451055709f2", "name": "Too Many Requests - Returned in response to too many requests in 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": "36de49fb-0e61-4535-9a53-175f6ada4b4d", + "id": "a6abfd2b-1789-4be3-8aec-acd1d5594c08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10736,7 +10736,7 @@ } }, { - "id": "f5de735f-59de-4139-97de-143ebf3ecb40", + "id": "d56ecd14-2f13-4001-b291-ba0dd6c14559", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -10765,7 +10765,7 @@ }, "response": [ { - "id": "5952f691-0839-4cae-b394-a779848767d0", + "id": "aa09c91a-1a41-4b28-be30-440fcbe485cd", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -10808,7 +10808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31c24139-c653-4b31-8762-e9b8e1d0abfd", + "id": "672bbac9-fa2e-4bb4-8dad-40bb1c9babef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10851,7 +10851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b43d93c-eac1-4b00-883a-f3d700eb02bc", + "id": "3f7507f8-675e-4aff-aeba-8849dbac73ae", "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": "29fad4a3-db04-4b20-95dc-3e33e93fed80", + "id": "5399b38d-672f-49dd-b69a-323758ca262f", "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": "9bc67a20-ace9-4279-ab81-8cc14057a092", + "id": "5306bfce-3240-4e90-a84a-6b1a7b8893d8", "name": "Too Many Requests - Returned in response to too many requests in 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": "551cc22c-5057-4de2-b642-67807aa7e888", + "id": "c4c1af29-dac9-4e5a-9d23-5b4e2fc5c0c7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11029,7 +11029,7 @@ } }, { - "id": "bf383372-72cd-4876-b9ac-e7d3729ab3b1", + "id": "d257efc7-1ff4-478a-9aca-b503acb557c7", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -11071,7 +11071,7 @@ }, "response": [ { - "id": "23cac2e5-47c6-4073-a24a-4cd0ff13178c", + "id": "31799ec8-da22-40ae-8fce-28b0e5bfccb5", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -11127,7 +11127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b894583-3eb5-4572-afb8-774360e3854b", + "id": "d1d26fa6-0a9e-4d61-a2e2-1b116ade3d6f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11183,7 +11183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd3808ca-7762-4ace-aee6-d908eb309dfb", + "id": "cb22f094-66b7-4eba-a960-2a85135a5afd", "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": "7d63387b-2484-45ab-b043-f4960a7757eb", + "id": "4eff5a2c-95c5-4cc1-b1ab-5b03e58085a7", "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": "53dc2a4a-2336-43a0-94fb-6e656aeac3dd", + "id": "780e8fc1-212d-45b4-b7e9-628db178091a", "name": "Too Many Requests - Returned in response to too many requests in 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": "71ed95f9-425e-496d-8af1-bd44ebb7e913", + "id": "f5759d77-8f44-4582-9639-44e715e0e583", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11413,7 +11413,7 @@ } }, { - "id": "5da0b588-191f-490f-823b-34a7c2cda707", + "id": "b173eac2-403a-40e9-ba03-2fb99add96cd", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -11524,7 +11524,7 @@ }, "response": [ { - "id": "4a04f727-263f-486c-b708-e7d81d4e2579", + "id": "10ac663f-a828-4f5f-8cbf-4a7b7837240f", "name": "List of requested item statuses.", "originalRequest": { "url": { @@ -11649,7 +11649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c450d40-2f43-4ea5-b5e6-70e2945fa208", + "id": "68945870-0e55-4497-a89a-ba49f26b3458", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11774,7 +11774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4890c10d-05cf-45ec-9fc5-80c36afa3e23", + "id": "6dc1e23e-ef15-4d1d-b3c9-f5adcd055c3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11899,7 +11899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "154178ff-ad01-4993-824a-e3e27fde98b4", + "id": "00095402-6a57-468b-9eb4-86e98bd6a829", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12024,7 +12024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed0e5910-e5dc-4779-91bd-e7b9e8c5af42", + "id": "cce749d3-8c1a-44be-82d7-2fb6e723ce10", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12149,7 +12149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c157c7-dee2-4c3b-86f5-d10841b67816", + "id": "c1b10376-8ed7-432f-b192-59250118d13e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12286,7 +12286,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": "6292fbe3-ff91-4a3b-8032-cfeeba64aedb", + "id": "1720fc16-5b60-46b5-800e-fff4e8c30583", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -12309,7 +12309,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12318,7 +12318,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12327,7 +12327,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12336,7 +12336,7 @@ "type": "text/plain" }, "key": "type", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12372,7 +12372,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12381,7 +12381,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -12397,7 +12397,7 @@ }, "response": [ { - "id": "49e52fc8-3c47-4f09-827e-aa7c54921aed", + "id": "68a42b56-0731-4ebc-8d90-da283858770e", "name": "List of account activities", "originalRequest": { "url": { @@ -12415,7 +12415,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12424,7 +12424,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12433,7 +12433,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12442,7 +12442,7 @@ "type": "text/plain" }, "key": "type", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12478,7 +12478,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12487,7 +12487,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -12517,12 +12517,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 \"nisi4d3\": \"enim tempor cillum\",\n \"cupidatat_b9\": \"qui ad Duis officia eu\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"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 \"in_218\": \"qui amet magna et ea\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"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 \"ameta2\": \"occaecat sit laboris id\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n },\n {\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"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 \"officia9\": \"null\",\n \"pariatur_2\": \"ex\"\n },\n \"cancelable\": false,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bcba4e64-1434-43eb-87ef-8d60af61b3e1", + "id": "f76fec8f-8e03-44cd-a07e-c88790e7e90d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12540,7 +12540,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12549,7 +12549,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12558,7 +12558,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12567,7 +12567,7 @@ "type": "text/plain" }, "key": "type", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12603,7 +12603,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12612,7 +12612,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -12647,7 +12647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ec16bab-ecdb-4b51-a2d2-0a15bb15ce24", + "id": "cdef0081-4558-4a58-ba6c-5d238ca1246b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12665,7 +12665,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12674,7 +12674,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12683,7 +12683,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12692,7 +12692,7 @@ "type": "text/plain" }, "key": "type", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12728,7 +12728,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12737,7 +12737,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -12772,7 +12772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8b5b4ea-bee5-4443-8e5a-2f267a304a53", + "id": "fe56bf63-5b44-4106-baff-231bede94c9c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12790,7 +12790,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12799,7 +12799,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12808,7 +12808,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12817,7 +12817,7 @@ "type": "text/plain" }, "key": "type", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12853,7 +12853,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12862,7 +12862,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -12897,7 +12897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a40bb35-931b-44e1-90cc-94fada40cbce", + "id": "20b7fcb3-5346-46e7-9646-5591f37078ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12915,7 +12915,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12924,7 +12924,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12933,7 +12933,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12942,7 +12942,7 @@ "type": "text/plain" }, "key": "type", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12978,7 +12978,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -12987,7 +12987,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -13022,7 +13022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1893c753-5a25-427b-9d71-cba1d9cd6b38", + "id": "62509910-ce92-40eb-96be-40bd6ce20d31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13040,7 +13040,7 @@ "type": "text/plain" }, "key": "requested-for", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -13049,7 +13049,7 @@ "type": "text/plain" }, "key": "requested-by", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -13058,7 +13058,7 @@ "type": "text/plain" }, "key": "regarding-identity", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -13067,7 +13067,7 @@ "type": "text/plain" }, "key": "type", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -13103,7 +13103,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -13112,7 +13112,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -13153,7 +13153,7 @@ } }, { - "id": "2e96f9a8-af1d-4554-a4f6-42e7d60db898", + "id": "35adb435-38b8-4960-97d3-5dfa9ecd9f36", "name": "Get Account Activity", "request": { "name": "Get Account Activity", @@ -13194,7 +13194,7 @@ }, "response": [ { - "id": "c0482300-7759-4d65-a90c-45514defe6e4", + "id": "c226e961-6cf0-48a2-ab5f-0d1c307a40a7", "name": "An account activity object", "originalRequest": { "url": { @@ -13233,12 +13233,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 \"ad_f1e\": \"est Excepteur qui Duis non\",\n \"ametb53\": \"incididunt veniam laboris minim\",\n \"Lorem27\": \"labore culpa\"\n },\n \"cancelable\": true,\n \"cancelComment\": {\n \"commenterId\": \"2c918084660f45d6016617daa9210584\",\n \"commenterName\": \"Adam Kennedy\",\n \"body\": \"Et quam massa maximus vivamus nisi ut urna tincidunt metus elementum erat.\",\n \"date\": \"2017-07-11T18:45:37.098Z\"\n }\n}", + "body": "{\n \"id\": \"2c9180835d2e5168015d32f890ca1581\",\n \"name\": \"2c9180835d2e5168015d32f890ca1581\",\n \"created\": \"2017-07-11T18:45:37.098Z\",\n \"modified\": \"2018-06-25T20:22:28.104Z\",\n \"completed\": \"2018-10-19T13:49:37.385Z\",\n \"completionStatus\": \"SUCCESS\",\n \"type\": \"appRequest\",\n \"requesterIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"targetIdentitySummary\": {\n \"id\": \"ff80818155fe8c080155fe8d925b0316\",\n \"name\": \"SailPoint Services\",\n \"identityId\": \"c15b9f5cca5a4e9599eaa0e64fa921bd\",\n \"completed\": true\n },\n \"errors\": [\n \"sailpoint.connector.ConnectorException: java.lang.InterruptedException: Timeout waiting for response to message 0 from client 57a4ab97-ab3f-4aef-9fe2-0eaf15c73d26 after 60 seconds.\"\n ],\n \"warnings\": null,\n \"items\": [\n {\n \"id\": \"48c545831b264409a81befcabb0e3c5a\",\n \"name\": \"48c545831b264409a81befcabb0e3c5a\",\n \"requested\": \"2017-07-11T18:45:37.098Z\",\n \"approvalStatus\": \"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 \"mollit_d7\": \"in\",\n \"sit6c1\": \"in Excepteur volu\",\n \"elite_a\": \"reprehenderit mollit\"\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": "d82588b6-0382-4a86-9e30-11f33769f9c2", + "id": "7b82d9b4-9d46-491a-9fea-3d62cc28192f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13282,7 +13282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c37c6b-49b4-4f08-b719-264856ce9d43", + "id": "148627f1-5982-416a-be1c-26a7b688a7b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13326,7 +13326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a90f3c76-88fb-4071-adea-e4a877b76864", + "id": "c2ce289d-5559-4266-a8f6-14e517f917bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13370,7 +13370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b2da278-0339-49be-a452-c888acc7aa0d", + "id": "10a50009-37ca-448a-a829-13f9b0540987", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13414,7 +13414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a996961-cf93-4b67-8556-e9f6216afd8a", + "id": "e00219d2-f8b5-490d-a1e7-2d401aeec6c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13458,7 +13458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c773bd65-5958-4a95-b09a-16132fe90266", + "id": "d9db6406-0ded-458a-812e-ea975628b538", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13514,7 +13514,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": "04925631-58dd-47a5-b45e-297eba845ee5", + "id": "1069c96e-465f-41d8-ba33-930f477726be", "name": "In-progress Account Aggregation status", "request": { "name": "In-progress Account Aggregation status", @@ -13556,7 +13556,7 @@ }, "response": [ { - "id": "8332bb52-cddb-4a6e-ae82-d8fcfcafb275", + "id": "147b6861-642c-458e-9b5a-456222338706", "name": "An account aggregation status object", "originalRequest": { "url": { @@ -13601,7 +13601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96129955-6da0-4e63-b9ae-079435928a12", + "id": "c8a8a09b-bb85-4c18-a0ee-8621bbda485b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13646,7 +13646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3fee6aa-3b10-4fef-a104-40d6d6376324", + "id": "11ef6b3f-6c87-490c-8544-359977f3873b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13691,7 +13691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f5d87dd-4bc4-47e5-a83e-b062f05303a6", + "id": "235391b0-2d45-487e-9dae-1f6e26f21081", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13736,7 +13736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fb1c523-a1b0-45cc-ae5f-972e522aa26c", + "id": "be583b47-d576-4efd-9229-bad9f24fdf0d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13781,7 +13781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba61665-3c77-4bc1-9390-1e7b09ac64c9", + "id": "1c5e81d5-b2af-4029-a3ae-5ddfe83e8b79", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13838,7 +13838,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": "e3602f9f-c824-461f-b721-bf4483a9d468", + "id": "97ffeaeb-407e-47d6-aabb-b32262423564", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -13917,7 +13917,7 @@ }, "response": [ { - "id": "41831ed7-eaa2-4a44-bb1c-a79592183dd7", + "id": "a9e2116a-054c-418c-80d4-7f7a6bdbb926", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -13999,7 +13999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ab9be0c-4241-4bb2-ab9b-53685ea8f8d3", + "id": "a6de93fe-1a9a-4d47-818f-9b9a235f0024", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14081,7 +14081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "321234ac-e44a-40b4-9555-866defd208f8", + "id": "575d3e52-988e-4959-a9cb-12fe9e604064", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14163,7 +14163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3db53be-c231-4dfb-800e-9ff95c3c7656", + "id": "c3ee4413-9e32-4ceb-aceb-f2b620fdf3aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14245,7 +14245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b22529a0-a125-4232-b1f2-178362d3a791", + "id": "26121ba5-ba0d-4192-9498-f89f0d234322", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14327,7 +14327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0ae5050-2e36-4b21-a57c-4510b7385921", + "id": "d9157d63-1a8d-4022-b269-f40b84f21468", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14421,7 +14421,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": "3900f857-c86f-42ca-9422-539bd405c8ae", + "id": "1dc1eb15-b41f-45b2-835c-cf125ee88ad6", "name": "Accounts List", "request": { "name": "Accounts List", @@ -14476,7 +14476,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -14505,7 +14505,7 @@ }, "response": [ { - "id": "0a784799-e7df-4933-9128-51c774414244", + "id": "a4987d8d-0355-4f45-94e6-56f1d25409b3", "name": "SlimAccounts", "originalRequest": { "url": { @@ -14555,7 +14555,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -14603,7 +14603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a304a27-7ff0-43d0-8642-061fb181fa4e", + "id": "59c0aab0-d037-46d6-8cef-0d83295ec848", "name": "FullAccounts", "originalRequest": { "url": { @@ -14653,7 +14653,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -14701,7 +14701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6629720-f082-4435-bdfb-9e93e65b88d7", + "id": "c304d393-9d91-4473-8bec-8ee38329d484", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14751,7 +14751,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -14799,7 +14799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d45c9099-5119-449b-b862-e9577b301c74", + "id": "00c536bd-711e-4ce4-b8c7-6d580cbcd843", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14849,7 +14849,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -14897,7 +14897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64c406cd-33eb-409b-894e-b778948e9028", + "id": "9b8a8414-9694-46f1-90ab-5e197f6b569e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14947,7 +14947,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -14995,7 +14995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "366c1870-be6c-413e-b5b3-33697501ce38", + "id": "a6cf1a3f-0785-48bf-a164-3b1b32ce4afb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15045,7 +15045,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -15093,7 +15093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63abdd70-564d-4b30-87c9-6a9d0ed3982c", + "id": "28c8fdb3-677f-42d6-9bf9-f1f7ccd8a08c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15143,7 +15143,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -15197,7 +15197,7 @@ } }, { - "id": "c5b705cf-6538-4efb-b89f-1472d53f2e31", + "id": "d37c0140-e9d4-4c98-868c-9b2226d50ddd", "name": "Create Account", "request": { "name": "Create Account", @@ -15239,7 +15239,7 @@ }, "response": [ { - "id": "6abf3e3e-a6e1-4e1c-b65d-320f03961a86", + "id": "dcd73e10-3f42-4267-be26-d67deda030c8", "name": "Async task details", "originalRequest": { "url": { @@ -15295,7 +15295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f962ec03-69ff-4c2f-8ef3-27d31dcedada", + "id": "e4b2afac-5d88-412f-bedb-0340cae33731", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15351,7 +15351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd79fb31-40ee-4646-9c99-df3b7452d7cf", + "id": "b8099d5a-7ac5-429f-89d5-6cf9eee09874", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15407,7 +15407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b67dac4a-c1f9-4145-b34c-52058c513754", + "id": "b82776fc-0094-4670-84d8-4b5a3b173a94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15463,7 +15463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e4cd97e-7e87-40ea-b7f8-5de98c20d640", + "id": "12307bb2-345e-4d5f-95d4-466a0f2e8482", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15519,7 +15519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2202212e-4ffc-4e4c-9de8-b6ad424f7331", + "id": "3a54f357-66e9-45ce-8ba6-fffeea29e785", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15581,7 +15581,7 @@ } }, { - "id": "aba5ec90-2bac-4161-ad18-35b5402af516", + "id": "8c5a58f6-a2ff-4381-bce8-c821b1290b07", "name": "Account Details", "request": { "name": "Account Details", @@ -15622,7 +15622,7 @@ }, "response": [ { - "id": "bf89f769-aa40-4825-a6b7-9e42fa51056c", + "id": "9bd8b78f-85c0-418e-8d88-c0883ebcfa1f", "name": "Account object.", "originalRequest": { "url": { @@ -15661,12 +15661,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"type\": \"NON_HUMAN\",\n \"description\": null,\n \"uuid\": \"slpt.support\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c918084660f45d6016617daa9210584\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"4c5c8534e99445de98eef6c75e25eb01\",\n \"name\": \"SailPoint Support\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c918084660f45d6016617daa9210584\",\n \"name\": \"Adam Kennedy\"\n },\n \"ownerGroup\": {\n \"type\": \"GOVERNANCE_GROUP\",\n \"id\": \"8d3e0094e99445de98eef6c75e25jc04\",\n \"name\": \"GovGroup AX17Z\"\n }\n}", + "body": "{\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"isMachine\": true,\n \"recommendation\": {\n \"type\": \"MACHINE\",\n \"method\": \"DISCOVERY\"\n },\n \"description\": null,\n \"uuid\": \"{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "137db622-c5d4-4f00-8c1f-cfe07b002002", + "id": "69732a47-cdf1-4511-916d-061a1c11cc2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15710,7 +15710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7df64b-d625-4adb-95b5-dbe54b9f6c6d", + "id": "195b396e-dbf1-4a33-a359-87e19651c1ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15754,7 +15754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "742818c6-f287-4e22-8f1b-d655cc5afeb7", + "id": "60eded98-9092-4c3a-809b-29c2e981ec91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15798,7 +15798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1fbaf7d-4f82-4993-ad9b-4c629c2e7420", + "id": "fb756b86-fd0f-4094-8566-adec50449de4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15842,7 +15842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6516e13a-b9a1-40b0-adf9-029cbb79e30b", + "id": "91e9fbce-c05d-40fe-ad87-45110a1e46da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15886,7 +15886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afaa0162-c207-4b6b-8a2c-3465d3939c09", + "id": "6f2aa309-713f-4fee-9c35-d433d026a0f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15936,7 +15936,7 @@ } }, { - "id": "2256f789-ec43-42a5-a70d-76cbd41447dc", + "id": "3840beac-12b9-42f1-b3ae-5ace4bef335a", "name": "Update Account", "request": { "name": "Update Account", @@ -15990,7 +15990,7 @@ }, "response": [ { - "id": "f7529988-5d8c-44aa-817a-84e0a893b6fc", + "id": "10341431-b7e7-4840-8aea-2dc6aff566c7", "name": "Accepted. Update request accepted and is in progress.", "originalRequest": { "url": { @@ -16047,7 +16047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac2a3d0e-cb2a-4276-bfbc-ab70fe15fed9", + "id": "709e93c1-e9e7-4ceb-a95d-d5f095358de6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16104,7 +16104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fedf1d65-f970-4963-89b0-0669d2a5549c", + "id": "ff613756-b889-44cb-a013-3f6737d71c63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16161,7 +16161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29e9fb6b-e0bd-4d77-a95d-a85962590417", + "id": "5d6ede54-9221-4512-9ae9-304f2f32aaf6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16218,7 +16218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d468ad3-f2c2-4d45-891b-d478ed28c07e", + "id": "30fea296-e93d-4168-b056-ca8f9a8b2d41", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16275,7 +16275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bfefd30-4ffa-47d8-94c7-875252de2ef6", + "id": "073c4de7-80de-48b4-afa8-385d00006236", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16332,7 +16332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0378245d-30ad-420e-84e8-8fa303cee7ec", + "id": "fd1a5120-a154-4630-89eb-fe1645f2651b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16395,7 +16395,7 @@ } }, { - "id": "aedd24e1-9c14-42d0-b459-16b37c6972fb", + "id": "843f5ed4-c134-44d2-a2fc-6e41e2a1e310", "name": "Update Account", "request": { "name": "Update Account", @@ -16449,7 +16449,7 @@ }, "response": [ { - "id": "47f05bb8-5155-4a48-b93b-e576010e36e4", + "id": "9d759919-7678-427f-b052-014c8d5fce6f", "name": "Async task details.", "originalRequest": { "url": { @@ -16506,7 +16506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a5f4a3d-e5a3-40d5-a6b5-33307b5aaea6", + "id": "c194245a-a287-4d19-a963-736839d46c0f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16563,7 +16563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9d39379-a52f-4483-8ad8-8c3177825f87", + "id": "00823604-136e-44ef-8ba0-d2fab489d18b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16620,7 +16620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db8e7474-cb80-4806-ad0d-e150ea747dba", + "id": "2d4f7183-c758-4f48-b408-097a0055a363", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16677,7 +16677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e538ab87-29e6-4260-a4a2-58ab6ededbde", + "id": "128ab8a2-faa8-4c4f-9d40-3a9534c3afbd", "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": "ad76bd72-09b8-4cc7-bcd6-c923c6fbc576", + "id": "658c3445-a67d-43e4-89ca-b57dcb51b3b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16791,7 +16791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b8cab81-18e0-4cfb-adb1-74712c77addc", + "id": "614edce3-cf23-4f3d-8640-45544c00b86c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16854,7 +16854,7 @@ } }, { - "id": "b98719b1-7227-4758-ae47-f6eb90ecbe83", + "id": "50ee8c8a-73da-41de-81cc-d327ce30cae5", "name": "Delete Account", "request": { "name": "Delete Account", @@ -16895,7 +16895,7 @@ }, "response": [ { - "id": "d681d0c8-8878-4850-90a9-ff1da62462da", + "id": "df468be4-f320-45a4-ab1d-d573bc29c1de", "name": "Async task details.", "originalRequest": { "url": { @@ -16939,7 +16939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef89edf8-45c4-4a56-876b-ccb7fc0288f2", + "id": "74489858-f8d0-47c3-862e-7a4f21d27c1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16983,7 +16983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97653eb8-b758-4576-99ee-7ed92ad0cc14", + "id": "fcc0c6ff-d7e4-4e0e-9eb0-9424aae5bbd5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17027,7 +17027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8a9516f-b390-4089-b8da-d19e23a9332a", + "id": "dadf2722-95f5-490b-89a1-10c44133126d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17071,7 +17071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34f9cb6d-f121-43e8-9ceb-49fbc6532c14", + "id": "7d7864d0-5b31-4bc7-8cab-c768ef5527e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17115,7 +17115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a53717f5-04ba-4cea-93ed-add678217d39", + "id": "31c28433-5107-48ec-b6e9-ee2070067b88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17159,7 +17159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b5ff3a9-558e-4282-9ab9-7f6f1834ad95", + "id": "29149b72-6408-4d9c-925c-a4e1ff1bf950", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17209,7 +17209,7 @@ } }, { - "id": "bb4c2728-59e0-4b53-bbfa-62a27bc1be79", + "id": "96c1e39b-5552-43ec-aa65-1eeb53025494", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -17279,7 +17279,7 @@ }, "response": [ { - "id": "e6e2d1f0-c547-446a-a9f0-77a2810759c0", + "id": "4a4d3933-6950-4183-8d60-5db36d394f4a", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -17352,7 +17352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7651c53a-7f05-4e9e-8f28-9aad08abcbe8", + "id": "5e92f3c3-9372-4458-97a0-3a7abd749203", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17425,7 +17425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c27230-b450-4ec6-9451-7e91ae8d0c49", + "id": "be66af83-3fdb-4ebc-9390-b0532905502c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17498,7 +17498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "475dae78-f38c-4999-96ca-2d8eebf043b5", + "id": "ba9f7dc8-f4ba-4eab-b981-b3b0319a9cd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17571,7 +17571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a409a674-fbb4-4e2c-bb33-fe1d585d9b57", + "id": "113c7901-6ca6-439e-bc44-ad548cfef275", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17644,7 +17644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93eea95d-3f2d-4d9d-bb75-677f8c9e74fa", + "id": "fa6028be-e880-422a-a0eb-b1e5c11f2b9a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17717,7 +17717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56c9202e-b903-4e26-9d20-401c55358662", + "id": "909b99f7-39ed-48ab-8838-afbd2821fd75", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17796,7 +17796,7 @@ } }, { - "id": "6d6043d2-9df8-4ded-9a4e-98978ebf746b", + "id": "e1ae6b4f-c663-4ca3-86fb-19f9c7c143d8", "name": "Reload Account", "request": { "name": "Reload Account", @@ -17838,7 +17838,7 @@ }, "response": [ { - "id": "bd843cde-1df9-492e-8171-bdd3873f9a07", + "id": "4b0daa8f-682b-4bed-a8da-5acb9037f3e8", "name": "Async task details", "originalRequest": { "url": { @@ -17883,7 +17883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58d2ec19-c658-4439-aa97-7dbec376c769", + "id": "0f8e5b1d-160e-462c-ba35-95261bee1e60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17928,7 +17928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a709936-85a6-442f-920b-a400941378d3", + "id": "75dcb75a-4a9e-4d69-808b-48badba9349b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17973,7 +17973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c17805b-d93b-415f-8198-2b7369819faf", + "id": "15369f0a-628a-49f1-b6c9-8c3c75e06734", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18018,7 +18018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e7f433a-2560-40dc-9c30-f1c93eaf7421", + "id": "c16619ca-d28b-4537-96ec-137a7c8ed804", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18063,7 +18063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55c122a9-6de2-4052-bcfe-fd1abde85cfa", + "id": "42ed1add-05cc-4be7-910f-73636e3fd8f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18108,7 +18108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5980c331-e168-4896-97fb-6ac097b4d3ab", + "id": "a79655bb-418b-4413-a38b-064cb9ad3c4b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18159,7 +18159,7 @@ } }, { - "id": "37a7eeb9-e08a-4a5f-b43e-323f7801a391", + "id": "22859e4a-8424-4cba-9a2d-fbf6d33532c9", "name": "Enable Account", "request": { "name": "Enable Account", @@ -18214,7 +18214,7 @@ }, "response": [ { - "id": "51d5d60e-f904-4504-93ea-10463dfbb9a3", + "id": "7de72ac1-1262-49a7-848c-6d47c4d54d27", "name": "Async task details", "originalRequest": { "url": { @@ -18272,7 +18272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a85fe83-78db-47f1-86b8-69ae55e66b2d", + "id": "af0d2e5d-31fc-48e8-b826-9407932a8c3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18330,7 +18330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7332c5bc-6098-4424-9bd3-8f3a13ab5b83", + "id": "ab45ee73-7219-419a-86d7-adda3c4df36c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18388,7 +18388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb6687d7-865e-4d85-b63e-4d0c82ca2c01", + "id": "eaf6826b-5197-4aa4-8bb9-28447dd4ff4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18446,7 +18446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a089af7a-4039-4971-9c1d-786e14d276ee", + "id": "3b0a17f1-619c-45bd-a988-17a991a73066", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18504,7 +18504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b08ecce7-014e-45da-a9d8-2306dc3123a7", + "id": "c63434bf-ba21-46c7-8ebe-ba070b7a275e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18562,7 +18562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b430817-8689-491c-abab-589d9ef032f5", + "id": "f548a0b7-90a4-426b-a605-49791deff8bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18626,7 +18626,7 @@ } }, { - "id": "1d240c1d-89ef-49b3-831b-22b7939f0670", + "id": "e77e3237-2780-4ee7-a591-629e9edd8e01", "name": "Disable Account", "request": { "name": "Disable Account", @@ -18681,7 +18681,7 @@ }, "response": [ { - "id": "a1508194-b1aa-4524-a9a8-f041309cc1e8", + "id": "461ee791-1beb-48a0-b208-4038ffb409b7", "name": "Async task details", "originalRequest": { "url": { @@ -18739,7 +18739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96005b94-6533-4f3b-ba4c-5775c6d9b706", + "id": "2d9d2657-5dbd-45e2-9a6b-ced03554b814", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18797,7 +18797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "191bf227-f5b6-4148-9a23-4f1190d958f1", + "id": "27f00e74-6d62-486c-9e5d-62d42963dd64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18855,7 +18855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcd1f72b-94ef-4116-9eef-2f3ec02b1f36", + "id": "b7830a3f-e78f-48c6-a257-33c58d69a2d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18913,7 +18913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88b5a5ae-379c-4073-9a6f-c84151a76183", + "id": "b8cfd5bb-8e40-43b9-bcf0-369553ddbaff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18971,7 +18971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a46923ba-02bf-413a-9446-23090ff454fb", + "id": "31f8c666-c5e3-4b76-8ea1-ca09a0bb6213", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19029,7 +19029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "350a293b-e720-4470-a111-f0d59bb887af", + "id": "f2a19dbe-371e-47d0-8b3f-9b55f8f84203", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19093,7 +19093,7 @@ } }, { - "id": "a5c7784f-31ff-4e85-9ed5-730f3aaf8aeb", + "id": "97687308-ac10-4d0c-8b70-da321de24446", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -19148,7 +19148,7 @@ }, "response": [ { - "id": "1f4fb610-1aa4-4eb9-8048-b6ceab8a7587", + "id": "5883f827-e7be-46c3-b57e-76910c6802c2", "name": "Async task details", "originalRequest": { "url": { @@ -19206,7 +19206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e1161d5-2b7e-43df-9bc5-7f8b981a502d", + "id": "886aa209-48ca-49f6-90c2-4ab33f98d959", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19264,7 +19264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11a7da5f-11e6-4e0d-a81f-803c7a49500d", + "id": "37c886ba-3dc5-46f2-9e6d-95788f32ea14", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19322,7 +19322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5284783c-197c-48cf-baaf-7bb02e32a8c4", + "id": "ae2e1eae-a887-49d3-b1ab-b7514e21613d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19380,7 +19380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f99fc39-c024-4f51-9652-6d1f4d1af43e", + "id": "0efe5f63-2064-4a5a-bf63-46e88dfb827b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19438,7 +19438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0667fb64-c2dc-42c1-b093-697afa040f71", + "id": "f8f81cb5-535a-480c-a28b-e5801a1f490a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19496,7 +19496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b161e11f-46ba-4cef-9168-d62615de4feb", + "id": "881dcd3d-a7d0-42ed-bc24-e5fc83ccb917", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19560,7 +19560,7 @@ } }, { - "id": "c5980c5f-5ec7-4aef-a50b-f3b3a020c335", + "id": "b4686629-81c5-4633-8c93-13894fbe2279", "name": "Remove Account", "request": { "name": "Remove Account", @@ -19602,7 +19602,7 @@ }, "response": [ { - "id": "0e187227-2dd4-4bbf-8d84-3290fcbb78b4", + "id": "db5ed0b7-9be7-4420-9008-5a8bedfc894f", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -19647,7 +19647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbf5f1e9-6929-4eba-9e5d-e7521778bbc6", + "id": "5bafdb81-bd22-4ce0-ba51-d6d9263985fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19692,7 +19692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea971a3d-b659-4752-8146-594df43bc3ff", + "id": "2354b4b7-e90e-458f-97b5-0afa42f5f541", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19737,7 +19737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7bd405d-01f2-4c8a-ba57-22083d24cccf", + "id": "db1d1a98-e21b-40b0-b1e3-16bfc13867a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19782,7 +19782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0b890b2-0d70-4eec-a2d2-b647cf9495c7", + "id": "2ec3c013-ab6d-44bc-90a1-ed3faafb7916", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19827,7 +19827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13301267-ee30-47b9-8f21-1b8df487a72f", + "id": "42c9aff1-453c-4f75-bbaa-a037ce02915f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19878,7 +19878,7 @@ } }, { - "id": "12269f9c-e243-4f41-b10f-ed5026309da4", + "id": "73090ad2-bd76-41f7-a52c-faf3d4abad2b", "name": "Enable IDN Account for Identity", "request": { "name": "Enable IDN Account for Identity", @@ -19920,7 +19920,7 @@ }, "response": [ { - "id": "4dec67bd-64fb-4b1b-af4a-6313445b77ef", + "id": "b36b45ab-a5ff-4b3a-9c7d-ff0f9f0364b7", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -19965,7 +19965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57125a72-bd02-46ad-8564-2be1925c2579", + "id": "d2d8a888-ce43-4662-bc9d-ddea96e91d1b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20010,7 +20010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fd65721-2fe5-4d54-b2f8-31693ee54b32", + "id": "e73cee97-266d-4d44-a2a0-bec76d78cc6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20055,7 +20055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da90ba71-1b57-41fc-99bd-bab6f82c869b", + "id": "65610329-d362-4e95-8c56-457546f3513b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20100,7 +20100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef3dc2f7-39d7-42a4-9d6e-03c02c890658", + "id": "ede36a12-9cc7-4dfd-b937-dc7edbb2de3a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20145,7 +20145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cb903df-4ce4-43a1-9b84-cc7834b50fc7", + "id": "572ab315-b74a-4279-a1b7-fe2e79aa4fd8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20190,7 +20190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4074a41c-5850-42d1-92dc-5f4dbe51fe75", + "id": "3dfcb47b-acd0-4d63-bac1-6fcecd135d5f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20241,7 +20241,7 @@ } }, { - "id": "a0236edd-3b7a-49d7-9f07-0b106bc31965", + "id": "894a1e71-28ec-40c9-ac55-b66c7716d166", "name": "Disable IDN Account for Identity", "request": { "name": "Disable IDN Account for Identity", @@ -20283,7 +20283,7 @@ }, "response": [ { - "id": "d4162103-045b-46c4-b5b2-54120669fecb", + "id": "306b36b5-f0a6-4ffc-a554-e4c30227999c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -20328,7 +20328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b14b8b1-ff53-4220-90c7-6f96b8a49415", + "id": "d9c8f10d-704e-44a8-993d-622d3af90a2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20373,7 +20373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65c1df01-aa09-40c0-bdc0-233ddc93af8c", + "id": "17d952ce-dc4f-4441-9f30-c3e4f522d9e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20418,7 +20418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d83d44d9-7525-4a4a-a3b7-9703a19bb110", + "id": "346004b0-0bb2-49d0-bb16-6f02737c2897", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20463,7 +20463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e4d2155-cbab-4287-bdd0-39a179512f2a", + "id": "f85766f7-3bb3-4c6a-b943-ad92f3d1a1d7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20508,7 +20508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85c6c5e1-aca0-49a5-8c18-91ddee1004ef", + "id": "d46d4903-a0cc-4443-aa2c-a12518021017", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20553,7 +20553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "912bdb20-386a-442c-80b9-a4303b293419", + "id": "7b7f1010-ce7e-4196-a431-4124913487d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20604,7 +20604,7 @@ } }, { - "id": "03ff5dc6-5874-4568-a4ac-17f41ec8e3b5", + "id": "90d7f071-3656-47a4-9501-26fa9ca2c822", "name": "Enable IDN Accounts for Identities", "request": { "name": "Enable IDN Accounts for Identities", @@ -20647,7 +20647,7 @@ }, "response": [ { - "id": "417015b1-a8eb-408a-83d4-e1c62af5f1aa", + "id": "106bbdef-5f2f-4c20-95c1-73f6d6862b60", "name": "Bulk response details.", "originalRequest": { "url": { @@ -20704,7 +20704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02868264-52b7-4cda-8ebb-c8578451a7b4", + "id": "fd64b776-7cac-4773-a601-a5e95e861be3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20761,7 +20761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64e0229d-9c71-47b7-b95b-aff154a491ac", + "id": "27dfb212-2f07-4ad7-9c40-e5d5285b4d10", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20818,7 +20818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02ece9d6-2e53-4695-90dc-31bb555843a3", + "id": "e9dec64e-2f55-49dd-bc08-05ab9b77ae15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20875,7 +20875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47fa510f-1fc2-40ae-bc3a-08b84131c15f", + "id": "2476e130-20df-40ed-8298-89c5248badd2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20932,7 +20932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceb72b24-e1e5-4a32-855e-db11b3efaaef", + "id": "b01b996d-7398-418d-92fc-82747b9b1e5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20995,7 +20995,7 @@ } }, { - "id": "7db0967c-9110-4023-8f5d-db6f3e931b42", + "id": "8f6b3236-d663-4256-a96a-3559196612af", "name": "Disable IDN Accounts for Identities", "request": { "name": "Disable IDN Accounts for Identities", @@ -21038,7 +21038,7 @@ }, "response": [ { - "id": "a39651fe-b336-47e7-bca9-bc0effe15870", + "id": "dbd18468-9245-4663-916b-1ba831ac6cb7", "name": "Bulk response details.", "originalRequest": { "url": { @@ -21095,7 +21095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c6f9269-266b-4550-8db6-bff66ce6b1da", + "id": "5ab699ad-cb04-4eb1-8af5-3b0f50f74d58", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21152,7 +21152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73b60064-bce5-4005-8a3a-9f33eec47a95", + "id": "ec35c678-2289-4e85-9c05-7570a62bdb61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21209,7 +21209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "581e1779-faba-491d-9a26-9524c471fc0d", + "id": "ea35b76f-bc49-4e13-8b1b-679df12f90d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21266,7 +21266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23fcd6c9-e079-4dce-816e-8dfe1ce4b93f", + "id": "5d10bcae-4e23-4bea-ae33-ddffd50fae91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21323,7 +21323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac3acdf-14d4-442e-ad1e-67957e34c7d4", + "id": "c85c73de-b81b-4183-949d-8600289564d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21392,7 +21392,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": "e6931a9f-9f3f-4147-8eff-c461bd882260", + "id": "7c70eed5-5f66-48e5-895e-7fb5c4260e81", "name": "Get source app by ID", "request": { "name": "Get source app by ID", @@ -21433,7 +21433,7 @@ }, "response": [ { - "id": "948464eb-09b7-444a-b618-764edbe5fde9", + "id": "da363a55-40c6-4bf4-8204-2efc93248e2f", "name": "Responds with the source app.", "originalRequest": { "url": { @@ -21477,7 +21477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe25bf38-b26f-4b82-aee7-b948e3c1b094", + "id": "3f55a58c-4b31-4156-8d09-5db1f87dd6e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21521,7 +21521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf011c0e-856c-4e93-815c-4cdbd469ef2e", + "id": "84d9240f-3940-480a-a523-6eadf889c8fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21565,7 +21565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "184e7055-b52b-4753-9c3f-ff9cb70958f8", + "id": "ce941b77-85c6-45a7-8160-ccf5eb89b2b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21609,7 +21609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1796e499-b209-4653-a8e7-7430d7c3ce93", + "id": "e1111dfe-b6cb-434b-b3cb-b3ec6df58ff9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21653,7 +21653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98617e77-8e7d-4891-869b-cebc34c39029", + "id": "7c239bd1-dec9-4790-873c-41dfa69fc1e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21697,7 +21697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e57b94b0-ce65-40f2-844f-72a03ecc3d74", + "id": "a503ffe9-d405-4bda-a91c-31b132f74966", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21747,7 +21747,7 @@ } }, { - "id": "f6438707-4a1b-4379-9d94-e1ccd9856fd3", + "id": "ef262901-14cd-4e7e-ba76-64ea73590baa", "name": "Patch source app by ID", "request": { "name": "Patch source app by ID", @@ -21801,7 +21801,7 @@ }, "response": [ { - "id": "ea21aa21-e1df-4da8-9da5-1e1710e758c4", + "id": "e0b08009-f696-441a-bdf5-1f329b32be3b", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -21858,7 +21858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ebccb05-3edd-46af-ac31-593f8a09518f", + "id": "32605d20-886b-4ea3-8b01-0d0502ff9c77", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -21915,7 +21915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c9e8596-af4f-4d43-a9e2-92d04a3f1f78", + "id": "f0c640ff-3e73-423d-9ced-40b0ad097639", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -21972,7 +21972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17450c05-82b2-4eb1-b37e-475d1c5e32f9", + "id": "00114551-09b4-43d1-b9b2-6a8dc07fb174", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -22029,7 +22029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1a094a1-d5e8-4bca-893f-cae7f9675735", + "id": "6cc0ec06-57cb-4d9f-bf81-71df3fdaf14a", "name": "Add access profile", "originalRequest": { "url": { @@ -22086,7 +22086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07933c10-4b8e-4e6a-9b4c-534c4912bde5", + "id": "6adb70bd-91ba-4b38-aa62-6537f5b468f0", "name": "Replace access profiles", "originalRequest": { "url": { @@ -22143,7 +22143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "575c1534-91f7-4b96-b188-c97d9026f14f", + "id": "1ebfd9cf-fe3a-4833-b43d-754dec365b9b", "name": "Remove access profile", "originalRequest": { "url": { @@ -22200,7 +22200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c83fb43-ba72-458c-a3d2-5c91a450be32", + "id": "22489920-4cda-4438-9c0f-4ed96778ce37", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -22257,7 +22257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0f834b0-021d-432b-ab3e-e95caba2be6a", + "id": "df464dad-12a0-40c0-be6d-f4e039fef26f", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -22314,7 +22314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd5c03e6-cee4-4a2d-885d-c863047bef41", + "id": "58e7ecdf-63cc-4d85-a4a7-3284f167464e", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -22371,7 +22371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c12ec2-4e4d-4e62-a44e-e6794c047953", + "id": "dd4aa6dc-1602-4821-a09a-c1f74af4b116", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -22428,7 +22428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "281c0ed6-23bf-4a7c-b600-3b741018bf9a", + "id": "903a72c9-9f07-4924-b0ed-8e7e93f0bcb2", "name": "Add access profile", "originalRequest": { "url": { @@ -22485,7 +22485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "230d2765-b0f1-4773-af6c-84faae1b118c", + "id": "a8cf8227-31ed-46cb-93ca-76d4537d09dc", "name": "Replace access profiles", "originalRequest": { "url": { @@ -22542,7 +22542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2752cc62-4f60-4dad-986d-3e1b3feff94b", + "id": "ccfc10c4-5bb0-4f18-9140-9cf5ee48a81d", "name": "Remove access profile", "originalRequest": { "url": { @@ -22599,7 +22599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c15246e-2a14-4d24-a5f9-76cd5177a573", + "id": "56b48c6a-0095-48ae-b0fa-7d20f2ecaab6", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -22656,7 +22656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a85950-c433-4b9b-81f5-a6dbb6770fb8", + "id": "8d49b9df-220d-4f33-9908-c51be0e82d35", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -22713,7 +22713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb43c259-9ef0-4e61-8c74-0615a4d2fab9", + "id": "8e2973bd-f972-4303-a092-cc4720ab0668", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -22770,7 +22770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13c05cbb-8c72-4121-93af-e7b4cc679bb6", + "id": "c6eaff15-efb1-4cba-a79f-f6c79e01f3f5", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -22827,7 +22827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bfe7e2b-b472-46db-86db-3ba824b814db", + "id": "7fbedc43-e590-4c6f-a9b9-cd8f50746750", "name": "Add access profile", "originalRequest": { "url": { @@ -22884,7 +22884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5ff957a-da59-4c3f-8496-c39038cb80f7", + "id": "d2bee3dd-ac86-48ca-a2f8-243427ff3c71", "name": "Replace access profiles", "originalRequest": { "url": { @@ -22941,7 +22941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76f2ff34-309f-4c0a-873f-e3f482f3eddf", + "id": "213d0724-4d50-4b1a-8a62-1234b9d9fbfe", "name": "Remove access profile", "originalRequest": { "url": { @@ -22998,7 +22998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67eef1f8-316c-44cc-9c5b-ba6535130de5", + "id": "628b6c93-123d-4246-a954-1efc57e07d84", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -23055,7 +23055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d90bec9-3cb8-49b4-b838-aa2e30604860", + "id": "92f0f8d6-d689-4f67-b38a-80ebd07563af", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -23112,7 +23112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21ab74fd-c231-4da1-bc54-56adeb9aa576", + "id": "d46ff79a-946a-4e9c-8abe-9c5804ed4335", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -23169,7 +23169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c46594d-7674-408a-a0b1-7f717b7f4587", + "id": "ff682ca0-57bf-44a2-a72f-ee1c423e2567", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -23226,7 +23226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "418267e1-8279-4f89-a70e-4cf35f177c69", + "id": "229dda23-daac-482b-b499-b88f3b00cdd1", "name": "Add access profile", "originalRequest": { "url": { @@ -23283,7 +23283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b5dec7-e373-4dc3-b2a8-39a0def6a302", + "id": "c43bd5a0-a949-45bb-9cd9-26f749f9ff1b", "name": "Replace access profiles", "originalRequest": { "url": { @@ -23340,7 +23340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4a573e8-2bf5-436f-a31e-1788002c9ce9", + "id": "aa75a764-6f7a-42a1-a12a-542f280c591e", "name": "Remove access profile", "originalRequest": { "url": { @@ -23397,7 +23397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76bcbf73-75a0-45fb-9f3f-4743f84ad45d", + "id": "2d0b6129-9b3e-4965-a029-4e7455b3f7a7", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -23454,7 +23454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d8a88dd-1e5a-42c2-a9fb-a83e59b36736", + "id": "4413c9f9-1ec6-4308-941d-49652eb061ad", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -23511,7 +23511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c03f747b-f884-4d29-8f34-618996e107d1", + "id": "2617da99-839d-494b-b67b-27d5d2532ea1", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -23568,7 +23568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a0add89-e826-4edc-8606-f6c156c8181f", + "id": "bf28f450-0961-413d-a0dd-7ad8a6a74c85", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -23625,7 +23625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be7e2aa3-3575-4c97-beb8-ee6141a0a83d", + "id": "62f4b8ab-dd38-4d73-a74e-57e8d5fbfb53", "name": "Add access profile", "originalRequest": { "url": { @@ -23682,7 +23682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06af60ad-3aca-49e4-9d07-99aeb28548e9", + "id": "1047b89b-6ca0-4954-95a8-03d2a91f0d9e", "name": "Replace access profiles", "originalRequest": { "url": { @@ -23739,7 +23739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4e759dc-ebc5-44a3-9c01-f2be75fcf788", + "id": "b483cc3e-588f-4720-92df-b42be9016a5c", "name": "Remove access profile", "originalRequest": { "url": { @@ -23796,7 +23796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00ec87f5-e72b-4083-914b-a459e6528e0c", + "id": "9425b4a9-58fe-40b4-9591-033ae81d8f1a", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -23853,7 +23853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bec4acc-0665-4a28-898a-129cadccbba7", + "id": "d400dd03-afcd-419f-8b33-28ee3540d3b4", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -23910,7 +23910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7db68f27-be82-4216-a27e-402c136c6d18", + "id": "4d5ad3d5-7aec-430c-a77a-7b3a00cf21ff", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -23967,7 +23967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dcf4e9a-9cc1-4b2c-b5cd-791a30cf6043", + "id": "8ec7c9eb-ae64-457e-9a38-aef3e14a0e2c", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -24024,7 +24024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d34cb1e3-a2ee-447e-9215-1f889371c922", + "id": "8ad36154-2e28-4f22-af77-dd707bc45435", "name": "Add access profile", "originalRequest": { "url": { @@ -24081,7 +24081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4352c5d-fee4-4624-9d87-4994786b2625", + "id": "0fc8b7c4-6a04-46e4-bc7d-92a5f2d9fc80", "name": "Replace access profiles", "originalRequest": { "url": { @@ -24138,7 +24138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa9cd4d8-6217-426b-bc43-a45dba33fa02", + "id": "5fe8c776-3e6f-483f-854d-8bbc65b070ef", "name": "Remove access profile", "originalRequest": { "url": { @@ -24195,7 +24195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c9665c8-c70a-4618-9429-b0cb1ec7aa90", + "id": "d27fa438-198e-4954-96a1-f54a0b08f644", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -24252,7 +24252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f870042-138d-4b32-871a-5521c9294f74", + "id": "a4c1c911-9749-4613-8721-a41108cc257d", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -24309,7 +24309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0add7e81-b562-48b7-be5b-9ece21c55c0d", + "id": "b9f3f4db-e559-4201-8cd9-596de17bb305", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -24366,7 +24366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c40e3362-3e8e-42e8-8cb4-083145ee9823", + "id": "a133a342-c215-4c87-9ce5-7d4e08480dd7", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -24423,7 +24423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f05b2c22-4097-4e76-83f5-df1b81a8f001", + "id": "437a9c4d-440b-4a08-85e4-bfdd46388fd3", "name": "Add access profile", "originalRequest": { "url": { @@ -24480,7 +24480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24c7e2c7-f9f9-4ec6-8bf0-83ec6f2e2b56", + "id": "64177dec-09a1-4b18-ad14-8d434e528639", "name": "Replace access profiles", "originalRequest": { "url": { @@ -24537,7 +24537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25cdaea7-c026-43d6-85ea-34bb82c52afd", + "id": "79316e2d-b772-44de-a198-6de0ad5eaa26", "name": "Remove access profile", "originalRequest": { "url": { @@ -24600,7 +24600,7 @@ } }, { - "id": "747dc24c-ef25-4504-ac18-21aec5ddfdc4", + "id": "486193b6-ec38-4e35-88ef-564ffbc838e6", "name": "Delete source app by ID", "request": { "name": "Delete source app by ID", @@ -24641,7 +24641,7 @@ }, "response": [ { - "id": "7fbdf40c-df9a-4252-830a-9c4d4b3c620c", + "id": "d6149727-6629-49f0-9a5e-81594f7b239a", "name": "Responds with the source app as deleted.", "originalRequest": { "url": { @@ -24685,7 +24685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29c89077-3b7a-41aa-82ac-589bc70a2ba8", + "id": "6732c424-c1da-411a-9148-5e6a6f92a703", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24729,7 +24729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d137ccb2-4af9-42da-94bb-aec7a4f2fb72", + "id": "047d4cf3-a48c-4b9b-ba9c-294217b278d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24773,7 +24773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07a0e064-12d7-44fe-bad9-07d842475d84", + "id": "76fee164-0621-483f-8a29-e404845c1d27", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24817,7 +24817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8498929-3fd7-4a57-bdcc-5446d5788e5f", + "id": "4df6167b-874f-4d47-8685-cf00a6ee7f34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24861,7 +24861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49107143-b6b4-4e00-a199-1f88b8e0eebc", + "id": "50346787-f79b-4ea3-bf28-572ffcb873c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24911,7 +24911,7 @@ } }, { - "id": "ec163993-9d71-4e69-b56e-55e0ff69f618", + "id": "215029a2-1cad-47ea-b257-ddf363cc9a10", "name": "Bulk update source apps", "request": { "name": "Bulk update source apps", @@ -24954,7 +24954,7 @@ }, "response": [ { - "id": "ce684839-1034-47aa-ba9e-5ae61250daf5", + "id": "96383e11-41f3-4029-a41c-8c0110e52d4c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -25001,7 +25001,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b0849cbc-5efa-493f-8eab-90e96852a55d", + "id": "fad364ab-ac6a-4bbe-8ab2-149296f52afd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25058,7 +25058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92888c07-e00f-47cc-b21f-18b4422b3914", + "id": "b441cdce-cd7a-4fa7-a674-7ad611caa498", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25115,7 +25115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "295cd2aa-632c-4fbb-8e85-6cfd0a03cdc0", + "id": "aed06a3b-25e7-4319-b663-23291caa9392", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25172,7 +25172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c11d7aa9-4a62-4368-bb6d-a39c54b8e3ec", + "id": "9ddefa60-5a3a-49d5-abeb-a1e796b0da71", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25229,7 +25229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7570a278-65a7-4d5c-95a5-572f8753ae13", + "id": "7ea8b60a-e572-4f3d-bda0-731465312c39", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25286,7 +25286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c7a4d4e-aec6-47c8-a2f6-50c386d7b67a", + "id": "f61a8f7b-347c-46ff-8bb8-9d97dd87b051", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25349,7 +25349,7 @@ } }, { - "id": "e946a550-431b-4e28-8ed0-995f4491291c", + "id": "d9d793eb-cf30-428e-a024-933693a50b79", "name": "List assigned source apps", "request": { "name": "List assigned source apps", @@ -25416,7 +25416,7 @@ }, "response": [ { - "id": "9acafe86-6d1b-422b-8d30-bb84c303db4a", + "id": "88b6d584-77d0-4d3e-ba50-70bbb0be5937", "name": "List of source apps", "originalRequest": { "url": { @@ -25497,7 +25497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da68abf7-f7a4-41bb-88b7-869a768138c1", + "id": "72384ce5-f215-4f24-8d73-a76fab323c35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25578,7 +25578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f61bfff-f22d-4596-a66c-dac464d3e3dc", + "id": "604f2d9c-c064-430b-84da-4c76d34a02c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25659,7 +25659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4acb4cab-2e4d-4c2b-9148-392c63c7e032", + "id": "14a127f6-3dbc-41f9-96a9-bc10e4cc83fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25740,7 +25740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63c57d4e-6e59-4656-a918-ed7c615023c4", + "id": "1a86fa74-1fd8-490a-a6ad-654f97696ec6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25821,7 +25821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1010cc13-0aea-4076-9cf6-5486114b9964", + "id": "77620f7e-8b19-4e75-8d16-9dd522ca4a84", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25908,7 +25908,7 @@ } }, { - "id": "a161cad2-988d-4a12-b687-b3e83572a58e", + "id": "570ed9ae-c954-4479-ace4-c08b52e1cc6b", "name": "List available source apps", "request": { "name": "List available source apps", @@ -25974,7 +25974,7 @@ }, "response": [ { - "id": "2f90628e-f2c9-411e-b3e1-e384b1064bf9", + "id": "1c826ed1-dae1-4076-93f6-43769312bf1d", "name": "List of source apps", "originalRequest": { "url": { @@ -26054,7 +26054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77d251e4-3a0c-4a51-bc2b-1700551575d5", + "id": "665a0f81-09b6-43dd-82ac-35ae2ba9a833", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26134,7 +26134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa84123a-b727-4649-967e-7b65f21fceab", + "id": "398cd292-1f36-4ffb-8af4-68f4eb38ab42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26214,7 +26214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14970c48-da8e-46b0-a828-ec5a0b53b44d", + "id": "221a69b7-5c3e-4053-90cf-b8b708a8ebad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26294,7 +26294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a4493d8-c20e-4b3a-a13b-761124cbcdf7", + "id": "cf6dfaed-8867-4ed9-8324-2c6345060784", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26374,7 +26374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "549559bd-04e4-4384-9645-a0ce7857b73a", + "id": "f4190f6b-ca9c-4b71-aece-1696d6a43f9b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26460,7 +26460,7 @@ } }, { - "id": "f1a60ca8-bef7-46d6-8bf6-fe07059c7f5f", + "id": "e803965b-5206-4064-9bf2-75246bfaab92", "name": "Create source app", "request": { "name": "Create source app", @@ -26502,7 +26502,7 @@ }, "response": [ { - "id": "53ecd4c8-140b-4e80-82c8-30bde9008b73", + "id": "6200a419-ecd0-4785-a2bd-432d4d33b563", "name": "Responds with the source app as created.", "originalRequest": { "url": { @@ -26558,7 +26558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b49211f-3ee0-4b3d-83c7-a175e1d3d71b", + "id": "65732deb-e513-482d-9339-670b4300b89c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26614,7 +26614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9a87158-1bee-4d19-9448-b7b8405fbdc9", + "id": "9f59db85-e092-4931-8e00-83af5cc9d2c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26670,7 +26670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53dfb139-5e86-4af4-b2d5-f4bb0d88fae3", + "id": "ce8244a7-cd5e-4311-96b4-b46a69f3caf5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26726,7 +26726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e73f9f1f-2714-4af9-a779-ba7f5f1c268f", + "id": "dcfd37d0-a00f-4ad1-9936-fd28556c1fd5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26782,7 +26782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a6f5c0e-007c-4d06-941d-855633b93364", + "id": "3ccf8905-d972-492c-927e-e664d751b7b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26844,7 +26844,7 @@ } }, { - "id": "e7dbc7a0-87d2-4089-ada3-61cf6d976466", + "id": "3dca8d80-843b-4d3a-854d-4f278050ea6e", "name": "List all source apps", "request": { "name": "List all source apps", @@ -26911,7 +26911,7 @@ }, "response": [ { - "id": "db653cac-07ee-49d8-b238-2f9f3cee6629", + "id": "5ce5c0d8-a7ba-41ba-86b8-3f05bd9c9739", "name": "List of source apps", "originalRequest": { "url": { @@ -26992,7 +26992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76f41614-6ee7-49ca-83c9-d2f4aac5b04c", + "id": "11810680-8f31-4418-9b6f-09bf35cb263b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27073,7 +27073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "644a40e3-fe08-45f5-a3f1-6fea9e99851f", + "id": "aee1729d-e829-4231-aa38-3c4d877aa91b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27154,7 +27154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "995425b6-2bd0-44fb-a2cd-96e8f315720f", + "id": "e4d947fe-43ab-4997-a11b-7a9b82a881a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27235,7 +27235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "407f8873-79ff-4ffa-a8bc-24f1148cf7ae", + "id": "f842bc57-cddd-4651-92e9-1115e3f816a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27316,7 +27316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de6aec8c-8498-4b08-afd4-3b18598a719c", + "id": "ad187a93-1e43-46a1-a97d-3d05e29c5de3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27403,7 +27403,7 @@ } }, { - "id": "df9966fe-4dae-48d1-b946-1d4b0c9447e6", + "id": "7dcb0488-a473-40f8-ab00-33e57d6261a2", "name": "List access profiles for the specified source app", "request": { "name": "List access profiles for the specified source app", @@ -27464,7 +27464,7 @@ }, "response": [ { - "id": "a42f0f9b-160b-4d60-84d1-e32d7eda52fe", + "id": "f367252c-c347-4d40-8f38-6d866ca9a1ed", "name": "List of access profiles for the specified source app", "originalRequest": { "url": { @@ -27528,7 +27528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "560e69a1-827a-4429-a51a-54159a4a50ec", + "id": "64e2fd2b-bc53-4b8c-a6d8-3b92e8f80d3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -27592,7 +27592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c93fc59-eb05-4a17-8c6b-8a6781875c61", + "id": "7004d812-4763-4e41-8960-30d4f5a9a9bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -27656,7 +27656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a0bac6b-5111-4aad-aacb-a51ef51e2ffb", + "id": "de2ceac7-a557-4ccf-971e-05c28430692b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -27720,7 +27720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b7bdb23-c9b9-45e2-9701-34b65860ce84", + "id": "13a2541d-db5d-4c85-bb0f-260f398bacb4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -27784,7 +27784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "921936db-9d4e-483c-b297-e213d78acc76", + "id": "e0160fd7-b1cd-45e8-990b-4b20e4d3b495", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -27854,7 +27854,7 @@ } }, { - "id": "7860ceff-2c94-4769-9485-8d0ba30466ef", + "id": "128f107a-eea9-4af3-afe8-46a487d810cd", "name": "Bulk remove access profiles from the specified source app", "request": { "name": "Bulk remove access profiles from the specified source app", @@ -27920,7 +27920,7 @@ }, "response": [ { - "id": "d4ab211f-5fdb-49b9-9897-f0671b8759fd", + "id": "f54ae5f4-2c35-4c09-a5ad-c744fcdba72d", "name": "The final list of access profiles for the specified source app", "originalRequest": { "url": { @@ -27989,7 +27989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "787ff36d-addd-4933-963f-6bf4b8831145", + "id": "9938f6b0-47f2-4c5a-8b34-aa8605975c06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28058,7 +28058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef6b5bd0-4873-4b28-bd9a-61ebb6a18f52", + "id": "6ea9c4a4-e457-43ed-9815-26f57b20ed64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28127,7 +28127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ea5ee45-47e9-4fa4-b719-77a42b4210d9", + "id": "336a7053-4acd-4b47-aadf-363e9b0859e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28196,7 +28196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94b4bf84-368f-4896-a913-85315df5217d", + "id": "9abdce87-4de9-4004-ac4b-99a1b5c3fde2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28265,7 +28265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c8b4219-4311-4b3a-b361-a2196cc99d34", + "id": "9805ac27-50e0-4b4a-8bbd-d0c89faae499", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28340,7 +28340,7 @@ } }, { - "id": "73e6c6d1-22ae-4dce-affa-3f42ee721c8c", + "id": "cec002fe-2fe8-46e3-949b-8f1162953f2a", "name": "Patch user app by ID", "request": { "name": "Patch user app by ID", @@ -28394,7 +28394,7 @@ }, "response": [ { - "id": "9c98ba5e-3728-402c-b8e0-f9c071783172", + "id": "68b1db27-3cb6-4694-8b8e-d71bb8b643e8", "name": "Responds with the user app as updated.", "originalRequest": { "url": { @@ -28451,7 +28451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e2c51e4-395c-4a01-b2ce-f0d36616bcac", + "id": "a356a95d-84a5-4e4a-a262-739d729ac190", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28508,7 +28508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed4e80f4-479c-4700-aae9-a8cb050b2820", + "id": "cf572b7f-13ff-46e7-bf43-c145637a6c5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28565,7 +28565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8edfef35-c0a9-49bc-bed7-b4a783a6979c", + "id": "41e5a402-1b3d-435c-8b14-28e8e0cc69c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28622,7 +28622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a35c993-2186-42e9-99fc-f51ec4ad72f0", + "id": "f3287f58-67e5-47ea-a141-1ede2b7a1fc8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28679,7 +28679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0cf893d-4a65-4ab5-b9cf-fa0b55381efb", + "id": "f210b375-ddf7-4b4a-b7e8-b81915ada590", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28736,7 +28736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "451814e5-0424-423f-91ef-5fa9501924cb", + "id": "d6f977e5-b8b0-4a1a-92e9-51ce86f04f32", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28799,7 +28799,7 @@ } }, { - "id": "0671a703-660b-4b4b-970f-550ff52622c3", + "id": "6a26b889-7525-4ff0-ab41-6e7d33555fd1", "name": "List available accounts for user app", "request": { "name": "List available accounts for user app", @@ -28860,7 +28860,7 @@ }, "response": [ { - "id": "5daaa52a-9d7c-4355-a82f-ede6f4627f8b", + "id": "b0dee873-497f-48d9-b218-b6f20c722db3", "name": "List of available accounts for the specified user app", "originalRequest": { "url": { @@ -28924,7 +28924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0fd7588-4175-4e01-8250-3f7bf521a2f9", + "id": "825e8f21-18c6-4771-8cbd-6d6f01238afa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28988,7 +28988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639cf250-7bd8-49d5-b257-a9261e2d1155", + "id": "608cb856-ee1c-4354-b08d-95d5e7fb8b38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29052,7 +29052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b31d592-7faf-4e1d-a5b3-a02ba7d98243", + "id": "b65fd3c5-b491-4160-9375-073fa8d89f6e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29116,7 +29116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe6f0dc8-5088-4fe9-ab32-efba9bb69c6b", + "id": "a4dc62d6-301b-45c2-a753-a8e0279b7f51", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29180,7 +29180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b1529d6-fd5b-433a-a67f-1cb1d3e6e72b", + "id": "da988c37-d3f3-453c-b602-68ddf9aa4ee5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29250,7 +29250,7 @@ } }, { - "id": "7a5f267d-74e9-488b-ba02-86585f032aea", + "id": "653cc5e4-b695-405e-af9b-fbe385a321ea", "name": "List owned user apps", "request": { "name": "List owned user apps", @@ -29307,7 +29307,7 @@ }, "response": [ { - "id": "bcc71637-b34d-47be-bff3-24f3b7e9db8d", + "id": "91f37187-866a-4d85-99ec-78cbfc6ad5e0", "name": "List of user apps", "originalRequest": { "url": { @@ -29378,7 +29378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c76b45c3-c0a7-46e8-816d-5b9e47fc0fd6", + "id": "7fe7b3de-5479-43af-832d-497ddc74aa00", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29449,7 +29449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0573a07-24b8-4166-aaf4-f8685f1b067e", + "id": "1b9972d7-fdfa-49c7-ac20-9f60667c79bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29520,7 +29520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "510b95fd-1ca8-4c1e-b366-93c51f0233bd", + "id": "df703475-82de-4dd2-93b6-d6fb3311cfb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29591,7 +29591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e5cfb3e-22ed-498c-ae71-ed8607f36cfc", + "id": "223eb2a3-e0b6-488e-a752-29beddc95790", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29662,7 +29662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd808458-50fd-467b-8ad0-751a4bf7fb36", + "id": "4b8eccad-d0fc-4eeb-87fe-2cd79cfe0dbc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29739,7 +29739,7 @@ } }, { - "id": "b1dc4f58-07f6-4b37-ba7b-3cf9fee37c73", + "id": "5db3d941-6627-450e-af97-10c90f70d319", "name": "List all user apps", "request": { "name": "List all user apps", @@ -29797,7 +29797,7 @@ }, "response": [ { - "id": "698e5cb6-9714-4d41-aa15-24722ad82e93", + "id": "762771b2-5e92-4bbd-a252-cb6c2298ec77", "name": "List of user apps", "originalRequest": { "url": { @@ -29869,7 +29869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d68d61a-715d-470d-8653-3915949be9e2", + "id": "59144244-f6d5-4643-aaa3-dac11e184e9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29941,7 +29941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40010b96-accc-42ee-ad83-c388ecbe048f", + "id": "bf5f1639-a0f0-4b37-bc2c-a369e8d0a963", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30013,7 +30013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deb7c2b2-8dba-4ca1-a431-4107b963720f", + "id": "c5947575-e155-4eec-89a8-e694ba018487", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30085,7 +30085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4506a402-f181-4f7f-87c9-31bbc4713a31", + "id": "b8a37179-426a-4497-9292-d95588d124ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30157,7 +30157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f028e15b-5050-4cfb-97a7-8c0543315b20", + "id": "b193ebcf-59e9-44e5-bfe1-c2dfc2fde9ec", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30241,7 +30241,7 @@ "description": "Use this API to discover applications within your Okta connector and receive connector recommendations by manually uploading application names.\n", "item": [ { - "id": "069b0f48-315a-4e6f-8ad3-ac9301a097f4", + "id": "f1aefd3f-007f-463b-9257-af03da353370", "name": "Download CSV Template for Discovery", "request": { "name": "Download CSV Template for Discovery", @@ -30270,7 +30270,7 @@ }, "response": [ { - "id": "04eceef8-4a81-4f57-b883-affeb67abbda", + "id": "fc7a3d27-7999-4e99-afaf-4d7c201bd0a0", "name": "A CSV file download was successful.", "originalRequest": { "url": { @@ -30313,7 +30313,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e140e16b-d90a-44b1-bea1-26d6f11271d8", + "id": "e7204f98-2edf-4c27-ac89-111f578f7d23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30356,7 +30356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b9552aa-0288-4e97-94cd-7bf24481291f", + "id": "f311bfb3-815c-4e77-94aa-405645448bf8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30399,7 +30399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7055817c-2044-4281-b606-0424d830b7dc", + "id": "25fcfe2d-f001-40b8-8930-7ea64cf4068e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30442,7 +30442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26137ccc-ff7a-4fd0-ac8c-b6f34cec5e58", + "id": "69ebf2d8-dac6-436b-a2f3-072891a624a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30485,7 +30485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a0b384b-ae62-4354-b2fd-e49a4e18c1c9", + "id": "a55e09d0-08c2-4a3b-8840-ea240a03e9d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30534,7 +30534,7 @@ } }, { - "id": "e1b19ccc-4409-41a5-bb05-4d46113eb17f", + "id": "39f5dd14-ecd4-4ba8-99c8-69e4287e41f1", "name": "Upload CSV to Discover Applications", "request": { "name": "Upload CSV to Discover Applications", @@ -30579,7 +30579,7 @@ }, "response": [ { - "id": "e7e488a5-7c92-41c9-95ea-ada05a895c86", + "id": "ce8878ec-221d-46a8-9598-c9930e87b068", "name": "The CSV has been successfully processed.", "originalRequest": { "url": { @@ -30628,7 +30628,7 @@ "_postman_previewlanguage": "text" }, { - "id": "880322a1-29b2-4193-bae2-cde9052ad300", + "id": "78185386-9f84-4ed4-9c14-6dbd5cf525de", "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": { @@ -30687,7 +30687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af470266-e247-4a85-96f6-96507a9a1ac4", + "id": "42119a4a-de35-41a4-85a8-d9bdda38142f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30746,7 +30746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac77c519-b5c3-4b8d-aff2-0812bcc75ba4", + "id": "34ef69dd-8070-424a-a9f5-f9d25e321af2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30805,7 +30805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04ce102a-0a88-407f-a7f3-5eb07a9caed1", + "id": "114273b3-47b1-4e42-a5c8-feab54bb81bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30864,7 +30864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9915b9e7-e476-4dd8-9a2b-ea1aa7f3e596", + "id": "14ec784d-167e-4758-8319-33c7136a4963", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30929,7 +30929,7 @@ } }, { - "id": "ca62c9f9-6464-4e3e-9d37-cfb525310e23", + "id": "5c4b472d-0f67-4cc8-affa-8637eaef2c71", "name": "Retrieve discovered applications for tenant", "request": { "name": "Retrieve discovered applications for tenant", @@ -31004,7 +31004,7 @@ }, "response": [ { - "id": "d89dc66d-57cf-4479-92cc-ca2b6de93e2c", + "id": "ed432add-0055-4ee6-9dd3-fddbde299b0a", "name": "Slim Discovered Application", "originalRequest": { "url": { @@ -31093,7 +31093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2d05097-9c62-43d6-a4e1-4bc8b07be2b8", + "id": "10edc4a2-504a-4bce-8526-84f7e30115ba", "name": "Discovered Application", "originalRequest": { "url": { @@ -31182,7 +31182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b58099c-9884-406c-9aaf-97a62a370f77", + "id": "778d6937-ef5b-4a86-b89e-73158e161979", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31271,7 +31271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ef8db9c-6f70-48dc-b7be-68884a960383", + "id": "afb62d42-d710-48be-9d86-0b6c32058c19", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31360,7 +31360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "235e8518-32a6-4bb8-95e7-c3cd242fc821", + "id": "b758f533-9577-4d79-b969-9c208825531a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31449,7 +31449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f6ecc5b-e46d-4992-93f0-bcc6dab487aa", + "id": "ab92d89f-a2ef-4ac7-a142-7e64a13fc131", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31538,7 +31538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf431bda-af2e-46fb-9cb9-eb3f4eeae345", + "id": "b15729c5-ed80-4d6b-bd43-f816ebb10819", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31633,7 +31633,7 @@ } }, { - "id": "45c15301-bacc-4c23-ad09-0def7bbe5235", + "id": "1e32478d-ea3d-4146-9846-5487a822a520", "name": "Get Discovered Application by ID", "request": { "name": "Get Discovered Application by ID", @@ -31674,7 +31674,7 @@ }, "response": [ { - "id": "7c08a279-5735-4e5d-a047-3c20c72fc1f5", + "id": "b572d317-f227-4b9b-b174-147e0d30c664", "name": "Returns the discovered application, along with its associated sources.", "originalRequest": { "url": { @@ -31718,7 +31718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eff6d5e1-b352-423f-b911-75b4cb178904", + "id": "440d5853-a62f-4086-9baf-8727eb5cb590", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31762,7 +31762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27678bbe-6cfd-4b19-be98-1077cc0cf458", + "id": "e69a0adb-5d96-469d-869c-df3d211a092b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31806,7 +31806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a97a0d2-4d11-47bf-8cf3-8da6cf47d39c", + "id": "c31dc08c-55e3-4a47-900f-6323f17f3ff1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31850,7 +31850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "553feb0e-c22e-4d8b-9838-23b79c4af091", + "id": "ec74bc26-0f0d-4783-ad52-55326fe7393b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31894,7 +31894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cd87f9e-c798-4cf9-b327-8e23af5d8d38", + "id": "5dffe046-e8f0-4487-a1ba-bd24eb7feda3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31944,7 +31944,7 @@ } }, { - "id": "f694f4df-a2a4-48f6-a6e9-4e7cc2f983ab", + "id": "b1666466-b48b-48d3-aa09-6c3151ba22fd", "name": "Patch Discovered Application by ID", "request": { "name": "Patch Discovered Application by ID", @@ -31998,7 +31998,7 @@ }, "response": [ { - "id": "f4934bac-4de9-44c3-8e11-470702409ac7", + "id": "572e7957-922e-44af-b004-9633987c1268", "name": "Dismiss an app", "originalRequest": { "url": { @@ -32055,7 +32055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbcb60e6-6b63-477e-94f0-e8fae5b0c80e", + "id": "06a52c9e-668b-4e15-bab2-6e4a7205be20", "name": "Replace associated sources", "originalRequest": { "url": { @@ -32112,7 +32112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "461c6fc5-b104-4be5-9694-2c71bf57b186", + "id": "1ce7c02f-abb7-4752-8782-a3ece937cc64", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -32169,7 +32169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bce6c7f9-6e14-4a2e-9233-f151c72e517a", + "id": "10e55dea-6ef2-4756-9436-1f15d5eadf40", "name": "Dismiss an app", "originalRequest": { "url": { @@ -32226,7 +32226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69ebdec0-5d15-438a-9f85-6a1f9e57c1bc", + "id": "1b82d687-656b-4900-97a3-3e5e69b51d2d", "name": "Replace associated sources", "originalRequest": { "url": { @@ -32283,7 +32283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd271932-20e1-4648-a184-f77159d5dd7b", + "id": "3518a4db-5c02-451d-8637-5f1d671cdbe8", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -32340,7 +32340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "defc35a8-1cb7-4b8d-80a7-4916bfa4d82e", + "id": "aebae6f6-1715-4abb-9215-bb252c5aa3a8", "name": "Dismiss an app", "originalRequest": { "url": { @@ -32397,7 +32397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f7d488d-3736-49a6-8f92-53c5ece2315e", + "id": "428c8b39-d973-4648-88a8-e9b0d9cc31b7", "name": "Replace associated sources", "originalRequest": { "url": { @@ -32454,7 +32454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15a57e38-f206-4906-9e50-93de8b5cdf28", + "id": "1bcea44a-24e0-43f9-9146-f7d3dd073385", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -32511,7 +32511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb378e4d-884b-4833-b473-628237330572", + "id": "a4e9c3a4-dbcd-40b6-a60c-8d20e5cd88a7", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -32568,7 +32568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5217d816-2ba3-4ad5-862c-ae67e27ca294", + "id": "c1aeb2c7-4c23-4dd0-b072-feacbd66e1ac", "name": "Replace associated sources", "originalRequest": { "url": { @@ -32625,7 +32625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f8458e3-f341-467d-a93a-38852e87cc31", + "id": "a2bc530d-4eb0-4c53-958c-30d131aa1ed4", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -32682,7 +32682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1229b25-2b0a-4d13-b589-8dc3934aef92", + "id": "be492643-d46b-4fa6-95d1-9c175583af68", "name": "Dismiss an app", "originalRequest": { "url": { @@ -32739,7 +32739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c8054e9-37c5-42e3-a4d7-8e5f801b8eb1", + "id": "27c68368-4c0d-4495-8101-506c45d79052", "name": "Replace associated sources", "originalRequest": { "url": { @@ -32796,7 +32796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcf72497-2f5b-446e-9e79-581e180d236d", + "id": "5e3f5ef6-5095-4537-b2c6-22664e977042", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -32853,7 +32853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "777bed6e-db99-491d-a889-2db459299c36", + "id": "6a47813e-20bf-4449-a3f3-ee8357384932", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -32910,7 +32910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e8c8fe-74e2-44f9-a804-17477ea14e66", + "id": "6b6764d6-b4bb-44a4-bc7d-434252eb75d6", "name": "Replace associated sources", "originalRequest": { "url": { @@ -32967,7 +32967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70ffa0e6-b9b6-41c6-b1d8-7e74eae75b71", + "id": "58e316a4-cd0e-4930-9f97-1b168048e1d1", "name": "Add an associated source to a correlated application", "originalRequest": { "url": { @@ -33036,7 +33036,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": "d39bdf23-e5fe-418a-b60d-1e936c726048", + "id": "94920c6e-a25d-47b6-9f18-f12b1cc3c239", "name": "Get Approvals", "request": { "name": "Get Approvals", @@ -33093,7 +33093,7 @@ }, "response": [ { - "id": "a42b2eac-befb-4ee5-a2bd-ef3ce2b669e4", + "id": "ded4d5d7-2130-4dd8-889a-8e8352c87615", "name": "List of approvals.", "originalRequest": { "url": { @@ -33164,7 +33164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d304fe35-5cbb-4852-98ac-24df1c57212c", + "id": "16bdef42-90d0-42bd-a095-75ff5a3de869", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33235,7 +33235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cff37a2-456d-4501-955e-5761cf22963d", + "id": "310e0699-2aae-474f-ab18-c2c6bffccd81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33306,7 +33306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d37dcab1-ad99-4f71-b6e3-e14953c1a1e8", + "id": "5b2de48f-8bb9-4f1e-af4c-0abaf1c1d51d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33377,7 +33377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d62ac93a-55e8-43ab-9732-5ec093bc99f2", + "id": "a5a568a4-fd74-4099-9399-fae87dcb64db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33448,7 +33448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7961955-3ef6-4d1a-ad99-8d71435cef46", + "id": "48d9f72d-cdcb-4f12-9a26-9d55c2b6b14d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33525,7 +33525,7 @@ } }, { - "id": "ab0134fa-0b20-46a4-8c87-88b72a911824", + "id": "8b3cbc93-37f4-4397-865f-a66fb97f3840", "name": "Get Approval", "request": { "name": "Get Approval", @@ -33566,7 +33566,7 @@ }, "response": [ { - "id": "a62a8bf8-66af-4f00-a87f-4ea6cb0cb93c", + "id": "92caa92e-eb69-4d37-bae8-75a057158e68", "name": "Approval object", "originalRequest": { "url": { @@ -33610,7 +33610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7c3fa9b-8774-4f8d-9cf0-1e06d50c0c5b", + "id": "8ebf0f0e-1412-408c-818d-80a4b6119ec0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33654,7 +33654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "304bd386-9a76-4fa7-99ae-7736ed85678f", + "id": "080249d3-4e08-4450-8077-e3303ea230df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33698,7 +33698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8d14278-c082-4907-8e50-df87bae87f97", + "id": "e6b77d86-21dc-42a9-98cd-d2bb93237152", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33742,7 +33742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9144844c-4281-40e1-8c7d-2ba47019dc9d", + "id": "308819e8-fc89-44d6-9853-b91e3cbde682", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33786,7 +33786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "584b2028-90d0-475b-a6e8-024906d82c49", + "id": "6ec86b98-b099-444f-a2cc-8daffeff7c7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33842,7 +33842,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": "7d6e4a27-5832-4025-9947-1a8663a59fd2", + "id": "568a7a84-5da9-49fa-a9d0-7d7f37afe154", "name": "Get list of Auth Profiles.", "request": { "name": "Get list of Auth Profiles.", @@ -33871,7 +33871,7 @@ }, "response": [ { - "id": "86ee5292-520a-45ac-bc7d-ccb7d8d79b12", + "id": "3e2de9b9-623e-4650-8f14-ed7c01ec3fbc", "name": "List of Auth Profiles", "originalRequest": { "url": { @@ -33914,7 +33914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff81d5a1-dbf5-48d4-82fd-f064e8e7f9e1", + "id": "4625356f-58f9-4588-8c3c-f6723b12d49d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33957,7 +33957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b00695ba-baf9-40b5-816d-763d31218430", + "id": "4b16f04e-0d4b-4500-a27b-a4ddc9162e8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34000,7 +34000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d779e69d-978e-4af1-8471-a95ad0ae0f8b", + "id": "08890105-9133-4f8b-b10b-229a55abde6a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34043,7 +34043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29feab18-319d-43b0-a7d1-1d21979cf660", + "id": "836e7f4a-4c54-425b-add8-7edf63c85fbe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34086,7 +34086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69b73c26-56cf-4089-b1b5-a7a7a9fd5ec0", + "id": "479108d8-b35e-4f30-bd8e-86fba1b3f21b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34135,7 +34135,7 @@ } }, { - "id": "aab56651-0406-4fe9-9959-311e04126993", + "id": "37c7d706-1927-4465-8a9e-12df95053334", "name": "Get Auth Profile.", "request": { "name": "Get Auth Profile.", @@ -34170,7 +34170,7 @@ }, "response": [ { - "id": "88ccbb1b-e354-4996-9f17-fc9b87d553b4", + "id": "ee41cd0b-3051-4b21-a920-2a8788059120", "name": "Auth Profile", "originalRequest": { "url": { @@ -34214,7 +34214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e475c70-2b62-479e-aed4-fb710831cfb4", + "id": "4da668c7-f9d9-465d-86ae-b8d21ed5b42a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34258,7 +34258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1512f2b6-a907-4f40-ad3f-1afddfd716e4", + "id": "bf0a48c3-cd2d-45ce-a1d7-48e452c83411", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34302,7 +34302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8da66ae5-6e1f-459c-bce7-d2fa8831e9f4", + "id": "00aadca7-022b-4664-a11c-73c8df9c1400", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34346,7 +34346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3507cb4-d5c0-48a1-917f-63ad40e95f39", + "id": "560ec1da-ff41-4dcb-9e4b-449ec5aac7aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34390,7 +34390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d775ace-52ec-4e7a-8e63-0c4e2319d94d", + "id": "113581ca-909c-43a0-89e8-356ddb16ede8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34434,7 +34434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67de020c-fd47-49e5-8209-ca60ed877831", + "id": "414ac2ba-8b4a-4b4c-b110-bcf430e4d0c0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34484,7 +34484,7 @@ } }, { - "id": "efaf6337-8fbf-4faf-a455-7ea00ae8969c", + "id": "228a6147-3a45-455e-8004-26e3c74590c7", "name": "Patch a specified Auth Profile", "request": { "name": "Patch a specified Auth Profile", @@ -34538,7 +34538,7 @@ }, "response": [ { - "id": "97168bb6-1459-4ce3-ba9a-9de218886b9a", + "id": "8bb55b46-0334-4d80-9d75-3886c42f6ca8", "name": "Responds with the Auth Profile as updated.", "originalRequest": { "url": { @@ -34595,7 +34595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d089d6ff-d384-49b7-a24a-77493392d1bf", + "id": "d1c5df38-26e6-40ca-b69b-f5777c913065", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34652,7 +34652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0b0f1ec-3943-4778-b7c9-863a1c85ba26", + "id": "7d763bc2-c383-4f4a-b805-6eff2979f614", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34709,7 +34709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec641f2f-a554-469f-8fe8-e0054d643732", + "id": "f2288ddb-8e2d-453d-82b4-8b1ad7cf5af6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34766,7 +34766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f857a4f-4aea-41b5-abae-e305e23f2d27", + "id": "3dcfbdac-e73e-4a2e-b9bb-f9be6d3dd5a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34823,7 +34823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1991a96e-7070-438a-b85c-f60dc6b0ed7e", + "id": "f3006434-778c-460b-acb2-674709bd2c96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34892,7 +34892,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": "c45da7fb-4aaf-4939-9d1d-68686dcacc17", + "id": "d5ee0bee-aaa4-4cb9-a91f-142ed7b3e278", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -34976,7 +34976,7 @@ }, "response": [ { - "id": "f2dbf552-d797-4321-899f-e79f888032ba", + "id": "9381da94-adfd-44a3-abff-26f55c623cab", "name": "Slim Campaign", "originalRequest": { "url": { @@ -35074,7 +35074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaaeef7f-9d2e-487a-82d0-3036557c2331", + "id": "0d0bf9b1-a108-4e57-9292-3897ca073a75", "name": "Full Campaign", "originalRequest": { "url": { @@ -35172,7 +35172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07f5e1d4-b2d7-4568-a56e-6c40f755a9b3", + "id": "a02c771f-6716-438a-ad0d-d50beb237093", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35270,7 +35270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a782f880-b769-4f7f-894a-c16502bc1ddd", + "id": "34112ca2-4395-4018-be41-49efaefe29fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35368,7 +35368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "981fa031-3b4f-4145-a61a-a037068ebbba", + "id": "ee7edfdf-18cc-47a3-909a-418cdad852b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35466,7 +35466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5df0d4-2a1b-4774-a111-4494d740951e", + "id": "dd8869fc-bedb-4e73-8020-9e32a4b94af3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35564,7 +35564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56777320-cb2f-4f23-9da6-900bee4902d0", + "id": "5bb33b86-3f65-4e52-8862-62d3839cfd0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35668,7 +35668,7 @@ } }, { - "id": "12584735-615d-4019-b525-6173efd6d1dd", + "id": "c5b7bb90-0682-4b79-9a38-55e0f1c831e4", "name": "Create Campaign", "request": { "name": "Create Campaign", @@ -35710,7 +35710,7 @@ }, "response": [ { - "id": "6779e126-232b-4eb4-a84c-9a21775d960c", + "id": "f5fdef78-1e8d-4afd-8101-ca470a27d063", "name": "Manager", "originalRequest": { "url": { @@ -35766,7 +35766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5d74a2-6cdb-4b13-aaf1-1ef4dee2b032", + "id": "a7b935ae-2436-4362-8828-ba2219164777", "name": "Search", "originalRequest": { "url": { @@ -35822,7 +35822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b1b6e35-729c-4849-9cf5-be42dabc7783", + "id": "27d01e8d-0943-480a-8b72-39e5f0e19865", "name": "Source Owner", "originalRequest": { "url": { @@ -35878,7 +35878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e62cd90-6fcf-4c5b-8d4c-63af892c90fd", + "id": "ee29b0b9-4f5e-4866-8061-6e81c2a36897", "name": "Role Composition", "originalRequest": { "url": { @@ -35934,7 +35934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d1c2bae-e213-415d-a185-7a6b77de51a6", + "id": "6a2885cf-6b5d-4a5f-abac-40ad264ba62e", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -35990,7 +35990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f3802f2-5d73-4fb1-a22a-3e872796b205", + "id": "ffbab59e-b860-4361-881b-cca148122002", "name": "Manager", "originalRequest": { "url": { @@ -36046,7 +36046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea6ead05-14fc-4ece-8fc1-49fe7c8b19a7", + "id": "8aba83de-f361-4fc5-ac43-205fc88ebfae", "name": "Search", "originalRequest": { "url": { @@ -36102,7 +36102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d108301-454b-48df-b473-d196a983f5ca", + "id": "6400b13c-ee7f-4b76-aeeb-2ee46f2825a7", "name": "Source Owner", "originalRequest": { "url": { @@ -36158,7 +36158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "985c7174-bbad-4de1-be9e-78d1101598a5", + "id": "b7117bea-0127-4fd4-a443-2421567634b7", "name": "Role Composition", "originalRequest": { "url": { @@ -36214,7 +36214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b36d8e3-92f5-4591-932d-29896c3ab527", + "id": "036a1b65-9f27-4ca1-bff1-c92217aaf984", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -36270,7 +36270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0eb0ac-8359-4f43-9fe6-0d04f1372bee", + "id": "bdb47872-2093-48db-977b-8fa74753fd1d", "name": "Manager", "originalRequest": { "url": { @@ -36326,7 +36326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6385420e-978c-4805-8fa5-766b3928d3d2", + "id": "ea517e39-0816-4e9c-8122-a15a74d219df", "name": "Search", "originalRequest": { "url": { @@ -36382,7 +36382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebcff795-0f42-4f62-b48d-42ca47a53497", + "id": "e09e3b64-84c4-4d90-a3a6-d8510dfd42aa", "name": "Source Owner", "originalRequest": { "url": { @@ -36438,7 +36438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "065868a0-5b78-479f-88f9-fe751168183c", + "id": "81d0028f-4aee-4e8e-bf74-3663836bdaeb", "name": "Role Composition", "originalRequest": { "url": { @@ -36494,7 +36494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bff5db0a-101f-4bd6-b5db-31314fd06505", + "id": "0b75c254-9bee-4e9c-9733-df910a60da2c", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -36550,7 +36550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac82e95e-8395-4a36-a76c-6520db371b0e", + "id": "19f95993-1bf3-4c86-b0a4-ee2eafae299c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -36606,7 +36606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218124ff-cd59-4f96-8e0d-f714bbec414f", + "id": "d739566c-012f-4b0f-b733-10a58ff21899", "name": "Search", "originalRequest": { "url": { @@ -36662,7 +36662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b65f330-cbec-4e72-b223-4c482f1b6ee4", + "id": "744ab707-2e74-46a8-821b-71b271333011", "name": "Source Owner", "originalRequest": { "url": { @@ -36718,7 +36718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "479375f1-5795-445c-89e3-601314c210ee", + "id": "a3ab61c1-fc26-4046-a492-ef6aabc20370", "name": "Role Composition", "originalRequest": { "url": { @@ -36774,7 +36774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f505114-6d2b-4e18-9ac7-5808ced11d24", + "id": "f33611e5-8c95-4988-a697-6401e04717eb", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -36830,7 +36830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e99b6e09-5295-430e-879a-996e990bd0c1", + "id": "3e0f3f62-ae20-48d5-860c-32d496fe5e8a", "name": "Manager", "originalRequest": { "url": { @@ -36886,7 +36886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ac73b43-eed2-4cbc-a4f5-1cb31f987345", + "id": "a685142e-d2f4-4f41-bf70-76027d5c21f7", "name": "Search", "originalRequest": { "url": { @@ -36942,7 +36942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4459534f-966c-45b7-a47e-97a7f978357e", + "id": "fdd47d80-79e8-4a10-a3cb-1f6b9f82d033", "name": "Source Owner", "originalRequest": { "url": { @@ -36998,7 +36998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5e3533c-2f50-4c45-a7fe-3138ed076714", + "id": "94dcfe35-f764-43de-ab35-d4289487d8d0", "name": "Role Composition", "originalRequest": { "url": { @@ -37054,7 +37054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b228d82-de1b-4317-8d57-44a630ea9c2a", + "id": "1ce8971d-ca3e-464a-b01c-d6182a2c08b9", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -37110,7 +37110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfa2476c-3154-4e57-9cff-cd0845e19457", + "id": "8ed283a8-a4de-4a53-935a-236e4a53d47d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -37166,7 +37166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be8f9e2f-7b1e-4c2a-99a8-aac0a15d0760", + "id": "2dc8d7cf-3e23-4933-879d-4830982067c4", "name": "Search", "originalRequest": { "url": { @@ -37222,7 +37222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b58e142-431c-4f00-871a-03647ec29cf6", + "id": "fc11016c-8716-4abd-9625-0673b87db1e0", "name": "Source Owner", "originalRequest": { "url": { @@ -37278,7 +37278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "057ef238-0464-4d68-af08-768bac160ce5", + "id": "d9abcb3f-da38-4a7d-ab87-64b5a10126ad", "name": "Role Composition", "originalRequest": { "url": { @@ -37334,7 +37334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8ad814a-cfff-4702-b214-138c03d62386", + "id": "acd2dee8-7a74-4432-888e-a05609959a74", "name": "Machine Account Owner", "originalRequest": { "url": { @@ -37396,7 +37396,7 @@ } }, { - "id": "d6078c9b-e722-4695-b6c0-1a3e3d087d9e", + "id": "5365bcf6-fdfe-46c7-8ef2-936ffcdbfe98", "name": "Delete Campaigns", "request": { "name": "Delete Campaigns", @@ -37439,7 +37439,7 @@ }, "response": [ { - "id": "226e9b0b-53e5-4ad5-9ef3-cc2581a46d76", + "id": "d5888bc9-a601-4b28-9945-8e3be3424f95", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -37496,7 +37496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "567c844c-9601-4098-98eb-74a4a9e1e07f", + "id": "2c98221d-9fb5-4126-856c-8a7ab5e2e0c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37553,7 +37553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac1170b1-4925-486e-8197-b9dce9dd8c39", + "id": "64ac9494-415b-433c-a486-1ac106fc12f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37610,7 +37610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db5e1a5c-1009-4a2f-b9b3-5c46f261b39d", + "id": "57628578-9e06-4208-8371-e9568d9ac43f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37667,7 +37667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22f8ce3b-12d2-444f-8f8c-ee91ca6236ab", + "id": "26b29e94-6071-47af-bfa6-31bfac842a56", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37724,7 +37724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a91de8c-00b4-4ded-a3aa-c6d32a02ae29", + "id": "e5ba4333-e753-4944-b89c-a6980e910f75", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37781,7 +37781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "030918e2-fae0-47b4-a142-097d67726411", + "id": "8a5190cd-2a14-4f73-ba65-f5a4b9f8db6d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37844,7 +37844,7 @@ } }, { - "id": "507dc5b9-4950-43a3-981c-da175dcfbc5a", + "id": "a3f36fd0-df48-4bf3-ad57-6827c16c92bb", "name": "Get Campaign", "request": { "name": "Get Campaign", @@ -37885,7 +37885,7 @@ }, "response": [ { - "id": "c80f338b-707d-43b2-9b0e-27fc161912e3", + "id": "1efce478-76e2-4df1-b54c-96731454bff3", "name": "Manager", "originalRequest": { "url": { @@ -37929,7 +37929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98ce3ac9-7bca-45e1-86b6-5e7154a178b6", + "id": "34e41f36-a436-477f-8761-b662b06c6095", "name": "Search", "originalRequest": { "url": { @@ -37973,7 +37973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b218b971-159f-43e6-a872-013363ea41fd", + "id": "9bfde210-e77e-43af-98c9-697a89188352", "name": "Source Owner", "originalRequest": { "url": { @@ -38017,7 +38017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea4ef80e-95cf-473b-be9e-c82eb1718c25", + "id": "ea4060a3-695c-48d2-8e95-5a8231c644a1", "name": "RoleComposition", "originalRequest": { "url": { @@ -38061,7 +38061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a691dde5-b0a7-4ab2-9395-7197c4d9cfab", + "id": "0da1d4ed-d992-4b60-a9e7-82776d89a945", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38105,7 +38105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33bf00af-4d9e-440c-ba7b-9a0f40e8f4e7", + "id": "0deb2734-397d-432e-b9d8-10fc77d84e54", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38149,7 +38149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dd0da59-efa3-4b81-808f-ffe9bb1bf2bc", + "id": "c0b2e515-b741-4db9-8010-22f41318cbd4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38193,7 +38193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46e00833-831a-4cab-9866-091c8e46ce97", + "id": "7547bbd0-1f09-4b57-90bc-e6d487b8583c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38237,7 +38237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce7218c6-9523-4329-9d7b-75b19eb5cd33", + "id": "f66f60d1-f4aa-465b-b624-18d9040102cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38281,7 +38281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "988c9941-c53b-4f3e-8cc2-7cfd7b6524c0", + "id": "9a07eeff-58f9-488d-9207-700fbf0ba072", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38331,7 +38331,7 @@ } }, { - "id": "0e0a993d-243e-4cfb-a7ab-f2d6ef860f4f", + "id": "62e80db8-d100-483a-ae74-5a3c79a5d0c9", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -38385,7 +38385,7 @@ }, "response": [ { - "id": "65fae4b3-9721-4581-8a70-a7c06c3708f4", + "id": "1a3d3b1b-cc96-4fdd-acdc-fba915a851f1", "name": "Manager", "originalRequest": { "url": { @@ -38442,7 +38442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "084ebb54-f4d0-48c0-81c2-19d7d0a50c2e", + "id": "a4b93c79-d225-4bc1-97a8-f8277524fbb4", "name": "Search", "originalRequest": { "url": { @@ -38499,7 +38499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b99092a9-c29f-4b1b-b062-47c7a4ccb328", + "id": "2ce46398-0584-417f-b49d-e609a39428a3", "name": "Source Owner", "originalRequest": { "url": { @@ -38556,7 +38556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1f9e4bc-fcf7-4f27-a0e1-5e92a77dcf66", + "id": "ce1dd2f9-3947-4782-94a0-2da57a01b2d3", "name": "RoleComposition", "originalRequest": { "url": { @@ -38613,7 +38613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f57e24f-d521-45fb-880f-c209bba2b4c6", + "id": "0710fe1b-c73f-4e36-8314-b1071c183f9f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38670,7 +38670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ec3165c-ca3b-476d-ba24-f8acb480640e", + "id": "2a2b3d59-21b7-4090-807b-288a2c3ac0bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38727,7 +38727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "050d79ae-9339-44cc-a901-c910576eb74f", + "id": "af38b519-e769-4ae5-ad26-89a97dbcfd0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38784,7 +38784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f897e016-62ae-431a-aab6-28992696ed06", + "id": "f2bfd605-193c-4850-8538-cd8e0a67f926", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38841,7 +38841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0e19e81-fafb-4a85-9482-0db2971ec729", + "id": "6d2399e0-3e6e-4e01-aa9b-e3c67c1e49d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38898,7 +38898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f7ee86b-0215-4507-8202-e95873e4ea05", + "id": "9cc9cba4-68cc-49de-bd30-60de159679ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38961,7 +38961,7 @@ } }, { - "id": "7d0da6b7-5ef1-4e4d-bf16-71b48f1b5b75", + "id": "519e28bc-8a28-49f9-ba44-ba5891df98ce", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -39016,7 +39016,7 @@ }, "response": [ { - "id": "5baea649-5823-4927-a0d7-9d8928ed83f5", + "id": "e40813e2-4736-4ad1-907b-6ce73de8ce42", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -39074,7 +39074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5931e966-748d-4db2-bfbf-64a80ad96c0a", + "id": "c542ca69-55ba-443e-96e8-bc7f107c5893", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39132,7 +39132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9157c5b-d118-4d30-9812-edc04ac21b41", + "id": "c82fc4d9-2a76-4d76-9fc8-5c2464289c78", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39190,7 +39190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4b86c37-5992-4e66-828e-625eb5192121", + "id": "d36b390f-c778-4da4-bf95-eb4c03677bda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39248,7 +39248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc96cd5b-e321-4249-8065-41b6f509f12a", + "id": "aa4200a5-be58-499f-9612-ef8f4153ffe0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39306,7 +39306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf07754b-8750-455c-8e7e-b0c7b4d7db48", + "id": "68be8e89-1c89-4c04-895b-367758944749", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39364,7 +39364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e934ef97-f6a7-4bfb-a8fa-0ccc80f8f88a", + "id": "9d35c165-ae4a-4af2-914d-09105aa6c835", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39428,7 +39428,7 @@ } }, { - "id": "ab3509d4-11d8-45b9-bdef-4e97a1059dac", + "id": "12466823-3d87-4d06-bde1-86bb7ef914f8", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -39483,7 +39483,7 @@ }, "response": [ { - "id": "c65e121e-c41b-4c2c-8d95-6e90b7029480", + "id": "fbf98099-79cc-4c6e-b993-131aeb106001", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -39541,7 +39541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74fe55f7-d56c-4402-a178-5f760bc23df6", + "id": "7e70b080-1fe7-4a56-ba3e-73754cf67863", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39599,7 +39599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6df12cb-fc92-4548-b8c8-b7c928e1e96d", + "id": "0b6ad1b4-8eca-4965-b3f9-fe9955e6a7da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39657,7 +39657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca4120b1-bd00-4fb0-b5b7-54c73e16da9b", + "id": "e6ea7b3b-23ee-4441-8c3b-1ac74ed15826", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39715,7 +39715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9997e7c-c357-49b5-9b65-e200ddea91c5", + "id": "274b748c-ee93-488f-9dcb-ffe9e6180e81", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39773,7 +39773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "427695bd-c6fd-4b61-b16a-6a2fc13c70b7", + "id": "f6cb1522-8d3d-4edc-9789-0c108ee53767", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39831,7 +39831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca4de1a-1309-4d59-8108-7e88afbea73c", + "id": "23ffd976-91bf-4c5b-8c53-d28f0c3aa78b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39895,7 +39895,7 @@ } }, { - "id": "8b5812bf-dd7d-488a-9274-0be4d351ff94", + "id": "ff58e0e9-03c9-4c82-9486-b2281595b8cb", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -39937,7 +39937,7 @@ }, "response": [ { - "id": "bf90d518-953f-4d0c-940a-b9d34d0412e7", + "id": "763ddd2c-3a01-4733-87d4-b82c20c21919", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -39982,7 +39982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f60c08df-d08b-42ff-8d13-ef18551f1d9a", + "id": "221fe323-b31a-45c7-830e-69c4e29eed81", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40027,7 +40027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49a8d1dc-0a9a-455e-95b4-dd693fa2b091", + "id": "8ebbaeef-4598-4488-8aa9-533d7d8e668d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40072,7 +40072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95d06875-f427-42a1-aa24-2e3375bdb203", + "id": "50955503-e51a-4262-bc0c-9c5ee648a75d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40117,7 +40117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0035d513-37ff-47fe-b7a6-4ca4f5424525", + "id": "39141b02-8d40-4498-a448-a4702d69a22f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40162,7 +40162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d86a526-5592-4850-ac07-a2a3f66f21c7", + "id": "22102e16-fd90-4c19-af03-7badefdaffe4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40207,7 +40207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c84cc6b-a926-4110-9257-1fe25f2281d3", + "id": "2ee4ce62-2c09-4a8f-ab32-adc6b588dcc7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40258,7 +40258,7 @@ } }, { - "id": "f177e216-664f-4c82-8150-ad4bdcaa63d0", + "id": "abb19d57-7157-470a-9979-f620040b71c7", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -40313,7 +40313,7 @@ }, "response": [ { - "id": "69a62398-ba6d-4c19-92e2-56b93d894154", + "id": "9e6c6ee7-84b9-4daa-b7be-9d15baf260b4", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -40371,7 +40371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0086c12-4743-4148-87d1-a0a4c4bfbbec", + "id": "e2a8ffb4-feef-4115-9602-e72d90f11d69", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40429,7 +40429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310c3236-6e36-417e-a007-7a48e0171541", + "id": "29d90046-dde4-48ec-91ae-ec7864c84259", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40487,7 +40487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4e77c19-734e-45a3-b1e3-94279ae90de8", + "id": "30b00ad1-21c5-4240-a57d-4a1b380fe048", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40545,7 +40545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c241feff-19e8-4963-bfe1-7ab07c10d734", + "id": "55a27215-be7a-461c-8979-00f1b6ac0390", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40603,7 +40603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a12ef3d-4f10-4e3f-b030-658607f1a268", + "id": "d626545d-c6b5-49f2-b4bc-3a85d0f99a9e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40661,7 +40661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b64c5521-1dc1-468f-81c7-b8e63b76d91e", + "id": "62dcb710-964f-4a36-bcc8-f0df7a8e49dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40725,7 +40725,7 @@ } }, { - "id": "55ec8493-a24a-4cfb-88ec-5ed276593ab0", + "id": "08c4b4fd-1695-4ab2-a8fe-c87366f75adb", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -40767,7 +40767,7 @@ }, "response": [ { - "id": "32e4f0be-d06b-4249-a2ee-be6bdc95d761", + "id": "25474f60-cd3c-4365-b101-7544c8820a6d", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -40812,7 +40812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "536c2d45-f4de-4763-bd50-91faf3e67351", + "id": "fcddc944-4bb4-4368-866f-8aeec7d26432", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40857,7 +40857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1df04f12-9c35-413b-8029-7258e679d8de", + "id": "8f4ce0a7-a34b-4151-8cd6-e9c27128fcb5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40902,7 +40902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2482f9c-3042-4ad8-946b-ae889ff063bb", + "id": "981fb7df-075d-4733-aa7e-c28190d9d78b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40947,7 +40947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "959cbbfa-1c39-4f61-b3ce-3f2038dcb5fe", + "id": "e3f76e06-1e4e-419f-a6d2-b7e0cc630472", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40992,7 +40992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bcc9c73-76d6-4e3a-88df-3ddd2531285f", + "id": "38ea418e-c0f6-4722-96c6-6d08b8f3d079", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41037,7 +41037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45d310ed-3e4b-44fc-b9d6-60c1bc7647e2", + "id": "b8db7754-d116-4f58-af52-feebd64596bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41088,7 +41088,7 @@ } }, { - "id": "99d81fcc-332f-4c75-ac95-c2c2a32ff316", + "id": "4bc3a5c9-931f-4ec9-99ac-c6a1d842b281", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -41141,7 +41141,7 @@ }, "response": [ { - "id": "2f4e73ab-c901-4ff2-ac19-7c49eeeb1ca2", + "id": "54d04ba6-7beb-453d-8928-419e6bde1828", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -41187,7 +41187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58fede5c-4165-42ac-9423-64ba60142357", + "id": "77e64f72-1d23-4aa2-854e-4d61d1d9e62c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41233,7 +41233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d9e33d5-14e8-4d70-879a-346c0ce46654", + "id": "700c8744-438a-4908-9a01-72b5eef4c0af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41279,7 +41279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96cf728a-ef69-4b47-bb14-c2f080572e8c", + "id": "ca6743d3-88fd-49c0-a66e-4b1f681bad71", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41325,7 +41325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0feb8b7b-5c01-4929-baa5-d0600fe948f2", + "id": "9d0e3de1-c5e2-45ae-83fa-1761667cf67c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41371,7 +41371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "004eac41-f26b-4505-a565-20ad463b85a9", + "id": "62a7647f-1e4a-4400-b0b3-d172820f3272", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41417,7 +41417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4040c372-1c5c-432a-8742-168a84e8f49e", + "id": "f4114ac4-78c1-4ce3-b5d5-9d9d6653d72b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41469,7 +41469,7 @@ } }, { - "id": "35dfc74c-cd43-4279-9055-a835ce0942d4", + "id": "d319a826-8bbc-4a4c-9a7d-5154603114fd", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -41499,7 +41499,7 @@ }, "response": [ { - "id": "4f5b6dc1-9023-497a-b87e-6b9e379fe8f4", + "id": "95b55e26-cc95-46fd-b524-c44577d8ec65", "name": "Campaign report configuration.", "originalRequest": { "url": { @@ -41543,7 +41543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1889460a-5fb1-4ea4-8f00-012cf539fb17", + "id": "ffe48114-abe0-40c4-b0fe-ffad9c3d398c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41587,7 +41587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d74f1d4-457b-4bb9-a7f0-2867776328ea", + "id": "6b27a496-dd53-405d-b8fb-176062646ce2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41631,7 +41631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15e4808b-3ac6-472a-85c5-3f7cf8987bbc", + "id": "001143db-556d-485f-b02b-2738829e5317", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41675,7 +41675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44920992-bc50-4b6a-9745-0119bfb42721", + "id": "30e04fd5-9476-4953-afeb-c10235b7d1b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41719,7 +41719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "417bd66b-bf0b-42b7-9695-1e2256bc3f10", + "id": "7bc313d8-fe56-4355-b175-628d167ba789", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41769,7 +41769,7 @@ } }, { - "id": "d54e2980-b38b-4b9f-b028-9fe937c5073b", + "id": "77a76989-8c65-4523-a19f-dc905d2dd179", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -41812,7 +41812,7 @@ }, "response": [ { - "id": "be509a7c-b7de-4504-b659-80cc00036d85", + "id": "e4842c2c-e0e4-45ae-ba74-6177ec11a773", "name": "The persisted campaign report configuration.", "originalRequest": { "url": { @@ -41869,7 +41869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98fc9ae0-e247-42b7-a3d2-9e6028623af0", + "id": "80db1b75-cf0d-40f7-aa49-4c25e14bfd9a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41926,7 +41926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e1a92d7-6fde-4415-a308-67a7aaa661aa", + "id": "27458089-7b2b-4334-9888-3cf074dce209", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41983,7 +41983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d63c991b-d6b1-48df-a25a-ef10e4bb0594", + "id": "ce31d305-45f4-4b05-93d4-56c11a99dd5d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42040,7 +42040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fb2449a-2e9f-45e9-ac8b-07a4c8e81235", + "id": "d739863b-37b8-455b-bd13-143ebff7090e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42097,7 +42097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f6259fd-2138-4be8-91dd-c29d9f3b2d13", + "id": "f1e8404e-0ea4-4459-8654-259a03bfcbe6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42160,7 +42160,7 @@ } }, { - "id": "6e757540-abff-4d85-9887-308a792c234a", + "id": "8399ea7f-b051-4d77-9465-939ce8d4321a", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -42235,7 +42235,7 @@ }, "response": [ { - "id": "b019941f-1822-43a4-b28c-f15d1e846b77", + "id": "74bc19c0-fbc0-4db6-bf47-cbbd5fd5a101", "name": "List of campaign template objects.", "originalRequest": { "url": { @@ -42324,7 +42324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f1a221a-ad26-4a25-a2a5-baa7617dadc6", + "id": "cc7e92d5-f00b-42b5-b201-b4ddbe72bcfe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42413,7 +42413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c0a6ba6-1d4a-42cd-b1bb-daf55eff29d2", + "id": "7143699e-60ba-4499-957e-8f5a163fdd9f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42502,7 +42502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56c61d70-6398-4828-be07-1e102045a7c5", + "id": "07814cdd-2260-4478-b4d7-5dae15a34fd6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42591,7 +42591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2939849-c30d-4327-97ea-55587062fe75", + "id": "971225aa-0ae8-4aa2-b8df-a93d2849e77d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42680,7 +42680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e384c3d6-8822-4a09-89db-8e86e61d7180", + "id": "83085a03-d22a-4acb-9d36-6c12011269d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42775,7 +42775,7 @@ } }, { - "id": "406e16a0-8730-42f4-8b3a-edacd655e6f8", + "id": "a4ba44cf-9fb8-439c-bf75-fac581d7dee4", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -42817,7 +42817,7 @@ }, "response": [ { - "id": "80a4d658-b702-4379-afdc-80d5ff89f7d9", + "id": "cceec3a9-b246-424f-9076-b6b3b7f76b05", "name": "Manager", "originalRequest": { "url": { @@ -42873,7 +42873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dfa6f41-b648-44c9-a145-6af273ee3eb1", + "id": "36561fb4-4b1b-4aee-94a4-b621f76a329f", "name": "Search", "originalRequest": { "url": { @@ -42929,7 +42929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a43056ab-3026-4b5b-9e1a-58b0c8f328c2", + "id": "62f23b1e-6e1f-4bcb-a5b4-5931e3f5bbc4", "name": "Source Owner", "originalRequest": { "url": { @@ -42985,7 +42985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c78bd9a-0e88-4956-b096-b67b1c180f1a", + "id": "aa6e1054-1527-4dae-8dde-684ce314779e", "name": "RoleComposition", "originalRequest": { "url": { @@ -43041,7 +43041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3a75638-a01b-4571-a0b6-9a8ec9bf6f4b", + "id": "e04c3d4c-028e-4a40-bded-c4d7d38c0ec5", "name": "Manager", "originalRequest": { "url": { @@ -43097,7 +43097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "748dbcf9-6ecf-441e-8241-83522fd049aa", + "id": "120ceece-8f78-4818-847a-7eeb84ef2393", "name": "Search", "originalRequest": { "url": { @@ -43153,7 +43153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94ff47a-368b-467f-b868-61a2cee2f30c", + "id": "731e4488-e43f-4aec-8620-efa3aa7fcec4", "name": "Source Owner", "originalRequest": { "url": { @@ -43209,7 +43209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85d07172-1332-4660-bd26-14b17517623b", + "id": "f303f57f-fe85-435f-96e0-811bc81e77d8", "name": "RoleComposition", "originalRequest": { "url": { @@ -43265,7 +43265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35654547-55fe-439a-b071-16726554015a", + "id": "267030ca-e42f-4844-b41b-ce4ab680a53d", "name": "Manager", "originalRequest": { "url": { @@ -43321,7 +43321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f9b1d53-a55d-4552-b25f-0d4ba3a5129d", + "id": "81c6df47-bc76-4f7a-803f-eb4ddf0d53a3", "name": "Search", "originalRequest": { "url": { @@ -43377,7 +43377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dbebe52-db03-4241-b2e2-c437e1891450", + "id": "5a9fb064-7182-4fe1-b399-179e234bd77c", "name": "Source Owner", "originalRequest": { "url": { @@ -43433,7 +43433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad5dadd-be89-46aa-ae3f-5d9a375b4f74", + "id": "0e64124c-caff-4503-975b-bd4046e594ff", "name": "RoleComposition", "originalRequest": { "url": { @@ -43489,7 +43489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f48ced6c-a743-4a4b-8434-42b2e19b2558", + "id": "bf371f3f-ebe9-4196-a1c5-79f9f84776a8", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -43545,7 +43545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eecd5b57-72f5-4916-8c16-4e41a973835c", + "id": "418fbf9b-d75c-45bc-bdb6-1206016a1c60", "name": "Search", "originalRequest": { "url": { @@ -43601,7 +43601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e122abdd-51a6-4b99-bce7-a07393a1cbfb", + "id": "6e2958a6-1dec-4cf7-ac11-b4d8348f0c71", "name": "Source Owner", "originalRequest": { "url": { @@ -43657,7 +43657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abfd0d71-d455-466e-b628-69817bbc57c5", + "id": "9114193c-6f62-4559-8aa0-a6289dcd16ce", "name": "RoleComposition", "originalRequest": { "url": { @@ -43713,7 +43713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e80e30d9-8499-4cd8-8215-c4e4a2cd9252", + "id": "c3089168-d707-4436-9951-6911245b44d7", "name": "Manager", "originalRequest": { "url": { @@ -43769,7 +43769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d843d755-40f0-42c9-8df1-f45e5410f088", + "id": "424376b6-15db-406d-8f0e-1a12d5bb7eff", "name": "Search", "originalRequest": { "url": { @@ -43825,7 +43825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28244842-b26e-4b90-8f8e-3d36f1d23d04", + "id": "46acfcc4-65ed-4499-93eb-1505937db773", "name": "Source Owner", "originalRequest": { "url": { @@ -43881,7 +43881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50e909d2-a5e7-495e-af71-430535c80f97", + "id": "c9947a28-d14b-48ee-84ac-f2a06a8bc93b", "name": "RoleComposition", "originalRequest": { "url": { @@ -43937,7 +43937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bbdd3db-f116-416e-870f-5a61dc772ac8", + "id": "6748cce8-bef5-4087-9af1-51bd5b6b6138", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -43993,7 +43993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2776d204-e3b4-43cc-8589-c4898b36539d", + "id": "c87f316f-db18-4be1-a002-dda880eed87c", "name": "Search", "originalRequest": { "url": { @@ -44049,7 +44049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49703f4e-a1d2-46e8-995f-d37bcc6dc910", + "id": "4ec00dc4-3877-4af2-96a2-3beb39cf6a14", "name": "Source Owner", "originalRequest": { "url": { @@ -44105,7 +44105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f773a23f-2780-4950-9397-13be5f7fb851", + "id": "dd4750eb-5be2-4bb9-8742-08920de1e9f5", "name": "RoleComposition", "originalRequest": { "url": { @@ -44167,7 +44167,7 @@ } }, { - "id": "273f2e53-8da3-4050-a3ef-5997c66a840a", + "id": "b2a9e278-b0d8-46e8-9e54-a3d2bf2ba949", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -44208,7 +44208,7 @@ }, "response": [ { - "id": "f2e3ca7e-7af0-4671-aaba-fa32057d2227", + "id": "2d912282-6145-466b-97b2-078bd7035acf", "name": "Manager", "originalRequest": { "url": { @@ -44252,7 +44252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb7bf4db-8010-4bee-b66c-088d5849b2de", + "id": "02ff4f20-8acf-45d0-8792-9d8295257bc1", "name": "Search", "originalRequest": { "url": { @@ -44296,7 +44296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f5217e9-22b0-4081-881f-5535fbdbcc81", + "id": "48c7931b-cf66-4c3f-8104-17f18241982d", "name": "Source Owner", "originalRequest": { "url": { @@ -44340,7 +44340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "215431cd-3b2a-49ef-8c66-01730e321f18", + "id": "b1526631-db79-421b-aaae-2993c1eb8fb8", "name": "RoleComposition", "originalRequest": { "url": { @@ -44384,7 +44384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a1b8664-d873-4a16-9a5e-dc9bdc1d78c8", + "id": "dea7dc2a-c658-4c2a-9b53-415596e66307", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44428,7 +44428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d8c7e43-31ea-4a1e-9af2-eac178257de6", + "id": "b37890f7-12a2-41ab-852c-5a1c4e7ea023", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44472,7 +44472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "934c0a09-0bee-448d-84ef-059a7931b107", + "id": "a2837e33-c258-4acd-8eba-fabc647a16b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44516,7 +44516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d3ff107-60de-4628-9088-70f08a2fcd5d", + "id": "446149f9-23be-41a0-87c5-8bb78a017b8b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44560,7 +44560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36d424ca-0f4b-468c-9c3b-064cd3821de9", + "id": "fd06371c-266b-4d75-8bbe-bf1943a9bf51", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44604,7 +44604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ac37006-0891-48dc-a78f-d64c2d7e4644", + "id": "50f3148f-bf0c-465e-a126-e425f0c200ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44654,7 +44654,7 @@ } }, { - "id": "a18044b0-bbc1-4df7-99bd-697d4c2c821b", + "id": "1a977135-2430-4766-9d9d-15864ad04a36", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -44708,7 +44708,7 @@ }, "response": [ { - "id": "7a49c602-b39f-4a3b-8d18-499379832cb7", + "id": "d54e47db-0622-4c37-96d4-992d2b0d0473", "name": "Manager", "originalRequest": { "url": { @@ -44765,7 +44765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a8fc3d4-d839-41a6-b350-59545612df7c", + "id": "38c390f2-f902-4247-a278-7f377359d22f", "name": "Search", "originalRequest": { "url": { @@ -44822,7 +44822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8c25048-850d-4309-9ea9-76e2f51ef89d", + "id": "4f107469-511f-41e3-9a8d-a94cd0f85677", "name": "Source Owner", "originalRequest": { "url": { @@ -44879,7 +44879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "605293c5-3bc4-4342-89d5-af6007d80767", + "id": "bf4aa4b8-6636-4d11-8ed9-72bbb804e15b", "name": "RoleComposition", "originalRequest": { "url": { @@ -44936,7 +44936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b3dad59-3597-4246-8784-bdef85b8ffec", + "id": "d1dbefca-b48b-4abb-ac64-bba9b1c9a0f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44993,7 +44993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bee7495-82c1-45c5-9d74-bb7d794ea7fe", + "id": "a86cb015-b9d4-4adc-8854-14c59a6343c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45050,7 +45050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59f4add1-a278-420a-b93b-a8a7d7050475", + "id": "91410502-662b-4ae3-a1d7-1c322b926fb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45107,7 +45107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70edd681-34dc-462f-9e50-446bac20e9b4", + "id": "d2ce7cba-a47e-437a-984b-74fa1776e769", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45164,7 +45164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019c6520-69ad-4710-9d9c-fef8f5020c19", + "id": "931dbc3b-cc24-47e7-812e-07187b1d173c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45221,7 +45221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66847a80-f7e8-4a62-a2a1-69a4b0d8ecca", + "id": "5a47a6a5-1878-4d74-80c2-e5c49e040fe3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45284,7 +45284,7 @@ } }, { - "id": "7bee9bb7-ea2d-4a30-8eac-7780cd78e477", + "id": "ca40b676-2d47-435d-b8b2-d244e9f8f0de", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -45325,7 +45325,7 @@ }, "response": [ { - "id": "6b95e803-f7a6-430a-af7e-085ec9830b36", + "id": "f1a585d9-6810-4817-8eff-ab75861b9a5d", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -45359,7 +45359,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bb7a273b-2903-4793-b588-aa2914bb525c", + "id": "0f92dd3d-6631-4223-823b-b2982b0783c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45403,7 +45403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49cbb4bc-0457-4ef4-8d2c-e3e9948aa63f", + "id": "8dcc0b23-3399-4b65-adad-8720c1dd9898", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45447,7 +45447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3997594-4107-45bf-8885-44c108b56bbc", + "id": "9cda3633-a14e-4ba6-a9a1-c0799a2efed6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45491,7 +45491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2f923a8-200c-4f9a-a47b-1623d1d39a39", + "id": "26b9e6a1-ec58-4de9-ade6-c19fda482bef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45535,7 +45535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0526f9f-6904-411f-8420-172b70954b0e", + "id": "d0878ce0-338a-45c4-9bac-162e77ee4e2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45579,7 +45579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97edc086-5840-4694-befc-f4a2f697e224", + "id": "af05633d-6752-4580-abe3-b3b7ead3306f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45629,7 +45629,7 @@ } }, { - "id": "7fbe5928-0d57-4929-819e-2646844bda84", + "id": "63f62d08-1206-4fda-83ca-9b06c5a1b7ec", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -45671,7 +45671,7 @@ }, "response": [ { - "id": "48c58917-b914-4527-bc75-6fa5b3e7aa87", + "id": "01d924ce-220d-4247-9585-11b14ec6f602", "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": { @@ -45716,7 +45716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0a0a3fc-ed51-41f9-8dc6-c90d68431718", + "id": "bb4aff55-1d3c-40fe-ad2a-9cd9fe9984be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45761,7 +45761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72581e32-2027-4fcb-93a6-7065dc5a02e2", + "id": "58e08d44-c096-466b-88b1-d69dd04297fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45806,7 +45806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40200b9b-8ae4-4f05-b8b8-63386b67b2ee", + "id": "c98c0bb4-c24c-4d5c-9b72-0bd7cf156c8b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45851,7 +45851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "436f97ac-e7a7-4295-991f-c213efa46915", + "id": "77ca4b13-a47c-4187-ae75-227a732a820b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45896,7 +45896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfc919ff-6de1-4b9f-916e-71baf571af66", + "id": "92223e30-5a41-4406-b3e7-50b7f6e556ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45947,7 +45947,7 @@ } }, { - "id": "4f6d38c6-b2d4-4132-9e92-76133da61e6a", + "id": "b649a02a-a878-4fbd-a840-5bbf8d39ab2f", "name": "Get Campaign Template Schedule", "request": { "name": "Get Campaign Template Schedule", @@ -45989,7 +45989,7 @@ }, "response": [ { - "id": "ad540a08-bb4a-44e8-92db-1896f9d8faf1", + "id": "2490ae0d-0146-4b8f-983a-71f416b83f8b", "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": { @@ -46034,7 +46034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f2ab257-f1be-4805-8fec-9e4f823bac3c", + "id": "7c1b0f65-02bb-4071-866f-31639aa6f2ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46079,7 +46079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0764f36-b229-4d44-bbe3-9b4d8854474e", + "id": "7c8a5b16-975f-4023-aa99-738a982a0947", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46124,7 +46124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5570a93b-718e-44b0-9dae-a1560ee831a7", + "id": "66d3dab2-c85d-4209-ac74-6fa64971183f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46169,7 +46169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079d9251-ae4b-4d29-91c1-d9d693d3978f", + "id": "8247755d-d03c-4aaf-861e-b2130a6d9d16", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46214,7 +46214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "237eaaef-fc91-4755-868a-235e8dbb49b6", + "id": "0af47c20-c990-4851-a294-72b0c606d1b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46259,7 +46259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c537431-f42e-48f4-9f3d-3a38dce956ad", + "id": "ad265294-2436-4618-8b48-c4b6f71190f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46310,7 +46310,7 @@ } }, { - "id": "2b83458f-18f8-4451-8fe0-0d3b4bba63c8", + "id": "89b7476b-1fa0-4933-8761-ac02e83ee74a", "name": "Set Campaign Template Schedule", "request": { "name": "Set Campaign Template Schedule", @@ -46365,7 +46365,7 @@ }, "response": [ { - "id": "03f71c9b-d33a-4f60-9032-935ca86b2059", + "id": "93dec405-a444-4549-9173-0e3cc0d0b53a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -46413,7 +46413,7 @@ "_postman_previewlanguage": "text" }, { - "id": "31f3d08f-c381-4de5-8b75-814903636680", + "id": "1a1d489a-ec0f-4349-895b-10064c9c86d1", "name": "Monthly", "originalRequest": { "url": { @@ -46471,7 +46471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6be28cf9-c82a-487f-b496-59cf43f48003", + "id": "758f071f-4fbe-438d-9085-0d7fd4577c82", "name": "Once a year", "originalRequest": { "url": { @@ -46529,7 +46529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3614b15-54c4-4fb4-b464-2ce0d2b5ab97", + "id": "49fa5f64-51e8-4029-a823-27a18b4e4071", "name": "Quarterly", "originalRequest": { "url": { @@ -46587,7 +46587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb1fff87-f9bc-4482-9789-56895c2698c6", + "id": "f97f5bd6-d369-4c6b-9099-f346e580b3ae", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -46645,7 +46645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3283509-eaf4-4841-8f8b-71bab7b88e21", + "id": "6bac0e82-68a8-491d-a5a1-040d321d4dbd", "name": "On a Specific Date", "originalRequest": { "url": { @@ -46703,7 +46703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7151c4a-88e1-44c3-bae3-2880fde9184e", + "id": "0fd91551-b93f-4e4b-92d4-30d62c5f0fe7", "name": "Monthly", "originalRequest": { "url": { @@ -46761,7 +46761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea325e9c-2844-4ddd-9105-71156b8caa92", + "id": "6ab82e83-495f-436f-9769-bde8a390ae76", "name": "Once a year", "originalRequest": { "url": { @@ -46819,7 +46819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f36eb216-84a4-47f9-af23-f18166ce8bf3", + "id": "d80a13a7-e39c-4efc-9cfc-29b3d322c4af", "name": "Quarterly", "originalRequest": { "url": { @@ -46877,7 +46877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b260c6ae-1c2a-47e6-9d10-2462bb4c98d8", + "id": "ea5c0a83-dd22-4131-a820-4ce738a15a8c", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -46935,7 +46935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f62723f-46f3-4bfc-b361-828d0d565bb5", + "id": "72aa024e-7287-4dfd-8702-69911368448c", "name": "On a Specific Date", "originalRequest": { "url": { @@ -46993,7 +46993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bf60db7-f511-4e76-8a23-840901ac7752", + "id": "06bbdb1d-fd0e-4300-9261-a533877deed7", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -47051,7 +47051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13709e52-e4b8-48cc-831a-8ec1e1e50abe", + "id": "64f7994a-88f7-423c-8e72-2deda0ee5203", "name": "Once a year", "originalRequest": { "url": { @@ -47109,7 +47109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "864cd7ae-eaf0-45b7-943e-35537bac78f4", + "id": "5e573ded-c613-49f7-bfee-35db9345990d", "name": "Quarterly", "originalRequest": { "url": { @@ -47167,7 +47167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b238df3-8e79-4d6b-bd22-20d9ac7dec2a", + "id": "2aa00557-1c5a-4c33-840a-42e460bc12f2", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -47225,7 +47225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f76b33b3-914b-4cec-8bc3-96a5cb11942b", + "id": "5fc74233-817e-4a5c-bd65-890aff4d9115", "name": "On a Specific Date", "originalRequest": { "url": { @@ -47283,7 +47283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9241198a-650d-4820-b307-96cbb06e27a9", + "id": "32d80560-966c-4cf3-b18d-4c89d201b843", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -47341,7 +47341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98318c9c-2854-4972-a6db-646779a131e9", + "id": "83fef3d3-8faa-4b4d-bc52-32235292fee0", "name": "Once a year", "originalRequest": { "url": { @@ -47399,7 +47399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a01c336-718e-4833-b546-037c13859d95", + "id": "ffd4f25c-1d1c-40b4-b509-1cf86133c18c", "name": "Quarterly", "originalRequest": { "url": { @@ -47457,7 +47457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dec23c3-af4a-44d5-8db0-b3314fcd5b50", + "id": "f0800e4f-bd42-4d1d-8807-725b39e05d3a", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -47515,7 +47515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc452b51-06d8-415d-beba-d482b27660fd", + "id": "6972ce65-9430-4563-a2eb-f7ede886b06a", "name": "On a Specific Date", "originalRequest": { "url": { @@ -47573,7 +47573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8440f7d7-4d7b-4b50-aec5-38943bcc9192", + "id": "8b923631-e777-41dd-b7ca-fffde71b16ae", "name": "Monthly", "originalRequest": { "url": { @@ -47631,7 +47631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afcb6041-77fc-4172-9875-38ef39cfbdae", + "id": "f302f600-727c-42eb-8fc0-2bd863ce5762", "name": "Once a year", "originalRequest": { "url": { @@ -47689,7 +47689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d82725a-94cc-4939-b51c-b69f161ec99b", + "id": "1a9fe905-ce36-4804-9606-11c038590cde", "name": "Quarterly", "originalRequest": { "url": { @@ -47747,7 +47747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "715759d8-1414-4a2d-a1c3-73a2844a0ed0", + "id": "26ab5aae-e403-4e06-8e94-81ecfe1121d5", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -47805,7 +47805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de1514ec-fd80-481c-b7ec-a5e412cef8b9", + "id": "28c34971-35ab-481a-b724-f72c9b62d1bc", "name": "On a Specific Date", "originalRequest": { "url": { @@ -47863,7 +47863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46f02d0e-efd7-43fb-9cc2-5f5a1f3751bc", + "id": "a7d0b31f-941c-4a93-b05a-0c1d0fe0db0d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -47921,7 +47921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72219df4-6f6f-4745-ab70-2b23fdb7a42e", + "id": "6efe48cc-2b5d-49ec-9b7e-8827ef886236", "name": "Once a year", "originalRequest": { "url": { @@ -47979,7 +47979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "516b7c49-6b8b-4764-928e-ee451c6fc180", + "id": "5bc20df5-024c-44ca-a9c7-5fcb77b239b9", "name": "Quarterly", "originalRequest": { "url": { @@ -48037,7 +48037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b5ae107-3398-4b7a-923c-b9cb01fbed8a", + "id": "95d43892-0b90-45e7-a852-6e62661c8d5e", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -48095,7 +48095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62ee83ff-d4aa-47fb-bf2e-28f5cef69f36", + "id": "9c802002-e31b-4bab-b43a-afec3fab72da", "name": "On a Specific Date", "originalRequest": { "url": { @@ -48159,7 +48159,7 @@ } }, { - "id": "99ef44dc-5738-4a34-a9fe-d361f8840d98", + "id": "f39d9d56-4eae-4dd0-84cb-d9b84e61eeb1", "name": "Delete Campaign Template Schedule", "request": { "name": "Delete Campaign Template Schedule", @@ -48201,7 +48201,7 @@ }, "response": [ { - "id": "b89d63ab-50d8-445b-9676-866696ead303", + "id": "f24f375e-19c3-492b-8691-98697e41bf22", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -48236,7 +48236,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a8ac53e4-44ed-493f-bc54-4b02b556f923", + "id": "9a3f4c81-a8c0-48a0-8a21-426dadda4855", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48281,7 +48281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70811664-4806-4fe2-ad86-b141036e160c", + "id": "9b3f9470-259b-4c1a-8157-7326b99bbddb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48326,7 +48326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "410f386d-e6e3-4b8f-9d68-26f745817f00", + "id": "28112331-4e9e-4cb1-8e8d-9ef71d008de7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48371,7 +48371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c568d70f-1d12-4337-b51d-06f177c4f033", + "id": "95c37288-506e-4cf2-824b-aedf9423a3b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48416,7 +48416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f74122bf-b1b4-44fb-a1d0-5e862f8dff16", + "id": "59d41a41-e5bd-4f8f-9da6-68299803a613", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48461,7 +48461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caaa5475-79b9-4505-9551-1d019b0676bb", + "id": "ec9a711c-9bb2-40cf-9bfb-6a2feab46c71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48518,7 +48518,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": "08144d61-07d1-4b03-a4e1-271b691e55dd", + "id": "018e6350-bc05-44be-9a5f-ddf4fe48ad80", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -48573,7 +48573,7 @@ }, "response": [ { - "id": "0e8fb865-0ce6-495d-a5de-1d4b9c915462", + "id": "2e5f9144-2d85-4618-96a1-a72f22857098", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -48631,7 +48631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b5fd12a-2064-4335-be95-762855221ad6", + "id": "584c4cf7-7e95-46e5-8797-426a6e6044f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48689,7 +48689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9930cd64-ba49-4bdd-92f3-035248742400", + "id": "e5924cd8-55a4-4278-90db-f54d293711d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48747,7 +48747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3dad8b3-9303-4597-8fa9-4d2899f98e6d", + "id": "587431ee-f380-47dc-b2f4-b525036a665e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48805,7 +48805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da58d61f-db9d-4ae4-9605-8b5ed7c32914", + "id": "3ca65539-cc58-4428-af23-206b543793a8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48863,7 +48863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b28d8344-7cd3-45d5-98af-b4d378cfc019", + "id": "98a86c86-e30f-4541-b2ad-cac699b35085", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48921,7 +48921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c340372-2125-4b8e-8294-92aa562fa3c0", + "id": "c387db26-77e9-4534-8895-873811528ffb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48985,7 +48985,7 @@ } }, { - "id": "c361ed19-d0c9-4647-9c75-759d0ba71fa7", + "id": "c9241e07-eb62-496a-aafc-898be8dd9f07", "name": "Certification Task Status", "request": { "name": "Certification Task Status", @@ -49007,7 +49007,7 @@ "variable": [ { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "id", "disabled": true, "description": { @@ -49017,7 +49017,7 @@ }, { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "taskId", "disabled": true, "description": { @@ -49038,7 +49038,7 @@ }, "response": [ { - "id": "a2fabdaf-f78b-45b4-ab15-6d9a562c8f03", + "id": "6ca9d89a-74a9-479f-8afe-1236f0f0b6f5", "name": "A certification task object.", "originalRequest": { "url": { @@ -49084,7 +49084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78f9ad74-1d6c-433c-81d8-49826c21b61f", + "id": "85c35e64-72af-4490-aea6-694d99dec715", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49130,7 +49130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fed43c8-3730-4fcc-8766-08b6f2b58b54", + "id": "151754b1-952a-4c70-98c9-44a0d200dde8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49176,7 +49176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6fccd3d-1daa-4bb7-a55d-dd683d2c441a", + "id": "6fbae7c3-71a5-451c-9673-93c1eddf71e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49222,7 +49222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "288ad8ee-1826-426a-8905-acd83bc84962", + "id": "a62aadba-6abc-4968-8644-80e37de84cd2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49268,7 +49268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe12529a-653f-49cd-8960-e025b96bd510", + "id": "54e3db7d-26f4-44c7-bf60-ca021e092730", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49314,7 +49314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "998f8e5f-fc43-496a-9e90-0d4ff884f24a", + "id": "9329aa50-fc06-4424-9205-fc130bf12d4b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49366,7 +49366,7 @@ } }, { - "id": "34187598-4df2-4e89-bbf5-eb84e1bbc25a", + "id": "322251fc-ea6b-4a3c-a4a6-4205b76983d4", "name": "Pending Certification Tasks", "request": { "name": "Pending Certification Tasks", @@ -49387,7 +49387,7 @@ "variable": [ { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "id", "disabled": true, "description": { @@ -49408,7 +49408,7 @@ }, "response": [ { - "id": "16356fb9-c9c0-4536-859c-8d42105a5ae0", + "id": "303de454-9e90-4d19-bcbb-8e1a28d3c12a", "name": "A list of pending (`QUEUED` or `IN_PROGRESS`) certification task objects.", "originalRequest": { "url": { @@ -49448,12 +49448,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"QUEUED\"\n },\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"IN_PROGRESS\"\n }\n]", + "body": "[\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"ERROR\"\n },\n {\n \"id\": \"abcd-ef12-3456\",\n \"certificationId\": \"ef38f94347e94562b5bb8424a56397d8\",\n \"type\": \"REASSIGN\",\n \"status\": \"QUEUED\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5c2bb467-900f-4fe0-a3bd-2edd5d1c3943", + "id": "51d99a1a-2b89-4b25-94a0-8d4de1089fcb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49498,7 +49498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "550f0c60-e469-416d-854e-f2e80e8637fe", + "id": "ae59af70-0c6f-4e1c-9aff-32258ce28919", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49543,7 +49543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be8056c9-73c0-45ea-8e86-62a328ae424e", + "id": "41e149af-9ee7-4293-8152-223992bb7947", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49588,7 +49588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec83ce75-78a1-40eb-b07f-bb41cf74eeac", + "id": "c1f63ea1-7097-42f5-b7b2-791be367d19c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49633,7 +49633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8acbd42-b421-4632-934c-262b18482bef", + "id": "18063f60-e742-44e1-a4c0-ec2cd2b4900d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49678,7 +49678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76aefb1f-ac0c-4d5c-b5bf-aa0d5b8a2059", + "id": "7007a2de-e9e2-4f68-bff3-db77587b6bae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49729,7 +49729,7 @@ } }, { - "id": "7087a8ea-d48e-4113-89f5-7cb770fc096b", + "id": "c37f4c67-c39e-4167-8c4b-b1222664d46e", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -49820,7 +49820,7 @@ }, "response": [ { - "id": "58645044-5a18-472e-a17b-582b18a52bf2", + "id": "d53181d4-d21e-4fa9-9e39-d89db258d221", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -49904,7 +49904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11092359-26eb-4565-a26b-f2be71f80c08", + "id": "b06d63f1-278e-4c02-bc4b-b4101ec03459", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49988,7 +49988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07bea71d-62db-468c-9640-e7c3ecedb1d2", + "id": "383d0321-428e-4e12-91fe-b8c4414ec840", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50072,7 +50072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdb357ea-55fe-4d7b-9d95-86d2c8c65c8f", + "id": "5d561f90-0710-4909-8d63-039b9513cfde", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50156,7 +50156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "369cc1ee-b0a4-48e3-b473-ecbe07c94de9", + "id": "6b8bafc7-c642-4b1b-bfe3-3e16d8ce0325", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50240,7 +50240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "240f1059-b61c-4655-a90d-083e8dea2554", + "id": "07267a28-2674-41c0-88e5-6c58d47b5a18", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50324,7 +50324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d4adc9b-63cd-4403-b516-09de0fc4e56d", + "id": "b0fce55c-cd81-4148-95cb-4c435eba4dac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50414,7 +50414,7 @@ } }, { - "id": "361db7f8-6d76-4276-b2bc-044fe34446aa", + "id": "ac1d9745-55f0-4064-889d-e8e4107558da", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -50502,7 +50502,7 @@ }, "response": [ { - "id": "44ac3f57-0641-41e9-b44f-5af705e257e7", + "id": "03d55cea-edb5-4e36-bed2-f98cc8ef8378", "name": "A list of reviewers", "originalRequest": { "url": { @@ -50593,7 +50593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd378a87-ffa6-4403-bbc4-a27beaae2f87", + "id": "c926c0e1-ddab-41b6-a8a2-a1f5e118303d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50684,7 +50684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42616b27-96d0-4d34-ae5c-c08e56fe4535", + "id": "ebb06bbe-f241-410e-a1d8-2f97fd474db6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50775,7 +50775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f871dbb0-6141-48bd-8e20-1e406936091f", + "id": "50ccec3b-5b38-4596-a933-a5b46b134b67", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50866,7 +50866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe4a1bdb-4fc9-42cb-a88c-e5d5f26e9707", + "id": "2f8ad643-2d2b-419c-9feb-e4d19bce3954", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50957,7 +50957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f51c2b69-5505-43e6-8246-f6399e1c361e", + "id": "095bb949-e582-4c93-8e50-3733c5ab817f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51048,7 +51048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd784b8-ccfe-4ebc-9cb2-cbfb9b76b6ad", + "id": "118cda2e-d53e-4bbf-a901-7e217a767391", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51151,7 +51151,7 @@ "description": "", "item": [ { - "id": "afeb101c-15f7-45ed-8dfb-18c9d414e77e", + "id": "0dcf5f8f-310a-40cc-80f9-347c78f9b0d8", "name": "List Connector Rules", "request": { "name": "List Connector Rules", @@ -51180,7 +51180,7 @@ }, "response": [ { - "id": "dfd04472-a67e-4c94-aa65-95856147a720", + "id": "f787703d-0f67-4c75-8b4a-faa005e20400", "name": "A list of connector rules", "originalRequest": { "url": { @@ -51223,7 +51223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b7675dc-0031-4a0d-aaec-8e823e3feb73", + "id": "95724f91-83f1-4d10-89c2-2b7c3300389e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51266,7 +51266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd5881d7-ea66-48e2-8a5f-7c59ecd2aa1b", + "id": "db7a6b97-04f7-4624-a40a-2d061aba5731", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51309,7 +51309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeb9180c-b052-4cec-9293-7d77e252f6aa", + "id": "89d89eed-3f89-471c-8acd-56a21f277bff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51352,7 +51352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f739018-f8fa-4494-aaba-cf82444920a1", + "id": "f531160f-b0a1-4c76-88bf-35cc41468df0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51395,7 +51395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d182fb25-1682-487a-83cc-9279d7c11524", + "id": "f367fa35-f7d1-467b-9af8-b5f21446abf7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51444,7 +51444,7 @@ } }, { - "id": "f8fc6ae2-20e2-4f07-ac42-21a82f46eef7", + "id": "3aa491c8-d879-4de0-8c03-8afbc551946a", "name": "Create Connector Rule", "request": { "name": "Create Connector Rule", @@ -51486,7 +51486,7 @@ }, "response": [ { - "id": "47911fd8-c57d-4bc0-beee-20f484df6ed9", + "id": "5541e403-185f-4f40-8c5a-0880f62c651d", "name": "The created connector rule", "originalRequest": { "url": { @@ -51542,7 +51542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0980da89-0c05-47b4-aa14-921bc7e65e1a", + "id": "619a4a4b-be46-4821-bd29-5f45588a5a01", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51598,7 +51598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e3af2d-3785-494e-a6d9-f2f22f2f41b7", + "id": "955b82dc-ec6b-43e1-8ac7-868bce7f7bfd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51654,7 +51654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4207fa4b-49ee-4142-9904-201d730bf1dc", + "id": "f02fc94c-f199-4621-82dd-c724648ce208", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51710,7 +51710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51bee2af-300e-4285-9e99-e37a76728ee9", + "id": "e7791df4-3f61-4f26-9701-ede326e6934c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51766,7 +51766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "341935db-9347-419c-b537-9b6d8e6c84a4", + "id": "7ebafedb-9b95-4a8f-bc96-48e2ee529f96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51828,7 +51828,7 @@ } }, { - "id": "8c09b26e-9f7b-4361-9837-45d4c728af90", + "id": "ec0d852f-a11b-40c7-af1f-ee6b0a5650e1", "name": "Connector-Rule by ID", "request": { "name": "Connector-Rule by ID", @@ -51869,7 +51869,7 @@ }, "response": [ { - "id": "3e9f9d1b-38ad-4046-8893-3d4601b0cf75", + "id": "86527ec3-70c4-48b4-998f-435e0f81b6af", "name": "Connector rule with the given ID", "originalRequest": { "url": { @@ -51913,7 +51913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7bd4b24-364c-434c-8040-7955c6091c1c", + "id": "373a98b9-6f1f-40f7-a8b9-3e8670c62919", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51957,7 +51957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c9fc3f-d4ae-4183-8feb-1f6b8fde6ec7", + "id": "81ec1ec5-170a-43cd-b064-6fc7ee124c9c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52001,7 +52001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e6e97e6-3ad9-46d1-8e45-09e22eb4db14", + "id": "9143bf59-6dd5-4d90-a9ba-2831dd3b180a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52045,7 +52045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e0c213-7873-43ed-b8fe-60abbc8c93d8", + "id": "c4d7d091-1bb4-40e0-ab9e-183b33d8cbef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52089,7 +52089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f127cbf8-cb86-4ca4-af97-d92d3589bc99", + "id": "1a0cdb42-9f34-45dc-a14f-c3681fdc0dc6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52133,7 +52133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c4565f3-d49b-46bd-9a3f-e07fff4e8501", + "id": "eec71609-f56d-4cce-b580-ab3af780535a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52183,7 +52183,7 @@ } }, { - "id": "5a843e90-b71d-43d9-b354-fb8563c985a9", + "id": "f0c4db58-8e7c-41ee-a5f2-582be94b8cb3", "name": "Update a Connector Rule", "request": { "name": "Update a Connector Rule", @@ -52237,7 +52237,7 @@ }, "response": [ { - "id": "fe6c4520-77bb-4050-886c-51e9c22411ce", + "id": "d8c21b48-36c4-4b8e-9a83-f754bb1d4b2e", "name": "The updated connector rule", "originalRequest": { "url": { @@ -52294,7 +52294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bc7fc35-b96b-42dc-b300-4952cec4dfa2", + "id": "a4b3b164-7d0d-4462-9343-22acb55449ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52351,7 +52351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cea7d0ef-6832-442e-951b-34af484ceee5", + "id": "e3a97a4d-a456-4333-94cd-3f67ee84d42d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52408,7 +52408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80e53d7d-fa8a-47d3-b986-1382d2a663e8", + "id": "efcc9fd0-53ed-4dcc-8680-f73bd8a3dc44", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52465,7 +52465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "462e14fc-c138-4933-9f88-74bba62f7354", + "id": "e9b1bfc1-0ea2-4972-bdf9-59f7a0fce734", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52522,7 +52522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3068bb7-1161-49ea-90b4-978e07d246ae", + "id": "d3742a10-f39a-44c7-aa13-abd8e8a2bf62", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52579,7 +52579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91ae3623-0c3b-4fa5-adf0-ee29e6bcb0cd", + "id": "8f88a3a0-6449-4db6-be1f-29120189c167", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52642,7 +52642,7 @@ } }, { - "id": "e6a4de5a-a33c-4899-9c13-12fd1d2c195e", + "id": "645c3e74-9b4f-432c-82db-1ba8d7483f06", "name": "Delete a Connector-Rule", "request": { "name": "Delete a Connector-Rule", @@ -52683,7 +52683,7 @@ }, "response": [ { - "id": "e0c0aa4c-f1a8-4ae3-b137-42a482ee4646", + "id": "9364230e-b319-4eca-941c-44eb03efee77", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -52717,7 +52717,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9173d194-c1f3-4a66-bbe9-cd2cb67b5418", + "id": "25079288-1405-4e09-986d-17cdac96e12a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52761,7 +52761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be8fe39f-eda8-448d-b254-9347bc09620d", + "id": "4d182415-e39b-47fd-83c3-a0644bea11e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52805,7 +52805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd52a5ff-5dff-4665-8e76-3fc92020f2e8", + "id": "ce12d94d-34d1-492a-9889-bd01273af10c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52849,7 +52849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fd9326b-98c9-47f1-8cfa-66a919283b76", + "id": "c4c1bd17-f1f8-4f05-a284-38d23726a605", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52893,7 +52893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffb1914a-bf4f-451b-bd71-2e32d7862164", + "id": "e69379c5-d011-4b99-9128-149b818885de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52937,7 +52937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc342695-e513-44a5-8d85-a6a56457220b", + "id": "07da70f8-53d2-402c-aeae-d7ac98acd2fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52987,7 +52987,7 @@ } }, { - "id": "a050b99d-5126-45f7-a230-060f45969333", + "id": "9a7e2516-58b4-47de-a23a-e0f9e758e481", "name": "Validate Connector Rule", "request": { "name": "Validate Connector Rule", @@ -53030,7 +53030,7 @@ }, "response": [ { - "id": "916a1cb8-9baf-4604-995f-2fae9cedea5d", + "id": "ac06b045-9308-4300-9de6-85bcc0b22bee", "name": "The status of the code's eligibility as a connector rule", "originalRequest": { "url": { @@ -53087,7 +53087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d9c2cf7-6c90-44a9-a3be-79d59d4b41ae", + "id": "c55f1b0c-e90d-4617-b42e-4d9b287dfd9c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53144,7 +53144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1db86a62-82a6-466f-9288-66ead46895a5", + "id": "0067dea1-4123-48b2-923e-b188df80b4e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53201,7 +53201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81b92422-2571-471d-8495-48f83bc881dc", + "id": "85c80ba8-93bc-422c-bf33-ec1961796805", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53258,7 +53258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b89b4f4-b7d2-4954-be6d-f1f5d79fcfc0", + "id": "954d8d50-d344-4e64-b16b-f1b89c7bcb18", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53315,7 +53315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1079b2ab-ec61-4078-8de9-2d4d980a5e61", + "id": "d0acde2d-f257-462f-8b63-ed3bb36810ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53384,7 +53384,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": "7d9903fc-a1ef-4b47-ba61-f6ce3c1055ea", + "id": "be4bd75a-da84-474f-b1e7-b77831d28e6a", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -53459,7 +53459,7 @@ }, "response": [ { - "id": "e74cac74-df56-4231-9e54-1ea911e9a463", + "id": "31333657-67f4-4596-852b-3d48281c3baa", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -53548,7 +53548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "993346e2-7c38-4e54-a41e-b13ad500bc0b", + "id": "f13b7ced-28c7-403b-91e4-5c300362d379", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53637,7 +53637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f2e053e-13ba-4186-a69d-87d176db7eac", + "id": "2dc50996-93d6-4712-98b8-edb7eb450204", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53726,7 +53726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c794e0e1-3fc8-4a92-af1d-bc77c51c4840", + "id": "2b80a4ce-4b1f-405a-ae74-b438c079f16f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53815,7 +53815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9168fdc4-fec3-48fc-a0f0-4df77999ddec", + "id": "b4a0db88-7d5e-4f69-9d55-b4e35b4788ae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53904,7 +53904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d3b3527-66bc-4cd2-8c58-8d0cac9136a5", + "id": "778edbee-0a02-42e9-818c-58841d6614d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53993,7 +53993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f54b4d40-5d4b-4378-9e46-6bfbfe2580bc", + "id": "0d1cc3f1-7512-4e68-a58f-26de15affc12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54094,7 +54094,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": "aac696fc-510a-47c4-8398-4beda082b04b", + "id": "2b391cc2-07b0-4dbb-a531-99830b1de7db", "name": "Export form definitions by tenant.", "request": { "name": "Export form definitions by tenant.", @@ -54160,7 +54160,7 @@ }, "response": [ { - "id": "14e877ac-a7a7-4ae6-adc0-6187b6dab022", + "id": "3eda0eae-5de2-4ab7-8cea-d0e50e4a1e95", "name": "Returns a list of form definitions by tenant", "originalRequest": { "url": { @@ -54235,12 +54235,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\": \"enim id dolor aliqua\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"et ea do adipisicing 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\": \"proident nos\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"est eu Duis 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\": \"Excepteur sunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in Duis dolore pariatur\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor laboris id cillum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"consequat pariatur\"\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\": \"eiusmod\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"cillum ad 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\": \"officia sed magna nisi laborum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore fugiat magna do cillum\"\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\": \"dolore ea\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"enim\"\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\": \"ni\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in dolor\"\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": "4155fab0-91a7-4696-a7d2-9fea4440c650", + "id": "c78c48a9-bf92-4105-b073-ff8e30a4daa5", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -54315,12 +54315,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5ac060af-9551-40c1-8018-830d3d5e7239", + "id": "25b2e809-e873-45d5-8609-8e0071952c2d", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -54395,12 +54395,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6e6ea404-baf7-4918-b477-95399f2fc036", + "id": "e3e41d6a-ec82-491f-9a84-208b24cbcb63", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -54475,12 +54475,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a55e0032-1856-4708-912d-0a9ba53066dc", + "id": "ad92f350-9a3f-479d-a414-bd55fe80a158", "name": "Too many requests", "originalRequest": { "url": { @@ -54560,7 +54560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe401d84-e31e-4b6a-bf43-e947f562d1bf", + "id": "494c983f-ab39-490c-a4ab-e7a43e6ec57e", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -54635,7 +54635,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -54646,7 +54646,7 @@ } }, { - "id": "5cc0fc09-a7ae-42ca-b58b-5e668a71cf66", + "id": "95ec6ff9-90c7-4a2c-8b8d-d1a88840d9bc", "name": "Creates a form definition.", "request": { "name": "Creates a form definition.", @@ -54685,7 +54685,7 @@ }, "response": [ { - "id": "f95f635e-b650-4352-ae58-e3e75f0da774", + "id": "5dd9eb5d-206c-4976-be12-13832f4cb5dd", "name": "Returns a new form definition", "originalRequest": { "url": { @@ -54736,12 +54736,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\": \"voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit enim\"\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 Excepteur voluptate sed adipisicing\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do dolore quis irure\"\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\": \"ipsum officia\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad sint in 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\": \"dolore minim Excepte\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore esse anim ullamco\"\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": "d5400879-8581-4be2-9b24-2f6d911880ca", + "id": "0b6afff7-9ca5-41bb-a130-909306396e95", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -54792,12 +54792,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "908be7ae-33db-4bee-b61b-c7c6859c46ae", + "id": "2ea41097-6f5a-4e68-b2da-c77e05475e5e", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -54848,12 +54848,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2aeb7954-a628-47bb-979c-97c173329f17", + "id": "5618adbf-20ae-4257-ba56-240b3dbfff02", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -54904,12 +54904,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4517bce3-a8b8-4cc2-9ff8-df9a49bff5c1", + "id": "681f9995-89aa-49b2-a6ab-7cc0f365d000", "name": "Too many requests", "originalRequest": { "url": { @@ -54965,7 +54965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f55ec26f-2c93-48e9-969e-0fa20e9fc3b3", + "id": "b2677d91-68f5-444e-b62f-a95f5fb834fa", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -55016,7 +55016,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -55027,7 +55027,7 @@ } }, { - "id": "b9ba43fe-71f7-489f-9b0b-c4c160546c4a", + "id": "3380fd0f-d7aa-46ce-a84f-f442881ec1f3", "name": "Return a form definition.", "request": { "name": "Return a form definition.", @@ -55068,7 +55068,7 @@ }, "response": [ { - "id": "6c0a3623-1e0f-4c56-ab9f-c95882b8d53d", + "id": "750ca5b0-91b2-4c21-b1a2-db45114b8936", "name": "Returns a form definition", "originalRequest": { "url": { @@ -55107,12 +55107,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\": \"voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit enim\"\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 Excepteur voluptate sed adipisicing\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do dolore quis irure\"\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\": \"ipsum officia\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad sint in 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\": \"dolore minim Excepte\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore esse anim ullamco\"\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": "29b447c5-6d69-4390-a78d-d34b8a530006", + "id": "ebc2d38a-d2a1-4941-8c8f-38de7f8bc4f9", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -55151,12 +55151,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0417a869-077c-45e7-be1d-311e3c242737", + "id": "02521d70-5b9e-469e-8cdc-cf54e8788225", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -55195,12 +55195,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "feef49a4-0914-41d0-a99e-643548d6faf6", + "id": "0f42af77-2f64-4e7f-981d-595e938aa4e5", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -55239,12 +55239,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a303f1c9-a76d-4145-b5a7-caa1146bc1ea", + "id": "7f9499fc-0b6f-47ae-a173-39b34367a883", "name": "An error with the item not found", "originalRequest": { "url": { @@ -55283,12 +55283,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "efb4c102-0ccf-4788-879c-11d1ad785f39", + "id": "92250285-f5bb-4cfd-963a-98c1a19095ef", "name": "Too many requests", "originalRequest": { "url": { @@ -55332,7 +55332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab88f0d4-55df-496d-98c8-afe88f5b14bc", + "id": "f1693a80-567e-4a4f-9545-a87d85456774", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -55371,7 +55371,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -55382,7 +55382,7 @@ } }, { - "id": "bd2b80d7-cee2-4e84-b2f9-ac7160a722d4", + "id": "b424610e-bb9a-4e03-a603-2bc919966656", "name": "Deletes a form definition.", "request": { "name": "Deletes a form definition.", @@ -55423,7 +55423,7 @@ }, "response": [ { - "id": "e9ee83c3-2c06-41cb-83c8-4f4fdb68ba13", + "id": "e9e42d05-5958-440a-a9df-b7be63307a45", "name": "Returns an empty body", "originalRequest": { "url": { @@ -55467,7 +55467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b4a0105-c19a-4d2f-9661-06ecf5a8a4a6", + "id": "6a98fbaf-ca59-4bb2-99b1-444c2c0e73a0", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -55506,12 +55506,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c1be13a8-6ece-4c06-9a16-2585d60bec4f", + "id": "d375b435-5b14-4216-852f-9d1e5c1c4800", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -55550,12 +55550,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "faa531ce-abc2-4cbe-bad4-344d6a079d20", + "id": "ca768546-305a-40e7-bd8f-1267439e5a1b", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -55594,12 +55594,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ed424e16-7471-4933-999c-443ff662addb", + "id": "42747b77-7dc6-4bbf-b0d7-b1f64d7d8d24", "name": "An error with the item not found", "originalRequest": { "url": { @@ -55638,12 +55638,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1de478d9-6688-43d4-a341-9ace6a0af917", + "id": "6fc1da25-4f38-44ed-97d9-ad79551fe10a", "name": "Too many requests", "originalRequest": { "url": { @@ -55687,7 +55687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b90b56d-c934-456f-b6a9-57f5719da4e9", + "id": "8019f94f-aae9-4651-b926-9326a46957d7", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -55726,7 +55726,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -55737,7 +55737,7 @@ } }, { - "id": "b3c7b76e-64e3-4366-979d-ffdb35d460ec", + "id": "6c9afb93-a52b-4276-96c0-c4b80336284e", "name": "Patch a form definition.", "request": { "name": "Patch a form definition.", @@ -55791,7 +55791,7 @@ }, "response": [ { - "id": "dd50fbb6-35fb-40c3-b04c-2efde7f2c71c", + "id": "7fd959f2-6900-435a-abe9-e8970efe355d", "name": "Returns the form definition updated", "originalRequest": { "url": { @@ -55843,12 +55843,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\": \"voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit enim\"\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 Excepteur voluptate sed adipisicing\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do dolore quis irure\"\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\": \"ipsum officia\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad sint in 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\": \"dolore minim Excepte\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore esse anim ullamco\"\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": "5376b683-2d4c-4676-add1-bd7d79d742d6", + "id": "e60aba3f-1747-490c-aa96-9eea822b3a58", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -55900,12 +55900,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "10cc490c-8da4-4848-a605-a999389d02a4", + "id": "78836b6c-fbb5-444e-81cf-a2a5062c1df6", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -55957,12 +55957,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eae5081e-f189-4bfd-bc68-a4f2eefc6d90", + "id": "1c02c41f-8b19-4caa-93a9-8d8f1fe62733", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -56014,12 +56014,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2495b1dc-0361-4e76-ae28-7452ad153344", + "id": "2017057c-e102-4dbd-9917-eaf6e341edfb", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -56071,12 +56071,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a7563f87-f552-47fd-84f4-d193f7741585", + "id": "c393430b-5d81-4d8c-95fb-8c9ac32b961e", "name": "Too many requests", "originalRequest": { "url": { @@ -56133,7 +56133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2431138d-c109-4fdd-bb17-e6daaff5f383", + "id": "91024cf2-ce9b-425a-af0e-666d017cd66b", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -56185,7 +56185,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -56196,7 +56196,7 @@ } }, { - "id": "eef17340-f400-46ff-9a6c-65eebd742229", + "id": "be3ce07b-ae79-473a-ba7e-e85b3730697b", "name": "Preview form definition data source.", "request": { "name": "Preview form definition data source.", @@ -56276,7 +56276,7 @@ }, "response": [ { - "id": "0acfaa85-08eb-4e62-9d0d-42982560b3b5", + "id": "0745eaf0-d57b-4800-84f9-4eb8228fe08f", "name": "Returns a preview of a form definition data source", "originalRequest": { "url": { @@ -56362,7 +56362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c44a82c-c646-4ecb-b475-0e09a7ffb71b", + "id": "60fcf5aa-cdd2-443b-91a5-f5535e8365ac", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -56443,12 +56443,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a39af188-1d6d-4ab4-84c9-57b196db1d02", + "id": "af68d7ee-6fe0-413c-974b-cb6a4f9a4851", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -56529,12 +56529,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "32eb5722-d62d-4061-bb59-9b854ac90749", + "id": "8967122b-1e16-446d-bbac-430214ad1e20", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -56615,12 +56615,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e5e5d3b0-c8d5-42b3-956d-5810333bc367", + "id": "d1a9a180-51dd-4d65-942a-8ce1cebec9e9", "name": "An error with the item not found", "originalRequest": { "url": { @@ -56701,12 +56701,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bb760adb-ec34-41b5-8abc-403fb79cf794", + "id": "cdc88188-5678-4e95-b04c-c5732e431deb", "name": "Too many requests", "originalRequest": { "url": { @@ -56792,7 +56792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66cdec48-a2ff-4b61-8a40-3c7a956d8804", + "id": "dafe0ad0-d06e-4a3b-a2fe-fdc4894d8dfa", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -56873,7 +56873,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -56884,7 +56884,7 @@ } }, { - "id": "ff7d403f-c450-4bc1-93ee-7724cd8d6b51", + "id": "f994681b-a664-4512-ae14-54e18b477a53", "name": "List form definitions by tenant.", "request": { "name": "List form definitions by tenant.", @@ -56951,7 +56951,7 @@ }, "response": [ { - "id": "1937381a-7eed-4c32-a7e4-1a0a48bd4fde", + "id": "35f9ea7d-4e90-423c-bb1e-ae3377123724", "name": "Returns a list of form definition objects by tenant used by SP-Config", "originalRequest": { "url": { @@ -57027,12 +57027,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\": \"Excepteur laborum cupidatat ex\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor ipsum adipisicing 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\": \"in veniam irure\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut anim ea\"\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\": -82789438\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\": \"Excepteur qui dolor eiusmod\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut in ad 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\": \"tempor voluptate deserunt pariat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor ut c\"\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\": 19802248\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\": \"consequat qu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"veniam nisi 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\": \"dolore aute\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet qui eiusmod officia\"\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\": -88804043\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 nulla elit dolor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sit 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\": \"quis mollit in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim cupidatat\"\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\": -88356450\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2966d422-5610-4ef3-8fbd-e939c7dd1c2b", + "id": "cb1f1e48-c1fc-498e-a50d-322eb9b8b051", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -57108,12 +57108,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cdbab61e-0f68-48ab-bef9-8d334d7ab11b", + "id": "3360f3d1-0d52-473b-ac10-7feba6bd6c25", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -57189,12 +57189,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bd980704-1587-4b35-a405-6d77a72cb4ab", + "id": "1b9e9e58-0823-4e41-8bad-724122b65973", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -57270,12 +57270,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "629b1b2b-911e-4d04-9779-44286708420f", + "id": "3a59c3a4-9714-48a1-b923-11645d7237d1", "name": "Too many requests", "originalRequest": { "url": { @@ -57356,7 +57356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88e9c946-c73e-4b6a-a2bd-d8f8889b6bb1", + "id": "4ddf13ad-5a01-49b9-8877-97ad895e6841", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -57432,7 +57432,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -57443,7 +57443,7 @@ } }, { - "id": "4deb14c2-7d06-48f3-a0af-31533e8cdcb6", + "id": "60c44a92-e1f9-418f-b59a-a670e6567f38", "name": "Generate JSON Schema dynamically.", "request": { "name": "Generate JSON Schema dynamically.", @@ -57483,7 +57483,7 @@ }, "response": [ { - "id": "a04c324d-84cb-4c83-8d70-d4ef3106091f", + "id": "0f362344-4d54-4f15-befe-c91bfcb07da8", "name": "Returns a form elements dynamic schema", "originalRequest": { "url": { @@ -57540,7 +57540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62dd4fac-0fae-44a4-b2cd-c1b17aebd869", + "id": "6a8f4f72-0b5f-4725-995d-5984bd296932", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -57592,12 +57592,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1a25c13c-995c-4523-bac1-438ff2d7ff5c", + "id": "bfc87234-27aa-4c17-88fa-cc260250bde9", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -57649,12 +57649,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8b20a2da-79b8-4252-b301-86badc66e202", + "id": "daeb9ce8-8a18-4601-9a03-f57f35b44dca", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -57706,12 +57706,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d921e61c-025e-4ebe-9a1a-47ec80b4d8ad", + "id": "f999ca29-26e1-42c6-a17b-a6d5b93b72d5", "name": "An error with the item not found", "originalRequest": { "url": { @@ -57763,12 +57763,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c09a6338-d59c-4a07-98c6-5fb89e0ced95", + "id": "23beb8e1-23a9-40f2-b5f5-58e4e970e929", "name": "Too many requests", "originalRequest": { "url": { @@ -57825,7 +57825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "843d3c38-470c-4b07-85b0-00d3ef5e6fb4", + "id": "9a924a47-8d79-42cd-9b0a-4d01faf639e3", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -57877,7 +57877,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -57888,7 +57888,7 @@ } }, { - "id": "f474f48f-7482-44ca-b788-955886274bb6", + "id": "e7cebe6f-2796-454e-8eec-3dbbc9ebd7e1", "name": "Import form definitions from export.", "request": { "name": "Import form definitions from export.", @@ -57928,7 +57928,7 @@ }, "response": [ { - "id": "c9f116bb-28dc-441e-b722-44dee4ea0f10", + "id": "f30f1114-8494-4e1e-abea-8de0c3bb6d7c", "name": "Returns statuses of those form definition objects imported", "originalRequest": { "url": { @@ -57980,12 +57980,12 @@ "value": "application/json" } ], - "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"veniam_7\": {}\n },\n \"key\": \"veniam\",\n \"text\": \"tempor incididunt\"\n },\n {\n \"detail\": {\n \"amet_0\": {},\n \"elit0f0\": {}\n },\n \"key\": \"reprehenderit exercitation minim et\",\n \"text\": \"consequat amet\"\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\": \"aute do co\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse anim\"\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\": \"enim ea culpa\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"et 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\": 8691935\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\": \"labo\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor nostrud amet tempor do\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"elit tempor sunt nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit sit in dolor culpa\"\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\": 66853086\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"tempor05\": {}\n },\n \"key\": \"commodo\",\n \"text\": \"mollit\"\n },\n {\n \"detail\": {\n \"laborise68\": {}\n },\n \"key\": \"ut\",\n \"text\": \"ullamco commodo ex\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"minim8\": {},\n \"ipsum_84\": {},\n \"ut_6\": {}\n },\n \"key\": \"do ut dolor tempor reprehenderit\",\n \"text\": \"dolor amet in\"\n },\n {\n \"detail\": {\n \"quis_409\": {},\n \"commodo_f4\": {},\n \"amet050\": {},\n \"esse4\": {},\n \"minime\": {}\n },\n \"key\": \"in fugiat officia sit aliquip\",\n \"text\": \"nisi dolor Excepteur\"\n }\n ]\n}", + "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"ipsum_d\": {},\n \"essed\": {}\n },\n \"key\": \"qui ut\",\n \"text\": \"eiusmod eu consectetur sed\"\n },\n {\n \"detail\": {\n \"incididunt_1\": {}\n },\n \"key\": \"ea occaecat\",\n \"text\": \"id\"\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\": \"mollit ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"officia ea\"\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\": \"eiusmod cupidatat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"cupidatat est nisi 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\": 54885345\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\": \"amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tem\"\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\": 83920785\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"cillum_0\": {}\n },\n \"key\": \"ut non magna nulla\",\n \"text\": \"occ\"\n },\n {\n \"detail\": {\n \"irure_6\": {},\n \"exercitation_e\": {},\n \"minim_2bb\": {}\n },\n \"key\": \"incididun\",\n \"text\": \"culpa in do\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"ind\": {}\n },\n \"key\": \"non eu nisi in\",\n \"text\": \"ipsum ut consequat eiusmod\"\n },\n {\n \"detail\": {\n \"velit_c\": {}\n },\n \"key\": \"in consequat\",\n \"text\": \"Ut dolore mollit\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "53e2de3b-25b4-4af2-bfd4-991047211944", + "id": "cf710b7b-4a8c-48d9-8427-bf5f44f1cade", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -58037,12 +58037,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9a8f5839-32ce-40d3-87d8-ffdabd6c0c5c", + "id": "25e5a563-7dc9-4cde-8e51-95a9b565fb2e", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -58094,12 +58094,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "63fac222-11e6-4920-a282-83be32bf5beb", + "id": "73643e97-657e-4dff-8cb2-019971c08ae1", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -58151,12 +58151,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b6ea7898-439a-49bd-a877-87d88167bb72", + "id": "d3c01c04-3d26-4a3a-88dd-1e6f5012014b", "name": "Too many requests", "originalRequest": { "url": { @@ -58213,7 +58213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d83bc0ba-1a90-420b-bb69-3d2214d40aa1", + "id": "a0fb40a4-6b3a-4f83-a97b-3652c2adf855", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -58265,7 +58265,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -58276,7 +58276,7 @@ } }, { - "id": "8529a347-f4ca-4254-b012-65f74af00a67", + "id": "d53be460-a10d-42d1-abc5-a34289d1df2f", "name": "Create a form definition by template.", "request": { "name": "Create a form definition by template.", @@ -58316,7 +58316,7 @@ }, "response": [ { - "id": "a2db32c1-19c5-418d-bb6b-9d387e336721", + "id": "c1e937f8-9ee6-492b-a3c4-d8a210bc4d50", "name": "Returns a new form definition", "originalRequest": { "url": { @@ -58368,12 +58368,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\": \"voluptate\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit enim\"\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 Excepteur voluptate sed adipisicing\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do dolore quis irure\"\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\": \"ipsum officia\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad sint in 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\": \"dolore minim Excepte\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore esse anim ullamco\"\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": "b3a35c22-d9bb-463e-84ff-8c24d4872ca2", + "id": "3fa63f0f-0870-4a6f-aa3a-7c3df6ea67fa", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -58425,12 +58425,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dae21014-82a2-4af2-8948-73aef8a6028b", + "id": "f17545b9-d9c0-48e7-8c8e-8d941abeea52", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -58482,12 +58482,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "28a6ad0b-75f6-4869-949f-1828b4f2cee4", + "id": "16b4011e-26b3-4d76-b6c3-ed0f3e5753e5", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -58539,12 +58539,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "104efc43-2abd-4768-914a-26bd95622511", + "id": "63d7f511-6506-406f-bd10-47a5c91c2517", "name": "Too many requests", "originalRequest": { "url": { @@ -58601,7 +58601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f52e334f-9ccd-4c3e-9b95-0f683be2619f", + "id": "b9cfeef2-4366-4ce0-837f-6435e1e71ce3", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -58653,7 +58653,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"Duis 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\": 33111752,\n \"trackingId\": \"in nostrud dolor commodo\"\n}", + "body": "{\n \"detailCode\": \"irure\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 25885790,\n \"trackingId\": \"incididunt magna commodo mollit aute\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -58664,7 +58664,7 @@ } }, { - "id": "764c6d66-899e-424f-bf52-7acfd1bfebe6", + "id": "94f1ecd5-ee07-4745-9087-f4d55502b385", "name": "Upload new form definition file.", "request": { "name": "Upload new form definition file.", @@ -58723,7 +58723,7 @@ }, "response": [ { - "id": "cc2bdc84-d782-4109-a0ca-91211934b82f", + "id": "1bfe32f7-eb0c-4261-bd6f-2a0ee232ee92", "name": "Returns a new form definition file", "originalRequest": { "url": { @@ -58785,7 +58785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a6b7b88-b7b2-4ce2-b64e-adaa7c19267c", + "id": "b4e7e47f-e9e9-48e1-8e45-772e6eff95b4", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -58842,12 +58842,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "823db424-9cd0-4c04-a569-662ae9af9daa", + "id": "fe1101b7-6a60-4b49-bd8b-9096b25ee7d5", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -58904,12 +58904,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8c5d38b3-d2a1-4822-829a-f0dd3cccc78a", + "id": "80afc4fd-9bbe-4f12-9349-94d5a36aa361", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -58966,12 +58966,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cdf5dc62-ca91-4a06-87ed-54faf751b624", + "id": "ae2dc7f8-56cc-4d96-be84-324f15dbea6b", "name": "An error with the item not found", "originalRequest": { "url": { @@ -59028,12 +59028,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cb4c4df6-a1be-4e99-b157-706e2375e175", + "id": "09a895b4-0cfa-4428-99e6-2d25c22a312d", "name": "An error with payload size too large", "originalRequest": { "url": { @@ -59090,12 +59090,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7182ee43-684e-4617-914e-72d19bb0bf88", + "id": "387c8225-5272-4c37-a9f3-29840d8aac2b", "name": "An error with unsupported media type", "originalRequest": { "url": { @@ -59152,12 +59152,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1e248be1-a556-42e9-adcd-6903dda25666", + "id": "731635af-98da-43c1-b927-a947f0eaadac", "name": "Too many requests", "originalRequest": { "url": { @@ -59219,7 +59219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53b5dac3-02ce-4d26-953e-532a521a4ba0", + "id": "3b74a13c-4454-4867-97ee-fd3172ef3c36", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -59276,12 +59276,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c4de11bc-f72e-44dd-8887-c7512e5d0b2b", + "id": "135fde21-7301-43d8-b334-1ee6862cf8d7", "name": "An external service is not available", "originalRequest": { "url": { @@ -59338,7 +59338,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -59349,7 +59349,7 @@ } }, { - "id": "a069e880-5508-41bd-8e3b-d4e6721bdb84", + "id": "c58d8305-a811-42b8-b142-0cc2b06aad52", "name": "Download definition file by fileId.", "request": { "name": "Download definition file by fileId.", @@ -59399,7 +59399,7 @@ }, "response": [ { - "id": "b6e2549b-7ca2-4e49-9311-a7b494d7644c", + "id": "d4f77ca6-7995-4bf6-83f7-b6c9c627d416", "name": "Returns a file that is referred to by fileID and associated with the formDefinitionID", "originalRequest": { "url": { @@ -59440,12 +59440,12 @@ "value": "application/json" } ], - "body": "laborum ut cupidatat", + "body": "cons", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f8d9ec86-fefc-453d-ba92-d7d13f4e3612", + "id": "98e8a908-2727-42a7-a851-1d53c394642d", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -59486,12 +59486,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "55b3f11b-5a65-4b88-9500-9eb88874ad32", + "id": "0eaa9798-66e6-4670-842c-9098aa0a533a", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -59532,12 +59532,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "77f9f218-0b92-42fd-90b5-5c7c1f4c5e90", + "id": "86512364-0938-40e7-83b8-dbb2e1630883", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -59578,12 +59578,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "46900929-294f-421f-8f67-3d10a935255f", + "id": "437c991c-451e-4626-9dbf-33d856b652e6", "name": "An error with the item not found", "originalRequest": { "url": { @@ -59624,12 +59624,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c642719f-3ddd-471c-9d92-6a87abcc4d79", + "id": "3faedce9-21bd-4e36-8232-aca2ef0d7aa7", "name": "Too many requests", "originalRequest": { "url": { @@ -59675,7 +59675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90697b0f-4435-4c73-9372-aebe992c0214", + "id": "b7a64b28-d367-413a-97ea-6a51f851f77d", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -59716,12 +59716,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5e63b898-b93a-4ad7-8dfc-9648f9d666fb", + "id": "3bfaa57e-903f-4f47-a899-8b86586d1526", "name": "An external service is not available", "originalRequest": { "url": { @@ -59762,7 +59762,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -59773,7 +59773,7 @@ } }, { - "id": "ada5d354-765b-4768-96fe-eb83e4ed8016", + "id": "15a0873a-12c0-4a0c-964a-9b79c9b41e33", "name": "List form instances by tenant.", "request": { "name": "List form instances by tenant.", @@ -59802,7 +59802,7 @@ }, "response": [ { - "id": "a4b7d421-7686-4055-9ce0-2cdb27c8f561", + "id": "93f28c5b-13eb-436f-93a9-e2ae918e2658", "name": "Returns a list of form instances by tenant", "originalRequest": { "url": { @@ -59840,12 +59840,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\": \"do mollit consequat ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore ad elit am\"\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\": \"non proident\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"magna adipisicing\"\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\": \"elit a\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ex\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu in Excepteur\"\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\": \"voluptate in cupidata\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"ea aliqua Ut Duis\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui e\"\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\": \"do ad\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ad mollit Lorem adipisicing\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor minim labore quis\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse proident laboris irure\"\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": "cd14dd78-0f4c-4907-b023-3390518e33b5", + "id": "f4c6528b-2e67-4613-bd98-2e75c56394c0", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -59883,12 +59883,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "731dccdc-73c5-4223-ac34-4508932fe4bb", + "id": "db9eabc1-a4dd-4539-a14f-4bc6dd6ba520", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -59926,12 +59926,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9da9b92a-b864-458d-a906-b6199dd6b1a4", + "id": "9ccf3c1a-5db1-4d8a-bf75-7a33f06cccd0", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -59969,12 +59969,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c1fc6705-8919-402e-bfc5-129d258c8cf6", + "id": "3999a6e2-de67-46f9-b257-29520c27e16b", "name": "Too many requests", "originalRequest": { "url": { @@ -60017,7 +60017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fa2e8af-39d8-4f5a-9bc6-d962041fa02e", + "id": "3826eb4c-89b6-4c1c-9b75-4e85a7676a5f", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -60055,7 +60055,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -60066,7 +60066,7 @@ } }, { - "id": "4524a588-12b6-43e7-8e54-97af8d78786a", + "id": "7d1313f2-9407-498e-9d62-39b2a2e5c001", "name": "Creates a form instance.", "request": { "name": "Creates a form instance.", @@ -60105,7 +60105,7 @@ }, "response": [ { - "id": "5dfd6aed-f057-4d1e-8ea0-c1f72f6a852a", + "id": "1ac76bec-f049-4e69-b3a5-9ce2974e221c", "name": "Returns a new form instance", "originalRequest": { "url": { @@ -60156,12 +60156,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\": \"pariatur veniam eiusmod proident laborum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"tempor et nostrud amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim culpa consectetur reprehenderit\"\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\": \"do ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"officia anim\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sit ipsum commodo\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet in proident dolor\"\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": "2cb23fc2-5c60-45b5-ac22-21037e2f1739", + "id": "c7dca042-7cf7-4413-9b43-df632bba6655", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -60212,12 +60212,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "43c90061-3b3b-49a4-bf06-d06f0567ff77", + "id": "b1ea6722-4275-49ac-b82e-8037aeddce62", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -60268,12 +60268,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "be0fc422-7ba3-4f13-b9bd-e71ec89ece6a", + "id": "8c07ed18-fad7-4c10-9af3-3c967d89bc10", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -60324,12 +60324,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d7933de3-a0e5-4b53-8567-048a560c5f99", + "id": "e2c9d774-86ff-49e1-a24d-943bc1c54608", "name": "Too many requests", "originalRequest": { "url": { @@ -60385,7 +60385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90daf7a3-7744-4a91-8691-e629f610afea", + "id": "f097259e-1d5e-4092-bad5-5b960ea4fe04", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -60436,7 +60436,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -60447,7 +60447,7 @@ } }, { - "id": "3551d2f4-1523-4dbe-ad04-aff100a091b8", + "id": "7d969813-9ed6-4336-9a49-779a4f7715ae", "name": "Returns a form instance.", "request": { "name": "Returns a form instance.", @@ -60488,7 +60488,7 @@ }, "response": [ { - "id": "3dc3bb9d-46d3-4c74-9ee5-3c14bb6778f0", + "id": "9d6f44d2-13ea-4c94-9758-06d849300cc2", "name": "Returns a form instance by its key", "originalRequest": { "url": { @@ -60527,12 +60527,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\": \"pariatur veniam eiusmod proident laborum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"tempor et nostrud amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim culpa consectetur reprehenderit\"\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\": \"do ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"officia anim\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sit ipsum commodo\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet in proident dolor\"\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": "673edb26-d45d-42ee-9909-63e1d11ecdb9", + "id": "4cff53f6-e0a5-456d-866e-fa3f71e3f7bd", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -60571,12 +60571,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "455cc31c-7a2e-466d-a549-b9e3e678e633", + "id": "8d0cbb04-87ab-4a0e-b0dd-8e717a0a1ad2", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -60615,12 +60615,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2e62e36e-ff21-4e90-a179-9cb4a83f5dc7", + "id": "4b5ec286-ff48-4cb7-bc5a-39a8eac7763d", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -60659,12 +60659,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d532dd51-76d7-4914-bf48-cf6ec8d03417", + "id": "b7739d66-d9b8-413c-a42c-2034a45aceed", "name": "An error with the item not found", "originalRequest": { "url": { @@ -60703,12 +60703,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d7d84e89-59d1-4bf6-8dc8-9ac925d271ce", + "id": "22de3419-3874-4d10-99e0-772b2424d45c", "name": "Too many requests", "originalRequest": { "url": { @@ -60752,7 +60752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a32bebdf-7f61-4724-8688-bddb706315b3", + "id": "4c9374ec-5542-4463-8904-6855402e055e", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -60791,7 +60791,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -60802,7 +60802,7 @@ } }, { - "id": "f6c5613f-cee4-4c73-a42b-0d1e3733797b", + "id": "07b1376f-712e-4be9-a8f0-a4a31112f63b", "name": "Patch a form instance.", "request": { "name": "Patch a form instance.", @@ -60856,7 +60856,7 @@ }, "response": [ { - "id": "97f142a4-8723-468e-a472-43cef9bf7e62", + "id": "8ca0bbbc-c548-442e-88dc-d02016a96680", "name": "Returns the form instance updated", "originalRequest": { "url": { @@ -60908,12 +60908,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\": \"pariatur veniam eiusmod proident laborum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"tempor et nostrud amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"minim culpa consectetur reprehenderit\"\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\": \"do ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"officia anim\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sit ipsum commodo\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet in proident dolor\"\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": "47df4fac-7f4a-425d-b8b2-564c205dbc1d", + "id": "df5656cc-e0dd-4bbe-a4e4-d936c0cf6ede", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -60965,12 +60965,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2c978d57-351e-4ab4-ad05-fe46dde62455", + "id": "ac9010ae-5d3b-4780-9cb1-7ad161102ec9", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -61022,12 +61022,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4fc5c8d7-1948-49f8-83a6-ec14ac3ded73", + "id": "b9ba9142-61d1-4d3e-a8df-1ada521b2a63", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -61079,12 +61079,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2243647b-25a9-4ee3-8071-65e284f0f391", + "id": "dd090ae1-e574-4302-8f4c-a59fe7c4004b", "name": "An error with the item not found", "originalRequest": { "url": { @@ -61136,12 +61136,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c53afa94-1251-4f02-b1b1-8a6aa39a9412", + "id": "260c08aa-435a-4fbd-bbb3-52daafc9a975", "name": "An error with the request property conflicts with stored", "originalRequest": { "url": { @@ -61193,12 +61193,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a789af0f-6d03-4ee9-a036-2f37c4e8b326", + "id": "4bad4c98-0fae-491a-9636-7d2ad3fdd9f2", "name": "Too many requests", "originalRequest": { "url": { @@ -61255,7 +61255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "456b8996-be65-4bbc-96dd-763fd3e9fd21", + "id": "3e0fc00a-fbbe-44e7-88be-5b0271cf5253", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -61307,7 +61307,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -61318,7 +61318,7 @@ } }, { - "id": "3c9737d9-3a33-4c06-9976-b343c47e6c53", + "id": "cd771824-fc0a-47d6-a2c0-a8a9ab7213c7", "name": "Retrieves dynamic data by element.", "request": { "name": "Retrieves dynamic data by element.", @@ -61399,7 +61399,7 @@ }, "response": [ { - "id": "f813e96c-be30-401e-8ad6-bf0a00d89b8d", + "id": "3ffd271d-3b6f-422b-82a2-c65b06b210e4", "name": "Retrieves dynamic data to aid in correctly completing a valid form by form element ID from data source configuration", "originalRequest": { "url": { @@ -61473,7 +61473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0932a669-270e-4243-827a-a390d4567d0c", + "id": "ffff8e8c-13b4-442e-8c68-d138adf6851b", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -61542,12 +61542,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fb1ae3a1-08d8-421d-9684-cd578f6f725a", + "id": "397071c6-1fde-4f3d-a6bf-21cc846e6c8d", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -61616,12 +61616,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0e365ca2-72e4-4111-bef7-6c534167b3b5", + "id": "161521da-9271-40db-a207-7343cebb9651", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -61690,12 +61690,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "317fb0fa-914d-4e08-9779-5000904b7c6d", + "id": "64ea1a78-e6f8-4b2c-a455-78888f449c2b", "name": "An error with the item not found", "originalRequest": { "url": { @@ -61764,12 +61764,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d550bcc8-8ac8-42ec-860f-1b65de454302", + "id": "41c7af28-ac0b-47c7-92a5-cb63f6cd17d1", "name": "Too many requests", "originalRequest": { "url": { @@ -61843,7 +61843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b01d96b2-c922-4735-b0e8-bbd78dc6ac3b", + "id": "9f2fa7e6-ce89-44fc-aebe-a2cfdf50ab81", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -61912,7 +61912,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -61923,7 +61923,7 @@ } }, { - "id": "535e274b-ba72-455d-92ae-6578f6125a48", + "id": "056704c4-01e7-4893-992b-77405ffa8866", "name": "Download instance file by fileId.", "request": { "name": "Download instance file by fileId.", @@ -61973,7 +61973,7 @@ }, "response": [ { - "id": "0ce9b8f3-c5cb-4c77-9d38-918ca5fa50f3", + "id": "efffacfa-a5aa-4aff-b440-d88c967a4f74", "name": "Returns a file that is referred to by fileID and associated with the formInstanceID", "originalRequest": { "url": { @@ -62014,12 +62014,12 @@ "value": "application/json" } ], - "body": "laborum ut cupidatat", + "body": "cons", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6e54b876-6f91-4706-906c-03eb943572f5", + "id": "97de17be-e4ec-459e-9b0a-81713305e6d3", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -62060,12 +62060,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a74b48bc-8ffd-41bc-a4ae-43cbbdd2279c", + "id": "70bf82e1-86f3-4fb5-9448-086dd8f58bb8", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -62106,12 +62106,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "44d1e8aa-9614-4352-bc64-7a137aed78ef", + "id": "da272987-c94d-4eda-9c51-30b57ddcc3d8", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -62152,12 +62152,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "59fca2ae-44f8-4276-9f36-3afcab498137", + "id": "c636d837-80bb-4e52-848c-91081a1b06af", "name": "An error with the item not found", "originalRequest": { "url": { @@ -62198,12 +62198,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1a9c721f-8202-44ad-ad1e-64ff9b472556", + "id": "65c5043c-e943-4993-801d-89bf54fbd978", "name": "Too many requests", "originalRequest": { "url": { @@ -62249,7 +62249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69e8c5ad-d16e-4828-84ec-a3f74524bec3", + "id": "ab66f8be-8b44-4fa7-9a47-1721ca4f7d0d", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -62290,12 +62290,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3d6b5402-18d4-47ec-bfb6-6a9ba7b2df31", + "id": "fffcad99-e1fa-40f3-9490-5b20a2c7a67b", "name": "An external service is not available", "originalRequest": { "url": { @@ -62336,7 +62336,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -62347,7 +62347,7 @@ } }, { - "id": "3dbc5018-adb4-465a-acb3-a8f7f7d6f76f", + "id": "17aedda3-b0fd-4eeb-a322-6274b9892338", "name": "List predefined select options.", "request": { "name": "List predefined select options.", @@ -62377,7 +62377,7 @@ }, "response": [ { - "id": "17aeb28e-7bb9-4961-be25-ef17ce4dfa14", + "id": "eb2611cb-cfcf-4ad7-902f-69401cdc4a7f", "name": "Returns a list of available predefined select options", "originalRequest": { "url": { @@ -62421,7 +62421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63d514e7-585c-4940-9c5a-efed0850fbf0", + "id": "9bed4f5c-a971-47df-b3cd-8c12e1f0493c", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -62460,12 +62460,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9ab48a64-be06-4c7f-81b4-c6453a852991", + "id": "1a202d4b-b44d-46b7-a5c1-f869780621dd", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -62504,12 +62504,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fddf4853-0cd3-45f4-9824-e03c935cf6fa", + "id": "bb87f1d4-03db-48de-8d18-40d17ac5035b", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -62548,12 +62548,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "15790e64-e5a3-401a-8c0f-04af1e66b1f5", + "id": "23873dd5-9e26-409c-88c1-9752cf815338", "name": "Too many requests", "originalRequest": { "url": { @@ -62597,7 +62597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3e4abb-ce7a-4f1b-909f-79d15ef7935e", + "id": "b515c957-2c02-4b59-9ff5-d75448e31b39", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -62636,7 +62636,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"nostrud est do\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -54936373,\n \"trackingId\": \"ea et\"\n}", + "body": "{\n \"detailCode\": \"elit\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -46133154,\n \"trackingId\": \"in dolor esse ex\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -62653,7 +62653,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": "645ce3b1-5183-4790-a0be-92bf22a85268", + "id": "d147d5ed-ecfb-43cb-8a1e-79c23b07f683", "name": "Create Custom Password Instructions", "request": { "name": "Create Custom Password Instructions", @@ -62695,7 +62695,7 @@ }, "response": [ { - "id": "4ce883cc-0c1c-491b-93b6-80247d834d43", + "id": "a037e2a2-6ac1-4278-9133-c00168e6fd49", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -62751,7 +62751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2c777d1-ebcf-464e-824e-a958792a3b92", + "id": "bdf5b8a0-5b91-49eb-b9d8-244d2f97f910", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62807,7 +62807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2954df5a-c3c9-4f39-9bd3-d007d92ab489", + "id": "f8901fe0-1f91-4c7c-b909-855d67afa249", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62863,7 +62863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "719836a0-f117-45bf-b53b-55ea52e51085", + "id": "b9b3340d-2a64-4711-86df-cb800f10c07d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62925,7 +62925,7 @@ } }, { - "id": "3a906ad8-f9b7-482c-8a23-5cb8f4166889", + "id": "9cc4464b-3c1e-4c37-ad57-58cba1d512bc", "name": "Get Custom Password Instructions by Page ID", "request": { "name": "Get Custom Password Instructions by Page ID", @@ -62949,7 +62949,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [ @@ -62976,7 +62976,7 @@ }, "response": [ { - "id": "68dbe6a1-7f6b-4001-9278-1e8cabb50ec2", + "id": "24ee6d77-56cc-48d8-aebc-130de436ca2a", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -62995,7 +62995,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -63030,7 +63030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e57f5080-451f-464d-8d1d-3d734f1ff626", + "id": "3d31daab-efc7-4227-8fe6-ed1db4bfa43f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63049,7 +63049,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -63084,7 +63084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcfaf650-03a3-4a51-b2a2-dab989eb7e27", + "id": "3a794617-43eb-472a-9d1e-22ff303881a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63103,7 +63103,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -63138,7 +63138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f18717da-2938-439a-ad73-fe837f76db17", + "id": "0d3d432b-ddef-4f54-8045-52618bad1195", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63157,7 +63157,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -63192,7 +63192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24be4721-2357-495a-924a-73ec80aba4de", + "id": "c18a297c-713c-4796-a11c-84ec420741d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63211,7 +63211,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -63252,7 +63252,7 @@ } }, { - "id": "a42ead08-4208-43e7-a777-cd91e8522a29", + "id": "a4db10de-028f-4dec-9dea-b629eb774590", "name": "Delete Custom Password Instructions by page ID", "request": { "name": "Delete Custom Password Instructions by page ID", @@ -63276,7 +63276,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [ @@ -63303,7 +63303,7 @@ }, "response": [ { - "id": "62415cc9-a0cd-4112-aac4-7863a98fdeeb", + "id": "bc4ea0fe-9eaf-4d70-85b9-c98bc045ea9e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -63322,7 +63322,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -63347,7 +63347,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ffbe951f-6d63-43b8-a2b3-cc54269ca470", + "id": "808fca15-fa19-48e5-b7d4-8e0909679c33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63366,7 +63366,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -63401,7 +63401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6754440e-5838-4741-9b00-52d5706fa126", + "id": "382749a2-5164-445f-badb-1078c0ffe793", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63420,7 +63420,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -63455,7 +63455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebc5ef29-bb38-4361-91be-b53faf995091", + "id": "97ce5b01-0df4-44ac-8288-0b8fc0ef3f43", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63474,7 +63474,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -63509,7 +63509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d7373a7-3606-471b-9996-fc9627de5231", + "id": "760bb73b-eef3-4462-959d-593a3f8f6ed2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63528,7 +63528,7 @@ "type": "text/plain" }, "key": "locale", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -63575,7 +63575,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": "58eb2341-acc1-413e-bad9-97e8375bc2ac", + "id": "52d816cc-f560-46ee-865d-596ea9543670", "name": "Gets a list of entitlements.", "request": { "name": "Gets a list of entitlements.", @@ -63686,7 +63686,7 @@ }, "response": [ { - "id": "b4b79764-566e-4325-976a-eb72c8246531", + "id": "cab28764-d4ac-49a9-ac2d-a744ba9dc61e", "name": "List of entitlements", "originalRequest": { "url": { @@ -63811,7 +63811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d41c19f1-e6a2-4f94-b29d-119d669d37e5", + "id": "bcb3d6a5-386f-414d-afba-ed4c2b3eba4d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63936,7 +63936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fa56568-c493-4953-bc2a-28bbfe560fa5", + "id": "9bba7781-633d-4399-a5f4-8419b8339f42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64061,7 +64061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aee47af-ee0c-4406-81e8-b12b1a33000f", + "id": "5c360059-2d67-4d5d-89bb-e192e8bce1fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64186,7 +64186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3798ae13-fb45-4ff1-b2ef-cb6316a222b5", + "id": "4ed0d51a-fd08-42fd-a597-956c1c5507ac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64311,7 +64311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca2620c6-138c-41d8-878e-16b121cbee22", + "id": "d6273560-ac31-4aaa-9657-912781bedfff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64442,7 +64442,7 @@ } }, { - "id": "33806cba-3c1c-4f99-9b93-b51015e4800c", + "id": "a5184fde-c0ed-48c2-a01c-555692037efa", "name": "Get an entitlement", "request": { "name": "Get an entitlement", @@ -64483,7 +64483,7 @@ }, "response": [ { - "id": "4abb4614-1a7b-45e9-bc8c-f24b230a10de", + "id": "0644a8cc-ce8c-49b2-bd5e-06e5d4383ef3", "name": "An entitlement", "originalRequest": { "url": { @@ -64527,7 +64527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4ab6c9e-d7de-4ab1-b8f0-6a86c406133f", + "id": "08d512a4-804a-4c29-bc54-0cf08aeb1840", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64571,7 +64571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc6f1262-e748-40a2-bbc9-dceb340aefe9", + "id": "78333ace-335f-4559-aa88-9427197080a2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64615,7 +64615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89196d65-da46-416b-8b1c-881b130d1168", + "id": "ca07890b-5dde-4987-a501-01a4c59649ee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64659,7 +64659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd8c7f74-08fc-41f4-bdd5-584c55d0202b", + "id": "80a645e2-506c-4adb-ab69-69f166aefcca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64703,7 +64703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "484cde1e-e61d-4d29-bd10-c63caee2dc2b", + "id": "a24b69c9-c008-46a5-9374-07aec8f87efe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64747,7 +64747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bea6700-62da-41c3-b4a2-3a67eb37d48d", + "id": "05e599c7-0e4e-4c46-9b3b-a20cf2b9ff4c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64797,7 +64797,7 @@ } }, { - "id": "ed6a1a46-b089-4a12-af0a-7f8f28720916", + "id": "bbf973c1-4f7f-4fe1-bfc7-712cddc1dd9d", "name": "Patch an entitlement", "request": { "name": "Patch an entitlement", @@ -64851,7 +64851,7 @@ }, "response": [ { - "id": "5f09a12d-708d-49ed-b339-e9b849ef1b68", + "id": "76cda4c1-82fc-4b2c-aa3b-9da85b680f3e", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -64908,7 +64908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "addeb468-9394-4450-982c-d707ceae3d0c", + "id": "7d8402ed-44f3-40b3-899c-92a7b90242b0", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -64965,7 +64965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d65508e3-bbad-4966-b592-3ce8008b5f98", + "id": "94177e60-201d-45db-bb5d-d5d15ad19f4f", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -65022,7 +65022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98ea1580-d496-4392-a237-8d8f67dd22b0", + "id": "e02c3428-881c-4a40-a843-1a495e7b50bb", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -65079,7 +65079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ffaecc5-6039-490f-adde-4ffe43af4640", + "id": "c739aa84-2395-43e6-b1e5-044e13f75a56", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -65136,7 +65136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d410d9ad-2b2f-4744-aa92-6415ded16492", + "id": "a2fccef0-3ca7-4ea7-861e-016569bb88db", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -65193,7 +65193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9985bf1-18de-4110-8026-64a94333a767", + "id": "2b6e5ef2-0661-485c-a51f-2465fb14bdf5", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -65250,7 +65250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de6abfa3-2e09-4e23-a584-d1adb445f9ac", + "id": "987bef7e-ccb8-4e99-887d-c7c693061755", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -65307,7 +65307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b67e9e58-2a9e-448c-9a08-59294af6a5e2", + "id": "a38bb8f8-02da-4257-ba37-81225aee4b69", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -65364,7 +65364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc61ec95-1c31-4d60-96b1-1c24ba6e88bd", + "id": "640ce029-73eb-4a1d-8ed5-fcad53a4ff31", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -65421,7 +65421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52cf6a30-7a7c-434e-8bd7-257ee38eec3e", + "id": "3ef8f1c0-775c-4a99-be98-26567b74389a", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -65478,7 +65478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f6b974d-db70-4b2f-834b-4574dd75c277", + "id": "e8a50e76-4072-4859-9310-d51a24f4b704", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -65535,7 +65535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add2e632-9581-4d5b-b0ea-26a0aab39dfd", + "id": "f1237a0c-2c7c-48a3-8af1-f28e55e90162", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -65592,7 +65592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827bcf44-cc6f-4a40-b568-76d92f7cd602", + "id": "71ed0ff0-6c37-4ab5-b0aa-8199fbe02af7", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -65649,7 +65649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "345cfdd5-b31e-4abf-8d47-1594d557b212", + "id": "90d01fd0-000b-4994-a2ba-13f02a25c542", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -65706,7 +65706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecb3cc51-6c11-496b-a60c-4df67735a0d2", + "id": "1a538c33-c0b5-4b73-ae4a-75dde04e9730", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -65763,7 +65763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "084491df-c57d-4dd8-8273-f2cac8c50100", + "id": "66de472d-f249-4387-ba2e-1ef517c3b28a", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -65820,7 +65820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5ba3091-af4f-419d-859a-e32c78426b8f", + "id": "af598943-4ed1-4db1-b75d-166a63986ef5", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -65877,7 +65877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cf02c8f-effe-40b1-bbd1-2d91b0a4900b", + "id": "84ee27ad-17ee-41ff-a827-3fa01019a866", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -65934,7 +65934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ed401a-4814-4457-bc65-9943be70b00d", + "id": "2f1d24aa-fd91-4b43-bfbd-d53a93ca5ae1", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -65991,7 +65991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fe56bd7-499c-4b00-9600-d7380027b9a3", + "id": "06a7d636-25cd-4a27-a4f8-ba5a11c0ff08", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -66048,7 +66048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3588474e-ec44-458f-a24e-906d5b5ae690", + "id": "31be080c-7592-4661-aae0-16b63e6b27a5", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -66105,7 +66105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7019dfcd-55f4-4508-8d14-81b24d6bdd9e", + "id": "080cdcaa-2b5b-4dc4-9739-d57808ca2d88", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -66162,7 +66162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32ea55c9-3ccc-4b10-a026-84294c4f3157", + "id": "80d17cb9-1a82-4a18-9c87-cd29455be079", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -66219,7 +66219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea17c8f9-6e20-4327-bbdd-e7ed87c3fb92", + "id": "ebc75d37-efaf-474e-93d1-09765553e258", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -66276,7 +66276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "745006da-6d28-4695-83d0-cf71a36cf180", + "id": "45ac9772-88c4-4803-b0cb-39cd1b4b5aac", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -66333,7 +66333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dd2cabb-2a42-43a3-80fb-171182050363", + "id": "37aebec9-0a6a-4516-afae-3e8d3d3e3cab", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -66390,7 +66390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a29cd4ef-bfaa-4bbe-a6ee-ec0ecd949f2b", + "id": "6156add7-daf1-418a-905a-d4a24794a3b2", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -66447,7 +66447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79138eed-6e38-48f3-a551-e4cf4fd9255e", + "id": "0b537689-6d26-4479-b1ef-214a8dbc8aa9", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -66504,7 +66504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2762da35-b7f8-4157-bb1e-56b03324ae1a", + "id": "6e620513-652a-4ec5-a3f2-1ca97d484249", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -66561,7 +66561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2e12881-c0e4-4a7b-bf98-50504f206590", + "id": "0f599228-81be-446a-8cac-24ba2825930a", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -66618,7 +66618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e22e793-c3b4-4b6e-9115-c5a7e32dcb45", + "id": "ceb8d0d2-1cfe-435b-98a7-a83ae0c49b0e", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -66675,7 +66675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d656634-36c0-440c-bb68-03ea4ae4e9ce", + "id": "ffcd4184-4aea-485f-9870-bad30873f6a5", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -66732,7 +66732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dcd99fa-aea9-4cbb-9c9e-326a14d8fc66", + "id": "e8e31f33-74c2-4682-a57b-4959d3afe274", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -66789,7 +66789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3233b2c0-c7bb-4567-b0ea-eb062ec6f78b", + "id": "90f55cc0-b2f2-40e6-aa58-0e77c5fa44b8", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -66846,7 +66846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0867b4bd-80ab-4aaf-8849-e98c156b4a68", + "id": "b7e091b5-2258-434c-8651-831c57417b0d", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -66903,7 +66903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74671365-c6d3-4390-8ee1-6396cd15e975", + "id": "f346fbe7-2920-4ddf-ad2e-4624d89cd9be", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -66960,7 +66960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12c6db4b-c0c0-45d4-9aff-c7faa3beb658", + "id": "0d545510-6a66-4197-9821-2de626adf2cb", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -67017,7 +67017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13af75f5-581f-42dd-8ec4-247d80c3b249", + "id": "f7c96026-212f-44be-b4ba-cfec82d2b064", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -67074,7 +67074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dea26ba-62ac-400c-8b92-1be7e4cd1df9", + "id": "ebd3e21f-77c8-4b24-b069-aa3361a3f938", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -67131,7 +67131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4001e3ae-3444-4295-ab74-2c9d681cde98", + "id": "745965a4-293c-4e37-aee3-cdcafc45c575", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -67188,7 +67188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3460467c-8c6f-4992-9f26-14de2d8500e3", + "id": "c8e66b30-3397-497e-a232-2ebff683af27", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -67245,7 +67245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "119942b8-b45a-4183-b6c0-86265539a99f", + "id": "85dd594e-5b17-4514-a2f6-ed13cfba02d3", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -67302,7 +67302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1145d42a-7a7f-4ed2-b240-0cc6f93db2a6", + "id": "09dbf6c3-33dc-47bc-ae1b-8a7823b58ff0", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -67359,7 +67359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b2f798a-9ed9-43bd-878b-45d4b6aeb6ce", + "id": "82dedd1f-f231-4c91-8d4d-fc10f37ae3a3", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -67416,7 +67416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e53ab2c9-70b3-4895-80a7-45bac3cb8759", + "id": "a7f4bec5-cab0-493a-82fb-a586eeb6201e", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -67473,7 +67473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e04ca38-2622-4c6f-9f93-6024f4f18239", + "id": "0f0289fa-a6ec-407c-903b-d86697ef1bfb", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -67530,7 +67530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9698437c-778b-411d-8583-c32b7d2e501b", + "id": "cfebb225-7b68-4cef-8562-a62926fffb5d", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -67587,7 +67587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f64264f1-29c5-4195-9241-658fd66e2efd", + "id": "2beeabe4-3ee8-4833-9f64-bf5334ce95c0", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -67650,7 +67650,7 @@ } }, { - "id": "f3a60bee-1625-41af-bb12-b466d9417f68", + "id": "b0bf1094-2734-4274-ba72-acdff8fb500a", "name": "List of entitlements parents", "request": { "name": "List of entitlements parents", @@ -67738,7 +67738,7 @@ }, "response": [ { - "id": "d596b3a1-3274-42c4-a392-8cb4239333a7", + "id": "687cc229-94e9-447a-934b-31a8a6eb81a9", "name": "List of entitlements parents from an entitlement", "originalRequest": { "url": { @@ -67829,7 +67829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b75853b6-f688-4b55-9071-aa3361b263b4", + "id": "15184390-7bad-4b1b-9b17-97b67c1da429", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67920,7 +67920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c585b21-41f3-4b08-9ea6-5ba1f4f933c6", + "id": "26fc7e97-ad61-436d-8b1a-67b42b388bbe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68011,7 +68011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd22117e-6b39-448d-a5ae-015b39503752", + "id": "d60eb640-75bb-4c04-8f69-a377728111c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68102,7 +68102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aed2497-e556-4d36-8d50-0e1870c80b77", + "id": "3af9c7b4-f2bb-45e3-a4cb-7c94f579af2d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68193,7 +68193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96b809cd-698a-481d-bb36-d43e16b5a68d", + "id": "c1edf5ee-9419-413f-b808-f70c3ede051b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68284,7 +68284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d78dfade-ac10-45a8-aceb-0c1fdaf455e8", + "id": "b4c21dd5-5058-4a11-9770-ac809dee9ec8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68381,7 +68381,7 @@ } }, { - "id": "0b84a5be-4b79-4606-b075-02d92ec4e55d", + "id": "4e823011-716c-44df-b2ad-f4d2a90806e1", "name": "List of entitlements children", "request": { "name": "List of entitlements children", @@ -68469,7 +68469,7 @@ }, "response": [ { - "id": "26c3add4-c3f4-4a02-b2c8-2d5d6c496002", + "id": "01d18811-311f-489e-b15d-4a811430024f", "name": "List of entitlements children from an entitlement", "originalRequest": { "url": { @@ -68560,7 +68560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b21f1c7-cdac-4192-98fb-fbc411ae45c5", + "id": "e9abf94a-c04f-42c5-b4ce-da7c17cd2697", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68651,7 +68651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d8b83ab-3093-4316-8d6e-9181306fcac3", + "id": "d035e981-a6bd-4d35-b1cc-dc0045ace3fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68742,7 +68742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0866a008-2f8f-40f6-b7c2-40a501525ebd", + "id": "ba9df793-2d26-4173-8fa0-b1c660677be3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68833,7 +68833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef58fa88-48e2-4b67-baf8-9b6a52df74f7", + "id": "6fcad7b9-28c6-4751-8270-1bcaceb81186", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68924,7 +68924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae982c39-c636-4388-ba0d-ab3eb42054bf", + "id": "3ab25751-e2f9-43f7-9275-2636a1c7deb6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69015,7 +69015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fce0a106-bbd7-4bb2-b7ab-0c88c7adb244", + "id": "f74753c6-ddee-43fa-8e04-d7bbe996b79b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69112,7 +69112,7 @@ } }, { - "id": "f071f22d-ce92-4629-9314-9fc32435233c", + "id": "73de22c8-a9bd-4945-aa3d-2f57763d6e30", "name": "Bulk update an entitlement list", "request": { "name": "Bulk update an entitlement list", @@ -69155,7 +69155,7 @@ }, "response": [ { - "id": "64631f58-dfba-4781-9f5f-c4edea9ab295", + "id": "5017ae51-ef51-41b6-aaea-ba24452f9dce", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -69202,7 +69202,7 @@ "_postman_previewlanguage": "text" }, { - "id": "48d8bd70-3488-4cbf-b8e1-c401a9905e9b", + "id": "d73eb44c-67d6-4c97-820b-5da3bb843b45", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69259,7 +69259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0848fcf6-783f-4b5a-9319-389a1db04dd8", + "id": "b2a7427b-7ca0-4eea-a5b1-0ff1791785b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69316,7 +69316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccbfe13f-7da8-4a41-b683-6265d2da9fb1", + "id": "918082a3-7d00-416f-908e-2d9ea6969cda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69373,7 +69373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4c47076-1af8-4c62-8ddb-cad366304ad5", + "id": "31e02f22-4b8d-4fb0-b5c4-d41a0f44f25c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69430,7 +69430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ec33c3c-ce3a-48a9-baca-ff209151639e", + "id": "e86fb2ff-afae-40e2-8eb1-d96947d80dc5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69493,7 +69493,7 @@ } }, { - "id": "03d07611-ec2d-4332-8af5-5915816c0318", + "id": "9d738d99-1bdb-48b9-978e-b4d3439b3521", "name": "Get Entitlement Request Config", "request": { "name": "Get Entitlement Request Config", @@ -69535,7 +69535,7 @@ }, "response": [ { - "id": "b9f0b1ba-fb8d-462f-a8ef-cb1203e0335e", + "id": "6d8fb7a2-ffa5-423c-8e26-2ff5645af6a5", "name": "An Entitlement Request Config", "originalRequest": { "url": { @@ -69580,7 +69580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e57aca5f-387f-49fc-9052-e94ebae066cd", + "id": "d636ff97-8bf5-42e6-817e-8e737c1b1527", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69625,7 +69625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "469cb2f5-8c98-4756-b78d-8d68915ca57b", + "id": "aa64bf63-897d-4df5-bd8b-3fdf3da0ac69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69670,7 +69670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7abd74b-da97-4fac-a89a-b9f392b0c343", + "id": "829260d2-24ea-4182-ac30-85215692e9e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69715,7 +69715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f054ae8-94d1-4c36-bafd-96997d685149", + "id": "6016106d-0db3-4377-9c07-6a014c6cc684", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69760,7 +69760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "261d241c-b0ec-4e38-a6d7-80a26cb09c6f", + "id": "6e0e3c94-902e-4849-9347-a01b6acee7b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69805,7 +69805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5b90715-c3d9-46af-8e70-bb14e7906c70", + "id": "f24bfb54-17a5-4307-8127-48743442faf2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69856,7 +69856,7 @@ } }, { - "id": "14cdfc0e-cee9-45c1-86d0-dbee9e187811", + "id": "054e49ac-d0bb-48b4-ad36-3bd60ec8d5d1", "name": "Replace Entitlement Request Config", "request": { "name": "Replace Entitlement Request Config", @@ -69911,7 +69911,7 @@ }, "response": [ { - "id": "e3ad1d41-2c8c-4a69-8869-13261c695c9c", + "id": "6d143ca3-b56e-44e8-854b-c44b42e5ec11", "name": "Responds with the entitlement request config as updated.", "originalRequest": { "url": { @@ -69969,7 +69969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca18d09e-f922-4c82-ab59-40070908604d", + "id": "1a4308b1-9c8b-4b70-a8d4-7105ed4a7459", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70027,7 +70027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d776a4-c16b-4170-b1fe-a7dcd77f9a48", + "id": "cfeadb21-c4d0-44d0-9fcc-2dd68bd035fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70085,7 +70085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd4903be-b567-4621-80b9-ecfa8f5d9fc5", + "id": "bfbc6158-0b64-419a-8581-7d962900c9ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70143,7 +70143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "431a375a-d823-4e61-b72e-5026c4b653dd", + "id": "8a34d51c-aae6-4920-b242-e4b2db48f7ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70201,7 +70201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27f75480-f72d-4d94-8492-30a68622e148", + "id": "f59b9701-74a8-4d9a-8a5d-b418e50c3105", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70259,7 +70259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f42e2af-f0f4-414d-bc81-a552286c3222", + "id": "c940471c-412c-463e-908b-54d30108539d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70323,7 +70323,7 @@ } }, { - "id": "d864362e-5230-4f86-98d6-ed8ab9b4cadf", + "id": "a5d0aa65-c06e-4499-be86-a7da4a3d66f9", "name": "Reset Source Entitlements", "request": { "name": "Reset Source Entitlements", @@ -70366,7 +70366,7 @@ }, "response": [ { - "id": "d8881454-146a-4608-9ede-7a1547851b08", + "id": "53df8371-f04d-4d57-a8b1-bcc5b0b9d4ba", "name": "Entitlement source reset task result", "originalRequest": { "url": { @@ -70412,7 +70412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3266bf20-e70d-4282-9467-caf4a2e1f24a", + "id": "f72e747e-cbbe-4c47-8893-5c77d4be4dff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70458,7 +70458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05889753-4e08-400b-9ed7-860bacd298dd", + "id": "28d42ae3-f8de-4dcd-9f1f-698367accad6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70504,7 +70504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e0c77d9-cfe5-4b02-9f43-3b9512bdb1a9", + "id": "35d7ea96-7fd3-431d-a227-24a0d07b059a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70550,7 +70550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9272e6d7-d238-44b5-99ae-ec04f9aff877", + "id": "89a2e272-1a00-454a-acd5-a5495a7079d1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70596,7 +70596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98598725-e998-43d5-8982-fb81346f679a", + "id": "5616f24b-7cd4-4eed-b065-28fbb7d416b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70648,7 +70648,7 @@ } }, { - "id": "22ee54a6-2ad7-44e8-a25a-0cb34d1451bd", + "id": "47010d94-89a6-4d30-b1b7-17606c6d2d09", "name": "Add metadata to an entitlement.", "request": { "name": "Add metadata to an entitlement.", @@ -70713,7 +70713,7 @@ }, "response": [ { - "id": "c16eadab-62b5-406c-b6b7-cb93da6844a9", + "id": "ff6183f2-34d7-4e61-a41e-3571787994f1", "name": "OK", "originalRequest": { "url": { @@ -70761,7 +70761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b927c3f8-b4c1-49d5-bfd7-7b22b6b23718", + "id": "45213042-e17a-497b-8572-2d04d65d0515", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70809,7 +70809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6ee308-8ba4-4a15-a2eb-92c4daa7f531", + "id": "f2afd375-d701-4a9f-8a2d-57b707f21faf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70857,7 +70857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be9f4f4f-cdf9-4c4f-8894-3ba851301c23", + "id": "62a1d714-7a67-45d1-906c-907d89cc3d80", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70905,7 +70905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11a261b8-e3d0-42a4-a1db-d76fe06dfb06", + "id": "2f8540e5-8ecf-49e8-8f58-b2389b5e2eab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70953,7 +70953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "569f5be6-4d2f-4ab9-8366-2b92be75fd93", + "id": "ba461b98-aa4b-46d2-84c0-fcab2cbba93d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71007,7 +71007,7 @@ } }, { - "id": "4fc42cfc-adaf-47d8-82f8-b0e34f12ab16", + "id": "6fc4f430-06f3-4ca6-9660-4add0d920865", "name": "Remove metadata from an entitlement.", "request": { "name": "Remove metadata from an entitlement.", @@ -71072,7 +71072,7 @@ }, "response": [ { - "id": "39f52973-b03f-469b-897a-4c241810aaa2", + "id": "ce04ebe3-a35f-4fb2-824a-e0a32b5d2930", "name": "OK", "originalRequest": { "url": { @@ -71110,7 +71110,7 @@ "_postman_previewlanguage": "text" }, { - "id": "78304d5b-ccfe-42cd-9f82-11fd2362171f", + "id": "e21fc52c-d9bf-4920-80bc-7c583081991f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71158,7 +71158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09a00ab5-0819-4a08-b052-a40d8900ff00", + "id": "6ff2782e-5ac8-4463-b2f9-a7692889f978", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71206,7 +71206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ebfea2e-1c9a-4bc8-8203-f0d166aa1f15", + "id": "b2720cb2-619a-4fe3-80d4-1d97c47938b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71254,7 +71254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "529bf634-c73b-4514-979c-a74e8eca6142", + "id": "dd19c5e2-a385-4520-932f-47131ab0871c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71302,7 +71302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d4e2ef9-3aa1-48e2-95eb-cc93f66f81a4", + "id": "7463c4d3-4243-4087-a945-8082b4076563", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71356,7 +71356,7 @@ } }, { - "id": "8a29f50e-3833-4443-a50d-684937f1c564", + "id": "c974500c-b5f8-487b-a134-591596a35ad9", "name": "Aggregate Entitlements", "request": { "name": "Aggregate Entitlements", @@ -71415,7 +71415,7 @@ }, "response": [ { - "id": "7422fb91-73a6-4f1a-a752-51159ec1c240", + "id": "a225db92-7140-4301-9341-0639dddc7634", "name": "Aggregate Entitlements Task", "originalRequest": { "url": { @@ -71477,7 +71477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1717422-9348-4155-b96c-995b5497eec8", + "id": "d252b3b4-2a88-4c41-9f20-2c79659e9c69", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71539,7 +71539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "932e640e-9d77-433d-a102-81edfbaa1c18", + "id": "664c94cd-2c31-4503-b1a8-ed21a1b27888", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71601,7 +71601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "343abf13-bfed-4a5c-b9b8-8d35e76cf895", + "id": "e195f4f3-6feb-4e47-bc36-92cd5aa54695", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71663,7 +71663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cfc3daf-3cdd-41c8-98f6-04e6d51250ab", + "id": "06a96dd8-1332-47da-b407-05b760c959be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71725,7 +71725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6072786-511a-4210-aa75-b1468bcabfd4", + "id": "8081e8a9-fd93-4bea-bbbc-f64279393296", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71799,7 +71799,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": "110df4d2-aece-4447-bd88-3ac74769956f", + "id": "6013ad7a-d927-40a0-bb81-4de5e42b984d", "name": "List Governance Groups", "request": { "name": "List Governance Groups", @@ -71874,7 +71874,7 @@ }, "response": [ { - "id": "4287947c-f1c3-4b62-839a-8ac8d713a9a2", + "id": "d246219f-2dec-4af2-a453-ad65bc781dcf", "name": "List of Governance Groups", "originalRequest": { "url": { @@ -71963,7 +71963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5719f31c-8945-4c25-a253-56d3c962a735", + "id": "7b8997de-232f-43a2-a850-f90a7ec41749", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72052,7 +72052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d4fb514-ea23-4320-8fd4-8c741e782be7", + "id": "037d8c40-e550-4eb3-a9f0-a8acb3eb5bf4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72141,7 +72141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fbb034d-c04e-419f-8ddd-92ff7b0476cb", + "id": "0ca09baf-c6fe-4577-a800-fcd317528f1d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72230,7 +72230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4061a57-9ee1-498c-96a7-079dcdc056b3", + "id": "72bbc2a6-5aac-451f-830c-0701c3e17773", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72319,7 +72319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4de98fad-2149-494b-9a8a-2ca5e5f0fa14", + "id": "7e021915-761b-4749-88ae-ea5c15b38f72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72414,7 +72414,7 @@ } }, { - "id": "fabda444-c570-4510-b761-bab86801d526", + "id": "d8501b69-6895-4103-a949-96ef53eb507e", "name": "Create a new Governance Group.", "request": { "name": "Create a new Governance Group.", @@ -72456,7 +72456,7 @@ }, "response": [ { - "id": "7189a14e-92db-44bc-8629-fc8585689ad4", + "id": "f84bc3e9-c9e5-493c-b160-33153a100d75", "name": "Governance Group object created.", "originalRequest": { "url": { @@ -72512,7 +72512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d26180e-ee3c-48aa-b0e6-2333171830bf", + "id": "70560805-ec13-44d7-a95d-4a04d862c5af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72568,7 +72568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc88b995-40fd-4b81-9568-a0d0dff8b67c", + "id": "3e101c1f-0d6a-4eb7-ae02-7ee97952c57d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72624,7 +72624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "192109e3-b80c-46dd-9355-d634cd3a6ae9", + "id": "a8e6b44d-a07b-4140-b393-495dd20d9ec7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72680,7 +72680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9d432b2-5bd2-4e01-b208-b58c8b41bc83", + "id": "162e5f20-ba2b-436f-80f0-f8cec31ab6aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72736,7 +72736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ada0cc92-bcd7-4ff8-b56a-89122811fd55", + "id": "a04976ff-ef72-457d-a34f-8728091173d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72798,7 +72798,7 @@ } }, { - "id": "05cf81c8-b984-404f-b2eb-299e60c519af", + "id": "7007e714-87ba-41ba-8a0f-49ae03e904d0", "name": "Get Governance Group by Id", "request": { "name": "Get Governance Group by Id", @@ -72839,7 +72839,7 @@ }, "response": [ { - "id": "a59c9994-a249-4360-b583-4adff87adf5a", + "id": "d582f22e-d432-4292-8c33-f5688163fb27", "name": "A Governance Group", "originalRequest": { "url": { @@ -72883,7 +72883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "399defaa-7101-43a2-991b-4252844e2399", + "id": "b1ae107d-8e86-42bb-afbc-ce7247849784", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72927,7 +72927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1b1657f-0260-4e53-9821-c1b3a3f04e0e", + "id": "a6efeec0-3a1f-4fed-8b6c-fed896159091", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72971,7 +72971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b2d9527-b1ae-4a32-be9a-9576a91c789a", + "id": "2481e8db-994a-4efd-a03f-f5abaaf8240d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73015,7 +73015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cf0e6cc-64f3-4bfe-bf60-301c8b5ce328", + "id": "7b72fe31-a5ea-4b30-b651-36364eae82dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73059,7 +73059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbfc81f3-7961-4ce2-aeaa-274fbb57ff37", + "id": "db677032-16d6-43b7-9f07-4fb705f7e4dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73109,7 +73109,7 @@ } }, { - "id": "29d1d17a-e3f2-409c-b910-d813494e60a3", + "id": "32db4ceb-c86f-4da3-b37f-d4749837bcf4", "name": "Delete a Governance Group", "request": { "name": "Delete a Governance Group", @@ -73150,7 +73150,7 @@ }, "response": [ { - "id": "dc2bdb14-299c-48f1-aa5b-5ebc398a5ce2", + "id": "2aefa885-11cf-4e4a-a021-7b4e52313535", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -73184,7 +73184,7 @@ "_postman_previewlanguage": "text" }, { - "id": "33c2fc20-8e6a-4257-8dac-036f8573d291", + "id": "4aa671fd-e78b-4074-94a9-b4c26513851d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73228,7 +73228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d14508-1eca-40f0-bf5b-68be16a5d249", + "id": "1a51aac1-a23d-4931-a5dd-580cfa543be4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73272,7 +73272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb9e2110-8037-43fa-9552-7ad4dd2b1dbf", + "id": "f0352483-41b9-422a-98a0-113e0028fcdc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73316,7 +73316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca3f885d-1326-46bc-85da-7dce81ba0962", + "id": "6eaab9e7-f1a1-4ec9-ab76-41c2eb9e391a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73360,7 +73360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72f042d-c263-455f-8b72-aa691fdfd7e6", + "id": "693f2590-2600-4ae9-8c47-7eee98704348", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73410,7 +73410,7 @@ } }, { - "id": "bff77559-da58-4fd4-9cbc-dba79a042267", + "id": "eaded4a4-25ca-4fc5-8f01-5eff0e9a764e", "name": "Patch a Governance Group", "request": { "name": "Patch a Governance Group", @@ -73464,7 +73464,7 @@ }, "response": [ { - "id": "e4fde618-422e-4943-812e-ab87eef43709", + "id": "737a4fe5-a2e0-4320-85db-2de30992a090", "name": "A Governance Group.", "originalRequest": { "url": { @@ -73521,7 +73521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36342305-74c7-40f1-8fe1-70ce1795fbb8", + "id": "fa08bed4-e81a-4281-8ab3-2e9fd1f5b3c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73578,7 +73578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "855177d8-5ac4-4429-be97-8419384d6868", + "id": "49959d45-11fe-42fe-84be-54a640e1f7ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73635,7 +73635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "682509e9-8d26-4d96-914a-62f50f3569ae", + "id": "5d8cb4ab-4f7f-497c-8050-a677eb09214d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73692,7 +73692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8683f62-b457-4faf-a348-21506b3af3ae", + "id": "1f71f0e2-fc4a-4326-bf4c-7f4617fdef9d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73749,7 +73749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e666feda-ce84-46cd-9ec8-4241e4068d5d", + "id": "35687071-a00f-4ed5-8949-e89927c4ea55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73812,7 +73812,7 @@ } }, { - "id": "788d08a1-db58-44b9-b55f-a8563ef7dc55", + "id": "626a86bd-87b9-454b-abf3-5e254f7e80e3", "name": "Delete Governance Group(s)", "request": { "name": "Delete Governance Group(s)", @@ -73855,7 +73855,7 @@ }, "response": [ { - "id": "5b774f82-8854-4d1a-8969-25a5cc7cf227", + "id": "2f504583-e9d2-48bd-abfd-a4dbcb01fcd9", "name": "Governance Group bulk delete response.", "originalRequest": { "url": { @@ -73912,7 +73912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc1ef29d-835d-468f-8ab4-dc72d581f5d0", + "id": "f4bb6a96-3140-4df9-a732-6bd67a7bd843", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73969,7 +73969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbf31794-e2f5-4a4b-be50-ab684f3992e2", + "id": "4547038f-8944-4a07-9119-c35526c218c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74026,7 +74026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c0ba121-ac93-436d-bb95-9bea3858842d", + "id": "263bd916-3e7e-419e-86c7-25effb29629e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74083,7 +74083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d85ae6a-8af3-4c30-b590-f4e1283dc8e3", + "id": "ca8ad8bb-da2c-4854-be16-d123641e3051", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74140,7 +74140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a00970d-0fe8-4572-83b7-f314cd4e10dd", + "id": "bf1d2f89-5232-4767-9a01-d9331ad09cd7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74203,7 +74203,7 @@ } }, { - "id": "39ced617-78b6-45ea-93eb-d23a6b87664c", + "id": "fe87a9fd-62ce-46c3-87c3-921e55bc7e70", "name": "List connections for Governance Group", "request": { "name": "List connections for Governance Group", @@ -74282,7 +74282,7 @@ }, "response": [ { - "id": "4ce32240-b98d-481d-ac1e-a7e25127a919", + "id": "784da36c-ab9f-410f-a46f-3ef3c696f062", "name": "List all connections associated with a Governance Group.", "originalRequest": { "url": { @@ -74364,7 +74364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3957961e-72eb-4789-95ec-3fec6ec098b3", + "id": "c6770a58-1a3a-4b90-9609-02066f4d716f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74446,7 +74446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c7124ff-9bef-49b8-bd13-de9b8e616e88", + "id": "a7d457e0-f78f-4f87-a01b-3f6f2955c5bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74528,7 +74528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30b0d61b-4431-4719-9f48-94cde0c07b6d", + "id": "8d02ae77-9cb9-4543-a731-950a8fd06682", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74610,7 +74610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42bc8b3c-46d1-4d3a-87d5-d351d697260c", + "id": "2420c2e0-b410-4ab0-ba81-9d4f2a80bf4d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74692,7 +74692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c1511cd-9c96-4f69-b441-460f4903242b", + "id": "7c9340f6-7ddb-4323-95c2-ecb5e4c570c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74780,7 +74780,7 @@ } }, { - "id": "c773dcaa-26b4-4f49-a7fc-9ff00d6d1de0", + "id": "a27ba6b1-7748-4151-abe7-d8677300b5ba", "name": "List Governance Group Members", "request": { "name": "List Governance Group Members", @@ -74859,7 +74859,7 @@ }, "response": [ { - "id": "ba622982-270f-47dd-b845-bb5c03e15037", + "id": "47b226ff-f275-457c-a379-b6a58f4e73a2", "name": "List all members associated with a Governance Group.", "originalRequest": { "url": { @@ -74941,7 +74941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dcd4de3-fc9c-409b-8270-70e1a52d094a", + "id": "1d3fe3e9-72ea-40c2-8099-c580bcc69c75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75023,7 +75023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83164340-e325-4bfc-af0d-0129af8c3063", + "id": "b9f48250-2fdf-4c68-8fff-dbf2a1fea48a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75105,7 +75105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7d3edc4-3665-46ab-acdf-98e3d24a533c", + "id": "59a3b6a0-5195-4a6b-919d-35a76e408951", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75187,7 +75187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67f99666-6a67-475c-b650-ee06d460e7cb", + "id": "383d155c-69bd-4892-a7b6-c51eb3f254ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75269,7 +75269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ea951df-ce30-43dd-93be-1507c1174d15", + "id": "f1051c6d-d051-45b2-b442-0c45325d6641", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75357,7 +75357,7 @@ } }, { - "id": "20825272-dff0-42e5-ad15-7f971b7c98d4", + "id": "6fceb836-3323-4fa2-adb3-e4dff7b867cc", "name": "Add members to Governance Group", "request": { "name": "Add members to Governance Group", @@ -75413,7 +75413,7 @@ }, "response": [ { - "id": "80dc8dc4-787d-40fa-910b-fd598ccc94c8", + "id": "3d0fa0be-b2a9-4b30-a567-4f2987cfe64b", "name": "List of added and not added identities into Governance Group members list.", "originalRequest": { "url": { @@ -75472,7 +75472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ece5eb7-ac98-4667-8084-7ac920600971", + "id": "cc7a01d0-5b57-4ebf-b632-d793eb3896af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75531,7 +75531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8051a07-29f0-4a04-87e2-573e0b3299aa", + "id": "9752e2fd-a04d-4e8d-a2a0-d98222316cd0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75590,7 +75590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bd334c1-ed71-4e30-b5ce-af1327ac1a5b", + "id": "053c509c-74f1-4ac7-86bb-036a6a709503", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75649,7 +75649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4283133a-2575-4a33-8e18-c24e904097e0", + "id": "8c2c9eeb-e110-4130-9eb2-0b68ba631a9c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75708,7 +75708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6b63038-dc63-4920-9db6-a80cded8c586", + "id": "b80a6961-4c80-4285-a48f-444a87e945d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75773,7 +75773,7 @@ } }, { - "id": "3e36d1f4-233c-469d-a861-023b4fa56f4d", + "id": "8d6206b4-608b-4b8a-b5f5-696844ae9fd3", "name": "Remove members from Governance Group", "request": { "name": "Remove members from Governance Group", @@ -75829,7 +75829,7 @@ }, "response": [ { - "id": "eb2bff13-fadc-4b71-a3b7-26298cb43d79", + "id": "acb9c366-5041-4b18-952c-a3fefe274160", "name": "List of deleted and not deleted identities from Governance Group members list.", "originalRequest": { "url": { @@ -75888,7 +75888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59127934-5eb2-4d45-a797-590effbebc9e", + "id": "bdc7c651-55ee-4fd1-942d-58642d96a37a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75947,7 +75947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e32d368-8e02-4fbd-8be8-063d4e2303b8", + "id": "a2c2ba9a-5f68-4020-a66e-534f4aba28f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76006,7 +76006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3258811-a33b-4ca5-81ef-eb70b10367e7", + "id": "772c614f-f753-4fd1-bc15-74907c8be6d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76065,7 +76065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d8a957b-d6c7-43d6-86b7-b613d9f996e5", + "id": "031c366b-af7a-4e20-b322-2eb32758c78f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76124,7 +76124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e53ce7b-f676-4c79-aae6-fd318ca12f7f", + "id": "5416f0d2-502b-4a83-b1d8-d794512bd3c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76195,7 +76195,7 @@ "description": "", "item": [ { - "id": "812413fc-7e0a-4234-a87d-95e247907710", + "id": "2c8d43d5-727e-4953-bffc-7663e464867a", "name": "Identity Access Request Recommendations", "request": { "name": "Identity Access Request Recommendations", @@ -76272,7 +76272,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -76288,7 +76288,7 @@ }, "response": [ { - "id": "4d5b0278-2dff-4db5-930d-925de47f645f", + "id": "6c056b0e-bea1-48b0-aa72-42d4b142b986", "name": "List of access request recommendations for the identityId", "originalRequest": { "url": { @@ -76360,7 +76360,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -76395,7 +76395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5237f8ef-eb1a-456c-ba6b-1cc70df7442d", + "id": "09233529-4af3-4634-b04c-c5f078bbebd7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76467,7 +76467,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -76502,7 +76502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09f197e5-0f56-461f-81f9-6fc118112dc6", + "id": "2e635712-df05-4130-987a-9edabaf3ef15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76574,7 +76574,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -76609,7 +76609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dee748a-344e-4631-80fa-65ec01f2735b", + "id": "3f8be4b8-920e-4463-8c4b-afbdacc81e2a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76681,7 +76681,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -76716,7 +76716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cdc5689-47e7-4425-be73-0ef26ed89660", + "id": "15bae38b-9ac4-44f6-909e-280f055b4144", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76788,7 +76788,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -76823,7 +76823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b4edea4-ff74-4d06-9c5e-b08e76abe2e7", + "id": "ed9abde5-8007-4a30-a4fb-15bb1372c680", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76895,7 +76895,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -76936,7 +76936,7 @@ } }, { - "id": "ae10404e-150f-47e8-b5df-de40009974f5", + "id": "c18b7f43-bdf7-4f41-9fba-56a67646ab7d", "name": "Notification of Ignored Access Request Recommendations", "request": { "name": "Notification of Ignored Access Request Recommendations", @@ -76979,7 +76979,7 @@ }, "response": [ { - "id": "901440c1-5b41-4439-b063-2c486e63776a", + "id": "d0c3fb53-d31a-4b61-ad5d-754e0b88f45f", "name": "Recommendation successfully stored as ignored.", "originalRequest": { "url": { @@ -77036,7 +77036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e697450-6e78-4ef4-b564-75d8c2370e33", + "id": "dc076959-1533-47ad-9404-32d2b98fc7d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77093,7 +77093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21609447-924c-43cc-a455-ad6ef8074e74", + "id": "ade5f029-fb28-480e-8ee3-210bab7a0a84", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77150,7 +77150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "934bd1ff-fd39-4c0f-a419-c9bfa708ac84", + "id": "e243c110-22de-4468-afcf-8c53a238eb20", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77207,7 +77207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccc39f23-eb90-493a-b17a-ca2b1576fe09", + "id": "e8b8f5fd-2d43-4006-badd-5493f93d6e70", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77264,7 +77264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ab4224c-8a17-488e-9ee1-922058a5e191", + "id": "9ee9e8e1-7844-4e00-a8b7-74674b694860", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77327,7 +77327,7 @@ } }, { - "id": "1d9ebaa9-cb0f-4c67-88c6-011d4c2fb3a0", + "id": "6b079fb3-b9ea-4e9b-af2a-4bf386cbf026", "name": "List of Ignored Access Request Recommendations", "request": { "name": "List of Ignored Access Request Recommendations", @@ -77403,7 +77403,7 @@ }, "response": [ { - "id": "26c898dc-88a1-4f58-bbc9-53ad90e0d4f4", + "id": "e6de010d-0e5f-4b57-a610-9fa592c85ccb", "name": "Returns list of ignored access request recommendations.", "originalRequest": { "url": { @@ -77493,7 +77493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "152f8369-e68d-47b2-9973-9c5e6f45cbbe", + "id": "b2414245-bdaf-4d9d-96bb-202c2a816ceb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77583,7 +77583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b76d9f2-2672-44f6-8eb6-6892dc47db70", + "id": "21a52aa0-7a01-4055-9d3e-a58a465593dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77673,7 +77673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ef2adbf-01f1-49d2-b428-a17efb28fc15", + "id": "a8898b2a-3ccc-42d6-b0c3-f8c302553494", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77763,7 +77763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ae63e81-1261-4407-8e67-9ace50c71abc", + "id": "daaf911c-c5a8-4ac7-be9f-9d9740f7b0cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77853,7 +77853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee70f807-7610-47db-8271-38ebf6facefc", + "id": "aed94763-b001-41e3-bea2-a75ae80dfeb8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77949,7 +77949,7 @@ } }, { - "id": "2d9d0aae-f636-4569-973b-adb4cd934ad3", + "id": "e2d873ea-21bd-4368-8bbb-ab55debf825a", "name": "Notification of Requested Access Request Recommendations", "request": { "name": "Notification of Requested Access Request Recommendations", @@ -77992,7 +77992,7 @@ }, "response": [ { - "id": "d653938b-3cbf-481f-8aaa-9e5be9391dcd", + "id": "8b2d73a7-98b9-4bb4-9869-f04c68d628e6", "name": "Notification successfully acknowledged.", "originalRequest": { "url": { @@ -78049,7 +78049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6da33e26-952e-4d63-8837-9005bba400a4", + "id": "bea2059d-fc8d-408e-8a72-789e7e5c1292", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78106,7 +78106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3712be0f-95b1-4a1e-9417-354ca57a7080", + "id": "8134dcf0-8865-4a1c-ac16-ce3f09becf1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78163,7 +78163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09eacc3c-fe54-4eae-974c-e27d4b58bb8a", + "id": "4fba1dce-6439-44e9-912a-154fd1b3d397", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78220,7 +78220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cd4fd68-d9cc-480e-a68e-17d713430d2d", + "id": "8be12150-9f2e-45e1-804d-2fb0381ec5c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78277,7 +78277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1a911e6-4036-47e5-b780-a0eaa60a0111", + "id": "52706e9b-fda2-49ea-87cb-5adef6168b2e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78340,7 +78340,7 @@ } }, { - "id": "d60f7ecc-f217-4730-86c7-541b1b560ffd", + "id": "45330b87-a495-4617-99e3-e782cae3dad3", "name": "List of Requested Access Request Recommendations", "request": { "name": "List of Requested Access Request Recommendations", @@ -78400,7 +78400,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -78416,7 +78416,7 @@ }, "response": [ { - "id": "c9832b3d-f090-4845-b6bb-55fdb3f9d8e4", + "id": "0ee6cd79-ff55-4811-9925-9dfb793aae67", "name": "Returns the list of requested access request recommendations.", "originalRequest": { "url": { @@ -78471,7 +78471,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -78506,7 +78506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71a0008e-9b6a-4746-b3fc-2e14cac11e25", + "id": "ce90ad92-90f2-4c4c-be14-00651844feb0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78561,7 +78561,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -78596,7 +78596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f6ece5b-0f4f-4fbb-8b54-aacec3607e6a", + "id": "85c1cb77-d6fd-4b99-a743-4b8c7b2b87af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78651,7 +78651,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -78686,7 +78686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b625403e-b2e6-43cc-b7c7-99249bc826d5", + "id": "9763fe1c-d2bf-49ae-8afd-5c82a71163cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78741,7 +78741,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -78776,7 +78776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bdc134b-22eb-4dbd-8b16-38c808bbcfa1", + "id": "0eff6381-da21-4406-b7f8-ce92665d924a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78831,7 +78831,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -78866,7 +78866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0648b352-2c27-4ab0-9aaf-c340f6056ae1", + "id": "185fa6c3-b26e-4f82-86ad-37a46d468a8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78921,7 +78921,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -78962,7 +78962,7 @@ } }, { - "id": "4b97836a-78c0-40d8-a314-915d2b78b073", + "id": "3afaa040-7208-49b7-b3b1-8748d74c547f", "name": "Notification of Viewed Access Request Recommendations", "request": { "name": "Notification of Viewed Access Request Recommendations", @@ -79005,7 +79005,7 @@ }, "response": [ { - "id": "e400c2e4-c5c8-4062-ab3c-bc3e350493b9", + "id": "b14062e1-db1c-4861-b31d-208e2d9fddee", "name": "Recommendation successfully stored as viewed.", "originalRequest": { "url": { @@ -79062,7 +79062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eec95a49-1638-445e-9779-94479a08cd34", + "id": "4a0c1341-4b3b-4e8f-b08d-264a1e21ba58", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79119,7 +79119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9263fcd-07fa-4613-b053-20a9ba419241", + "id": "7ce02fa1-4207-4d71-9705-701ad2d88efc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79176,7 +79176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0ae8d5-eb07-428d-a59d-2d7fc43a68a9", + "id": "b0f42ab9-b1ba-48b3-813c-1cb24b4185d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79233,7 +79233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dc7f9a6-b2d8-4d14-84f6-b8d34a520272", + "id": "f9e2274f-9b00-42b4-967b-81ea9fdcf174", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79290,7 +79290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "618e8749-5a2e-40bd-b34e-1a63c3e6ba74", + "id": "15870deb-6ff6-4942-83e3-9b9dcc3fcd13", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79353,7 +79353,7 @@ } }, { - "id": "58dff59c-afd8-40b9-a685-f75780de88b7", + "id": "39bffa21-7673-478c-a0d0-7a62e6689c2d", "name": "List of Viewed Access Request Recommendations", "request": { "name": "List of Viewed Access Request Recommendations", @@ -79413,7 +79413,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -79429,7 +79429,7 @@ }, "response": [ { - "id": "c74dfd35-b7f7-44fd-ab8a-0c0bbb79b21b", + "id": "00bc95aa-ac33-45c2-904f-3bdc0ca4225d", "name": "Returns list of viewed access request recommendations.", "originalRequest": { "url": { @@ -79484,7 +79484,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -79519,7 +79519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fdab826-ba0d-4ad4-9822-382e1a5f2c35", + "id": "8248ecfd-9276-4b64-a0db-254ff142936a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79574,7 +79574,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -79609,7 +79609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0274f670-2cce-4b4f-af66-e81b87424f11", + "id": "68091108-eba1-4992-ac46-eb266742d261", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79664,7 +79664,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -79699,7 +79699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1f1fcc8-94df-47c2-bc4b-cc85c9bb9187", + "id": "291216c7-571e-4bbb-a8ec-ba81c37e31fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79754,7 +79754,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -79789,7 +79789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf0b553b-2331-4a18-9478-562111f25a07", + "id": "f2d19018-d339-40f2-8a17-40e883a6036f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79844,7 +79844,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -79879,7 +79879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77b9401a-c79a-4e1d-818b-784b9610c2af", + "id": "f81ea2c8-12c8-48cf-8920-a7e7a81e08cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79934,7 +79934,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -79975,7 +79975,7 @@ } }, { - "id": "2dba8343-8a1f-4f67-ad11-f677cc16401e", + "id": "66545e31-9a50-40c9-a889-964d9aef7f45", "name": "Notification of Viewed Access Request Recommendations in Bulk", "request": { "name": "Notification of Viewed Access Request Recommendations in Bulk", @@ -80019,7 +80019,7 @@ }, "response": [ { - "id": "2ea951dc-505d-4ce8-8844-fa3cf8fb71b6", + "id": "f15aeaea-bfb6-4a35-8f45-46444b8409be", "name": "Recommendations successfully stored as viewed.", "originalRequest": { "url": { @@ -80077,7 +80077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0022fc43-6d88-4097-b554-e17dc29d8c37", + "id": "96f9ed6d-7d2d-4968-9b6c-490838b3821e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80135,7 +80135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5652bf08-4011-4a50-a467-d252fcbfff9d", + "id": "a604dea0-2a54-484e-851c-6bc28bc15925", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80193,7 +80193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ba6c6d3-1652-4cc5-9f8d-642f0d76cfac", + "id": "904117d1-7ff9-4a16-b9c7-c9a23e82e1d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80251,7 +80251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74ea388e-112a-44ca-8ce1-64939d4171f4", + "id": "8b067ce1-b213-4901-8839-74c1566c6e0e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80309,7 +80309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a62891f5-fc71-416c-88a6-2a9cf1eb6133", + "id": "d7ba6de9-9afa-479f-b64b-61f3bf8bdd3e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80379,7 +80379,7 @@ "description": "", "item": [ { - "id": "a1dffa8d-6952-427f-bd99-a80302b3c00f", + "id": "bbef0cc5-9950-405e-9f23-bbdc2d70b6e8", "name": "Get a paginated list of common access", "request": { "name": "Get a paginated list of common access", @@ -80454,7 +80454,7 @@ }, "response": [ { - "id": "644b3bf7-e50a-404b-9b3b-648343afcab6", + "id": "5ed2f540-d226-4256-bb1a-24c93037349f", "name": "Succeeded. Returns a list of common access for a customer.", "originalRequest": { "url": { @@ -80538,12 +80538,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"lab\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"in dolor\",\n \"description\": \"dolore officia quis ea\",\n \"ownerName\": \"al\",\n \"ownerId\": \"proident do est nisi mollit\"\n },\n \"status\": \"sit\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1992-11-19T12:12:58.650Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"2000-05-26T10:42:31.317Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"sint ipsum sit enim fugiat\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"pariatur velit cupidatat Lorem\",\n \"description\": \"ut proident\",\n \"ownerName\": \"in exercitation minim\",\n \"ownerId\": \"irure Duis consequat deserunt\"\n },\n \"status\": \"id sit\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1958-08-31T22:11:57.796Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"1957-11-19T20:37:39.655Z\",\n \"createdByUser\": false\n }\n]", + "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"ullamco commodo\",\n \"type\": \"ROLE\",\n \"name\": \"nisi exercitation Excepteur\",\n \"description\": \"sint cillum magna ea\",\n \"ownerName\": \"ea\",\n \"ownerId\": \"sunt laboris occaecat do eu\"\n },\n \"status\": \"ipsum\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1947-06-06T19:21:03.230Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1969-02-25T19:54:13.533Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"ut cupidatat aliquip magna\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"con\",\n \"description\": \"tempor ullamco labor\",\n \"ownerName\": \"exercitation culpa\",\n \"ownerId\": \"dolore est enim ad\"\n },\n \"status\": \"ullamco\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"2017-11-15T23:17:30.332Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1997-08-02T10:36:17.046Z\",\n \"createdByUser\": false\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "295f6fbc-b186-4b3a-b349-0846dff0fee7", + "id": "37b9e236-7385-4eb3-8e4d-40fe3363e7e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80632,7 +80632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a0bcefe-9c97-4269-85e7-31b095f8ed06", + "id": "7a2deb46-2f52-4a85-bf4f-562398237bc9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80721,7 +80721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c93e1b-fd3c-4642-a67e-a4a5c61b2a94", + "id": "dc01dcba-f969-4d4d-a540-e85f17d9e58e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80810,7 +80810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31cdf553-2414-4180-815a-c25c69d26d5c", + "id": "43eabac6-f959-4d0e-9155-bae78222e1bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80905,7 +80905,7 @@ } }, { - "id": "e328eceb-82fc-4cc3-8508-94fedc4d3647", + "id": "f0d2a3d9-da81-4175-94e0-32fc0903a932", "name": "Create common access items", "request": { "name": "Create common access items", @@ -80936,7 +80936,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit\",\n \"type\": \"ROLE\",\n \"name\": \"aute deserunt aliquip\",\n \"description\": \"est\",\n \"ownerName\": \"ea id mollit\",\n \"ownerId\": \"in mollit ex voluptate\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"enim est culpa\",\n \"type\": \"ROLE\",\n \"name\": \"eu culpa\",\n \"description\": \"laboris in\",\n \"ownerName\": \"reprehenderit dolo\",\n \"ownerId\": \"in incididunt nostrud \"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -80947,7 +80947,7 @@ }, "response": [ { - "id": "f6d329d5-674e-417d-a11e-2e31319e8a10", + "id": "88131941-3a04-42de-82e0-9bf574c996c0", "name": "Returns details of the common access classification request.", "originalRequest": { "url": { @@ -80981,7 +80981,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit\",\n \"type\": \"ROLE\",\n \"name\": \"aute deserunt aliquip\",\n \"description\": \"est\",\n \"ownerName\": \"ea id mollit\",\n \"ownerId\": \"in mollit ex voluptate\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"enim est culpa\",\n \"type\": \"ROLE\",\n \"name\": \"eu culpa\",\n \"description\": \"laboris in\",\n \"ownerName\": \"reprehenderit dolo\",\n \"ownerId\": \"in incididunt nostrud \"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -80998,12 +80998,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"commodo proident\",\n \"access\": {\n \"id\": \"est in fug\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"dolore ut\",\n \"description\": \"ad Excepteur ullamco e\",\n \"ownerName\": \"in ea adipisicing aliquip officia\",\n \"ownerId\": \"dolor adipisicing deserunt reprehenderit minim\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"mollit dolore laborum minim\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"in ut velit\",\n \"createdByUser\": \"dolor cupidatat Lorem\"\n}", + "body": "{\n \"id\": \"eiusmod voluptate non\",\n \"access\": {\n \"id\": \"eiusmod velit eu non\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"enim\",\n \"description\": \"ex ipsum mollit proident\",\n \"ownerName\": \"commodo magn\",\n \"ownerId\": \"amet do sit\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"ut irure esse cillum\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"ad ut\",\n \"createdByUser\": \"cupidatat mollit cillum in ut\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fe3c7eed-c4c0-4c14-85f3-cefa167e4f5a", + "id": "11650889-be37-43fc-a11f-6575d0327c3a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81037,7 +81037,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit\",\n \"type\": \"ROLE\",\n \"name\": \"aute deserunt aliquip\",\n \"description\": \"est\",\n \"ownerName\": \"ea id mollit\",\n \"ownerId\": \"in mollit ex voluptate\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"enim est culpa\",\n \"type\": \"ROLE\",\n \"name\": \"eu culpa\",\n \"description\": \"laboris in\",\n \"ownerName\": \"reprehenderit dolo\",\n \"ownerId\": \"in incididunt nostrud \"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81059,7 +81059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d96866-1052-44e3-9c32-d6f0a5bbb075", + "id": "de608c93-89b0-46e2-8914-0a9b9da4dc0b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81093,7 +81093,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit\",\n \"type\": \"ROLE\",\n \"name\": \"aute deserunt aliquip\",\n \"description\": \"est\",\n \"ownerName\": \"ea id mollit\",\n \"ownerId\": \"in mollit ex voluptate\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"enim est culpa\",\n \"type\": \"ROLE\",\n \"name\": \"eu culpa\",\n \"description\": \"laboris in\",\n \"ownerName\": \"reprehenderit dolo\",\n \"ownerId\": \"in incididunt nostrud \"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81115,7 +81115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e1675d-591b-4420-848b-77d5e59a72fb", + "id": "37c4b5dd-779f-4a3c-b3a7-4044b1b1aba1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81149,7 +81149,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit\",\n \"type\": \"ROLE\",\n \"name\": \"aute deserunt aliquip\",\n \"description\": \"est\",\n \"ownerName\": \"ea id mollit\",\n \"ownerId\": \"in mollit ex voluptate\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"enim est culpa\",\n \"type\": \"ROLE\",\n \"name\": \"eu culpa\",\n \"description\": \"laboris in\",\n \"ownerName\": \"reprehenderit dolo\",\n \"ownerId\": \"in incididunt nostrud \"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81171,7 +81171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "408de532-47c6-432b-9f36-64f19d121a12", + "id": "2d79cda3-ee1f-48de-b59f-6edfc21e39ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81205,7 +81205,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit\",\n \"type\": \"ROLE\",\n \"name\": \"aute deserunt aliquip\",\n \"description\": \"est\",\n \"ownerName\": \"ea id mollit\",\n \"ownerId\": \"in mollit ex voluptate\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"enim est culpa\",\n \"type\": \"ROLE\",\n \"name\": \"eu culpa\",\n \"description\": \"laboris in\",\n \"ownerName\": \"reprehenderit dolo\",\n \"ownerId\": \"in incididunt nostrud \"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81227,7 +81227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19492b21-6a7a-4d1b-8dbd-f638fc82df7b", + "id": "c75effdf-4156-4b0e-9a84-334766f0898e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81261,7 +81261,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"mollit\",\n \"type\": \"ROLE\",\n \"name\": \"aute deserunt aliquip\",\n \"description\": \"est\",\n \"ownerName\": \"ea id mollit\",\n \"ownerId\": \"in mollit ex voluptate\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"enim est culpa\",\n \"type\": \"ROLE\",\n \"name\": \"eu culpa\",\n \"description\": \"laboris in\",\n \"ownerName\": \"reprehenderit dolo\",\n \"ownerId\": \"in incididunt nostrud \"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -81289,7 +81289,7 @@ } }, { - "id": "01c10600-b9fa-43c9-9666-adaa04eab619", + "id": "d1cd021b-f129-40d6-856e-04af7572d92e", "name": "Bulk update common access status", "request": { "name": "Bulk update common access status", @@ -81321,7 +81321,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"94878aba-e88f-3b34-82b2-d01106dbc136\",\n \"abe5e569-0164-0619-1951-02195a2cde46\"\n ],\n \"deniedIds\": [\n \"730d12f9-85b1-64d9-a8fd-488ae8a83f4c\",\n \"urn:uuid:1269e2ab-3ead-d9b0-12ef-74158eba201a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fde01410-63bc-121f-8ab5-ec1fe9c1bf51\",\n \"urn:uuid:a53a80ab-daba-79cd-94a3-a83c06393331\"\n ],\n \"deniedIds\": [\n \"urn:uuid:4dac37a5-2660-8272-6dfb-967c1bd0de19\",\n \"be88a3bd-3eb7-de9b-afbc-1b6ef3622768\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:ecaeb0b1-5282-b4d7-c2ab-2d62bd87eedd\",\n \"46a69dae-08af-fede-1046-0859c848dd8a\"\n ],\n \"deniedIds\": [\n \"b3acede3-3125-024f-22a2-6cfb777dcd9e\",\n \"urn:uuid:a216b3f1-fd9d-e579-4fc6-603775d4bad8\"\n ]\n },\n {\n \"confirmedIds\": [\n \"14fbd60e-6a66-2235-448e-5846e6dc479a\",\n \"7b9b4118-3172-7656-ab7d-a3cbd42d8a05\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9b2c83d4-a1e3-c583-edb4-21cb0d7ba43e\",\n \"urn:uuid:acf43242-9c43-04d3-1d3d-5bd963ce665c\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81332,7 +81332,7 @@ }, "response": [ { - "id": "033e597f-64cb-48f0-b8f0-5cf98b11ef66", + "id": "6c673aa3-f231-4d71-ad05-fc670fdb97df", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -81367,7 +81367,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"94878aba-e88f-3b34-82b2-d01106dbc136\",\n \"abe5e569-0164-0619-1951-02195a2cde46\"\n ],\n \"deniedIds\": [\n \"730d12f9-85b1-64d9-a8fd-488ae8a83f4c\",\n \"urn:uuid:1269e2ab-3ead-d9b0-12ef-74158eba201a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fde01410-63bc-121f-8ab5-ec1fe9c1bf51\",\n \"urn:uuid:a53a80ab-daba-79cd-94a3-a83c06393331\"\n ],\n \"deniedIds\": [\n \"urn:uuid:4dac37a5-2660-8272-6dfb-967c1bd0de19\",\n \"be88a3bd-3eb7-de9b-afbc-1b6ef3622768\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:ecaeb0b1-5282-b4d7-c2ab-2d62bd87eedd\",\n \"46a69dae-08af-fede-1046-0859c848dd8a\"\n ],\n \"deniedIds\": [\n \"b3acede3-3125-024f-22a2-6cfb777dcd9e\",\n \"urn:uuid:a216b3f1-fd9d-e579-4fc6-603775d4bad8\"\n ]\n },\n {\n \"confirmedIds\": [\n \"14fbd60e-6a66-2235-448e-5846e6dc479a\",\n \"7b9b4118-3172-7656-ab7d-a3cbd42d8a05\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9b2c83d4-a1e3-c583-edb4-21cb0d7ba43e\",\n \"urn:uuid:acf43242-9c43-04d3-1d3d-5bd963ce665c\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81389,7 +81389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56ba8e90-2b5c-46dd-9360-315f2cfb4ad6", + "id": "e53bbbbb-331a-4cbe-a0a1-d646680eefe0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81424,7 +81424,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"94878aba-e88f-3b34-82b2-d01106dbc136\",\n \"abe5e569-0164-0619-1951-02195a2cde46\"\n ],\n \"deniedIds\": [\n \"730d12f9-85b1-64d9-a8fd-488ae8a83f4c\",\n \"urn:uuid:1269e2ab-3ead-d9b0-12ef-74158eba201a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fde01410-63bc-121f-8ab5-ec1fe9c1bf51\",\n \"urn:uuid:a53a80ab-daba-79cd-94a3-a83c06393331\"\n ],\n \"deniedIds\": [\n \"urn:uuid:4dac37a5-2660-8272-6dfb-967c1bd0de19\",\n \"be88a3bd-3eb7-de9b-afbc-1b6ef3622768\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:ecaeb0b1-5282-b4d7-c2ab-2d62bd87eedd\",\n \"46a69dae-08af-fede-1046-0859c848dd8a\"\n ],\n \"deniedIds\": [\n \"b3acede3-3125-024f-22a2-6cfb777dcd9e\",\n \"urn:uuid:a216b3f1-fd9d-e579-4fc6-603775d4bad8\"\n ]\n },\n {\n \"confirmedIds\": [\n \"14fbd60e-6a66-2235-448e-5846e6dc479a\",\n \"7b9b4118-3172-7656-ab7d-a3cbd42d8a05\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9b2c83d4-a1e3-c583-edb4-21cb0d7ba43e\",\n \"urn:uuid:acf43242-9c43-04d3-1d3d-5bd963ce665c\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81446,7 +81446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dbee0eb-2b2e-4f24-8bc1-37c713c55888", + "id": "30f1bedc-afea-42d6-b8d3-46821343f96b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81481,7 +81481,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"94878aba-e88f-3b34-82b2-d01106dbc136\",\n \"abe5e569-0164-0619-1951-02195a2cde46\"\n ],\n \"deniedIds\": [\n \"730d12f9-85b1-64d9-a8fd-488ae8a83f4c\",\n \"urn:uuid:1269e2ab-3ead-d9b0-12ef-74158eba201a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fde01410-63bc-121f-8ab5-ec1fe9c1bf51\",\n \"urn:uuid:a53a80ab-daba-79cd-94a3-a83c06393331\"\n ],\n \"deniedIds\": [\n \"urn:uuid:4dac37a5-2660-8272-6dfb-967c1bd0de19\",\n \"be88a3bd-3eb7-de9b-afbc-1b6ef3622768\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:ecaeb0b1-5282-b4d7-c2ab-2d62bd87eedd\",\n \"46a69dae-08af-fede-1046-0859c848dd8a\"\n ],\n \"deniedIds\": [\n \"b3acede3-3125-024f-22a2-6cfb777dcd9e\",\n \"urn:uuid:a216b3f1-fd9d-e579-4fc6-603775d4bad8\"\n ]\n },\n {\n \"confirmedIds\": [\n \"14fbd60e-6a66-2235-448e-5846e6dc479a\",\n \"7b9b4118-3172-7656-ab7d-a3cbd42d8a05\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9b2c83d4-a1e3-c583-edb4-21cb0d7ba43e\",\n \"urn:uuid:acf43242-9c43-04d3-1d3d-5bd963ce665c\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81503,7 +81503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9c6abf6-f4bc-4a56-bd89-28d752e34be1", + "id": "a16fe733-45bd-434f-a885-c9483560ff1e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81538,7 +81538,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"94878aba-e88f-3b34-82b2-d01106dbc136\",\n \"abe5e569-0164-0619-1951-02195a2cde46\"\n ],\n \"deniedIds\": [\n \"730d12f9-85b1-64d9-a8fd-488ae8a83f4c\",\n \"urn:uuid:1269e2ab-3ead-d9b0-12ef-74158eba201a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fde01410-63bc-121f-8ab5-ec1fe9c1bf51\",\n \"urn:uuid:a53a80ab-daba-79cd-94a3-a83c06393331\"\n ],\n \"deniedIds\": [\n \"urn:uuid:4dac37a5-2660-8272-6dfb-967c1bd0de19\",\n \"be88a3bd-3eb7-de9b-afbc-1b6ef3622768\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:ecaeb0b1-5282-b4d7-c2ab-2d62bd87eedd\",\n \"46a69dae-08af-fede-1046-0859c848dd8a\"\n ],\n \"deniedIds\": [\n \"b3acede3-3125-024f-22a2-6cfb777dcd9e\",\n \"urn:uuid:a216b3f1-fd9d-e579-4fc6-603775d4bad8\"\n ]\n },\n {\n \"confirmedIds\": [\n \"14fbd60e-6a66-2235-448e-5846e6dc479a\",\n \"7b9b4118-3172-7656-ab7d-a3cbd42d8a05\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9b2c83d4-a1e3-c583-edb4-21cb0d7ba43e\",\n \"urn:uuid:acf43242-9c43-04d3-1d3d-5bd963ce665c\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81560,7 +81560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6704b210-a9e5-4644-b152-faa8dcd85bd6", + "id": "f543cb53-7ece-4226-bd6b-d30491af6078", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81595,7 +81595,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"94878aba-e88f-3b34-82b2-d01106dbc136\",\n \"abe5e569-0164-0619-1951-02195a2cde46\"\n ],\n \"deniedIds\": [\n \"730d12f9-85b1-64d9-a8fd-488ae8a83f4c\",\n \"urn:uuid:1269e2ab-3ead-d9b0-12ef-74158eba201a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fde01410-63bc-121f-8ab5-ec1fe9c1bf51\",\n \"urn:uuid:a53a80ab-daba-79cd-94a3-a83c06393331\"\n ],\n \"deniedIds\": [\n \"urn:uuid:4dac37a5-2660-8272-6dfb-967c1bd0de19\",\n \"be88a3bd-3eb7-de9b-afbc-1b6ef3622768\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:ecaeb0b1-5282-b4d7-c2ab-2d62bd87eedd\",\n \"46a69dae-08af-fede-1046-0859c848dd8a\"\n ],\n \"deniedIds\": [\n \"b3acede3-3125-024f-22a2-6cfb777dcd9e\",\n \"urn:uuid:a216b3f1-fd9d-e579-4fc6-603775d4bad8\"\n ]\n },\n {\n \"confirmedIds\": [\n \"14fbd60e-6a66-2235-448e-5846e6dc479a\",\n \"7b9b4118-3172-7656-ab7d-a3cbd42d8a05\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9b2c83d4-a1e3-c583-edb4-21cb0d7ba43e\",\n \"urn:uuid:acf43242-9c43-04d3-1d3d-5bd963ce665c\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81617,7 +81617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93518455-008d-40bd-9160-b99f2425a7d1", + "id": "3b90adad-3d27-4001-be3c-b4679dba4b3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81652,7 +81652,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"94878aba-e88f-3b34-82b2-d01106dbc136\",\n \"abe5e569-0164-0619-1951-02195a2cde46\"\n ],\n \"deniedIds\": [\n \"730d12f9-85b1-64d9-a8fd-488ae8a83f4c\",\n \"urn:uuid:1269e2ab-3ead-d9b0-12ef-74158eba201a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"urn:uuid:fde01410-63bc-121f-8ab5-ec1fe9c1bf51\",\n \"urn:uuid:a53a80ab-daba-79cd-94a3-a83c06393331\"\n ],\n \"deniedIds\": [\n \"urn:uuid:4dac37a5-2660-8272-6dfb-967c1bd0de19\",\n \"be88a3bd-3eb7-de9b-afbc-1b6ef3622768\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:ecaeb0b1-5282-b4d7-c2ab-2d62bd87eedd\",\n \"46a69dae-08af-fede-1046-0859c848dd8a\"\n ],\n \"deniedIds\": [\n \"b3acede3-3125-024f-22a2-6cfb777dcd9e\",\n \"urn:uuid:a216b3f1-fd9d-e579-4fc6-603775d4bad8\"\n ]\n },\n {\n \"confirmedIds\": [\n \"14fbd60e-6a66-2235-448e-5846e6dc479a\",\n \"7b9b4118-3172-7656-ab7d-a3cbd42d8a05\"\n ],\n \"deniedIds\": [\n \"urn:uuid:9b2c83d4-a1e3-c583-edb4-21cb0d7ba43e\",\n \"urn:uuid:acf43242-9c43-04d3-1d3d-5bd963ce665c\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -81686,7 +81686,7 @@ "description": "", "item": [ { - "id": "89c799c4-8582-4e1a-a030-9a533ee669a0", + "id": "ee592622-d18f-4d1c-8f00-1557e68fd5fa", "name": "Get Message catalogs", "request": { "name": "Get Message catalogs", @@ -81727,7 +81727,7 @@ }, "response": [ { - "id": "3a1b16f6-96b0-41ce-8bcc-68a97659d1f5", + "id": "21a1242e-8e86-4ea9-ad4f-39a990fd03a0", "name": "The message catalogs based on the request headers", "originalRequest": { "url": { @@ -81771,7 +81771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cab55e99-2fd0-426b-bddd-7dace53bfc68", + "id": "e75aa742-12e6-4d26-b865-5801c8defd4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81815,7 +81815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d50f0043-0911-4161-bce6-40a84ebcffee", + "id": "72190942-d05e-425d-aa27-0a0e4851dd77", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81859,7 +81859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c2857f1-50ff-424e-a3c4-91dd2cdf7fa9", + "id": "f5a67c18-d5d2-456b-ac36-592f71ef5cc7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81903,7 +81903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37fb3411-c958-4c3a-9122-dd84aa7afb17", + "id": "c4f1346b-0846-4b50-a3c9-1c0f30283ee0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81947,7 +81947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3970b1a-8a3a-4723-a02a-55e301aaf1c2", + "id": "7f6a84ec-e706-44e7-95ea-c0364dedc0d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82003,7 +82003,7 @@ "description": "", "item": [ { - "id": "b1a204fd-3af2-4791-ae38-97f57f9a1cff", + "id": "5c2054ed-cfc4-4dda-b7fb-f3ae43c50ac6", "name": "IAI Identity Outliers Summary", "request": { "name": "IAI Identity Outliers Summary", @@ -82044,7 +82044,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -82078,7 +82078,7 @@ }, "response": [ { - "id": "dc487060-e5ae-4102-a02d-7137048f569e", + "id": "02b0de56-d240-4d2a-9680-d116a3a75a89", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -82114,7 +82114,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -82168,7 +82168,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "46692017" + "value": "59234951" } ], "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]", @@ -82176,7 +82176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4c072bf-4647-454c-a788-d751e233cfba", + "id": "42613c25-a635-4f16-9204-f628c1d5cf40", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -82212,7 +82212,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -82265,7 +82265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3984dc91-9973-4f19-8b8d-15e7477e0b90", + "id": "fdd6d484-0e21-43f8-a323-fb03f601ec5c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82301,7 +82301,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -82354,7 +82354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0399cb50-de9c-4c77-81af-fb52bab00f85", + "id": "2f964d87-19f0-4531-809b-a54a7b34f2d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82390,7 +82390,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -82443,7 +82443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7fde15-5aac-4afc-aa27-8459a0400eed", + "id": "627eba71-2fcd-46dd-b377-a96c42e03699", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82479,7 +82479,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -82532,7 +82532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c2c8066-9617-452d-b924-dfb30681d9bc", + "id": "709f5c5f-f46d-4cf7-a30d-cdd71fb792a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82568,7 +82568,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -82621,7 +82621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "183ee03e-77cb-4333-8dc8-d626cde48e3b", + "id": "5dda1884-e101-450f-88e9-ec61e228d1a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82657,7 +82657,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" }, { "disabled": true, @@ -82716,7 +82716,7 @@ } }, { - "id": "b6338ca7-f273-4213-911b-4d2588720819", + "id": "16f871c9-1d66-490c-b639-d47f37602ff5", "name": "IAI Identity Outliers Latest Summary", "request": { "name": "IAI Identity Outliers Latest Summary", @@ -82740,7 +82740,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -82756,7 +82756,7 @@ }, "response": [ { - "id": "74dfe07b-a088-48f6-806a-e3ab091c0da0", + "id": "9a1c5454-0dcb-41f6-93e2-d6cd55a46afa", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -82775,7 +82775,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -82810,7 +82810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f8430a6-4ba2-4698-bdbb-6236f01fd179", + "id": "b4f3a1ca-2bbf-4573-beb0-5d182f5ec0ca", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -82829,7 +82829,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -82864,7 +82864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98533b4d-6d93-46fa-bf41-d411cf1c62fb", + "id": "0aa5f6ce-ab2a-4f34-ac15-2dfc0e0848f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82883,7 +82883,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -82918,7 +82918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e94c0264-9c32-455b-9132-01cc945a01df", + "id": "bc5f413f-96ec-4a7a-912f-2acf9a75ec5f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82937,7 +82937,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -82972,7 +82972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cac7e17-2403-43dd-9b34-cc78d61629a5", + "id": "bf1b22c4-9630-4a3e-8164-c317028f2702", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82991,7 +82991,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -83026,7 +83026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40c75397-99c7-4122-a9c9-341aaa6bbde1", + "id": "c56474d7-f7f2-4456-8e50-b6ac424c37b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83045,7 +83045,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -83080,7 +83080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9121c82-60df-4495-ad9a-55d4dd157ff7", + "id": "18708ac1-3e2a-4185-a813-05ec1b952dce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83099,7 +83099,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -83140,7 +83140,7 @@ } }, { - "id": "c2f4dc1c-8619-4be6-bb6e-beb81ee111df", + "id": "cd8b4c74-87fa-423f-a98c-114369efda62", "name": "IAI Get Identity Outliers", "request": { "name": "IAI Get Identity Outliers", @@ -83224,7 +83224,7 @@ }, "response": [ { - "id": "1d893ea5-a04f-4957-a672-56e95f4b0bd3", + "id": "42f4586f-b09e-45c9-8216-9f61fbc24332", "name": "Succeeded. Returns list of objects. Each object contains information about outliers", "originalRequest": { "url": { @@ -83323,7 +83323,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "46692017" + "value": "59234951" } ], "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]", @@ -83331,7 +83331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8dc9948-3ca3-4f21-99e4-8bc7c2d1ecfe", + "id": "7be9d482-542a-459c-a869-49802104e9e4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83429,7 +83429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d10e64b-62dc-492c-8789-010aa8613534", + "id": "682f4fb4-e0c8-4ac3-a64f-09caac48c2b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83527,7 +83527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b06b585-75b4-4b73-b86a-bd40b7a2a648", + "id": "11cd1113-170f-41b4-9078-850f6d5876bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83625,7 +83625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c956430-8f9b-464d-b80b-07da4d1fc8df", + "id": "22d957a9-b5d2-465c-af04-c407068e9e6c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83723,7 +83723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06fa1953-c364-452b-95ce-7b293cc012ec", + "id": "508cb81a-a120-4155-b587-a8d8d7ad9fd6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83827,7 +83827,7 @@ } }, { - "id": "3139056d-8884-4427-87b5-c895f7a26930", + "id": "5446c3bf-f5f4-4cee-931e-d317811f92c3", "name": "Get identity outlier's contibuting features", "request": { "name": "Get identity outlier's contibuting features", @@ -83915,7 +83915,7 @@ }, "response": [ { - "id": "d3f83a4d-357d-4611-80f8-da9ccab402cd", + "id": "d79c008f-52da-4d7c-9016-3422b7d3b96d", "name": "Succeeded. Returns list of objects. Each object contains a feature and metadata about that feature", "originalRequest": { "url": { @@ -84007,7 +84007,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "46692017" + "value": "59234951" }, { "disabled": true, @@ -84016,15 +84016,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], - "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.4806526505021511,\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.8387401958063887,\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.8038717511997251,\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.8636238466705586,\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": "940df1d6-e96b-439c-a48b-08749206e3ff", + "id": "9d62c657-2f0f-4e3a-8827-c4e6ef72487a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84115,7 +84115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08706149-e559-4ce0-9681-c982864b2d90", + "id": "2fbf0581-7ec9-496f-b87c-e0c526f990d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84206,7 +84206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8796385e-e51d-421c-b11c-c24c05f62281", + "id": "1a3e26f8-ab29-4ec4-950a-296c1cc3154c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84297,7 +84297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e79a5692-1cee-4153-ac9e-96ebf1ae55ce", + "id": "9a0b9ee5-3ff9-4156-a2ab-2c2386e57a4a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84388,7 +84388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc09ff35-2e5f-496b-bf88-7541dda5009a", + "id": "2fff1b7a-fc69-48c0-9440-3837eab62376", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84479,7 +84479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfec617d-8cb2-46c5-9a42-df369056913f", + "id": "350cda85-4089-40b2-8163-705af3d5aae4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84576,7 +84576,7 @@ } }, { - "id": "983f9630-5e64-41a2-abfb-7e6f41355533", + "id": "6c919101-c74d-44b7-8ba2-3d91a8c2fe76", "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", @@ -84676,7 +84676,7 @@ }, "response": [ { - "id": "61e3b686-c978-4401-a72c-687ba1430c8a", + "id": "8f30084d-acec-47a3-ac7a-4b5434321471", "name": "The list of access items.", "originalRequest": { "url": { @@ -84769,7 +84769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88c41468-83e1-4650-87b6-bb0fc0706318", + "id": "b499ad17-146f-43b0-abf8-812fbfecd9fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84862,7 +84862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d244d61-012a-41b8-8d6f-512f9c697231", + "id": "df62f268-3237-4809-a404-dc5134b5842c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84955,7 +84955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "290f2c6b-e840-408e-b40e-ab0e143b249e", + "id": "af1c2b1e-1547-4c3e-8856-be1bf8b9b4c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85048,7 +85048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc091049-2fe0-47e7-86df-26961ab25136", + "id": "ac252b40-0421-4e32-a9fb-77b6eb323612", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -85141,7 +85141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daff6061-6980-443b-80b2-a0bf46e69d87", + "id": "31ccfe0e-24fe-4928-ad08-ee6e4cb90c3a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85234,7 +85234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c589985-a43c-4b66-9aee-312160dda47b", + "id": "605e065e-e805-4110-92e2-a24d188efdff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85333,7 +85333,7 @@ } }, { - "id": "63f49b9e-2ee2-456d-98db-3cfabf28cc3d", + "id": "aae54455-ba8a-46d4-bcc6-e7aba9e27aa9", "name": "IAI Identity Outliers Ignore", "request": { "name": "IAI Identity Outliers Ignore", @@ -85376,7 +85376,7 @@ }, "response": [ { - "id": "09c1edfe-0949-4ac5-b0e6-235752ad7253", + "id": "0c08a403-122d-4dd1-877e-da03e2a05e97", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -85423,7 +85423,7 @@ "_postman_previewlanguage": "text" }, { - "id": "441f6b19-9409-4f21-934b-33977d13ed20", + "id": "84f600a5-268e-45af-9d4f-9d04c0595862", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85480,7 +85480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e8e9c67-1f02-4847-9cf6-7e66f2d10f8f", + "id": "3ebccc61-327b-44f6-a13e-34e4c770a936", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85537,7 +85537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11609aa6-e6ac-46e4-a4f6-119d3731aa28", + "id": "c03bd06e-195f-4125-b667-9d5d6886407b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85594,7 +85594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b12e23f7-a65d-4b49-b5d6-416de850348f", + "id": "8877aee2-0a93-4d01-a0b1-7286b430a33b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85651,7 +85651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15f81321-f293-414f-a8f6-5404c5e23b2a", + "id": "7702575f-6ce4-41ba-9abc-84373bc48815", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85714,7 +85714,7 @@ } }, { - "id": "110b1696-c512-4eb9-8d8d-02126037edf9", + "id": "411e82a3-fe5b-4ca8-881b-7b0acd41b911", "name": "IAI Identity Outliers Unignore", "request": { "name": "IAI Identity Outliers Unignore", @@ -85757,7 +85757,7 @@ }, "response": [ { - "id": "9960d245-560d-4945-8e67-0a14bf0ded9b", + "id": "7472b423-9034-4da3-8ad2-c8999de3dfd5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -85804,7 +85804,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dc31eaba-06dd-43a1-932c-4b5fd77b9e81", + "id": "3bea83a1-62ee-4e5f-8d1f-5148236ff1e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85861,7 +85861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43c5b88e-8e62-43dd-8931-4b46418f062c", + "id": "75bb6052-1f9a-4ce2-8ae3-135663cebed7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85918,7 +85918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3741f47-7a5e-48b8-8fe7-0cab4a378ef2", + "id": "c99f2ef9-41e0-4d27-a562-326fde3c6338", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85975,7 +85975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "729d7a78-42f0-4c36-ad2e-65217898d110", + "id": "cc941f59-7745-4507-ace2-628965927e7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86032,7 +86032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfb67f3b-538d-445f-a578-5bde8f64321d", + "id": "09d1ebf2-9617-43b5-a621-a0d992a6bbc3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86095,7 +86095,7 @@ } }, { - "id": "ee17f2ea-460b-4f80-8e32-5bb8d700c1f9", + "id": "abe2f1ec-9e9b-4135-95a6-1b43ccdbc5ea", "name": "IAI Identity Outliers Export", "request": { "name": "IAI Identity Outliers Export", @@ -86119,7 +86119,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -86135,7 +86135,7 @@ }, "response": [ { - "id": "6fb0cb8c-d635-4b74-b3e5-f4dfb3f9072d", + "id": "49ea8a70-b52f-43a5-890d-63bc1c4efc11", "name": "Succeeded. Returns zip of 2 CSVs to download. 1 CSV for ignored outliers and 1 for non-ignored outliers", "originalRequest": { "url": { @@ -86154,7 +86154,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -86184,12 +86184,12 @@ "value": "application/zip" } ], - "body": "laborum ut cupidatat", + "body": "cons", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "afd012de-3ed2-40a8-95a5-09d82201f1be", + "id": "84ad3f5a-940e-4d84-9d21-ee00880b9864", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86208,7 +86208,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -86243,7 +86243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ce210fa-fcd8-47ae-a0c1-a4b918ca6448", + "id": "a403a1b4-0248-42df-8fc4-9249ed72485a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86262,7 +86262,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -86297,7 +86297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a11f1ab-fee0-4799-b577-e19776d32c90", + "id": "597ca9d6-bfa6-4fd9-bc93-8c6465672fcd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86316,7 +86316,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -86351,7 +86351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e89379e0-5907-4e7b-8c04-a1e1a01dfdf6", + "id": "7aff5dc1-44aa-42eb-86b1-390b33dbdf3d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86370,7 +86370,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -86405,7 +86405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1c2f8be-a925-4423-8088-c53375e447cb", + "id": "d13535f9-0bcb-4ce6-914f-9c0fdd359649", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86424,7 +86424,7 @@ "type": "text/plain" }, "key": "type", - "value": "STRUCTURAL" + "value": "LOW_SIMILARITY" } ], "variable": [] @@ -86465,7 +86465,7 @@ } }, { - "id": "00cd4b9b-1064-4839-b757-c722f26c2967", + "id": "855863d0-9de3-4d7b-b304-c01ad49f72b3", "name": "Get identity outlier contibuting feature summary", "request": { "name": "Get identity outlier contibuting feature summary", @@ -86506,7 +86506,7 @@ }, "response": [ { - "id": "b849c004-f76e-4613-bc22-5cc6b8d11206", + "id": "ac7534c7-6f76-4404-aa58-bc9461227d6f", "name": "Succeeded. Returns selected contributing feature summary for an outlier", "originalRequest": { "url": { @@ -86551,15 +86551,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], - "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"Ut Duis ut\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"laborum\",\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\": \"ea\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"mollit elit aliqua nostrud\",\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": "312450a3-0047-44b3-89e3-6f3db50711b9", + "id": "97c6c9bd-924a-4cf6-b105-215583a4bf37", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86603,7 +86603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f483f31-a2e6-4951-bbd0-2c26f216342d", + "id": "1f66e19f-d713-4ab8-a3f2-7d984022f482", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86647,7 +86647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1e0dd84-923d-4fc2-8a5a-076fbbf28123", + "id": "c6bb1be8-9d05-4e03-aa9e-7306c2ab126f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86691,7 +86691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be012c48-f227-40ed-9a32-c7d39eb1f176", + "id": "e1ae65b8-a32a-45f5-909b-bc963c88b14d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -86735,7 +86735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f60c3bb-5edc-4a5f-b765-c3b69a6e66ff", + "id": "28612e6d-1384-48e8-9e4b-4b0e8e085ac7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86779,7 +86779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "942abac2-7ee9-4b24-9ca4-5b174e8744bf", + "id": "ae0b4556-ff74-47f2-8bd5-c9f86bb574d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86835,7 +86835,7 @@ "description": "", "item": [ { - "id": "379dd594-a3a6-403d-9f7e-7df9564f3e54", + "id": "4913c41a-fccb-4ca5-8bc4-eb6948115329", "name": "Identity Outliers List", "request": { "name": "Identity Outliers List", @@ -86905,7 +86905,7 @@ }, "response": [ { - "id": "763cd1bb-c67f-4624-86c0-5916eda11b5e", + "id": "43cad428-ed2e-4602-b06d-b66e0347112d", "name": "List of identities that are not included in peer groups.", "originalRequest": { "url": { @@ -86973,12 +86973,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"mollit incididunt culpa aliqua cupidatat\",\n \"type\": \"exercitation\",\n \"peer_group_id\": \"mollit pariatur sunt officia quis\",\n \"attributes\": {\n \"magna9a\": {}\n }\n },\n {\n \"id\": \"irure consequat id aliqua ut\",\n \"type\": \"Lorem dolore ut\",\n \"peer_group_id\": \"consequat sit ea\",\n \"attributes\": {\n \"non_86\": {}\n }\n }\n]", + "body": "[\n {\n \"id\": \"commodo\",\n \"type\": \"voluptate est magna\",\n \"peer_group_id\": \"in anim commodo deserunt\",\n \"attributes\": {\n \"et51\": {}\n }\n },\n {\n \"id\": \"exercitation of\",\n \"type\": \"Ut\",\n \"peer_group_id\": \"cillum dolor id pariatur\",\n \"attributes\": {\n \"sunt_174\": {}\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "93f87c57-53c4-48ec-b70b-a9a2cd7076e7", + "id": "7117fceb-4c89-4413-9843-764e99f25017", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87051,7 +87051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fffa20c2-e340-4ee2-b05c-51b16874cf83", + "id": "1f4f1272-df4b-4dff-98f9-caab276c9804", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87124,7 +87124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd1523f7-62df-403d-b464-1e111c20c102", + "id": "a35acdde-4af4-4050-9c0b-4a2a5b467809", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87197,7 +87197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29cae854-037b-4c6a-a1a3-ea31b5055706", + "id": "7863d530-b0ee-4b80-8475-f42e58673ac7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87270,7 +87270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94c854eb-1988-4685-a19a-77e0bef20161", + "id": "113127d4-658d-46b8-8cb5-f84a3f439ff9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87355,7 +87355,7 @@ "description": "", "item": [ { - "id": "da5e4415-5c8e-42da-830c-c77dd47d8b69", + "id": "21ea8e9a-db9a-4c7a-a553-6a111979c7ca", "name": "Returns a Recommendation Based on Object", "request": { "name": "Returns a Recommendation Based on Object", @@ -87398,7 +87398,7 @@ }, "response": [ { - "id": "ad8ef710-a86e-410e-bbee-c69ba335a439", + "id": "99842949-9a6d-4e7b-8ea4-f7a99175bda6", "name": "The recommendations for a customer", "originalRequest": { "url": { @@ -87450,12 +87450,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\": 61100611.176962405,\n \"featureWeightedScores\": {\n \"aliquac\": 99733260.96676618\n },\n \"threshold\": -83986066.46128473,\n \"identityAttributes\": {\n \"labore_037\": {\n \"value\": \"elit proident magna amet\"\n },\n \"minim_921\": {\n \"value\": \"sed ipsum sit in\"\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\": -37632686.06295545,\n \"featureWeightedScores\": {\n \"culpad\": 92821910.6627152\n },\n \"threshold\": -52885869.50191414,\n \"identityAttributes\": {\n \"laboris_0\": {\n \"value\": \"dolore tempor\"\n },\n \"sed_5b\": {\n \"value\": \"cillum aliqua eu sint\"\n },\n \"laborumdc3\": {\n \"value\": \"ipsum eu\"\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\": -72473889.01850607,\n \"featureWeightedScores\": {\n \"nulla_3d\": 33657493.67985597\n },\n \"threshold\": 33683360.31284933,\n \"identityAttributes\": {\n \"minim_6a8\": {\n \"value\": \"sunt exercitation sint dolore elit\"\n },\n \"anim_2\": {\n \"value\": \"dolore sit esse consequat\"\n },\n \"sit_4b\": {\n \"value\": \"in dolore ipsum esse\"\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\": -10659772.394470096,\n \"featureWeightedScores\": {\n \"officia270\": -51490262.51269131,\n \"nisi_92\": -29280541.40010175,\n \"cillum_f5\": 8537103.096170768\n },\n \"threshold\": -24327046.656387314,\n \"identityAttributes\": {\n \"nisi_ff\": {\n \"value\": \"dolore ut non dolore\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "557d9e0e-c4fb-4c91-a496-8739e99c6b9c", + "id": "8e872f2e-ee1a-4375-b511-7ae71e2c746e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87512,7 +87512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d7ca5bc-ed41-41fc-91f5-6c6348d0c528", + "id": "76218c89-c697-4dd5-9b81-9ada9999c2b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87569,7 +87569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76eecacc-c4fc-4dfd-9ec8-6e400748ae49", + "id": "26d05af1-8c0f-4082-a6f4-782e40a47600", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87626,7 +87626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4d49f8a-756b-42cc-9818-eb0046d8971d", + "id": "944b1409-183b-42ec-9106-6da6d51011ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87683,7 +87683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c05ddf-fba0-4016-a589-c8bebd34b44e", + "id": "9bb984d7-334a-4722-956e-c562a0a4cf90", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87746,7 +87746,7 @@ } }, { - "id": "898215ba-38c1-4139-b7fe-537a9fd48d0e", + "id": "f37c591a-7b54-4f71-95ff-ae04e644d257", "name": "Get certification recommendation config values", "request": { "name": "Get certification recommendation config values", @@ -87776,7 +87776,7 @@ }, "response": [ { - "id": "513ffd14-f702-4a44-a153-bf636f94372d", + "id": "86f604a9-9c21-4513-b318-5d3f63e2061e", "name": "Cert recommendation configuration attributes", "originalRequest": { "url": { @@ -87820,7 +87820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "025d4bd8-90fa-4378-9b15-5aa25daff69b", + "id": "a4ce4c31-60bb-452c-87de-2d41ca8ecb89", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87864,7 +87864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f67c3b18-3dfa-4a52-89fe-2e8f6277d25c", + "id": "7a96a5a3-0488-47c7-bdd2-1ae6a7a26291", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87908,7 +87908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ca62929-2a9e-4e64-8ee2-dd8d915c2153", + "id": "4f7a17d2-9dc5-4df5-8e23-71b2cd51ac95", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87952,7 +87952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8d7320d-a098-4e52-a614-2613db2492a1", + "id": "e41465eb-efeb-4fb8-beb6-194a05711847", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88002,7 +88002,7 @@ } }, { - "id": "e0e34311-ddbc-400c-9239-126006b6196b", + "id": "a05dd4af-bb59-406f-9861-c0844c516f61", "name": "Update certification recommendation config values", "request": { "name": "Update certification recommendation config values", @@ -88045,7 +88045,7 @@ }, "response": [ { - "id": "98d48cfe-61b1-4fa3-b71b-2f76bad202e6", + "id": "323035db-68b9-4bc0-a79e-193caf0e2580", "name": "Cert recommendation configuration attributes after update", "originalRequest": { "url": { @@ -88102,7 +88102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c45cb6b-722a-4b88-a14b-f92d24747cf8", + "id": "c4ea1411-c2a8-43f3-80df-855582621d48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88159,7 +88159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eab422c0-52b7-4f3c-89da-8d3c94527678", + "id": "13997d58-4995-4cb0-97cd-4151e30219e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88216,7 +88216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77803629-29e6-4aff-9367-6029289aa019", + "id": "dc1178af-6881-427a-981d-5405be76b9ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88273,7 +88273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2360b9fe-6b1f-4b0f-846e-48faaf161a9e", + "id": "fae5a966-5080-4b81-a430-199b51af5e7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88342,7 +88342,7 @@ "description": "", "item": [ { - "id": "3421f62c-97ce-43bf-be11-ea71bda428ea", + "id": "959f9b4c-1246-44a9-b707-2f46ed64f421", "name": "Create a role mining session", "request": { "name": "Create a role mining session", @@ -88384,7 +88384,7 @@ }, "response": [ { - "id": "d14d5157-d2f7-42b0-b824-4b2727b546dc", + "id": "30d9371a-5119-4160-aa73-25ced3a98aeb", "name": "Submitted a role mining session request", "originalRequest": { "url": { @@ -88440,7 +88440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48f390bb-8ff5-4619-aca3-d1b461c3c7a1", + "id": "7bf1e521-264d-48d2-97e4-4f22b818e8a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88496,7 +88496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be306e76-5337-46d1-85cc-bd4b49edd034", + "id": "145e3061-bc7f-45c0-a8ba-a7ccbad22853", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88552,7 +88552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d72c9c1-a5a2-4c75-8c8e-fd95f87b37b9", + "id": "b5be251c-9ad4-4529-8f71-bfff567ea1c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88608,7 +88608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eddeee4c-3906-48e6-b217-b39f870ff548", + "id": "dc0304af-ab79-4f7b-8d32-f171f97c6550", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88664,7 +88664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03bb1735-315a-4f50-acbf-01646a3d0fbe", + "id": "05884c47-2800-4c57-b237-facf346f5e2d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88726,7 +88726,7 @@ } }, { - "id": "4ac6c522-c0d7-427c-9b50-1621bad23bd7", + "id": "c3f34fe6-3941-4645-ae36-dbb6229e9777", "name": "Retrieves all role mining sessions", "request": { "name": "Retrieves all role mining sessions", @@ -88801,7 +88801,7 @@ }, "response": [ { - "id": "91b26f53-735d-46f4-95be-b3de9953ccd2", + "id": "d3fdc70a-5294-4c13-ba13-7bf7329a59d8", "name": "Succeeded. Returns all role mining sessions that match the query parameters.", "originalRequest": { "url": { @@ -88885,12 +88885,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\": \"ad Ut labore aliquip occaecat\",\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\": \"laborum Duis irure\",\n \"id\": \"8c190e67-87aa-4ed9-a90b-d9d5344523fb\",\n \"createdDate\": \"2008-02-04T06:11:44.191Z\",\n \"modifiedDate\": \"2023-03-17T04:59:12.044Z\",\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\": \"aliqua\",\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\": \"consectetur aliqua velit\",\n \"id\": \"8c190e67-87aa-4ed9-a90b-d9d5344523fb\",\n \"createdDate\": \"1988-11-13T05:26:33.458Z\",\n \"modifiedDate\": \"1955-03-05T04:49:12.122Z\",\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\": \"voluptate occaecat aliquip enim elit\",\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\": \"cupidatat sed\",\n \"id\": \"8c190e67-87aa-4ed9-a90b-d9d5344523fb\",\n \"createdDate\": \"1953-11-29T00:17:55.232Z\",\n \"modifiedDate\": \"1991-11-12T08:02:45.336Z\",\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\": \"nisi tempor\",\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\": \"pariatur enim non eu\",\n \"id\": \"8c190e67-87aa-4ed9-a90b-d9d5344523fb\",\n \"createdDate\": \"1968-01-08T14:59:56.158Z\",\n \"modifiedDate\": \"1985-11-19T13:45:49.769Z\",\n \"type\": \"SPECIALIZED\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "39c242ad-590d-4c6a-922b-6a775afd429c", + "id": "63b25237-f897-42fd-b4a5-e6edb835fbb7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88979,7 +88979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d46447d-9bda-4f74-8b08-66ab06af95eb", + "id": "0b6d93b8-8a7e-4957-a8b5-eb6c94855464", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89068,7 +89068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d69ee0-ea84-42ce-ad98-2c65d1232d36", + "id": "5e4fd471-826d-417a-bd68-7f24e4781991", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89157,7 +89157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "329326f2-30ca-4d62-a8ab-453240494619", + "id": "15ae52b3-d6a9-4584-8bbf-36622063a094", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89246,7 +89246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24fc53b8-f457-4b8b-a1c8-1c87d47a66af", + "id": "6a901e00-17bc-4837-8fc1-ef786623713a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89341,7 +89341,7 @@ } }, { - "id": "8ccd3f2d-90bf-495d-b1db-fec37b564d0b", + "id": "dd37e1be-0ee3-4c63-8e3d-f3ace7a9d09e", "name": "Patch a role mining session", "request": { "name": "Patch a role mining session", @@ -89395,7 +89395,7 @@ }, "response": [ { - "id": "91bb5628-b7fe-4e86-9733-b3cd4da18293", + "id": "08b278b8-8f49-477f-9f36-f4de51c7c46e", "name": "Success", "originalRequest": { "url": { @@ -89452,7 +89452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e61a635c-43dc-40f8-8d56-079d1218f435", + "id": "849e1dcb-42ed-4e64-9a93-8a0430cb0c8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89509,7 +89509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af626796-3e9e-451e-ad0b-cea491461236", + "id": "4072365a-e4e7-4ab3-a1b9-b0a4602ff7eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89566,7 +89566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ed4bcf5-7130-4752-bf3e-a1f016b2cb92", + "id": "c5e21009-e8c5-46cb-b0b0-b6e3034330e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89623,7 +89623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94eb3527-ab51-4c2e-97cc-5b67fb6f0c15", + "id": "76bb13cb-4a96-48a0-b636-782fdfede427", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -89680,7 +89680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53c208db-b8bf-4f0e-bea9-072b20a5f184", + "id": "745c22ea-2bd3-42b4-b773-b09dc42f3154", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89737,7 +89737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7520c4c-d41d-41a5-8929-fbad205d08af", + "id": "ffdc2e59-0aeb-4185-b2b7-3dff32fbea66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89800,7 +89800,7 @@ } }, { - "id": "b7938171-e779-416c-b52a-09068e7f3a32", + "id": "5509eac5-5c8f-4604-8c00-7384b45af959", "name": "Get a role mining session", "request": { "name": "Get a role mining session", @@ -89841,7 +89841,7 @@ }, "response": [ { - "id": "adb96202-21ab-42ab-92f0-f5a370811b14", + "id": "b61d7a70-215e-4797-af73-378d03aae1ba", "name": "Returns a role mining session", "originalRequest": { "url": { @@ -89885,7 +89885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6724dd30-9bf4-44c5-9032-1b6371542b2c", + "id": "cd4e8ead-f722-4c00-a614-b14e4353db9c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89929,7 +89929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "562336a0-dd18-4d88-b519-9114404ba824", + "id": "d38db320-4435-420e-a020-bd77801efebe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89973,7 +89973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "470aa1fe-432f-41e1-a7d6-555d8bb12ed0", + "id": "34cee480-1d9b-418d-ae0d-79cc746236fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90017,7 +90017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd932c25-9628-4c31-a427-fe9bec255471", + "id": "9f323353-d26a-4cfb-88f3-0f65eb61ab0d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90061,7 +90061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "720966b2-ee3d-4b8b-abd7-1d2e42024cf4", + "id": "5e0a6f0e-ed0c-403f-9403-a4c981f448f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90105,7 +90105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e9c5549-9f60-4153-9711-7c3b20d80236", + "id": "57db28bb-3be7-4083-b743-8a92773255e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90155,7 +90155,7 @@ } }, { - "id": "99aa057a-bafc-45f2-9077-26625a83c7cb", + "id": "8b1694b5-8dc1-4dd8-8ba4-1a11cc7169cb", "name": "Get role mining session status state", "request": { "name": "Get role mining session status state", @@ -90197,7 +90197,7 @@ }, "response": [ { - "id": "0bf0fc53-0b07-45fc-8108-b8e59d6e31f9", + "id": "0dea6a03-d995-4330-948b-254c2a8defb2", "name": "Succeeded. Returns session status", "originalRequest": { "url": { @@ -90242,7 +90242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "354bcbce-c26f-45be-b3ae-a4f8854c5a0e", + "id": "f6d71811-c161-49cf-b8e3-a01c2aae19fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90287,7 +90287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d63a1a44-7378-4ed9-8f3e-27fb49860f9d", + "id": "fd756e51-4e98-470f-9b87-4768c6cdebaf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90332,7 +90332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a83a0a7-eefe-40bd-82c8-1dfb75f3fd96", + "id": "c5e0fdbc-89cb-43a5-8564-531b82681cc2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90377,7 +90377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5862da8d-593e-4540-8877-547c29e2ce09", + "id": "578263a7-87a5-49f1-bd4c-fa6cd4e0307f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90428,7 +90428,7 @@ } }, { - "id": "75006346-4628-40c0-abf6-0bc45501985b", + "id": "0c12bb59-bc43-49f4-81ca-1a8e248d41f0", "name": "Retrieve session's potential role summaries", "request": { "name": "Retrieve session's potential role summaries", @@ -90516,7 +90516,7 @@ }, "response": [ { - "id": "43b93f1c-dfbd-4d44-8434-67721831e535", + "id": "20880774-3df5-4597-90ce-8e84fb526d20", "name": "Succeeded. Returns a list of potential role summaries for a role mining session.", "originalRequest": { "url": { @@ -90602,12 +90602,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\": \"1954-04-03T23:07:04.457Z\",\n \"saved\": true,\n \"description\": \"adipisicing\",\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\": \"2006-08-01T22:53:12.814Z\",\n \"saved\": true,\n \"description\": \"dolor fugiat sed Excepteur\",\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\": \"1974-07-29T01:12:02.798Z\",\n \"saved\": true,\n \"description\": \"pariatur minim eu aute in\",\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\": \"1992-10-21T23:26:36.184Z\",\n \"saved\": true,\n \"description\": \"labore\",\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": "b796f92a-d20a-4c28-b4a0-eb375286415b", + "id": "445065ee-326d-4f51-bafe-78e445bf4c17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90698,7 +90698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f8a0c59-ce30-4c3e-b063-ebe1f2983467", + "id": "2bf2da64-9ce8-4959-a766-2044fb2e0cfb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90789,7 +90789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df2c94a7-ed9f-49d4-9d37-ca6ab75e97b6", + "id": "abc1c3ef-6c94-4586-8254-3eb0d523b1ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90880,7 +90880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "509d8b4e-8a48-466a-a830-81c9922ef85f", + "id": "c4613da4-b26c-47db-9c9a-26c375042506", "name": "Too Many Requests - Returned in response to too many requests in 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": "8db8ff47-b673-462c-be09-c33357c7c96b", + "id": "663acbe1-51fd-496b-a06b-4228d807eb8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91068,7 +91068,7 @@ } }, { - "id": "6f0209c7-89c6-4c5f-9a90-d9b70496ce3a", + "id": "48d8f4dc-c054-4483-aac2-eafd5b150a62", "name": "Retrieve potential role in session", "request": { "name": "Retrieve potential role in session", @@ -91121,7 +91121,7 @@ }, "response": [ { - "id": "50bbbc56-eefc-4258-bd7d-474afccc9533", + "id": "d2bea117-748c-416f-85dd-ce8e5b12767c", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -91162,12 +91162,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 \"consequatf0b\": \"in tempor mollit\",\n \"cupidatat_\": \"ullamco ex Excepteur\",\n \"cupidatat_9_\": \"ut\"\n },\n {\n \"est_1\": \"veniam\",\n \"proidenta9c\": \"deserunt et\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"ut_7b\": \"aute esse Excepteur nostrud ad\",\n \"esse_\": \"in laborum non\",\n \"laboreec9\": \"cupidatat sit deserunt eu enim\",\n \"proident639\": \"laboris commodo\"\n },\n {\n \"officia02\": \"sit anim sed in\"\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\": \"2003-12-28T13:34:23.012Z\",\n \"modifiedDate\": \"1985-04-11T22:29:12.135Z\"\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 \"nisib8\": \"enim magna\",\n \"laborum535\": \"enim cupidatat\"\n },\n {\n \"ea_37\": \"voluptate in labore aliquip\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"ut_c\": \"proident in\",\n \"magna2\": \"deserunt Duis qui cupidatat\"\n },\n {\n \"dolore9e\": \"cillum aute 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\": \"1986-03-03T17:12:58.032Z\",\n \"modifiedDate\": \"1956-11-01T18:37:46.359Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7f81bbe6-1f2c-4d48-9f07-d709ea6136b1", + "id": "1ec629f6-bf50-4193-89e8-7fd76a242de8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91213,7 +91213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c663e22-9695-470a-8a55-82a676ad8a57", + "id": "3a9cb40f-7039-442f-985b-ac5376fbe82f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91259,7 +91259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94d70418-6b21-496a-9458-87e90d4ff0f1", + "id": "ffe2b02b-a1f6-44ef-8ac8-dd846672b7d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91305,7 +91305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6efd101d-fe8b-4c89-a0c9-22bb4d35ed5a", + "id": "0001dc08-6cba-4ac9-8570-44d79f27e911", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91351,7 +91351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc747c6-59bf-4373-b813-28f993350529", + "id": "97ad8d76-d64b-4fc6-9984-5ada90633a44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91403,7 +91403,7 @@ } }, { - "id": "3621cecf-fca3-4ae4-a2fa-47a2d9950782", + "id": "4ea2bf85-2ac7-4c72-a5cb-f2edd6591b94", "name": "Update a potential role in session", "request": { "name": "Update a potential role in session", @@ -91469,7 +91469,7 @@ }, "response": [ { - "id": "a2bee3f0-1e00-4ee3-9045-ff9341399a4f", + "id": "f21ffefd-ecfc-4880-8250-90387351171f", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -91528,7 +91528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5d827d0-ebb7-4f9f-bc9f-7761916fec31", + "id": "32d49666-347f-4e40-961b-c21c1d0697bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91587,7 +91587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c609f643-29b9-42c2-8e97-d904cdd0a786", + "id": "78a8a452-803c-4760-994e-306f49811f24", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91646,7 +91646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a15e008-1500-4588-baca-23db5d0c2aa7", + "id": "9fa37325-8ffa-4ff2-8d11-2c398a041446", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91705,7 +91705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7517f310-368a-44c6-b380-927c71207710", + "id": "9e6705e5-406b-431c-8013-09d6aca7c51a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -91764,7 +91764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67456d74-d097-4852-9353-c694b4445b77", + "id": "c98a79dc-d387-455e-9a5c-6916143dfafa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91823,7 +91823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe19ccf4-34d7-493c-97cb-476ffc3926bb", + "id": "0573687e-abfe-4695-a614-11becc4940f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91888,7 +91888,7 @@ } }, { - "id": "edc05ac2-a45e-4b3e-bce3-4b9e28483895", + "id": "112711ad-ea3b-4870-887f-479a6c613fb3", "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", @@ -91970,7 +91970,7 @@ }, "response": [ { - "id": "4e5edc4a-7cf5-45da-8345-6d5b08c1db74", + "id": "254c6252-ce8a-4189-9723-4c3ee4b6e412", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -92045,7 +92045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fff6a9b-57f7-4dce-92fa-08091f768173", + "id": "089c43e4-02da-4bd7-8d8e-0720748c35cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92120,7 +92120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d1b029b-814b-47b5-a94d-0989d57f6548", + "id": "5f837ee6-6525-4017-925b-620e96fe8220", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92195,7 +92195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7bac6a5-8c56-4936-b456-c9bf0ea66a31", + "id": "f5ac0218-3379-4d75-92cf-2fd2543fdc02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92270,7 +92270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e97d4d8e-8615-4143-bcfb-11f36fd85831", + "id": "527344d1-2c98-4dce-9bd0-982546fd86cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92351,7 +92351,7 @@ } }, { - "id": "fbd916d5-dc1e-4f68-94fd-69b561cb9811", + "id": "acafa98f-f3f4-49e9-bfe3-8ed3d2a006ed", "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", @@ -92460,7 +92460,7 @@ }, "response": [ { - "id": "94ea783c-b09a-4d69-bd18-911adb0fa57a", + "id": "4fcab928-d241-4ebd-a872-2bd51d519c85", "name": "Succeeded. Returns a list of entitlements for a potential role.", "originalRequest": { "url": { @@ -92562,7 +92562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5acb34b-3060-45da-b0a9-457e410bf0bd", + "id": "24959c92-7c3b-49f5-a0e6-27ffb85ef001", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92664,7 +92664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f07590-a421-4aa8-9ede-b15e6e602e38", + "id": "e778f882-0716-41a0-90bc-6c73788c9a82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92766,7 +92766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af889427-3fd4-4501-91d1-4aa20b8e628d", + "id": "33933960-376b-4c69-9f5d-ab30a3ffa4f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92868,7 +92868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0769f5a7-7bcb-464c-bf72-8d5583e46995", + "id": "966041aa-a18d-4b7f-8d6a-d2d455ba9c38", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92970,7 +92970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "327519de-7fff-4355-a0f2-d54ddb476279", + "id": "dc00f195-5dd0-4e78-9743-285e11374823", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93078,7 +93078,7 @@ } }, { - "id": "8bb4fbb0-241b-4e15-ac2d-1c5d14fe2b46", + "id": "04b4cd43-1ec9-4577-b772-d3c8d908253d", "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", @@ -93105,7 +93105,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [ @@ -93142,7 +93142,7 @@ }, "response": [ { - "id": "ee71ba0a-1a67-45f0-a775-f9dbaf370866", + "id": "ee13f2f4-f5d8-43c9-96bc-a691f21b7b0f", "name": "Succeeded. Returns a map containing entitlement popularity distribution for a potential role.", "originalRequest": { "url": { @@ -93164,7 +93164,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [] @@ -93194,12 +93194,12 @@ "value": "application/json" } ], - "body": "{\n \"exercitation_14_\": 58372459,\n \"eiusmod2\": -5046840\n}", + "body": "{\n \"nisi_1\": -30665757\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f89238e9-9cf2-4a34-bd92-cd8591c28ab7", + "id": "da5e2bbb-da99-4f15-9d62-fd8da92d7740", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93221,7 +93221,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [] @@ -93256,7 +93256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f645e1a-a8c6-4873-8135-8d4a80084246", + "id": "2bb49405-9eb8-43e7-b4e5-72d9befc3afa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93278,7 +93278,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [] @@ -93313,7 +93313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c10597b4-cdff-41d3-8491-4b61b93a659a", + "id": "3fcb19d1-bbe1-478b-897c-bbcfb9790b3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93335,7 +93335,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [] @@ -93370,7 +93370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f52d05b0-09ee-43fc-b867-98fa1b55bf2e", + "id": "56275358-81b5-43be-b6bf-5b8544ba71fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93392,7 +93392,7 @@ "type": "text/plain" }, "key": "includeCommonAccess", - "value": "true" + "value": "false" } ], "variable": [] @@ -93433,7 +93433,7 @@ } }, { - "id": "f6a2ce67-89c9-4550-9399-6887d72fba68", + "id": "86c8ac82-5a65-4db2-8571-435e157f45ee", "name": "Edit entitlements for a potential role to exclude some entitlements", "request": { "name": "Edit entitlements for a potential role to exclude some entitlements", @@ -93500,7 +93500,7 @@ }, "response": [ { - "id": "1139f25e-5d33-4257-800c-3a57d09acbd1", + "id": "322fabfb-1801-402c-9f38-67d30b673691", "name": "Adds or removes entitlements from a potential role's entitlement exclusion list.", "originalRequest": { "url": { @@ -93555,12 +93555,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 \"consequatf0b\": \"in tempor mollit\",\n \"cupidatat_\": \"ullamco ex Excepteur\",\n \"cupidatat_9_\": \"ut\"\n },\n {\n \"est_1\": \"veniam\",\n \"proidenta9c\": \"deserunt et\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"ut_7b\": \"aute esse Excepteur nostrud ad\",\n \"esse_\": \"in laborum non\",\n \"laboreec9\": \"cupidatat sit deserunt eu enim\",\n \"proident639\": \"laboris commodo\"\n },\n {\n \"officia02\": \"sit anim sed in\"\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\": \"2003-12-28T13:34:23.012Z\",\n \"modifiedDate\": \"1985-04-11T22:29:12.135Z\"\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 \"nisib8\": \"enim magna\",\n \"laborum535\": \"enim cupidatat\"\n },\n {\n \"ea_37\": \"voluptate in labore aliquip\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"ut_c\": \"proident in\",\n \"magna2\": \"deserunt Duis qui cupidatat\"\n },\n {\n \"dolore9e\": \"cillum aute 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\": \"1986-03-03T17:12:58.032Z\",\n \"modifiedDate\": \"1956-11-01T18:37:46.359Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "623eba34-3880-4c6f-898b-b2a0cef00dcb", + "id": "a364df5c-68ba-4eb4-b1e3-91c2dd616e92", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93620,7 +93620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b650351-b61e-4078-9052-b3d8f60f1ba9", + "id": "825f6430-c99c-47ee-9459-84f99d9af6bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93680,7 +93680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d2afcbf-50f3-44f1-9911-6e03daf03d12", + "id": "832a6b5f-fd3c-4af0-966c-31bda22ddac9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93740,7 +93740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1184446-e329-49a4-9303-06ff93dd37c8", + "id": "22da8729-f2e4-49e5-8449-906f5f05d00f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93806,7 +93806,7 @@ } }, { - "id": "d2b737d8-5a11-468e-b99e-dfe54850d79e", + "id": "2fade3fb-a1fd-458f-9bbe-c6ab0a409db1", "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", @@ -93842,7 +93842,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -93906,7 +93906,7 @@ }, "response": [ { - "id": "0690676a-5381-49bb-b5b7-2d6e0d6b4e8a", + "id": "65cf1a2d-ac90-42f6-9319-f49ba0f3c1be", "name": "Succeeded. Returns a list of identities for a potential role.", "originalRequest": { "url": { @@ -93937,7 +93937,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -93999,7 +93999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58599445-51bd-4016-8de8-75aa956e206d", + "id": "b5fa23bb-1322-4021-a9aa-eda47bf33383", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94030,7 +94030,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -94092,7 +94092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "817770cc-ab54-46c8-b5c1-3b0b44d6b012", + "id": "7cffc483-d7f5-47fc-81ee-d3f41cc1e6d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94123,7 +94123,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -94185,7 +94185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e30310d-2ca8-49ff-9c11-880a45e46fe0", + "id": "a96a240d-72b7-414b-b70d-84c7c8966f59", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94216,7 +94216,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -94278,7 +94278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f3885ec-0068-4681-9f50-85511e40376d", + "id": "42630ffb-95a9-4e0a-bae9-016a87780cd6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94309,7 +94309,7 @@ "type": "text/plain" }, "key": "filters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -94377,7 +94377,7 @@ } }, { - "id": "72c93dc0-0a8e-4c3f-a2e4-e562a23fc8c2", + "id": "a7e3e991-4606-4eb6-9b2d-791248acb24d", "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", @@ -94431,7 +94431,7 @@ }, "response": [ { - "id": "a0217e62-b2f2-4d42-b8e4-2ff8d60ca04f", + "id": "e3ae5b5f-cd55-425b-9c35-0ea01e052259", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -94473,12 +94473,12 @@ "value": "application/zip" } ], - "body": "laborum ut cupidatat", + "body": "cons", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "02a3283f-a070-4307-a3c6-4c723a1b31a8", + "id": "1c94334f-ab0f-48b5-bf35-12b74264f18a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94525,7 +94525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe9af6d9-3757-413c-9ba6-7b4e91545adc", + "id": "6460e8b4-a525-476d-a188-f8e4889c3f29", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94572,7 +94572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "970fe67e-3e88-4407-9301-19fee93a971e", + "id": "844cbf0a-5466-4aa2-843b-03a721c344ed", "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": "8c77f8d9-8788-4857-9753-6d968114a369", + "id": "8ea6478f-8bb8-471b-a5b9-e23a38427971", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94672,7 +94672,7 @@ } }, { - "id": "3885daee-c9cb-4f86-a803-17f62d67d054", + "id": "21b4dec6-89a6-4a58-8988-e82dd6ef15b2", "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", @@ -94739,7 +94739,7 @@ }, "response": [ { - "id": "8424d673-3b91-4deb-8bbe-ce5a25f7d1c5", + "id": "973c2e25-8d87-4f99-8505-c5e613349670", "name": "Job Submitted. Returns a reportId that can be used to download the zip once complete", "originalRequest": { "url": { @@ -94799,7 +94799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0a4b91-9157-48b4-9b45-69f32d3b3e8f", + "id": "a2e97327-d816-4fbd-a43f-fa8917b787cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94859,7 +94859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2b533fb-7cb0-4754-aa9c-d9ea5b195d1d", + "id": "6e6aa09c-e76b-4e65-b877-344520f50a87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94919,7 +94919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbbe8081-1080-4792-955b-a5133fba8090", + "id": "4c9ae94b-2148-45b8-a2d9-8d863305b36e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94979,7 +94979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a14798a1-16c9-4b8c-ac3f-588acbeca8e9", + "id": "cf01ebe1-3749-4785-92c7-9f5b01867f9c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95045,7 +95045,7 @@ } }, { - "id": "d2e391f6-6a1d-478c-a445-0d9e2ff81cba", + "id": "11838ff8-60f4-4151-aff1-a108eb8fecf9", "name": "Retrieve status of a potential role export job", "request": { "name": "Retrieve status of a potential role export job", @@ -95110,7 +95110,7 @@ }, "response": [ { - "id": "894b2fc9-20d6-4f14-8fae-d76bcb75bccd", + "id": "b8ea1828-2ab0-493c-a38d-b831de4702e8", "name": "Success. Returns the current status of this export", "originalRequest": { "url": { @@ -95158,7 +95158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f53b88ce-4ce5-4bf9-b363-b2f934a152b6", + "id": "7144459c-1b28-4e96-936a-19f2cd663ca6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95206,7 +95206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71e6babd-000c-4e73-bbd0-09f06e77a1ac", + "id": "0f445e36-3aa5-457f-9ae8-289588538d71", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95254,7 +95254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2f3c590-17a5-4264-a56f-a8057af19691", + "id": "db84290b-3b63-4484-9d09-6579e080e0a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95302,7 +95302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7978b6d-c558-4dee-af86-96ca33a7983a", + "id": "14a9d57b-f001-43fa-b6e5-f6dd7e8d5a0e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95356,7 +95356,7 @@ } }, { - "id": "24fcce82-024a-41b9-98fd-bad86619472d", + "id": "69041343-2274-49c4-b415-bde49bddfaf5", "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", @@ -95422,7 +95422,7 @@ }, "response": [ { - "id": "212a4557-558a-40c8-81be-1e99d66f2941", + "id": "e3026b25-a116-4f81-a11a-65c1c634e3da", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -95466,12 +95466,12 @@ "value": "application/zip" } ], - "body": "laborum ut cupidatat", + "body": "cons", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "8dd3fbd0-cdef-43ea-b265-891ce422e37d", + "id": "e68ed31c-b3bf-49fd-b68e-4a6789e505f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95520,7 +95520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ff2774f-b7e9-4c99-8628-be0c1fe91be9", + "id": "0a22f4fb-4cec-45fc-b28d-1ff85b7f4589", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95569,7 +95569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e5bd542-62d8-4961-9fc0-15ab15c49011", + "id": "3581d2c8-21cf-419f-8262-c1804c9a6258", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95618,7 +95618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5b14078-8a18-42b1-ab07-d5f69fea139e", + "id": "ee490924-4041-4050-bab1-20987ac9e85c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95673,7 +95673,7 @@ } }, { - "id": "9f1a4be0-42f5-423b-82e7-d386bdeaf542", + "id": "c01eaeb1-3c88-4d13-94e0-ad736272ac99", "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.", @@ -95759,7 +95759,7 @@ }, "response": [ { - "id": "f1292989-d007-4c3f-88b2-f1707acc744c", + "id": "8813859d-a3bf-496f-89e0-4b6fe3a08450", "name": "Accepted. Returns a potential role summary including the status of the provison request", "originalRequest": { "url": { @@ -95833,12 +95833,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\": \"2023-01-01T01:05:39.262Z\",\n \"saved\": true,\n \"description\": \"anim esse consequat incididunt ut\",\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\": \"2015-01-15T18:43:23.316Z\",\n \"saved\": true,\n \"description\": \"pariatur anim\",\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": "114c6720-08f2-4df4-ab36-afe21bfc52f9", + "id": "f8187fbb-814a-4261-ae51-3dc7c3f5b463", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95917,7 +95917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57b3f347-9a93-420b-a3e2-ad19bfb4f565", + "id": "0025e085-7e9c-4fea-ba5c-c45dcd2323cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95996,7 +95996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e0c5440-87b0-4ada-8f87-2fe2a3213eb2", + "id": "720eb1e3-46b9-4c1b-a73c-270a588d5f12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96075,7 +96075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9cd6b1e-021a-443a-8e8a-c4e85ab5bb13", + "id": "c001b878-67b7-4ecf-ab48-39e52a5537a1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96154,7 +96154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82d4d704-8862-4f83-b202-8fb168d07954", + "id": "2b6babd4-dee6-40a9-a91d-da2d00f27f29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96239,7 +96239,7 @@ } }, { - "id": "7e1ef9ff-ac2f-47df-8921-abb1aaa30c97", + "id": "eef840d2-0304-4dee-966e-66000401efa5", "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", @@ -96339,7 +96339,7 @@ }, "response": [ { - "id": "25a391b5-9a06-451f-a344-7c9ff6f96693", + "id": "67a60c52-b22b-4e24-a3bd-9dc72c38bc7f", "name": "Succeeded. Returns a list of excluded entitlements for a potential roles.", "originalRequest": { "url": { @@ -96432,7 +96432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c74c4b93-111f-4771-850e-3bf4f9142516", + "id": "8462d8d2-cb9a-4708-88c5-afd86c4d6285", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96525,7 +96525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f9e2e0-9d85-4fb7-8a30-f3a170632f46", + "id": "a9dcac67-3e31-48d3-b865-3d33b0fccab2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96618,7 +96618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b70305e9-90d1-4a92-ac40-f7d21518ba96", + "id": "f0bfb526-f2bb-440a-9d64-917d695d2d42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96711,7 +96711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "875b944c-ae6f-4964-8949-dd4e6ecbebf9", + "id": "c26e6721-eff5-498d-ac5a-32d49de72e1d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96810,7 +96810,7 @@ } }, { - "id": "305f0532-75cd-4eab-ba37-86cf06c2140d", + "id": "ac0326ba-5160-48fb-901d-fa03ad3aef7d", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -96885,7 +96885,7 @@ }, "response": [ { - "id": "439ef1ae-2918-4ee6-9194-9295e82a27de", + "id": "0cd29298-9c95-4000-bd3f-92d317f42c8d", "name": "Succeeded. Returns all potential role summaries that match the query parameters.", "originalRequest": { "url": { @@ -96969,12 +96969,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\": \"1954-04-03T23:07:04.457Z\",\n \"saved\": true,\n \"description\": \"adipisicing\",\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\": \"2006-08-01T22:53:12.814Z\",\n \"saved\": true,\n \"description\": \"dolor fugiat sed Excepteur\",\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\": \"1974-07-29T01:12:02.798Z\",\n \"saved\": true,\n \"description\": \"pariatur minim eu aute in\",\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\": \"1992-10-21T23:26:36.184Z\",\n \"saved\": true,\n \"description\": \"labore\",\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": "9f910f02-0393-48cc-a91d-b564ca258d59", + "id": "ec8fcb0e-0232-4a1f-96df-4e1c6e05d400", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97063,7 +97063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f141d71-dab7-45b9-8802-6341248b9f7d", + "id": "1c70e4c8-0877-42c8-b242-f5b505025772", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97152,7 +97152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a70a817-2049-4ee7-b315-3c7dc67d7273", + "id": "004d22de-35b4-423f-a6dc-e3ab6e80b906", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97241,7 +97241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83af6f68-1539-4c96-82d0-f80834b30cde", + "id": "dea8d41a-1085-4e93-a402-9fc1d1affb0a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97330,7 +97330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e20350d2-a20d-4bda-89f8-1de386e3a076", + "id": "c09a8fb1-4efb-454e-a950-7f35e3e871e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97425,7 +97425,7 @@ } }, { - "id": "c9f16d9c-1f17-4ced-ae1f-3ae7c5f90354", + "id": "37a8db3e-7533-40b9-9fef-825c4ad464ee", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -97466,7 +97466,7 @@ }, "response": [ { - "id": "6487a65b-5131-46c7-9439-5c85b4a9f729", + "id": "c3f2a641-d191-424c-b9f1-7365c08aa6a2", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -97505,12 +97505,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 \"consequatf0b\": \"in tempor mollit\",\n \"cupidatat_\": \"ullamco ex Excepteur\",\n \"cupidatat_9_\": \"ut\"\n },\n {\n \"est_1\": \"veniam\",\n \"proidenta9c\": \"deserunt et\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"ut_7b\": \"aute esse Excepteur nostrud ad\",\n \"esse_\": \"in laborum non\",\n \"laboreec9\": \"cupidatat sit deserunt eu enim\",\n \"proident639\": \"laboris commodo\"\n },\n {\n \"officia02\": \"sit anim sed in\"\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\": \"2003-12-28T13:34:23.012Z\",\n \"modifiedDate\": \"1985-04-11T22:29:12.135Z\"\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 \"nisib8\": \"enim magna\",\n \"laborum535\": \"enim cupidatat\"\n },\n {\n \"ea_37\": \"voluptate in labore aliquip\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"ut_c\": \"proident in\",\n \"magna2\": \"deserunt Duis qui cupidatat\"\n },\n {\n \"dolore9e\": \"cillum aute 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\": \"1986-03-03T17:12:58.032Z\",\n \"modifiedDate\": \"1956-11-01T18:37:46.359Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1d8ada54-6518-44f2-9d2e-33f81a30bc29", + "id": "4f171c15-b287-4cbc-bb25-7fa82267c0cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97554,7 +97554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a691e738-cf12-40ca-ae17-179774196b67", + "id": "f3c5de73-bfd4-40b8-bbc3-56e0dfc51bff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97598,7 +97598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8ecd41b-29a7-4662-9f81-49347e4be8cf", + "id": "eef66735-3d97-4495-8187-e80817e46216", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97642,7 +97642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4c7adab-30f2-42c5-92eb-61c33ef9fe05", + "id": "c2919276-e63d-41d9-ad0b-76a15cefc9c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97686,7 +97686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6b77a4e-0b50-4eda-9c1e-c3bc551f959a", + "id": "6dc3a627-def4-4e06-9b51-b0daa2449b26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97736,7 +97736,7 @@ } }, { - "id": "29f9c10b-6c61-4e9b-8c52-c698a67687e4", + "id": "0ae04457-e764-449b-bec3-f4dc660ba1da", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -97790,7 +97790,7 @@ }, "response": [ { - "id": "88e8bbb0-64fd-4e33-9f26-cafbcb131a34", + "id": "5957bb7a-60d8-44d9-a128-d544d0fceeb2", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -97847,7 +97847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c033cf3-0ff2-42b8-ae19-5ff3cd9924a0", + "id": "61f1dfc7-8453-42f2-95c0-94cd69a9ae71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97904,7 +97904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc73b02-e120-476d-b595-53886154c6d9", + "id": "c9f20c8c-05b6-4834-b111-99befc0a2200", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97961,7 +97961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c9875a-26d4-4102-a8be-8931f78cfc65", + "id": "4a2a787c-6b9e-4be7-818a-f3ee450c93f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98018,7 +98018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d329d93-383e-41cf-b4d0-c5182d5baa63", + "id": "e6f6b5c3-afc9-46dd-82f4-65e8ab30a69d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98075,7 +98075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fccc47e-0aaf-427a-a8e0-3db501c75b19", + "id": "2b74f09c-e59d-4274-96de-f7a83fa71357", "name": "Too Many Requests - Returned in response to too many requests in 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": "9b3cff25-ab94-4bd5-8f44-982b3f9f88ef", + "id": "a5629d9c-c7f5-4eab-ba58-0bc2fcb69057", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98195,7 +98195,7 @@ } }, { - "id": "ad10e3c5-aa1f-4011-90e2-5784f08c9fad", + "id": "a3d1603d-d32b-4cd0-ba08-4d1144f7cbc4", "name": "Retrieves all saved potential roles", "request": { "name": "Retrieves all saved potential roles", @@ -98262,7 +98262,7 @@ }, "response": [ { - "id": "6fb3892c-77a8-445b-b3aa-2388331d226e", + "id": "7015e1b8-2640-4341-a703-448f790dd30f", "name": "Succeeded. Returns a list of draft roles for a role mining session.", "originalRequest": { "url": { @@ -98338,12 +98338,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\": \"1979-03-10T09:18:44.979Z\",\n \"modifiedDate\": \"1989-04-03T16:31:29.070Z\"\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\": \"1971-03-20T17:34:39.069Z\",\n \"modifiedDate\": \"1966-09-05T09:01:53.890Z\"\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\": \"2022-12-22T17:25:31.065Z\",\n \"modifiedDate\": \"2004-04-28T10:04:05.561Z\"\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\": \"1953-12-27T22:17:14.434Z\",\n \"modifiedDate\": \"2001-03-10T23:02:08.296Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f2086546-9538-4776-ac6b-104b3e77a780", + "id": "eed31050-ec69-4734-83a2-5328b7a8ee6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98424,7 +98424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da4944d3-c16e-420c-b327-4e4a7b73c6d9", + "id": "e9c0412a-f6f0-4778-8397-a015b58496fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98505,7 +98505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ad13801-fefc-4079-817d-d1ecd2c896bb", + "id": "d79ba029-5ac7-4f53-bee4-c4ba87e24e86", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98586,7 +98586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05f96275-9088-4af8-bcb9-8c85939b1575", + "id": "a9f8199c-4e73-4e83-b4ff-f9ea459193a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98667,7 +98667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e39ff043-3e72-42dc-84c4-eabe82d45988", + "id": "6a55cd8a-53ab-41ee-90ac-165ffa4a3212", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98754,7 +98754,7 @@ } }, { - "id": "5d138181-bb23-4241-bd0a-c9f865ac4775", + "id": "9a2f3eb9-1669-433f-b5c0-88aef317a624", "name": "Retrieves potential role source usage", "request": { "name": "Retrieves potential role source usage", @@ -98845,7 +98845,7 @@ }, "response": [ { - "id": "93248512-310f-492d-96e5-256f6386d9fd", + "id": "e60d23a0-d4b5-493c-a5c0-8ea2999d2897", "name": "Succeeded. Returns a list of source usage for the identities in a potential role.", "originalRequest": { "url": { @@ -98929,7 +98929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0cc9a7c-a1ad-4e86-89fe-783ec8b84a10", + "id": "87cbcd5f-31ad-40ed-8d30-88f03a987581", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99013,7 +99013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8366d46-9be0-4075-afd9-f0e9f61d7629", + "id": "d44fc55a-ea73-4e47-9e81-78afb4316b4a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99097,7 +99097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba0df853-9a3a-491f-a62c-5aa1d8df0f5d", + "id": "9e828758-4471-4eac-8815-29b87aa1431b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99181,7 +99181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "294fc729-e11c-472c-8725-329398569a45", + "id": "13c91880-a38a-49b5-8693-78587b484230", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99265,7 +99265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0226e63d-d5d6-4ec9-ae37-3181be2b7f4e", + "id": "62e208b9-195f-4df1-9ba2-69b06c1ca406", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99361,7 +99361,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": "e37acdcf-9b53-4e1e-be6c-80b2deb14d80", + "id": "194aa007-e47d-458f-bb38-38b771e42151", "name": "Update an icon", "request": { "name": "Update an icon", @@ -99429,7 +99429,7 @@ }, "response": [ { - "id": "9bb6e4c1-af76-47d9-ab34-131e795e2f94", + "id": "ddc35f1c-0123-4fc0-82db-b9dc15cc3264", "name": "Icon updated", "originalRequest": { "url": { @@ -99490,7 +99490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "297f94cc-b062-4ba3-829e-989a7e66674b", + "id": "74bed4f5-a544-46ef-91df-5ba503b50426", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99551,7 +99551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c8db996-fee7-41ae-ae33-1d0381c7eb4e", + "id": "dbcde0f1-7948-4898-a54e-acfd79aff62a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99612,7 +99612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de77d2a-3e28-46f3-a2ef-a0917cc38cae", + "id": "a4a38e02-d440-4457-96a8-c07f866b3613", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99673,7 +99673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "198bcda6-b0d2-472d-90e2-8bbf2e9d8a2b", + "id": "bd0f1ac9-0042-4689-8fe5-a6b298daf36f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99734,7 +99734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c2b918d-e14a-40d8-b519-f803d2e9bdf2", + "id": "44e83eab-bef8-448e-bca2-20e6baa4321f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99795,7 +99795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0010ad0-359f-4494-b35e-c9cfa204b5db", + "id": "4ae391eb-f831-442f-9a6f-9d2147c7b10e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99862,7 +99862,7 @@ } }, { - "id": "605e035d-8457-4aaa-8886-bd0002a78cc9", + "id": "54974969-7f13-409a-8667-f8abe633ea27", "name": "Delete an icon", "request": { "name": "Delete an icon", @@ -99914,7 +99914,7 @@ }, "response": [ { - "id": "5484fcf4-ba0e-46e7-8b0b-dae538fe42f3", + "id": "33ce96e6-e9ec-42a2-b724-c953c2c19bd0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -99949,7 +99949,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7cc70152-b722-400d-819c-7d86c9747a26", + "id": "a9a2d4a1-ba42-4156-ae93-a815c320b11d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99994,7 +99994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb7328d4-ac81-4d9d-a160-5a2f2b142f65", + "id": "80627c1f-1fc4-4ff9-9ad7-b8630d44a56f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100039,7 +100039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31972b30-a949-4a02-9a60-fe70b031125e", + "id": "5321329e-21a9-44f7-8c70-2c8c65267bf9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100084,7 +100084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d208df28-3964-43b4-9823-4083e2304b42", + "id": "7cfcf8d5-f026-4738-8bc1-a9f154927ae1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100129,7 +100129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cb8692a-d53a-4989-94ee-516581fd2da8", + "id": "fd075bc1-7361-41ca-b2cd-1fc1b61b868d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100174,7 +100174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02021f99-2c43-48dd-9a7f-e79708d73cea", + "id": "390a930a-c8ed-409e-8e9e-2b2f4ffd6fc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100231,7 +100231,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": "7f5cac07-b7be-402e-a2ce-d0aa6c18c2ae", + "id": "59465d78-da7d-49d1-ba34-a3ed4be1786a", "name": "Attribute synchronization for single identity.", "request": { "name": "Attribute synchronization for single identity.", @@ -100252,7 +100252,7 @@ "variable": [ { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "identityId", "disabled": true, "description": { @@ -100273,7 +100273,7 @@ }, "response": [ { - "id": "23051fcd-ffa3-43a5-a0c1-32edf869c353", + "id": "354e4fe6-823a-4f29-a6ba-bdebb0aee2a6", "name": "An Identity Sync job", "originalRequest": { "url": { @@ -100318,7 +100318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dca37a16-dc7b-44c8-bc5e-9b99471595cf", + "id": "7c681942-ff26-440a-a333-d3eb5d4476c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100363,7 +100363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98cead8c-5517-44b0-b470-b161d7a730ea", + "id": "ded7e9a9-5ca0-43bd-b6ba-18806047ea8c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100408,7 +100408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16716ad2-7c1a-42b1-9846-c033f0aa503a", + "id": "c84a3d42-e5bd-45d4-87ca-4c3d703f36c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100453,7 +100453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d0776e-605c-43f2-908a-e92233ecf61c", + "id": "d64d0dc3-7e0f-4595-b1b7-09b072c92230", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100498,7 +100498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de25554f-e07a-4ce1-8e17-a0307b9bb07e", + "id": "5095c77d-3329-4579-8284-125fc5fa80d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100543,7 +100543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e069d110-53a0-4762-9982-9f292e49c54a", + "id": "1969917f-70ef-4542-91b9-7275e16555f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100594,7 +100594,7 @@ } }, { - "id": "e1255b2a-78cb-44e4-af69-6f69937780fd", + "id": "4dc3fa51-8abd-46f3-b808-b122084564a8", "name": "Get ownership details", "request": { "name": "Get ownership details", @@ -100636,7 +100636,7 @@ }, "response": [ { - "id": "4c1d1df1-98ed-4dc6-ae8b-1298a1529be4", + "id": "837fa188-8a07-46e5-93dc-09faae0d0e24", "name": "Identity's ownership association details.", "originalRequest": { "url": { @@ -100681,7 +100681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bcaa81a-e9aa-471d-9ba9-43155400e4c6", + "id": "3c834d96-1044-4014-99aa-5568e94625ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100726,7 +100726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4df7d489-9b4c-4c9c-b1b9-acc31afd7e86", + "id": "f5d4f3ef-9b6b-45dc-bba2-ced3d5f6706f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100771,7 +100771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f87b086-ae0d-44b2-b0dc-900f699f3a02", + "id": "f52e6afd-55ba-46a4-9790-37cd01d084d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100816,7 +100816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fe4cd8f-0fb0-4b2d-b6d1-8e7cf7b3944f", + "id": "aeb0823f-ce8f-44f3-a4b7-74a1e5cbb586", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -100861,7 +100861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c51b18-eaea-4812-80fc-0f68f453e94e", + "id": "33850562-7d1c-4d86-b3c0-f18ef866a9b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100906,7 +100906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c508e0-a5f9-458e-809e-df64772eaa99", + "id": "f50333f3-887d-4119-bab1-7169e10b10e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100957,7 +100957,7 @@ } }, { - "id": "d126ca39-9e53-4b07-8762-4a68edc46c18", + "id": "5ae346e1-7169-4a57-91ea-204cf66c7776", "name": "List Identities", "request": { "name": "List Identities", @@ -101041,7 +101041,7 @@ }, "response": [ { - "id": "b745ea37-0ff3-4366-ac97-42479adca873", + "id": "41f302ac-c652-4f4c-b5ac-abed26ad95df", "name": "List of identities.", "originalRequest": { "url": { @@ -101139,7 +101139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44e9c34d-4ce5-4d39-a40d-c300dc084124", + "id": "884a1e3e-7e17-445c-9dcb-4aa7c88aa009", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101237,7 +101237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83f3f411-960e-4652-8024-fed185f99c26", + "id": "ced174fc-9467-4f6d-bc0e-2b37e81adb70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101335,7 +101335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "297a3af6-8746-4010-a874-ff5516879a8b", + "id": "0aabccb7-959a-47b4-a648-a2c7b982a012", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101433,7 +101433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "742e8801-ee2f-4c32-ab98-36c9ce1c0ed7", + "id": "5ee2b745-f740-4697-8d5e-6872d6b931ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101531,7 +101531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3319d2b4-1665-47cf-a3be-567d1e376b55", + "id": "900bd842-7b4d-4cc2-be00-ce52edf7955c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101635,7 +101635,7 @@ } }, { - "id": "63f3d0c1-e39f-43f6-8168-6b6243ad6b33", + "id": "49811547-bf3b-4004-ad4e-55c1bf30a074", "name": "Identity Details", "request": { "name": "Identity Details", @@ -101676,7 +101676,7 @@ }, "response": [ { - "id": "a7d4311a-c142-4560-b35e-639b72757979", + "id": "67326286-3cf8-4eba-9cfe-7ca40d57018e", "name": "An identity object", "originalRequest": { "url": { @@ -101720,7 +101720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5838b274-0284-421a-abaa-0a9c2e2b2b66", + "id": "8536912c-97fa-49bc-96ed-93d285662584", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101764,7 +101764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e366e6-b73b-4364-b74c-a3efb62d61fd", + "id": "17078947-586c-48d3-ab6f-defb88858e57", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101808,7 +101808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16da4d5d-9310-42f6-ba33-287f9152da4f", + "id": "4ddd9c9e-82c5-48f0-94e0-8b2c3ed07c42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101852,7 +101852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb2ba02-3ec3-4685-9d18-7631bad6d34f", + "id": "b0f1f5a4-defe-4c14-97dd-ae1e4fca43aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101896,7 +101896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a910b36a-9ccf-43ff-a743-feca9120eadb", + "id": "70d24d08-96ee-4397-90a2-04a8e9ed2648", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101940,7 +101940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41593ca6-0912-4fd5-9590-dddeebef4e81", + "id": "04a14f5a-b62c-4ec4-b0c6-d2cc97f6a4b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101990,7 +101990,7 @@ } }, { - "id": "aa411ced-ec57-4bab-8425-aae28946ecc3", + "id": "75259c36-f601-465d-9b83-ab53e1f0d4f5", "name": "Delete identity", "request": { "name": "Delete identity", @@ -102031,7 +102031,7 @@ }, "response": [ { - "id": "f225c3ea-d2ef-444d-8ac3-2c9ccf45e36f", + "id": "6b83ea38-85ea-4360-bf2f-3b4b7ec76136", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -102065,7 +102065,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c627c053-cfef-41bf-9f6c-6a05a5bef2ec", + "id": "1a0dda78-c8f2-429c-ac66-5d95042a87d1", "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": { @@ -102109,7 +102109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "032533b9-9858-4756-ae95-74fac975cb2e", + "id": "8f34f120-53e6-4ce9-a8ca-a4621adea117", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102153,7 +102153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef9090d2-ea59-4d3b-bf2f-368f3524790f", + "id": "70f451c3-3ca4-4331-8475-390348251ec7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102197,7 +102197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dabc9ca-3075-4f79-952a-c6db34df02d8", + "id": "a3039c52-e01b-49da-bcd4-ae106ec0515c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102241,7 +102241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "637f73cd-2fbd-42b9-b623-ed47a86a7ba6", + "id": "bc5d82f3-8bf5-4cb5-b2be-962bcd8e1c6f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102285,7 +102285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68e35441-3c66-40b4-b55a-5e46c02586ee", + "id": "0fed29c4-cdaa-4aba-8edc-fc7bb2f44a0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102335,7 +102335,7 @@ } }, { - "id": "da4ea22c-4785-45f4-8a8c-9eaf1ff90ada", + "id": "357f2b74-1375-43b5-926e-fc221532df7d", "name": "Invite identities to register", "request": { "name": "Invite identities to register", @@ -102378,7 +102378,7 @@ }, "response": [ { - "id": "06900b4f-54c1-4b46-86cd-c0aca62ce70c", + "id": "f6d88adf-ddaf-46b3-95c4-4fbebaaddbeb", "name": "Responds with an initial TaskStatus for the executed task", "originalRequest": { "url": { @@ -102430,12 +102430,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 \"Excepteur_4\": 56239786\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 \"sunt_3\": -40405230.31690242,\n \"eiusmod6d7\": 52278024.86790997\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": "07e739aa-3982-44bf-a0a3-13228067b76c", + "id": "e02c45de-0e8b-4aab-9b05-f12ca4a1663e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102492,7 +102492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e38c0451-0d43-4d98-86ad-5865a1f268be", + "id": "e5c12ad9-11e9-4728-8a8a-5edc4cb3c750", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102549,7 +102549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3eb44e5-4cfb-4c5e-a200-b4a1c6f11f82", + "id": "9e8e4a04-67b9-4e6d-816c-9e58cf048ef7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102606,7 +102606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcd31eb8-ab04-4ee2-aaba-5046ad05ec62", + "id": "6100a257-a05b-4579-a3e0-cac9d40760ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102663,7 +102663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4ec89f3-6ac4-436d-b21c-cc457a36733a", + "id": "fb830bf2-f1f0-43d6-9493-5cfe77a14403", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102720,7 +102720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0213e78-af04-4971-87cf-24b2ce240e51", + "id": "36b55a10-808a-4c8e-875a-8b8f42b43a02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102783,7 +102783,7 @@ } }, { - "id": "4d0d2a02-de7d-4c1f-8799-5789f56470a7", + "id": "dc572fa6-2848-44a8-8a4b-92507714d9c0", "name": "Send password reset email", "request": { "name": "Send password reset email", @@ -102834,7 +102834,7 @@ }, "response": [ { - "id": "fd5b4a63-0ba7-48d5-b563-9c77fc636ab0", + "id": "3b2530e7-38ef-4eb7-8178-5e8d8afe6731", "name": "The email was successfully sent", "originalRequest": { "url": { @@ -102884,7 +102884,7 @@ "_postman_previewlanguage": "text" }, { - "id": "993f0bdc-2d2e-4a19-add6-840ab79c3360", + "id": "2f2828fd-c32e-4686-987a-e1420aef9873", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102944,7 +102944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "453dd18d-1e25-4d84-b27f-142f3d58d4e4", + "id": "610780bf-e2a7-4703-a4ee-41e9d1ae7a7f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103004,7 +103004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b09ec5d-8efe-4731-ac90-f053224757b7", + "id": "b1f51653-79fa-4106-a0f7-16621b99f078", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103064,7 +103064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc5db706-a4bc-4003-b6ce-21413561677b", + "id": "447bcc9f-a28e-47df-ae4b-da0b15c66764", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103124,7 +103124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cadbcba0-e3e9-4525-98cd-28d15a66351c", + "id": "0bf1a2c1-8c31-4347-a8e3-002ef45166a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103184,7 +103184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4726e6c5-b835-4f6c-90c7-db3ebb77026c", + "id": "cf825f71-f91b-4e3e-b626-ebb19d27d25f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103250,7 +103250,7 @@ } }, { - "id": "b419a903-3402-4f61-9681-fc3d96a15486", + "id": "7f6002aa-59c8-41eb-b6d1-8cd4291a87ce", "name": "Process a list of identityIds", "request": { "name": "Process a list of identityIds", @@ -103293,7 +103293,7 @@ }, "response": [ { - "id": "48e786dc-c5cc-4800-aba2-9ab0c71f0b2f", + "id": "1550810c-2078-4bcf-b392-6a5d6ef06311", "name": "Object containing the DTO type TASK_RESULT and the job id for the task", "originalRequest": { "url": { @@ -103350,7 +103350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e5a93c8-dddb-4a74-938a-b0a553cc22d0", + "id": "936b05fd-7ce4-4bcb-9585-afd50bcabc22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103407,7 +103407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b05f626-0009-4f2d-8ffd-746bcac23254", + "id": "5fab11aa-55d4-492c-acef-8525ce063416", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103464,7 +103464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cfe1190-beba-477e-b975-243888a70b92", + "id": "be46d07c-ff3b-4629-8c44-6e5df4cadfad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103521,7 +103521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b078dd63-f939-4db9-b57e-b65addd2cc54", + "id": "e72a27a8-e47f-4a9c-966d-f3f17688966f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103578,7 +103578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "267840e4-6437-42c5-b902-ba345bd40532", + "id": "de7f7636-ef66-4fdb-8da6-c95dedf6cfd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103635,7 +103635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb307085-2bdb-4880-bf54-16c83452b19c", + "id": "97c8f6cd-b8d5-46b4-b0da-291af122d4ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103698,7 +103698,7 @@ } }, { - "id": "bfa9c0b4-8737-47f8-89a5-46354fc43bf7", + "id": "813f185a-0159-44ea-8c3b-986e5bc0d210", "name": "Reset an identity", "request": { "name": "Reset an identity", @@ -103744,7 +103744,7 @@ }, "response": [ { - "id": "31bfb7b4-ee87-4cd8-b0b7-c8705c21001b", + "id": "f248115e-6970-49ba-ad5b-4f9e71892703", "name": "Accepted. The reset request accepted and is in progress.", "originalRequest": { "url": { @@ -103779,7 +103779,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ec15d69b-9a2d-4ad9-ade1-d694dddd75ae", + "id": "30eaec0a-70f9-4adb-9bb0-7b45f5d9f87f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103824,7 +103824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ff7eb00-ad80-4226-a7a4-19076846323e", + "id": "2895a644-df41-4c0c-8b7b-c17f9e1324d0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103869,7 +103869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0350b3d-ca7a-456c-af36-8bb12452af1b", + "id": "d295ffb0-234d-4b38-9e11-b7cb00255ecf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103914,7 +103914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cc61307-50f0-4b46-be56-d5f2bc160230", + "id": "c49d6786-5137-4bbd-96f7-41299c4568ea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103959,7 +103959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1b8acb5-c1eb-4b65-ab3b-de312f6d0943", + "id": "3bdfad28-aeff-4801-983a-21ac95661b3f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104004,7 +104004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f50d05a5-cb4a-4002-9f56-905ea3f72612", + "id": "928d33c2-6802-45ce-acde-857d966d222b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104055,7 +104055,7 @@ } }, { - "id": "abd5a15a-283e-4ce8-bcc1-1585f6b85fb7", + "id": "2b68f657-d3a4-480b-bedc-7487ad61ee0b", "name": "List role assignments", "request": { "name": "List role assignments", @@ -104116,7 +104116,7 @@ }, "response": [ { - "id": "04ea575a-f35c-42b8-aea5-656d5e8fe103", + "id": "7a2b2d7e-e591-4a71-8cae-11ff4086cf16", "name": "A role assignment object", "originalRequest": { "url": { @@ -104180,7 +104180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ccc0198-8ee2-4001-9531-7e8688873be4", + "id": "6ebc27c9-cc53-436f-bc51-c8f254612122", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104244,7 +104244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ce1e5f-c3ab-4592-a697-84df70501d33", + "id": "59ca186c-581a-40a4-bb42-aedeb07de820", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104308,7 +104308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a58a95aa-7e9a-4e22-9658-4a1af1201df1", + "id": "59b701ae-2998-45ec-9f10-ba655ceac696", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104372,7 +104372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e35915d-54e7-47dd-94e6-fd9415189d5a", + "id": "419c8c00-b52b-4114-98a8-b3b9b6f6541f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -104436,7 +104436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e399d9cc-1827-4e5d-876b-307475a30fb9", + "id": "99e14fa7-ae59-4aee-a882-a0695441d1ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104500,7 +104500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3b830fb-3853-4c85-bfa4-8a789e9601fc", + "id": "c7db16e6-409c-430c-af3b-64e7452da9dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104570,7 +104570,7 @@ } }, { - "id": "a7055b1a-4e4e-4f0b-a051-12fadc015849", + "id": "e4ca26e5-8654-4b23-9863-5afc5032c8f9", "name": "Role assignment details", "request": { "name": "Role assignment details", @@ -104620,7 +104620,7 @@ }, "response": [ { - "id": "c8e89060-ec49-4089-89d6-766ed120f4fa", + "id": "55f07d98-a8c8-4d7e-904d-28f7be895ce5", "name": "A role assignment object", "originalRequest": { "url": { @@ -104666,7 +104666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45649a9f-b3a6-4873-9231-b4cb179ef58e", + "id": "ba5f5412-4ae8-4b20-81c5-845700cca9bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104712,7 +104712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75708178-4c98-4f57-8e36-9815c1699cbc", + "id": "9b055fe8-138c-4964-a9ba-9732f5343bf4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104758,7 +104758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f844a65-e11e-4b7c-b8d7-07334641f4a7", + "id": "897ee5c3-ea84-436c-b519-771790659ffb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104804,7 +104804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4585f04-07fa-4953-9fd7-5400b900ecf8", + "id": "8e67845e-5ca2-4cc8-8ca2-f902860844a5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -104850,7 +104850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8efe852-1599-4cb9-8d6c-c10052d17c65", + "id": "2646fd1f-f3ff-4637-a344-efaf1a5d2174", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104896,7 +104896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5284720-818c-4485-916a-40915892e78d", + "id": "0d2343ef-b006-48c0-8507-8c2e4967c8e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104954,7 +104954,7 @@ "description": "", "item": [ { - "id": "5341a9a3-e254-41e3-ba64-1acbae22e7dc", + "id": "fa1b99a6-99fc-485a-a002-2c80de0e7d43", "name": "List Identity Attributes", "request": { "name": "List Identity Attributes", @@ -105020,7 +105020,7 @@ }, "response": [ { - "id": "d8b0c13c-bb7c-4148-a3c4-c34ae5f19ef9", + "id": "f0b503ce-c1cf-4c6c-beec-7a84b9dc1cb0", "name": "List of identity attributes.", "originalRequest": { "url": { @@ -105100,7 +105100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e9ae6bd-e653-4f92-999d-573720528034", + "id": "bc1eedde-cdee-41b0-9eb0-2f969913786b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105180,7 +105180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105a1567-b96e-4048-a4d8-5763b2dadeed", + "id": "366d1605-f103-4512-bb80-85efe47bdbf1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105260,7 +105260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08aebd3d-82ad-401e-b837-62879433a747", + "id": "6b6dc123-289f-4f51-af94-22ddbbf5a399", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105340,7 +105340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58b176b9-2da3-4745-80bf-5acbab2918aa", + "id": "3c38a72a-bf92-4194-9d29-7221bd696aaa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105420,7 +105420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a072fd2-7003-4bb2-bf8d-ae600d1ce3b6", + "id": "62f64f2e-a24a-46e3-833f-111dc883b980", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105506,7 +105506,7 @@ } }, { - "id": "d363f0ec-5ea8-4119-98b9-b220d5b20a8d", + "id": "d30ce702-7ce3-44ee-a826-4ebc34e63980", "name": "Create Identity Attribute", "request": { "name": "Create Identity Attribute", @@ -105548,7 +105548,7 @@ }, "response": [ { - "id": "fba12378-d8de-49d1-a160-18452028962e", + "id": "7a923f9a-b95c-4b6c-a512-159537919894", "name": "The identity attribute was created successfully.", "originalRequest": { "url": { @@ -105604,7 +105604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "655ddd1b-ec0a-4ebc-80af-7ffcdb10a959", + "id": "458433e4-ae03-43a8-ba2d-cd8c8d9977ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105660,7 +105660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2786d7d-794e-4eb6-82f1-9ee1cce5a81c", + "id": "27a2d48d-c330-4da1-b549-a79fd0bb002a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105716,7 +105716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38b7f89e-36b0-48d6-a23a-897ab70a61e3", + "id": "7065a694-a74e-4e9f-99d8-ef0b21708ed6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105772,7 +105772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44283855-a85f-4f14-b6f2-a8f43cec8520", + "id": "a954e8f1-5fd3-47d6-a1b8-014d67d9f8a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105828,7 +105828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e92d342-c51f-4506-adc8-d5730e20c346", + "id": "c08d0f11-8714-4b31-880b-bc97eb9dead3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105884,7 +105884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34ab399b-5e45-439f-a9f0-eaf2e94371e2", + "id": "0b6004a8-5923-4fdb-88f1-5c3a24b0a777", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105946,7 +105946,7 @@ } }, { - "id": "9affa506-ebab-45c7-be5f-9ab236bda2e7", + "id": "71f6f8ea-1ea8-47bc-b019-0eb3dca83fb1", "name": "Get Identity Attribute", "request": { "name": "Get Identity Attribute", @@ -105987,7 +105987,7 @@ }, "response": [ { - "id": "7011481a-04be-47d0-ba5b-ab46f8d34ac4", + "id": "99811f13-6ec2-4955-bce1-459ac8be3675", "name": "The identity attribute with the given name", "originalRequest": { "url": { @@ -106031,7 +106031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4126adc8-8a5c-440f-b114-b1c90eeae85f", + "id": "ac630505-cc87-4c0f-9c88-97f722b44929", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106075,7 +106075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa2439be-2bf9-4fda-a57f-9809a6d713bb", + "id": "48ede210-d5ed-4e01-b5d5-3d9f70a96a87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106119,7 +106119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71080ff7-faf1-474c-807a-b868cf3c6ff4", + "id": "e1c0f6f0-d65b-4928-a637-9878edec8648", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106163,7 +106163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4470dedd-54f2-41db-a147-35b286b504ed", + "id": "1968b329-9754-4ec1-8c5f-4cdc651d6fe1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106207,7 +106207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "520c7e6b-3dd8-4daf-bcda-2d48a42a983a", + "id": "6564ba1b-af3e-49c7-9fb1-41d6e3a66a57", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106251,7 +106251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b03dd063-133b-4087-9d7e-7e709c244ad0", + "id": "348bb58b-f033-4c6c-8ec2-9d31391f3e6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106301,7 +106301,7 @@ } }, { - "id": "b0005258-e679-4535-812e-2b97980f2af8", + "id": "77cb9aae-53d8-4045-91c5-c7c9e69d0e14", "name": "Update Identity Attribute", "request": { "name": "Update Identity Attribute", @@ -106355,7 +106355,7 @@ }, "response": [ { - "id": "77355dee-f67a-4e1a-9011-b05ec041bb8e", + "id": "7a060b7f-cc9d-4bee-83fe-2a58399cb485", "name": "The identity attribute was updated successfully", "originalRequest": { "url": { @@ -106412,7 +106412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b7ef2c0-1c85-48f3-8191-eb3ff9fae707", + "id": "004972d6-6568-494c-9364-13b9d358e3eb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106469,7 +106469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f22c45f-abef-46c2-8148-a73367b90ec0", + "id": "6b59c41d-2d77-4d51-bb46-c4e9922455c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106526,7 +106526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d193307c-33d6-4398-84b0-0e7e70e1375b", + "id": "bc9f791e-e64c-401a-9742-644960d1d5fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106583,7 +106583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b53d3e1-8e0d-4667-b183-2c079b920bed", + "id": "7bf8a858-7463-4e8a-9722-c3159fae0a4c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106640,7 +106640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b473764f-42a4-4af0-a831-2d60922c6539", + "id": "a871ce5e-299c-47bd-893f-e75e9ed154b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106697,7 +106697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe1148e5-da48-4d1e-9403-a7e344baff4f", + "id": "89357d6d-c5c3-43f3-ad1e-5e47b478fda3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106760,7 +106760,7 @@ } }, { - "id": "7b9a28a7-ffc1-43be-9f42-af9f40c5a521", + "id": "a46583c9-29b2-4f39-b72b-5f1a9b139a21", "name": "Delete Identity Attribute", "request": { "name": "Delete Identity Attribute", @@ -106801,7 +106801,7 @@ }, "response": [ { - "id": "7a64976f-dd2e-4af2-8ba9-d5d4de1b1d48", + "id": "80e289f6-1977-47bc-95fc-59938b02670c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -106835,7 +106835,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ffddf541-f3ea-4537-96f6-953798f9c57d", + "id": "b629c4b4-f323-40ec-bd1c-e8b837e4c591", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106879,7 +106879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d43f830-4434-4ad5-9c4e-a94cdff143e7", + "id": "7bf154d8-e890-4301-bdd3-c824af3451ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106923,7 +106923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a52afbaa-e80c-4a37-80f1-9326ed30cd78", + "id": "366157db-1fbc-4366-9156-81d4fab32a49", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106967,7 +106967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe623dc1-f081-4138-ad86-70aed36f8481", + "id": "65c00d39-66bd-4f15-927f-0f05542fb8fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107011,7 +107011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ac4a5fa-a876-441c-a638-0100c6f724fd", + "id": "3a7eb370-751f-47a8-871b-1895b4f333f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107055,7 +107055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99d9e4ba-a3c0-42a0-a019-9e1edd8b50dc", + "id": "bb630acb-e440-4099-be50-85fc81e9df42", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107105,7 +107105,7 @@ } }, { - "id": "a3ecce54-1b55-4273-a61c-1a98036c7118", + "id": "c051264a-f935-44b0-85b3-6875f384cf5a", "name": "Bulk delete Identity Attributes", "request": { "name": "Bulk delete Identity Attributes", @@ -107148,7 +107148,7 @@ }, "response": [ { - "id": "0dc1744a-f4e8-459c-98a6-ec477da2e8d8", + "id": "ab04a8ea-9463-4cd1-b2f0-7e22c89d2db5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -107195,7 +107195,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4c0d1644-0d37-4413-8dbf-1130ec43717d", + "id": "d75660d0-6172-4bc7-8a58-1c023f53b4e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107252,7 +107252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e9864af-46b0-4b44-86fb-027a2f0e15fc", + "id": "ac708030-c61e-44bb-a9ac-838abb2f3491", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107309,7 +107309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4668e4a8-f2e4-4404-8afb-f7480dc7d2fc", + "id": "03affd0b-3bf5-4190-a8ab-676285c1a1f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107366,7 +107366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4498a800-2fe7-480d-8436-a7a5b30e830e", + "id": "55ebfdfa-6c11-4542-97b1-1797c20eee2a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -107423,7 +107423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21969f36-3f93-4f6c-a418-4ee1af592c39", + "id": "7ff65ce9-0ae3-4d3c-a48b-c8dd75effe2d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107480,7 +107480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3569c50-bb38-4f96-976c-c4c8042e227c", + "id": "195cca28-8fe2-44e5-a0df-434310f2f63f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107549,7 +107549,7 @@ "description": "", "item": [ { - "id": "fd59d1a5-d54b-42aa-b6b9-447203f26cac", + "id": "9bb7152d-e2b2-4901-9fc3-e7fc767ed915", "name": "Lists all the identities", "request": { "name": "Lists all the identities", @@ -107624,7 +107624,7 @@ }, "response": [ { - "id": "f810823e-c9d1-418b-b9c3-9e7a7f0a36e5", + "id": "d9639437-a3f8-45ac-8792-601eda0780ae", "name": "List of identities for the customer.", "originalRequest": { "url": { @@ -107713,7 +107713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b249b216-d4f2-43a6-bd49-d3e7e5983097", + "id": "d2339029-e627-42eb-b25c-694c4a7013b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107802,7 +107802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4646d0b2-4169-4ecb-8d12-7cb10a0308a1", + "id": "c4e4fff7-0e05-4ce3-b287-5b8d76f6ee3a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107891,7 +107891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4816419f-6096-444c-a383-be9e4d50c668", + "id": "e95c109c-c692-433a-93d2-98ab44c64263", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107980,7 +107980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b4386d9-9846-49ab-93cd-7518a3747219", + "id": "e6a04212-566c-40cf-bc6d-5536300a7238", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108069,7 +108069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cb5667f-ef5a-4920-81de-60506897cf80", + "id": "7415f24f-b231-4bd4-877b-461282f90c5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108164,7 +108164,7 @@ } }, { - "id": "ce21acbb-5faa-4a6e-90ff-0a3de91fc648", + "id": "4bced8b9-1ce4-46e9-8b36-ed684e934c10", "name": "Get latest snapshot of identity", "request": { "name": "Get latest snapshot of identity", @@ -108205,7 +108205,7 @@ }, "response": [ { - "id": "61dbe506-c68c-4b0b-86dc-6c21bf242544", + "id": "0e5bf1e2-517f-4c49-aadb-60377ae2247e", "name": "The identity object.", "originalRequest": { "url": { @@ -108249,7 +108249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e9f8877-d841-4ed5-a740-5980670d5ed5", + "id": "281163d9-2c34-4704-a223-b75973ca5221", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108293,7 +108293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73c7c79a-5373-4cd9-8639-cbf821ef3466", + "id": "5f3c06a8-b6a9-4af2-8a46-96cb84c17249", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108337,7 +108337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2711dc22-8a56-42fc-9fc1-7508c6a92114", + "id": "fee0697f-e142-448c-bf2c-37522930084f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108381,7 +108381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "269a16d7-cf29-43bb-a994-e0cb97b00ab7", + "id": "92dda014-3925-4090-b4b5-65db357442cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108425,7 +108425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33be20bd-560f-4683-8e0f-1d2dc4fea448", + "id": "dca40b9d-2ad7-4166-9f99-ecdd9b0d50f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108475,7 +108475,7 @@ } }, { - "id": "d2a4682e-e8af-4ee7-81ad-52646cb9d811", + "id": "e7be5827-c2ce-4d66-8b54-61ca156e29db", "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", @@ -108554,7 +108554,7 @@ }, "response": [ { - "id": "4d45f2e8-c6fa-456b-a30b-b7731a5efa43", + "id": "8a19952c-ee47-42c6-8613-69460024d0ba", "name": "Access Profile", "originalRequest": { "url": { @@ -108636,7 +108636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c17958b-2ca3-4d1a-ba37-3f5b2da35bcd", + "id": "d2d5222f-ee84-4ae6-b44e-dd570d4a9060", "name": "Account", "originalRequest": { "url": { @@ -108718,7 +108718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d0b58da-c55f-423c-b332-6b2a11425098", + "id": "a379b66e-1a02-4f15-ae21-f67e0922a706", "name": "App", "originalRequest": { "url": { @@ -108800,7 +108800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "517794e0-6ab3-4805-93f3-da5135487e57", + "id": "cfc13705-9481-4a2e-b655-101315858065", "name": "Entitlement", "originalRequest": { "url": { @@ -108882,7 +108882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6b0e58d-e55d-441d-8482-042f57c55adf", + "id": "545f65c0-0fcd-42f5-82bc-006fdef23883", "name": "Role", "originalRequest": { "url": { @@ -108964,7 +108964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a57688d7-e890-40fe-aa50-02b8dc6c31f3", + "id": "2af17c24-80b7-41d9-b669-bc7cdc4897b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109046,7 +109046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bddfd62e-5e3c-4c7f-8410-753d1aa06308", + "id": "49bb2a10-ab66-4e8a-9789-0d3e560be74f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109128,7 +109128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48eed467-d977-46f2-b4c0-68670a0598bd", + "id": "286e1eb1-081f-4521-b214-148a1ca16997", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109210,7 +109210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "528b5eb3-a9eb-4144-ad9a-6e73d3eda3c3", + "id": "9c381d85-ca7d-4ed2-b600-96889ae3e858", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109292,7 +109292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "359b7917-d1c3-4c4b-a16f-6c143ccc8730", + "id": "ea271a70-f87c-43ff-8ef8-7c52a6209bb7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109374,7 +109374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d509bc9d-1600-4ec1-974a-8fd3476a2632", + "id": "b90995f4-7fe7-4e39-a1d0-d04ab4f8fd84", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109462,7 +109462,7 @@ } }, { - "id": "4b143952-8603-4798-8628-dce7e198d26d", + "id": "a3d4dd20-05ff-4e8d-a18c-4a9a08fd5f48", "name": "Lists all the snapshots for the identity", "request": { "name": "Lists all the snapshots for the identity", @@ -109496,7 +109496,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -109550,7 +109550,7 @@ }, "response": [ { - "id": "32875f99-1fb4-4bc2-8c86-90564a9f478d", + "id": "2eb1c810-33f8-41be-b685-a0abe2f744ef", "name": "A list of identity summary for each snapshot.", "originalRequest": { "url": { @@ -109579,7 +109579,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -109641,7 +109641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b413770b-ee3d-4c65-9ae6-f81facc42a0a", + "id": "b22e37d8-8bd9-49d1-a054-819cffa95862", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109670,7 +109670,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -109732,7 +109732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c28e6e8d-c29b-4c3b-89eb-c53fc495e8b3", + "id": "cebb8f59-1b0d-4a1e-8a38-2e3dda1cab0f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109761,7 +109761,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -109823,7 +109823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9eb3664-0251-4e74-a043-d5d85dbcc1b9", + "id": "3f4f45be-8c5e-40ed-a770-bccbdad19cc9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109852,7 +109852,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -109914,7 +109914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23522c47-07a2-42b3-b208-ee7b3bede8c5", + "id": "e51a668a-ffc1-4994-9b98-4501fc5702f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -109943,7 +109943,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -110005,7 +110005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a61738d-2af2-4241-9b7d-9109384abdd3", + "id": "d3d3eeb1-8b11-4f42-a5f5-264b7004f5a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110034,7 +110034,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -110102,7 +110102,7 @@ } }, { - "id": "c97ecbb2-2794-4032-9743-baca9fa431a3", + "id": "240e4be3-dabd-47ad-bb74-9df6c9008654", "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", @@ -110136,7 +110136,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -110199,7 +110199,7 @@ }, "response": [ { - "id": "2d070e1a-eb5f-48f1-afd9-e2c838bdb6fe", + "id": "61628c93-ebc8-4202-b775-6300860b6638", "name": "A summary list of identity changes in date histogram format.", "originalRequest": { "url": { @@ -110228,7 +110228,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -110299,7 +110299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ef7fb21-da22-4c9a-a25f-b6397014d3f6", + "id": "cdca65f1-dbc3-4e6f-b7c6-dce1a7a518d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110328,7 +110328,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -110399,7 +110399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a28098c-0d1c-49c2-94c0-c58a9439a82c", + "id": "348665fb-e71a-4365-a6c4-2654084281c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110428,7 +110428,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -110499,7 +110499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72dc4c42-fca8-4f24-bcc0-2a963b35bf20", + "id": "43327e37-22e4-4baf-8f78-45d40a186941", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110528,7 +110528,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -110599,7 +110599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de3816ce-672f-47da-9245-82e77f4a9d05", + "id": "15ab3b40-7418-4128-8b97-4baca19ecbc6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -110628,7 +110628,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -110699,7 +110699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a35cc21-d950-41cc-8053-e3bb61628324", + "id": "df6b650b-8a28-4004-aed7-4340d7ea4115", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110728,7 +110728,7 @@ "type": "text/plain" }, "key": "interval", - "value": "month" + "value": "day" }, { "disabled": true, @@ -110805,7 +110805,7 @@ } }, { - "id": "185a6e68-304d-4d25-8977-d2680dd732bf", + "id": "5b6806b8-b1e5-4a3e-aa11-0de79056a863", "name": "Gets an identity snapshot at a given date", "request": { "name": "Gets an identity snapshot at a given date", @@ -110858,7 +110858,7 @@ }, "response": [ { - "id": "49e1428c-5c71-44cf-b90a-eb2019640d4a", + "id": "17c4b4f4-8c71-4ba0-a412-3da4cb46342e", "name": "The identity object.", "originalRequest": { "url": { @@ -110904,7 +110904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edcd01f8-2cac-4565-9a21-cc46aa6ab04d", + "id": "16e0eb3d-b1e6-45a0-949d-b7a94cd44fca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110950,7 +110950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e39a275-35de-4ef4-b140-60db1e11b425", + "id": "03b5b4e6-6501-4c68-a172-69b60e43715f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110996,7 +110996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb183892-8408-4c9b-b3c1-87745e0ae28f", + "id": "0d80cac0-8033-4bfd-85d3-d2051f5ed44a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111042,7 +111042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9dd7132-db18-4df6-b23a-364ce50e39f2", + "id": "d0055c64-1f01-4023-bc92-917890436275", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111088,7 +111088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfc03cd3-7778-48d8-86e0-d87dc3665a35", + "id": "9228dfb4-51aa-4ed6-815d-151ac7d2ab0c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111140,7 +111140,7 @@ } }, { - "id": "9963f8da-23ad-4608-8e4a-c5b20dc7cfc5", + "id": "e5484f9c-9ce9-4b39-998b-97b61a9f1d01", "name": "Get Identity Access Items Snapshot", "request": { "name": "Get Identity Access Items Snapshot", @@ -111204,7 +111204,7 @@ }, "response": [ { - "id": "a8971716-995d-4b80-9541-497bd94a31fa", + "id": "d27e7659-d641-4ceb-b2f5-21a0a09af223", "name": "Access Item AccessProfile Response", "originalRequest": { "url": { @@ -111261,7 +111261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87e7fdd9-ad7d-4283-aac2-114830585b3e", + "id": "d7204a07-320e-4d04-b7d8-83ce533503d8", "name": "Access Item Account Response", "originalRequest": { "url": { @@ -111318,7 +111318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eec61618-1b59-4190-be71-94740c5e84af", + "id": "c396d4ed-bba5-43c0-8fbd-102e6bc837c7", "name": "Access Item App Response", "originalRequest": { "url": { @@ -111375,7 +111375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7b8cda5-8904-463e-b6b6-4351fda7edf4", + "id": "6416eea9-eaa9-4b62-b579-c26f1cc6420b", "name": "Access Item Entitlement Response", "originalRequest": { "url": { @@ -111432,7 +111432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f06d7325-4764-460a-8ad9-86ed9abd4fc9", + "id": "bc9728a8-8e5c-4590-a2a5-d8339dd33a27", "name": "Access Item Role Response", "originalRequest": { "url": { @@ -111489,7 +111489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f164b37c-5c4f-4bca-85e1-6375d38011b1", + "id": "fa4d602c-4b25-454d-af4f-8e5b3b3f1f22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111546,7 +111546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfae6035-a54e-408b-aa57-21e839c1d85c", + "id": "1a9083c5-1579-4ad4-9172-ef0ded1fa431", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111603,7 +111603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3699cc94-3e80-4a1e-94bc-19f1f2f84a7a", + "id": "d1419914-9510-44e1-99a4-7bc87fba1388", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111660,7 +111660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "821cb6a6-ad6d-4ce9-a719-4ba9e732d8a5", + "id": "1fbaedf9-1b14-45d4-982e-5bf0b866dc43", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -111717,7 +111717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d8ffd3e-4f2a-400a-b60a-fe6b5bf2e28e", + "id": "b29bc4fb-e91b-408a-ac30-540339a9abcd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111774,7 +111774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66eeb48d-82a7-46bb-997d-76b1911c6249", + "id": "61c13c01-4ec1-47b5-99b1-42f3800925d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111837,7 +111837,7 @@ } }, { - "id": "2e20437b-3679-44ec-9d62-23be42e523f1", + "id": "e2f13784-3101-4299-882f-61427e320ec8", "name": "Lists all events for the given identity", "request": { "name": "Lists all events for the given identity", @@ -111952,7 +111952,7 @@ }, "response": [ { - "id": "4c10fd5e-02ee-4d67-8e7d-cff7598ccb48", + "id": "967e859e-8f50-4955-b5ba-43fcfe359f5f", "name": "AccessItemAssociated", "originalRequest": { "url": { @@ -112052,7 +112052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dcdbedb-2567-4b4d-8b5c-7088e3212f45", + "id": "fdd9aa73-af31-4413-b056-70008c7fc2f6", "name": "AccessItemRemoved", "originalRequest": { "url": { @@ -112152,7 +112152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "759d1e80-ea40-4eda-83f6-63525529c029", + "id": "a0e3bf17-e59d-41ca-a77d-0a9b88eb7821", "name": "AttributesChanged", "originalRequest": { "url": { @@ -112252,7 +112252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b0180e4-9f81-48f4-933e-b70c62c88ca0", + "id": "a3a08b56-f138-492b-89ca-b1b9ed9149f1", "name": "AccessRequested", "originalRequest": { "url": { @@ -112352,7 +112352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09e4dad0-ead4-436f-a9a0-4d1e940b1715", + "id": "77572f4f-505c-40b2-bb73-e64af9592ddc", "name": "IdentityCertified", "originalRequest": { "url": { @@ -112452,7 +112452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c50993ae-44dd-4a34-867a-9fd2208bd8ad", + "id": "abc4250b-568f-40ef-87b8-e39c7a63c785", "name": "AccountStatusChanged", "originalRequest": { "url": { @@ -112552,7 +112552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7ab8a0-93a4-4a11-820f-a7aaea22bd3e", + "id": "701f8637-d847-4c3a-bb32-b391e81741d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112652,7 +112652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd309808-9af8-4b0d-a953-5de127baca8c", + "id": "a72532e6-fd7e-4163-8d61-371fcc31ca28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112752,7 +112752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ca799fc-eee4-4651-8a29-e235adae3496", + "id": "451d9286-d991-44ed-9680-79ba5c5781c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112852,7 +112852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3cad643-6ea8-4b42-a9aa-0b987a44b143", + "id": "78f0554a-0762-4129-a376-c52693c256a6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -112952,7 +112952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc1e750f-6236-4a05-8100-a37e8b8d16c7", + "id": "5324acbf-0877-4d60-a6f3-f9a414a8ef30", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113052,7 +113052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c550579-56af-46c9-b831-9775f24debbb", + "id": "49a1e881-cabc-4b93-97e5-14ba33137a4f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113158,7 +113158,7 @@ } }, { - "id": "7b976d96-b047-4d5a-99d1-b43a4c04dff5", + "id": "3a0f2b01-48ef-479d-bb6a-0c1dde4d3c7c", "name": "Gets the start date of the identity", "request": { "name": "Gets the start date of the identity", @@ -113200,7 +113200,7 @@ }, "response": [ { - "id": "322e6492-aab1-4244-8181-76a4e23c985e", + "id": "0d645ee5-7513-4102-b3dd-57f2f7c15c25", "name": "The start date of the identity", "originalRequest": { "url": { @@ -113245,7 +113245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54a039e7-3652-4b62-8b31-03521bba34bf", + "id": "81e42448-095d-4763-8d4e-21645038e0e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113290,7 +113290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c4501db-4e84-4b3f-bab2-2d389a5f6d20", + "id": "f2931c22-0419-4afc-918a-c0aad6a0dbfe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113335,7 +113335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "302d2225-8381-4ae7-9561-687ad18b675e", + "id": "b75eb66b-6cd2-47c4-b501-1508dcdbdbfb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113380,7 +113380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea144ec3-8fc2-44f3-bcb4-3a80f98ab665", + "id": "0a6dfe98-1659-4a1a-a505-ef9fe9a2b027", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -113425,7 +113425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d2a0d72-cf67-406a-907c-c16a08ad6745", + "id": "cd03e318-201d-4787-aafc-0bf8ab951a1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113476,7 +113476,7 @@ } }, { - "id": "7645ce3b-e277-4f03-b753-0a079d74c3eb", + "id": "baa0c1f7-4390-4bf5-9f10-dda543488e4d", "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", @@ -113519,7 +113519,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliqua" + "value": "pariatur do cillum cupidatat in" }, { "disabled": true, @@ -113528,7 +113528,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "labore incididunt sed deserunt" + "value": "incididunt sint nisi" }, { "disabled": true, @@ -113582,7 +113582,7 @@ }, "response": [ { - "id": "42f44ef8-c944-4772-8c18-fa34182eb070", + "id": "54330edd-1b12-468c-8a19-163e579fb73d", "name": "A IdentityCompare object with difference details for each access item type", "originalRequest": { "url": { @@ -113620,7 +113620,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "labore incididunt sed deserunt" + "value": "incididunt sint nisi" }, { "disabled": true, @@ -113682,7 +113682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f146296-bb05-4782-a156-98baad6a51c2", + "id": "40652404-1849-4a66-9cf8-df4148aa13a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113720,7 +113720,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "labore incididunt sed deserunt" + "value": "incididunt sint nisi" }, { "disabled": true, @@ -113782,7 +113782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76484e3a-4e2a-4002-85da-10d4a630775a", + "id": "9b1f064e-70f5-4a5a-a10b-d382ac58655b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113820,7 +113820,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "labore incididunt sed deserunt" + "value": "incididunt sint nisi" }, { "disabled": true, @@ -113882,7 +113882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15351bc4-7b2e-48b6-b01c-20e5b5648e6a", + "id": "483b9117-baa5-45c1-a23d-61966f559baa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113920,7 +113920,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "labore incididunt sed deserunt" + "value": "incididunt sint nisi" }, { "disabled": true, @@ -113982,7 +113982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "422e45ac-3140-46d4-9e3a-a5aa1e15d038", + "id": "3c92632e-6aba-416d-9e46-7d135730eb23", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114020,7 +114020,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "labore incididunt sed deserunt" + "value": "incididunt sint nisi" }, { "disabled": true, @@ -114082,7 +114082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eafdda6d-ec2a-40a1-9dd3-02160930d73f", + "id": "b4a27aa5-32cb-41ad-81af-856269924180", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114120,7 +114120,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "labore incididunt sed deserunt" + "value": "incididunt sint nisi" }, { "disabled": true, @@ -114188,7 +114188,7 @@ } }, { - "id": "93e9d6b1-c81d-4849-befd-238195774e62", + "id": "f9f89b78-ecc6-407d-86c2-9a05208a0780", "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", @@ -114300,7 +114300,7 @@ }, "response": [ { - "id": "cbe7c7b8-c653-4c82-9266-745af385d7d3", + "id": "e52c11e2-efdb-439f-816d-3ad2bbd3b075", "name": "A list of events for the identity", "originalRequest": { "url": { @@ -114401,7 +114401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd35f1bf-4989-40e4-aadf-ec108b0cbf88", + "id": "53f220f0-26b0-41e4-99db-67a7d8990ad9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114502,7 +114502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd1fd2c2-3014-4e3b-b1fe-7363b9e941ca", + "id": "cfc6a152-2366-4df9-8c6b-5686f12ab187", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114603,7 +114603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14a05b31-8961-47d6-8f99-208406fa0101", + "id": "18d5a12b-b310-45c9-8f12-c4a1353250c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114704,7 +114704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d68562-3ae9-4348-affb-7d9a54eec115", + "id": "a2f6fffd-162d-45eb-85c8-18ab6a3d3379", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -114805,7 +114805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce45cf2e-6451-4071-8c2f-40664665eaca", + "id": "b10d9129-6bf8-4aee-a2cb-9cf2d2aa55f1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114918,7 +114918,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": "2af41f8d-0b45-42d5-8e74-0dc221197d02", + "id": "454582d2-0b8c-4c9c-9e65-7890d84b6c90", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -114993,7 +114993,7 @@ }, "response": [ { - "id": "3e60d0d9-7294-45a2-a70c-3416b490bac8", + "id": "a2b4acca-0c7d-463d-acc4-09a9df8fb041", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -115077,12 +115077,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\": \"urn:uuid:9f66d8f7-398c-3ae3-71e8-302aa6af933b\",\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:8a5c1aa8-bd37-c391-197d-5c1b3bdaac85\",\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\": \"68b8bf80-c265-d823-bef4-16d6a8eefb2d\",\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:6ae1ff75-345a-849b-d2e9-410e4513b998\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4e77aa03-917b-4141-b225-6d91ebd3694e", + "id": "807bb1ae-a7f0-4fb3-a6d2-06a6d9e95b63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115171,7 +115171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76c9de79-0d95-4e77-ba53-0b770bc700c9", + "id": "4415631f-b01b-49a6-aa3c-07c6e6fa4069", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115260,7 +115260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3497505-ac55-48ce-a003-4ba5d423ccba", + "id": "c9167cdc-6d4d-4c93-bb5d-27f8785b158c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115349,7 +115349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d335b4b-79d9-442e-bfd3-6fb53cb2d9a3", + "id": "07f352aa-9ed6-4c1b-b028-ec74e7503729", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115438,7 +115438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "765610b3-d51f-4d18-92cd-714b398a1a6a", + "id": "349ee282-0935-4c54-84f2-33aedcb4f61d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115533,7 +115533,7 @@ } }, { - "id": "44314e8b-53c4-40c8-925b-fd91f9933dfe", + "id": "55a33d52-73b5-49c9-8131-e3131bf5dd9f", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -115564,7 +115564,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\": \"36702900-1da6-3e64-167a-2e7579d5578d\",\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\": \"urn:uuid:f63de713-ebc5-8550-ff09-f539a604537a\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -115575,7 +115575,7 @@ }, "response": [ { - "id": "a6ccba28-1c37-4c11-af73-957fb27df817", + "id": "65654973-e746-48cc-af7b-1ad021f6bc8a", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -115609,7 +115609,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\": \"36702900-1da6-3e64-167a-2e7579d5578d\",\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\": \"urn:uuid:f63de713-ebc5-8550-ff09-f539a604537a\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -115626,12 +115626,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:5c825114-b8f3-52d8-963a-67ec6af1e7f0\",\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\": \"8c43ff3a-a1c3-715e-f1b4-4a0b10a6f405\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8387855c-64d2-4cda-b545-43a3402a95de", + "id": "e9c30e23-a9c5-4747-bd27-296dcf115685", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115665,7 +115665,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\": \"36702900-1da6-3e64-167a-2e7579d5578d\",\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\": \"urn:uuid:f63de713-ebc5-8550-ff09-f539a604537a\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -115687,7 +115687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "369fb576-9e9e-4ea9-87b8-7b97a527a691", + "id": "65b09864-a21c-4216-b9ec-1e7ad96fcfc0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115721,7 +115721,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\": \"36702900-1da6-3e64-167a-2e7579d5578d\",\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\": \"urn:uuid:f63de713-ebc5-8550-ff09-f539a604537a\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -115743,7 +115743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2864f002-9672-40d2-be5d-ba0d604379bb", + "id": "20f8dc10-d809-4a1d-b469-447bf5c13f9c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115777,7 +115777,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\": \"36702900-1da6-3e64-167a-2e7579d5578d\",\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\": \"urn:uuid:f63de713-ebc5-8550-ff09-f539a604537a\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -115799,7 +115799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a4af30e-36e1-48fe-9c2c-989e2e3bc56d", + "id": "3adfa688-397e-4673-964b-a5153ae1fe2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115833,7 +115833,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\": \"36702900-1da6-3e64-167a-2e7579d5578d\",\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\": \"urn:uuid:f63de713-ebc5-8550-ff09-f539a604537a\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -115855,7 +115855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1d95af7-be37-495c-b7c1-20fd0df74e15", + "id": "d15bc969-1066-4bbd-ad6b-5fe215bc33ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115889,7 +115889,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\": \"36702900-1da6-3e64-167a-2e7579d5578d\",\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\": \"urn:uuid:f63de713-ebc5-8550-ff09-f539a604537a\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "options": { "raw": { "headerFamily": "json", @@ -115917,7 +115917,7 @@ } }, { - "id": "9c8b6939-d6bf-4d9d-b9fe-a883f40f3252", + "id": "1cb904f8-ac8f-4288-93f5-8caa8521ee86", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -115960,7 +115960,7 @@ }, "response": [ { - "id": "f5e08f31-da80-4e36-b8f8-628891963e40", + "id": "f7ece1e0-3277-42f8-90d6-a92aaeb8228a", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -116012,12 +116012,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\": \"1978-01-14T00:17:35.512Z\",\n \"launched\": \"2019-01-05T18:27:40.388Z\",\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\": \"2018-01-12T13:51:31.043Z\",\n \"launched\": \"1972-03-14T21:59:44.886Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f65071f5-2249-4f6d-a668-5662d2c79797", + "id": "3773b7f9-cca9-44c4-a9f3-c3a3f93fb8a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116074,7 +116074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41542459-14d4-4ded-849b-db2bc79e3a11", + "id": "f7acdd75-0c69-4b6a-993f-36f744760ec4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116131,7 +116131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1422e019-0b80-4ceb-b873-3aaf2ea03f26", + "id": "c17b171d-07f1-41b1-812b-33a85b45234d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116188,7 +116188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a5fbcac-845a-4f89-baea-9cf828f3c793", + "id": "3d654ce1-666b-4f2a-afaa-55762b5c93d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116245,7 +116245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9709ab4c-387f-402e-9e8d-ca701b85248a", + "id": "74e1005c-d7f3-4cbb-894a-482d66214507", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116308,7 +116308,7 @@ } }, { - "id": "32ab3b6b-de22-4e8d-8519-2ac0e631e43c", + "id": "f1e413bb-d571-4eae-b65e-6f49bc8c571e", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -116384,7 +116384,7 @@ }, "response": [ { - "id": "07e97c3a-9e9f-4e43-9a65-222976b53da8", + "id": "0e38725d-70bd-4ab7-9000-05c903cda805", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -116474,7 +116474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf5794d9-eeaf-4a84-8459-ba113e5cd68a", + "id": "6c77cac6-b4de-467a-839d-6d34a89d57d1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116564,7 +116564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73135986-9914-44f0-9ae8-d7b134260a96", + "id": "3cb46148-f00f-4ac8-b2c6-0770c5371d37", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116654,7 +116654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d08d5321-ff3c-460c-bc25-46a7ba34f610", + "id": "b5a9d4cd-2a43-4bed-b030-a92d6b9ad1a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116744,7 +116744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d8d6f1d-eb9a-436d-8fb1-d048ff15c98e", + "id": "69c396af-9d67-4ec3-a581-bc2aa86c5539", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116834,7 +116834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac41d12-a8c6-4dc8-bd38-199f5fc844c4", + "id": "40f89b7f-f718-4ecb-be79-a967493c8ec3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116924,7 +116924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37ee4759-7933-43e5-9ab6-0cbf5bccb3ad", + "id": "b2e06e03-35f1-4cf2-ab6b-8c552e44ebef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117020,7 +117020,7 @@ } }, { - "id": "7cf2b01a-e22d-43ee-b5ff-d889198d13d2", + "id": "ce45fcbc-fcf7-45c4-98e5-76ea5023ffad", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -117063,7 +117063,7 @@ }, "response": [ { - "id": "c315d05f-c34c-4b7f-bb25-8a877e3fc727", + "id": "628946ad-3a9d-405c-a50d-d328a387d4dd", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -117115,12 +117115,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 \"ea_108\": {},\n \"minim_7b\": {},\n \"sunt59\": {}\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__\": {},\n \"ex53_\": {},\n \"laborum_c2\": {}\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 \"non94\": {},\n \"consequat1\": {}\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 \"irure_f\": {},\n \"reprehenderit_6c\": {},\n \"nostrud95\": {}\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 \"laboris_78\": {},\n \"adipisicingc\": {}\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 \"veniam_9\": {},\n \"do_b\": {},\n \"non_5\": {}\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 \"laborum92\": {},\n \"essec39\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolor_a\": {},\n \"sed4\": {}\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 \"cillumdbc\": {}\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 \"Lorem2f1\": {},\n \"nisi6d\": {}\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 \"commodo_ca\": {},\n \"sed_b\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"in_d7\": {},\n \"ad_1_\": {}\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": "34e472bd-faae-454a-8ff9-3a10af7f1914", + "id": "aa72fcb2-5cb2-49a0-80ca-4b64decb7bf7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117177,7 +117177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a1ef615-4ca6-469c-a744-60582d656a9a", + "id": "6977ddad-7509-4191-a6ae-b57c62a67865", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117234,7 +117234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5b0d20c-bc9d-4142-9550-db0f636803dc", + "id": "b98b4dad-3354-4f6a-bab7-927a81d4dc11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117291,7 +117291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f8a251f-9012-4136-afe5-0381827bcf8d", + "id": "f40c3128-e1ee-4d88-96b0-ed727e415c96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117348,7 +117348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "971a9ec7-c6da-49d1-8e49-9b7022813ab3", + "id": "27fb07f4-64f4-4498-b9cf-8c0af4750f49", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117411,7 +117411,7 @@ } }, { - "id": "22be0563-e434-4089-8bac-4205c5997eb8", + "id": "b6f4936a-1566-43a0-9865-6e552c7bc444", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -117443,7 +117443,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:6c5ee9f0-ef75-8376-239f-13719621765e\",\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:7ced91af-57dc-0ec2-6a11-d3b883dd5fc8\",\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", @@ -117454,7 +117454,7 @@ }, "response": [ { - "id": "afc02abb-e87f-49eb-bb6c-9d81e89a3700", + "id": "f003f1a3-f0a9-4d19-9e9b-fe194d781116", "name": "A preview of the identity attributes after applying identity attributes config sent in request body.", "originalRequest": { "url": { @@ -117489,7 +117489,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:6c5ee9f0-ef75-8376-239f-13719621765e\",\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:7ced91af-57dc-0ec2-6a11-d3b883dd5fc8\",\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", @@ -117511,7 +117511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6ce8ab1-301c-4b05-9c66-5faa257baaf8", + "id": "88d57751-fdb2-45d7-ba99-6de6618b735d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117546,7 +117546,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:6c5ee9f0-ef75-8376-239f-13719621765e\",\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:7ced91af-57dc-0ec2-6a11-d3b883dd5fc8\",\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", @@ -117568,7 +117568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1f5afdc-ae7b-450e-aaba-53fddeac5094", + "id": "cbdbde2d-dde1-4bb3-be80-2bc6f5183562", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117603,7 +117603,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:6c5ee9f0-ef75-8376-239f-13719621765e\",\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:7ced91af-57dc-0ec2-6a11-d3b883dd5fc8\",\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", @@ -117625,7 +117625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34480c7a-3689-470e-8f98-55545e31fda6", + "id": "781cdb2e-b815-47ad-b0f3-dc881adf0ff0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117660,7 +117660,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:6c5ee9f0-ef75-8376-239f-13719621765e\",\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:7ced91af-57dc-0ec2-6a11-d3b883dd5fc8\",\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", @@ -117682,7 +117682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a052a4c-f735-4d90-a7f8-3fa6a36e3bfa", + "id": "6a811b41-227e-4e59-87dd-fb034e624e12", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117717,7 +117717,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:6c5ee9f0-ef75-8376-239f-13719621765e\",\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:7ced91af-57dc-0ec2-6a11-d3b883dd5fc8\",\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", @@ -117739,7 +117739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25c72af0-5e98-4a74-beee-876c29f04038", + "id": "69b6903f-3bdc-4fc9-9ce2-4031954aa1b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117774,7 +117774,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:6c5ee9f0-ef75-8376-239f-13719621765e\",\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:7ced91af-57dc-0ec2-6a11-d3b883dd5fc8\",\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", @@ -117802,7 +117802,7 @@ } }, { - "id": "79826bfd-384f-4040-a168-341099a872fc", + "id": "da188ef3-0f13-4ee6-a76c-dd4063f96234", "name": "Gets a single Identity Profile", "request": { "name": "Gets a single Identity Profile", @@ -117843,7 +117843,7 @@ }, "response": [ { - "id": "a1fa5d58-22b5-4259-beba-d748ac324cf2", + "id": "a57de959-608e-4919-b2a0-a03354dc59c2", "name": "An Identity Profile object", "originalRequest": { "url": { @@ -117882,12 +117882,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:5c825114-b8f3-52d8-963a-67ec6af1e7f0\",\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\": \"8c43ff3a-a1c3-715e-f1b4-4a0b10a6f405\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c81984a0-a0bb-4888-8216-49f94222b11c", + "id": "11589c6a-8bb6-4a14-a27b-c6a43dbca5cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117931,7 +117931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21638111-5610-4d63-984e-59a400e16082", + "id": "a36d8c9b-bb9d-45b8-80b4-7a0937bccdbb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117975,7 +117975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91fe0bdf-7207-4130-a866-5a284d7db76a", + "id": "cf95ea03-e036-47f6-950b-f27e5c0fbb5d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118019,7 +118019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dfddc1f-6491-481f-b1c1-d1529c2382b4", + "id": "e8ed6f82-012f-4107-be3b-b25f425c8004", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118063,7 +118063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4716b5d5-0781-47a9-98c4-f53ecff7f4b3", + "id": "253e07d5-f193-4a78-b4a5-d1eb2a0548a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118107,7 +118107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74b127df-3921-4c66-9f94-750e11e24c11", + "id": "f2f0281a-74ec-4bad-aac3-28a00e7ca39d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118157,7 +118157,7 @@ } }, { - "id": "5dc96c52-6165-4c50-ba9e-e584aaf82a31", + "id": "d40b3e04-8e57-4254-8931-c50200f8b7d7", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -118198,7 +118198,7 @@ }, "response": [ { - "id": "a66ce5c7-d716-4fc0-a9aa-30b277b4824f", + "id": "0dd41555-17d3-4538-a9d7-03d836c41358", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -118237,12 +118237,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\": \"2012-06-18T00:43:14.047Z\",\n \"launched\": \"1960-10-07T20:07:43.704Z\",\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-11-30T23:21:08.461Z\",\n \"launched\": \"1998-05-15T08:15:32.033Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "80823e03-49ff-41da-8791-13fa71bb58ff", + "id": "734d9b02-34e5-4b9b-b2b9-dfbcc8daf9c9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118286,7 +118286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e149924-6b10-437f-a290-2afdd2729a12", + "id": "164a5a48-f2c6-4ae6-9d0e-7e3fe8d12f5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118330,7 +118330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68f72bba-f626-4648-a533-54f0f52426e9", + "id": "7a322162-d155-4679-8310-ebb3a03820d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118374,7 +118374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e36f613-e68d-4500-9f91-43d6e014c051", + "id": "18349960-a0a5-4656-8863-24b2f4ae6e1f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118418,7 +118418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e97cafd3-304c-4e32-8dd5-c4a5f7e7619b", + "id": "9421735f-047b-43d7-a763-b8eecc607adb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118462,7 +118462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8557c70-9670-421e-983c-63c818df57f8", + "id": "18894269-df82-46eb-9cb4-1763fe794358", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118512,7 +118512,7 @@ } }, { - "id": "c88a0099-093c-4b82-8e21-ab75c7f2f3af", + "id": "36a5ed48-4961-4a9b-9217-1c9db6bcee03", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -118566,7 +118566,7 @@ }, "response": [ { - "id": "401b36f0-2982-490d-b1d8-08fefcb4b55b", + "id": "e5891d47-9912-48fd-9aff-999998b871d0", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -118618,12 +118618,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:5c825114-b8f3-52d8-963a-67ec6af1e7f0\",\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\": \"8c43ff3a-a1c3-715e-f1b4-4a0b10a6f405\",\n \"reportName\": \"My annual report\"\n },\n \"hasTimeBasedAttr\": true\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "91ed7868-dd17-4f05-9576-7fc97834d378", + "id": "8da77f4e-ee4e-4b40-adc4-e41d95ffeabd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118680,7 +118680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "229ab995-62e1-496f-88a0-aa724d8c51b5", + "id": "d2826272-82fc-47ee-ad66-d9e265c04fa6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118737,7 +118737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b270061-56ac-404b-9d4e-b23af78b973e", + "id": "68b9b9bc-7295-4f33-83a5-699838d9b810", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118794,7 +118794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce105489-e723-4f79-a37f-9cb04aa1b362", + "id": "aa79fe04-ef3f-4ac8-9ed9-f1dd0eff9e35", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -118851,7 +118851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a43d7938-d870-426d-8eda-d382cbc25f9f", + "id": "b2446fbd-8141-46df-8979-1cc4d4446a08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118908,7 +118908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fa037cd-ac96-4342-a272-654adf8b3f6f", + "id": "a5a50a88-31f6-49ee-b0e2-a7ec07b51a16", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118971,7 +118971,7 @@ } }, { - "id": "06643653-3e08-491b-ae5f-24f40f727ebd", + "id": "5ff278af-c5f9-49a4-8ccc-81e8318bbb00", "name": "Default identity attribute config", "request": { "name": "Default identity attribute config", @@ -119013,7 +119013,7 @@ }, "response": [ { - "id": "98f2f1ee-4f1e-414d-a511-7d6bc9840fee", + "id": "37d1ce74-ad09-4c6a-9228-2f604d3f7d40", "name": "An Identity Attribute Config object", "originalRequest": { "url": { @@ -119058,7 +119058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c21094be-526e-4f95-b40b-e28f76dc0db0", + "id": "2fe0e660-b683-4663-9acd-245bc3875acc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119103,7 +119103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b54e30bd-bf3c-467f-8249-ccaad3c1aa3b", + "id": "e18763b9-e3b8-447a-9ab0-62f17d2150fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119148,7 +119148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "734ee87b-9c58-4169-ac16-7503baf7d209", + "id": "d6ccb4b0-5495-46e1-95d6-a59225c05267", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119193,7 +119193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb187544-5d1e-4179-b846-fa621e3210a4", + "id": "904b64f3-72bd-4283-b7a2-81bd0e66cdac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119238,7 +119238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10adbd49-6fef-4b7d-9938-2ac18474b0a3", + "id": "33b808a6-06ac-4566-a20a-7a0217f78e53", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119283,7 +119283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ab04f7b-e5e2-4321-a431-a5e775cacaa4", + "id": "ecee80d3-6514-40ea-8005-b8e38470200d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119334,7 +119334,7 @@ } }, { - "id": "7cc0dc67-39eb-42b0-b992-968647358683", + "id": "a8cd97eb-115e-4246-9e5d-49d6739e017d", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -119376,7 +119376,7 @@ }, "response": [ { - "id": "2a6d3b95-ead1-4263-be8c-86426c050b46", + "id": "5433a154-9997-4604-89ba-6cd8de45dbf2", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -119421,7 +119421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c7ebb3c-9554-4ea8-a98a-afc9198c1f34", + "id": "b767e4a3-d67c-43f4-80be-95673e8f0a83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119466,7 +119466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "931dc557-28ce-4eaf-a6e3-6de5af8e1abf", + "id": "49b50f59-2bc0-45b1-8c27-887cfc425028", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119511,7 +119511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47765ace-0603-4f16-9843-7e06efefa8b0", + "id": "4aa5ec96-fd56-429d-b74e-a304194b39cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119556,7 +119556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc56b9ec-74da-465f-a7b3-b9a69e2ee61c", + "id": "02f46863-676c-4269-b307-7fcaf1e4c0f2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119601,7 +119601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "958e0dba-f9f8-40b2-85dd-da5cf3468182", + "id": "629b93aa-c8cc-4f40-b578-4a20e3d11123", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119646,7 +119646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54ca3cf0-53e1-4e9a-be55-dfc93b8ed160", + "id": "c38a73d2-ae8b-4a86-90fa-ac2dafb49148", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119703,7 +119703,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": "f8c693b0-38e9-4972-b349-d4a6153f1a1e", + "id": "6575293c-a28d-4b49-a1f6-420e7673d24d", "name": "List all Launchers for tenant", "request": { "name": "List all Launchers for tenant", @@ -119760,7 +119760,7 @@ }, "response": [ { - "id": "00fa059b-0e6b-40e0-b9b7-7cab53551ff0", + "id": "8fa1e980-ced5-40e1-805e-c6168d2e6628", "name": "List of Launchers", "originalRequest": { "url": { @@ -119826,12 +119826,12 @@ "value": "application/json" } ], - "body": "{\n \"next\": \"voluptate aliquip\",\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\": \"pariatur consequat cillum dolore sunt\",\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": "618a4490-7cdb-4076-9224-fc0d983135b7", + "id": "824e39e0-c462-41a7-bebe-bb2a78bac2fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119902,7 +119902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79a9647b-4cbb-4d01-b468-db5cf97da98b", + "id": "8172394a-bdeb-4ff9-8bfa-60c151231877", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119973,7 +119973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8668fb4-6cdd-4f8e-8dde-793f7a99016f", + "id": "876bc8c0-6232-4b2b-abac-ded916fb42fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120044,7 +120044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e916d46f-253e-4dc2-9071-4a964f0b86ce", + "id": "6a87d53d-8573-4003-b475-582212fcc973", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120115,7 +120115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23058646-8efd-42a5-8a80-e4201c1756d8", + "id": "57e0d5e6-0d8d-4008-ad40-a68e8befe445", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120186,7 +120186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8b7d2ae-1cb6-4af8-96a6-fbbcfea43735", + "id": "03ac5a68-9080-4e93-9e86-a3d46a286123", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120263,7 +120263,7 @@ } }, { - "id": "b08d043f-f933-4291-bc44-2a02d2c1f21d", + "id": "1f70ebe3-1850-404b-8503-c477096de354", "name": "Create launcher", "request": { "name": "Create launcher", @@ -120305,7 +120305,7 @@ }, "response": [ { - "id": "aeb32151-c73b-4e30-84ab-2294f286df45", + "id": "e8db6f28-f993-42e9-a301-789cdb7c4fdb", "name": "Launcher created successfully", "originalRequest": { "url": { @@ -120361,7 +120361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc90f6f6-da6a-447d-922e-848f0421985d", + "id": "ac759cd6-3fca-44bc-b7a8-43004d1c6c2c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120417,7 +120417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce6d5011-6f80-4dc2-8d6e-08fb9e451532", + "id": "e140ec14-6ee9-4f10-bba5-8ccbe772a4e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120473,7 +120473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53e5bded-784a-4b0e-97bc-bba0d47e063d", + "id": "0f5d7c04-559a-4768-a0c8-e115b83fa04e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120529,7 +120529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dbed4b5-5349-459d-af2b-45b03628e1d1", + "id": "a8c64991-7849-4485-84b5-59021f675460", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120585,7 +120585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a747ac24-79d6-477e-8368-e48181caf209", + "id": "eb3ba756-afdc-483c-9da9-bbe09220de73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120641,7 +120641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b886346-6c9b-404c-833b-4d47b538baea", + "id": "e970f930-fb7c-46ba-af61-657f73dfb4a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120703,7 +120703,7 @@ } }, { - "id": "dbe391f0-e8c9-405b-b53c-09116cc1f2e9", + "id": "f6238b1a-97ff-4ede-86e8-b4e13610449f", "name": "Get Launcher by ID", "request": { "name": "Get Launcher by ID", @@ -120744,7 +120744,7 @@ }, "response": [ { - "id": "2d378556-3d19-4162-9f3b-afd2e5c14498", + "id": "b3a66969-a9d3-451d-8881-f0c800433863", "name": "Launcher retrieved successfully", "originalRequest": { "url": { @@ -120788,7 +120788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a1c7499-900f-4f6c-b9a8-a7af8973c704", + "id": "05072c71-2037-446d-976c-0fdfaa3c90a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120832,7 +120832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11a5c9ed-a3c6-4551-9f44-0b9c0d770c4b", + "id": "1a1d0246-faca-401b-8137-eb77e1f37bd9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120876,7 +120876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd202434-6ecd-48be-a8b8-c51e3f130745", + "id": "6253bb06-fab0-4d33-af99-205f0ebf683d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120920,7 +120920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8070759d-810e-42a1-a584-fa5af6617411", + "id": "b8a32c0b-336d-4bf9-9541-34a20cde7fc8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120964,7 +120964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "797bba89-4160-4279-9b36-4d27220d8910", + "id": "37fdcb5f-bcac-4d71-bd28-53170d3bb861", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121008,7 +121008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c24973a5-36a9-4cc4-81e0-59e608e66a66", + "id": "65b45814-bb3e-4094-827b-1d1bb7ac6cf2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121058,7 +121058,7 @@ } }, { - "id": "2ff8ee92-2d0b-4eab-8c3d-e7815c7f6d7f", + "id": "f15a8d21-29fc-40b7-bfc7-2da2bdc9968b", "name": "Replace Launcher", "request": { "name": "Replace Launcher", @@ -121112,7 +121112,7 @@ }, "response": [ { - "id": "1c5b80a4-fc16-49fb-86f6-47ad2119db1b", + "id": "7a79e524-7d15-457a-ba37-40e4eb188f1a", "name": "Launcher replaced successfully", "originalRequest": { "url": { @@ -121169,7 +121169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fffefc96-6640-4442-8c8a-119c514a149a", + "id": "129bde0c-26c7-44d2-a474-42837e2a0a96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121226,7 +121226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a97cd4f-a263-4285-85e7-b2265e00bc10", + "id": "47ca1869-e10b-4fa4-b1b3-6df2e5236da1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121283,7 +121283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f4bfd09-a651-43c5-b2e6-60f09e1f91cb", + "id": "3a6fdeab-908c-40c2-a498-5aaec7c6565d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121340,7 +121340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7591cd4a-df01-414e-a5ad-b384ea080a56", + "id": "938e6975-f0da-4561-97e2-25e366c86ee0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121397,7 +121397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fe3a7e5-046b-4d8a-a0c0-99d5c3b3225a", + "id": "9eef675a-a226-4be2-a0e7-53cd5754871b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121454,7 +121454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "992e757f-56bb-4b32-a720-f652c7f29fce", + "id": "197681b6-a7ba-4a5a-a734-44038bad7b56", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121517,7 +121517,7 @@ } }, { - "id": "062b9b99-d429-4513-86fa-084eacee1f31", + "id": "f0b6e97d-d69f-461a-b0d7-8981a2594503", "name": "Delete Launcher", "request": { "name": "Delete Launcher", @@ -121558,7 +121558,7 @@ }, "response": [ { - "id": "5ba4b6e6-5d65-4321-a2ce-aee82065de07", + "id": "09860e1e-6c83-436e-b899-abb90a9e8ba2", "name": "Launcher deleted successfully", "originalRequest": { "url": { @@ -121592,7 +121592,7 @@ "_postman_previewlanguage": "text" }, { - "id": "59cda46b-41e6-483e-b7c7-4191bafa60ec", + "id": "16e95653-3468-4eaa-8a69-51286b6a8e13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121636,7 +121636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb129b3d-f271-4068-905b-eeec4d10af1b", + "id": "5fa6a4f7-34c9-4760-90a5-1ad2663955c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121680,7 +121680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edac89dc-bd60-4f4f-8b11-e818807beffe", + "id": "fe650bcb-b217-45c7-9c17-c173bf1abe22", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121724,7 +121724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42df5f8b-0f69-4d72-a484-93af7721475e", + "id": "b89a3878-653e-4bde-9362-411d142764b8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121768,7 +121768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbba51d9-a365-417b-9d79-64c42cf8a70d", + "id": "048d60d9-d0ac-47bc-bfa2-facefd5eda4f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121812,7 +121812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12cdedd0-5c29-47ff-b74c-53ec7cb08730", + "id": "6d4937be-5683-430a-b6b4-0c531eab0d3a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121862,7 +121862,7 @@ } }, { - "id": "3aa7e9a4-1ab3-4794-a896-06f2ac09a255", + "id": "5c517599-972e-4212-9f41-3e9622374307", "name": "Launch a Launcher", "request": { "name": "Launch a Launcher", @@ -121905,7 +121905,7 @@ }, "response": [ { - "id": "2e8a83bf-b477-417a-9300-4c32e43257ef", + "id": "015535dd-5e31-4fc2-bcc5-e74ea1bf82ba", "name": "Launcher launched successfully", "originalRequest": { "url": { @@ -121951,7 +121951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f91216c0-1e61-4c36-b4c0-8b1016ce6171", + "id": "13415d2c-da35-4f19-83fa-04cf1fcf8819", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121997,7 +121997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b1cfd11-3a77-4a9c-905c-ffa9531ba7b6", + "id": "1e6cf751-90b2-4b98-9dd6-5fd5842c234d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122043,7 +122043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43ee0e98-770b-497c-969b-e9db436b6b90", + "id": "39236886-3f78-4ac2-8d91-a39f630e00ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122089,7 +122089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "603f918b-82fa-426d-980d-ae8cae0f9f7e", + "id": "091bf1aa-a2a4-41d9-a804-e7b5476baa31", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -122135,7 +122135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ee5eea6-4554-4306-add3-2c6cfa88ff15", + "id": "5e453815-a767-4a30-a784-0005bebc3aac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122181,7 +122181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17f5c152-cf7c-406d-b256-bcd3a160c494", + "id": "60f44c1f-7fcb-4cda-a907-fc8040b10195", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122239,7 +122239,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": "b77bf885-d476-47ae-829c-338d626faff3", + "id": "4d571350-8e72-4458-aedc-6291dda58372", "name": "Get Lifecycle State", "request": { "name": "Get Lifecycle State", @@ -122292,7 +122292,7 @@ }, "response": [ { - "id": "59032bda-e4f9-4d75-b5f9-eee9d69442e9", + "id": "b7bb1988-66e0-4046-962e-56e451071ef0", "name": "Requested lifecycle state.", "originalRequest": { "url": { @@ -122338,7 +122338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c8dfc3e-af57-4edf-922d-ccd3fdb5f3ec", + "id": "121efe1f-e9d0-445f-b10c-8259da547861", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122384,7 +122384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b5d6d99-5359-438c-a553-2d1e00688260", + "id": "d8a696b7-52ad-472b-b18d-18de416de28a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122430,7 +122430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62600f83-02a6-484a-a625-15b04fa0d1ac", + "id": "3aace668-1010-4565-b94a-ec25c7439e5a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122476,7 +122476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8589612-7eb8-4963-bfc2-92d80c675aa3", + "id": "8f51413e-a293-4066-a77a-fa2129d68b00", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122522,7 +122522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dddca27-6e21-4201-9ec9-18a6765beb84", + "id": "0480a807-3010-4040-8057-9708fdb01982", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122574,7 +122574,7 @@ } }, { - "id": "2026a227-ed43-4b8b-a4d3-a79c05b37bb3", + "id": "76a2a146-2151-465b-937d-59604bdf5a59", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -122640,7 +122640,7 @@ }, "response": [ { - "id": "66fef79f-9f52-4bb2-abb4-c1dde7f856d6", + "id": "34b3d655-4e74-4c57-9a67-ad2b8248ccbc", "name": "Updated lifecycle state.", "originalRequest": { "url": { @@ -122699,7 +122699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13088164-acb7-4327-a301-273f43f3e042", + "id": "a738ae14-c3a7-4b59-b149-fccbe8538eb2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122758,7 +122758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec27f124-1d7c-4f96-8db4-9b04c9388439", + "id": "7ef85b7c-5bb5-45ad-b948-17eafb8a6aa7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122817,7 +122817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10ffafb1-2f47-483b-8f93-161370b9a349", + "id": "399688f2-96d2-4fa7-88f8-8439938a98dc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122876,7 +122876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a930e416-ffac-4fb7-b4b5-e1fa5997b357", + "id": "481157c0-78f5-419c-839f-c956b2a1e175", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122935,7 +122935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aabfbe27-8ea4-499b-8d3e-7fe7f2ba756c", + "id": "11bf682d-8c28-4f34-8d00-ca9226506179", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123006,7 +123006,7 @@ "description": "Read and write operations for managing client data and statuses", "item": [ { - "id": "9c4f794a-ed9d-474b-b266-5ed40b643e27", + "id": "c629f09e-cdde-431b-a3e4-c7701e76ce7c", "name": "Specified Managed Client Status.", "request": { "name": "Specified Managed Client Status.", @@ -123058,7 +123058,7 @@ }, "response": [ { - "id": "e04d986e-9960-4994-a4d8-8c6373219e48", + "id": "45ba799a-ba0f-47a4-873f-2a4191f0acf1", "name": "Responds with Managed Client Status having the given ID and Type.", "originalRequest": { "url": { @@ -123108,12 +123108,12 @@ "value": "application/json" } ], - "body": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "body": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"NOT_CONFIGURED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "83f568db-aa31-4de2-981a-1cf9431f08ab", + "id": "b13f99cb-0567-4722-98fe-f963a15786c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123168,7 +123168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9b052fb-885e-44b4-8630-6e31945555b8", + "id": "fcc74a19-2883-4b3a-a13d-6aab2d2800bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123223,7 +123223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3fe3dde-ea06-437f-8fbe-ecbce6eec25b", + "id": "8f13682d-7464-45bb-9678-4d3ea648ebda", "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": "a180a0a7-52bd-4633-8c4c-dbabda875f34", + "id": "feaa54a1-9581-4f54-97db-fe5c7b0bd570", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123333,7 +123333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba22e8e4-0eab-48f7-91d3-46e24584a929", + "id": "5d6891fa-1037-4e41-bb8d-93fd8dbfac70", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123388,7 +123388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47e76761-6843-4315-98f8-3ceaeaba877c", + "id": "e8305f45-f14a-4444-96a1-09ea6b6117a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123449,7 +123449,7 @@ } }, { - "id": "1736e19b-f5ad-4067-9ffe-945cc6866e37", + "id": "1d7ef173-fd85-4599-b234-b14810892d40", "name": "Handle status request from client", "request": { "name": "Handle status request from client", @@ -123493,7 +123493,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"NOT_CONFIGURED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -123504,7 +123504,7 @@ }, "response": [ { - "id": "8ff7d41e-cd3b-47f1-9c53-dbd0e59e642d", + "id": "5d002d73-39ae-4eaa-9301-533a84314d23", "name": "Responds with the updated Managed Client Status.", "originalRequest": { "url": { @@ -123540,7 +123540,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"NOT_CONFIGURED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -123557,12 +123557,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\": \"FAILED\",\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\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7a31cba8-8c2f-44ee-8633-1faf545907d0", + "id": "5ac5088a-a3cc-4754-8e8b-efafdae81201", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123598,7 +123598,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"NOT_CONFIGURED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -123620,7 +123620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29f2042f-4b2f-4992-a47a-28a28398c606", + "id": "8555642f-8ce8-4d1c-8568-3f7843c2bdb6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123656,7 +123656,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"NOT_CONFIGURED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -123678,7 +123678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ee227e2-e7f4-42ab-b675-baa10b4b3f9c", + "id": "850a598d-1a3a-4851-bc7e-979ee048daa0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123714,7 +123714,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"NOT_CONFIGURED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -123736,7 +123736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c49b3ed-7d64-443f-9d3d-8b8fe2e0569d", + "id": "ab0f4587-0071-444c-8802-9d1c4e9fda99", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123772,7 +123772,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"NOT_CONFIGURED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -123794,7 +123794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4fa5dec-fa07-481e-8e6d-3979fea27c7e", + "id": "af19f546-074d-4bc1-b46a-09f3d49a25d3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123830,7 +123830,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"NOT_CONFIGURED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -123852,7 +123852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76933590-5a8e-47fd-af51-6b3c829cd3d5", + "id": "d1bd7864-f013-4d38-ae97-9cc6ef785e5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123888,7 +123888,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"WARNING\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", + "raw": "{\n \"body\": {\n \"alertKey\": \"\",\n \"clusterId\": \"1234\",\n \"ccg_etag\": \"ccg_etag123xyz456\",\n \"ccg_pin\": \"NONE\",\n \"cookbook_etag\": \"20210420125956-20210511144538\",\n \"hostname\": \"megapod-useast1-secret-hostname.sailpoint.com\",\n \"internal_ip\": \"127.0.0.1\",\n \"lastSeen\": \"1620843964604\",\n \"sinceSeen\": \"14708\",\n \"sinceSeenMillis\": \"14708\",\n \"localDev\": false,\n \"stacktrace\": \"\",\n \"state\": null,\n \"status\": \"NORMAL\",\n \"uuid\": null,\n \"product\": \"idn\",\n \"va_version\": null,\n \"platform_version\": \"2\",\n \"os_version\": \"2345.3.1\",\n \"os_type\": \"flatcar\",\n \"hypervisor\": \"unknown\"\n },\n \"status\": \"NOT_CONFIGURED\",\n \"type\": \"CCG\",\n \"timestamp\": \"2020-01-01T00:00:00.000000Z\"\n}", "options": { "raw": { "headerFamily": "json", @@ -123922,7 +123922,7 @@ "description": "Operations for accessing and managing client Clusters, including Log Configuration", "item": [ { - "id": "43d317ec-3c45-47b2-9786-95d27c9d9843", + "id": "1f1447da-ad35-423b-b2a1-15403ffe763a", "name": "Get a specified ManagedCluster.", "request": { "name": "Get a specified ManagedCluster.", @@ -123963,7 +123963,7 @@ }, "response": [ { - "id": "ceeacd30-9963-4b37-af80-8b9d0f888ec0", + "id": "c02f69a4-bf52-4431-8705-4bdd1830a0a9", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -124007,7 +124007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afa8f5f1-792a-4527-9ab1-c885642b0e8a", + "id": "d5abbdf7-14ca-4f52-864c-59250e3335ac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124051,7 +124051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8be8f878-8f30-4431-991b-0a308d24ac17", + "id": "ed6390a0-b15d-4d54-a38c-efc9c476002b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124095,7 +124095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d291de54-db93-4432-b3ba-26c9e3276ae4", + "id": "97a26c1c-6547-4806-8754-4c54ada98dbc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124139,7 +124139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe0407ec-b824-4be8-812e-eaf19b8fc72a", + "id": "8df0223d-0d94-4adf-a85b-1a1ef199efcd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124183,7 +124183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "085fb02a-acca-4888-9df2-f12d532d9483", + "id": "4d39a401-23ba-4b58-9e81-3dcd5bd46ed2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124227,7 +124227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4036ce15-07a1-40a2-a44d-ee90bbf342a9", + "id": "5bf6708f-b1af-46a2-846e-de91fdaa66d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124277,7 +124277,7 @@ } }, { - "id": "0150ee48-8ccf-4087-894e-9f45c85edff2", + "id": "1630f7ec-27eb-4097-830d-de8071db6edb", "name": "Get managed cluster's log configuration", "request": { "name": "Get managed cluster's log configuration", @@ -124319,7 +124319,7 @@ }, "response": [ { - "id": "e02c25aa-b185-4ee1-9ac0-ff680677d9ea", + "id": "ea5c33bd-4b99-4988-8ba0-244bea9aad8a", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -124364,7 +124364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4badd9ad-1809-4076-bf06-b986508edec4", + "id": "24b20c32-1b0a-4944-aed6-bf66875c4228", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124409,7 +124409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b361d8c0-3586-496a-bc81-e3c55300b290", + "id": "5e8dcb6e-c36e-4c82-9d98-75579870345c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124454,7 +124454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3229e5ff-c831-46a6-950a-4b0951b43b5d", + "id": "bdee90d8-5719-4746-9d77-24cede672e03", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124499,7 +124499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d03f2a-d148-4c98-9f06-8d4c9b930686", + "id": "268e39e0-b67c-4fff-928d-dbad6f01ffd9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -124544,7 +124544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90300120-f541-45d3-b363-ebdf3efce22f", + "id": "57232ae6-bff9-4a2b-b44e-e314d71eb8e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124589,7 +124589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17643beb-2bef-4490-be93-b7c2eb9d3a55", + "id": "8ff4a59f-d052-4d1a-b036-ed34dc60197e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124640,7 +124640,7 @@ } }, { - "id": "d96c0f78-1ab7-4520-8ff0-1959dbf1f67f", + "id": "95ede8f2-4ede-445e-bd3a-3418cb1805b0", "name": "Update managed cluster's log configuration", "request": { "name": "Update managed cluster's log configuration", @@ -124695,7 +124695,7 @@ }, "response": [ { - "id": "851d700e-0604-4f59-96bd-582603b91bc6", + "id": "1198952c-ac63-4190-9cdf-e5b74866ecdf", "name": "Responds with updated ClientLogConfiguration for given ManagedCluster", "originalRequest": { "url": { @@ -124753,7 +124753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9526a8a6-bd84-4c89-9068-80ba52d01a03", + "id": "18f8165a-95ce-4d26-a9af-97aef476a33b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124811,7 +124811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a296c8f-992e-4f89-9e6c-4065de25c50f", + "id": "1c94c704-5452-4ba1-8c6e-f2e97876d7d4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124869,7 +124869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d070f45b-1a16-4149-a5fd-08e27509d56f", + "id": "5d873b66-693c-4b42-8071-3cb149f80100", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124927,7 +124927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d72c653-8ecd-47ac-bcc5-0051e26becef", + "id": "724a6164-96e6-449e-8797-bf5f99855255", "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": "13f755aa-9707-41f0-9c2e-0e338b8cee34", + "id": "18642ca2-bc80-4a77-9a56-0f5b51f19171", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125043,7 +125043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "252ad213-311a-477b-8c1d-ae09be368e3f", + "id": "b48b2f81-55dd-4b35-9c01-37c088f80db7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125107,7 +125107,7 @@ } }, { - "id": "8dd4eef1-8f93-4d6d-9648-846efe1d0a7b", + "id": "9b569e66-7136-44d8-ab0a-5f5e5ed05c4f", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -125173,7 +125173,7 @@ }, "response": [ { - "id": "3886c6ae-ceac-4e40-8a52-3f59bc79061c", + "id": "0cba5480-d1a0-4202-92e0-0895e2178f42", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -125253,7 +125253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ae99b5b-4576-47e0-bcc4-591a6cbfc9fd", + "id": "e3704e53-2d06-498c-a2f0-2d615c9025aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125333,7 +125333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e3b6a81-747c-4780-9f5e-47c2b27bb337", + "id": "3afec050-5348-4916-be35-b3e17262263c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125413,7 +125413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56475cf4-513e-4d2e-9830-d5cc15bca123", + "id": "ab30ed5b-9f21-41dc-b49d-d822f55661be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125493,7 +125493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea8108f3-6bdf-4fac-a1ef-7e2ec62fa2e2", + "id": "0e398cc7-19bd-4826-80e3-c719ca2a5edd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125573,7 +125573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c404485a-01e2-44f3-a4ab-d37d354bdf1b", + "id": "0ee4691a-361c-47b3-8629-f990ced50d0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125665,7 +125665,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "ff033c1c-0468-4911-b340-977b0d793fce", + "id": "7106e7c5-13fd-4e3e-b901-cecc69ebe240", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -125696,7 +125696,7 @@ }, "response": [ { - "id": "e0ffbbd2-37f6-4988-9b11-0e7646063b04", + "id": "fc36d7fe-3fb2-4300-9a16-c498c55734f9", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -125741,7 +125741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db94a3ef-3ee2-4dfb-bccf-4406ac8f26ba", + "id": "706be1f7-4835-4d07-ba95-f6aa38b40720", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125786,7 +125786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4102efc4-5074-4c9c-b39b-a6f0aa77e9ba", + "id": "4eb56030-74d4-4755-9cee-9baf04f32681", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125831,7 +125831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b9adace-db92-4396-a85d-76b5ced65f1e", + "id": "fa700ca9-fb7b-436b-8847-40ba5559caa5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125876,7 +125876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27351f6-4236-4c57-8842-5e9499882ee4", + "id": "1b0d49a9-3eb8-4e22-b85c-ce5f6b818ecc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125921,7 +125921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06dd1543-1f85-4d15-a325-bb87978634b2", + "id": "da720818-2b7c-476f-9d1f-802bd91b94ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125972,7 +125972,7 @@ } }, { - "id": "fcda4b85-63d1-42d5-ac11-635c428ffe09", + "id": "bbb015e8-f6d3-4f9d-b965-30fa5a45c2a7", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -126016,7 +126016,7 @@ }, "response": [ { - "id": "4e20031f-41f7-4418-a7f0-46e37772223e", + "id": "9a664423-4267-4baa-8c94-cd3d764a463b", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -126074,7 +126074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69e601a5-0c76-4c73-8166-db2aa7ec6949", + "id": "fcf9770d-ebb2-4e77-8396-975fa5122420", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126132,7 +126132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1dd0793-176b-4869-82cc-b25e6fcd1a22", + "id": "001d2806-6329-41de-ba8f-763867c37722", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126190,7 +126190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61f7ca04-564b-44ae-b227-4e49e886526f", + "id": "3d5214d6-0148-4593-94e3-1f6bbb42aebf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126248,7 +126248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6245ba7e-f5fa-43de-88e9-a44e3dc01407", + "id": "ae940a17-be2e-4784-875b-dcabb85a1491", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126306,7 +126306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5806fa59-42e3-4488-bce7-4d996475bfc7", + "id": "e616ab59-6a4d-478f-b1a9-946c93858fc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126370,7 +126370,7 @@ } }, { - "id": "c0fed509-88c6-48b2-8955-6003afdfd336", + "id": "2b893595-9d23-463e-ba74-cbd9d7c5fc9c", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -126401,7 +126401,7 @@ }, "response": [ { - "id": "6a40029f-5b9b-4da1-ab1f-5bd4a4ece8bf", + "id": "17ecdf0f-6623-4620-9c33-0e04e9f5b1ce", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -126446,7 +126446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "facad0f2-a554-420c-8d81-8efc452d6e32", + "id": "00413b89-509b-4242-90b2-28c5c53fd9b5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126491,7 +126491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "479da3cb-c1e1-4ecf-8ef0-bcfba6a85f73", + "id": "a3e0f7d5-35ef-42f5-8a1a-7b4a62ed8fc8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126536,7 +126536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b24fe0b-4ee5-46ec-a0cb-bf0f121e47d9", + "id": "cded9f40-9fd9-46b6-9f44-c2f17529124c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126581,7 +126581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "131660e0-a2c0-4cef-b9e9-ac8268879b5d", + "id": "ca70f085-fa7d-4267-8af1-2f002428bc5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126626,7 +126626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdb6dd53-729a-498a-bb99-674b2c624db7", + "id": "10d306b4-f77e-40fb-a803-041b792f895a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126677,7 +126677,7 @@ } }, { - "id": "672050c1-c250-434f-8bd5-2369b228cac7", + "id": "b94b8c63-d75c-4212-bb87-06f60a4c2ddc", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -126721,7 +126721,7 @@ }, "response": [ { - "id": "d49e06e6-bbd8-422f-b83c-57f9a35331e4", + "id": "e9436fa7-ae4f-4fdb-8c92-580fbab80bc9", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -126779,7 +126779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbec54ce-e325-4873-878f-3aaf6b6d4daf", + "id": "7657a1ad-bca2-41d1-aa1a-b53cd2de862c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126837,7 +126837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "869a7fd4-14d3-4667-a0cf-90bca8a769b8", + "id": "f9e1ad78-ea08-429e-ab73-549cca4efab4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126895,7 +126895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a2923ee-70b3-4651-b718-d90cf2d40b59", + "id": "4826eebf-259f-4632-ae2c-b37f0e21845d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126953,7 +126953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e394b69-bbd4-4495-acde-6cf95e7944ef", + "id": "7d783e2d-8129-4ac3-a10e-33b74b0b294f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127011,7 +127011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d335aa1e-a46f-4f73-9152-39c294d51645", + "id": "c8217f1a-65fe-4018-b92e-9dd2b543c2c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127075,7 +127075,7 @@ } }, { - "id": "8c2bce11-3eff-40e1-a2f1-2e1e13d93b1e", + "id": "633750da-8ad8-4a54-b38f-9c2609138a38", "name": "Configuration of KBA MFA method", "request": { "name": "Configuration of KBA MFA method", @@ -127116,7 +127116,7 @@ }, "response": [ { - "id": "027b9851-b71e-4b1e-9801-bf691efbb47a", + "id": "6142fa3f-a7f9-4d46-b008-161541c2c891", "name": "The configuration for KBA MFA method.", "originalRequest": { "url": { @@ -127171,7 +127171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2b764ef-0101-411d-beb0-480d575fb4e4", + "id": "bc06a2ea-387b-4346-b7ea-cbf2b3623a87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127226,7 +127226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4850bf2-5c14-48e7-a10f-472e2067b168", + "id": "935724a8-a6dd-4b51-9218-114a79cf1be7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127281,7 +127281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ad2c9b6-2e79-449b-876b-35aa6028edbf", + "id": "f71727b0-067f-4a1a-8238-9403d8522626", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127336,7 +127336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36459ecc-3b48-49d5-9fe7-58cb237d7f3f", + "id": "cc361989-7c29-448f-8210-4bc41c3afb4f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127391,7 +127391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9859741e-584e-4e23-b89e-6e069beed120", + "id": "ce74b8b9-5c98-420c-93cb-87e0f38a2096", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127452,7 +127452,7 @@ } }, { - "id": "4312f06f-a3bb-4eda-8cd0-7446d88021fb", + "id": "50a98ad9-2c41-42a9-98d0-f2406a3163a6", "name": "Set MFA KBA configuration", "request": { "name": "Set MFA KBA configuration", @@ -127497,7 +127497,7 @@ }, "response": [ { - "id": "b6790e58-c8c3-4a7e-a5b3-8b87b1769bc2", + "id": "3ae808b1-3c50-4344-b2e1-b1f54d2b20f7", "name": "The new KBA configuration for the user.", "originalRequest": { "url": { @@ -127556,7 +127556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7082bb7-abea-4d08-8b47-1c6c8a27475f", + "id": "e6c4b33f-b86d-41cc-a211-2a3c86ec3952", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127615,7 +127615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9b8ae44-2a15-4b87-aac9-f1ad02d30c28", + "id": "21c7a48c-bd62-4da5-b837-6ca2ba9adc13", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127674,7 +127674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe859f67-7b66-4969-a82c-0165a8f250f4", + "id": "426fe748-790f-4162-af59-f19836271e87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127733,7 +127733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05f15d7c-0427-4424-b3b4-e8b2d7c06b13", + "id": "8910f75d-3620-4476-8f84-beaee49c8b49", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127792,7 +127792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1cc6535-3ad9-4065-9fbd-5e4277c121e1", + "id": "349a9ca6-9c9d-4cc4-970f-da769513d253", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127857,7 +127857,7 @@ } }, { - "id": "39e8102d-63c4-414e-a593-643c8595a914", + "id": "97a96fa4-4978-4973-b7b1-a5ce56956182", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -127899,7 +127899,7 @@ }, "response": [ { - "id": "ef77b80b-7bc1-4a50-a398-13f128892630", + "id": "4be0a8ba-5197-44bb-aac3-f859dd43e72e", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -127944,7 +127944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc1e0dd3-4e1d-4b8e-8d64-70ab4062e13f", + "id": "e345ee20-2368-4fc6-8287-f82b7ba7b7ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127989,7 +127989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dbd27c4-542f-41f5-93b1-53d1fd5e7f29", + "id": "5687dca6-eb9a-48c2-8575-35d467207c54", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128034,7 +128034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fcd7624-21aa-49af-8a99-21d53099f3c5", + "id": "17b1cf1c-0712-49e7-a3e2-9720014ace90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128079,7 +128079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd9b2b4a-5379-402e-adf4-35213bef9281", + "id": "f1cb451b-84c7-49d6-8497-c5a27249291e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128124,7 +128124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75fcd83a-0c30-4e4e-972b-65a846d40092", + "id": "2085cea6-50da-4f36-bc5e-abe25483bf15", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128175,7 +128175,7 @@ } }, { - "id": "bd4a71bb-4347-4960-978a-d2a4b052eadf", + "id": "a558b9e8-3f4a-4f85-a3ed-3236ec639988", "name": "Delete MFA method configuration", "request": { "name": "Delete MFA method configuration", @@ -128217,7 +128217,7 @@ }, "response": [ { - "id": "dd8077d5-9c79-4b0b-b390-84723b69ff35", + "id": "6cdc6777-03b8-4950-9402-e490f58bfcec", "name": "MFA configuration of an MFA method.", "originalRequest": { "url": { @@ -128262,7 +128262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7efcfe20-e65a-4a0c-97df-6945cf94e91a", + "id": "e033e575-ccd1-45a1-be7a-97018544e7df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128307,7 +128307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c180e250-95ba-4fad-a25f-f34f3dec9d4f", + "id": "42a49300-0de2-4347-b154-8a3946d56766", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128352,7 +128352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edc7f608-be71-49e9-b121-26f3b48e2b73", + "id": "8d3d81fd-1f9c-41c5-a4ab-4d6cc596d68f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128397,7 +128397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41a2a405-53da-43b7-a69c-1c48cabc41f2", + "id": "0358c995-55b9-4338-85c6-5b36f706123f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128442,7 +128442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58414518-386a-4822-a8da-6aeb761da5bd", + "id": "8a8aac84-8ccd-41dd-b1b8-0e2db8ed23fb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128499,7 +128499,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": "1108c746-f902-4c65-ba8b-4c4f66366aeb", + "id": "607ab2a9-91be-4efe-b97b-6158ed5921c4", "name": "Verifying authentication via Okta method", "request": { "name": "Verifying authentication via Okta method", @@ -128543,7 +128543,7 @@ }, "response": [ { - "id": "7a4a0da6-4bfa-422f-b16f-58680e99cb4e", + "id": "42523973-2b46-4b3b-ab52-72f56afe5b02", "name": "The status of verification request.", "originalRequest": { "url": { @@ -128601,7 +128601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "185b6aa7-f376-4fd3-b0e1-67f995a35364", + "id": "37c748b6-9fda-483f-814b-02430e743fd4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128659,7 +128659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76d4f91c-6cda-4a2f-8a30-68b910d19709", + "id": "43412785-b581-406d-82a0-e8c4c356e0ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128717,7 +128717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcbd1778-80f7-477c-a3c3-03b3b9578c22", + "id": "36d67faf-8075-4e34-b97a-3bc12e6cbf80", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128775,7 +128775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68b8019b-ec3f-4887-a57c-e2f853a4935e", + "id": "ffedfadd-b1f1-4d64-8743-a7cdb5524125", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128833,7 +128833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "849ac422-30e8-4681-94c6-5f56dee1288f", + "id": "0fa95754-ba38-4fb3-9d44-049f8f2d3cc7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128897,7 +128897,7 @@ } }, { - "id": "4b58ca27-6ec6-4b85-b881-565f04f3468f", + "id": "9da8300f-ab92-4f69-b948-ee689fb01404", "name": "Verifying authentication via Duo method", "request": { "name": "Verifying authentication via Duo method", @@ -128941,7 +128941,7 @@ }, "response": [ { - "id": "8c65ea2a-9164-4ea9-9093-f4f6f46d4e9d", + "id": "97a8e00a-2886-4ad5-90e5-df9d2c40e04b", "name": "The status of verification request.", "originalRequest": { "url": { @@ -128999,7 +128999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1153db9e-3792-4089-921d-3dc08999f3d7", + "id": "b9b549a3-8b89-4513-b810-47ec5cea89c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129057,7 +129057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f101b7e2-afa4-44e5-a96f-9edec5d21ee3", + "id": "aef51a8d-5793-4f47-a133-e4557c52facb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129115,7 +129115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8927b7d0-018b-4f3d-a0b3-9b007427736e", + "id": "b0b7598c-ff94-47c3-9961-40e84de3f62f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129173,7 +129173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f5cdb9b-2471-4969-882f-238a9f300da6", + "id": "fdc2eef2-4c08-48b6-b027-7754493097dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129231,7 +129231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b6b905c-76c3-4fe2-bf35-b30bc99e9a47", + "id": "87c09f82-a19f-4e57-a297-9e9a9e8d79d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129295,7 +129295,7 @@ } }, { - "id": "0225880e-9d77-419b-ad03-0261adb3e117", + "id": "72a9f8e9-d74b-4305-b03a-6344424f5b52", "name": "Polling MFA method by VerificationPollRequest", "request": { "name": "Polling MFA method by VerificationPollRequest", @@ -129350,7 +129350,7 @@ }, "response": [ { - "id": "36a097c3-0f36-4ea0-b0a4-f925462a8079", + "id": "f3889bcc-0c29-4dd6-8479-d3571f7a2bbc", "name": "MFA VerificationPollRequest status an MFA method.", "originalRequest": { "url": { @@ -129408,7 +129408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d89723fb-499b-46d1-8599-19650aa09712", + "id": "35c94a54-4819-48f8-a7a3-459dc152685b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129466,7 +129466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5766d68-330a-4ec8-95a0-3e740a7e17c4", + "id": "c475e441-898e-470b-9d8a-b5ae8b8e0aa5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129524,7 +129524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbd0f14e-8dbb-4f09-b3cf-ed26d2ddbd9f", + "id": "c5f89af9-9d04-4605-bf91-ba8d4c9c788a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129582,7 +129582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eccd3bf-dd72-453f-ad02-7696397e838d", + "id": "a8f434c8-157d-4d30-93d2-849f3c728d96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129640,7 +129640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45322fae-403c-4a4f-be31-6658ad1d186b", + "id": "73eb6ab9-236a-4681-911e-cb28ac980f0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129704,7 +129704,7 @@ } }, { - "id": "bd6d31c9-a944-4183-8fc0-777b5654f6fe", + "id": "a9dd697f-ff29-4ca8-b997-830fdc8a61a7", "name": "Authenticate KBA provided MFA method", "request": { "name": "Authenticate KBA provided MFA method", @@ -129748,7 +129748,7 @@ }, "response": [ { - "id": "0fd740c9-9032-4302-aae7-cf299e058091", + "id": "a6dd2b38-1bcb-4132-b0c7-652816910c7f", "name": "KBA authenticated status.", "originalRequest": { "url": { @@ -129806,7 +129806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cec1b9b-47f2-4488-b38a-481f96a70d59", + "id": "afc93106-a785-45bb-82a0-4da8aaa69440", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129864,7 +129864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd28bc1b-3ba4-4a4a-9f78-ce4cb27f2073", + "id": "4c799303-0b58-4c46-bab0-b8048552b4ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129922,7 +129922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6c89a90-e10e-4467-ab32-424734d2b480", + "id": "ab1c04c2-bc23-4b1d-afa6-c726533fb922", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129980,7 +129980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "506c88a9-74df-40e3-99a7-6aeef7a979de", + "id": "a4e1c49d-6c7d-49e1-a535-94afa43711d9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130038,7 +130038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7591674b-4b7d-4e50-9948-f66eb9f98ec0", + "id": "ecc53603-6c97-4090-9855-6a36605fa4f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130102,7 +130102,7 @@ } }, { - "id": "7df62c42-8fa8-419c-ae0a-ce8799f9a986", + "id": "dfd0b751-a3e7-4ca4-b93a-ea4e3f4a0a70", "name": "Authenticate Token provided MFA method", "request": { "name": "Authenticate Token provided MFA method", @@ -130146,7 +130146,7 @@ }, "response": [ { - "id": "a2994e5f-6335-46aa-b1cd-b03bcf18f675", + "id": "42914b0a-20ce-429f-adb3-5ba82bd7111f", "name": "Token authenticated status.", "originalRequest": { "url": { @@ -130204,7 +130204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e397c6f3-438a-4213-9c69-5c597ca07d36", + "id": "d59f7fab-1bf4-4a3d-b854-1e76f6c211e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130262,7 +130262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f50e1d31-c139-4d4c-9cb6-6c6f937cf9e1", + "id": "613b15fa-8118-4291-9589-97cb8a973835", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130320,7 +130320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7716fa34-a52f-48d0-b0f8-dd71d4db73f9", + "id": "d2e043c8-1e4e-461f-9107-1cd6650c1157", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130378,7 +130378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a455892-694b-4253-8cb7-5e57c93fb816", + "id": "9549a287-0e30-4648-b776-b19be16c5461", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130436,7 +130436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a37fafb3-8995-4f97-b6f5-36ccc1a55b60", + "id": "693f2f2b-3cea-4986-88a2-93749d3f91cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130500,7 +130500,7 @@ } }, { - "id": "f47a2979-c1b8-4bec-bf6a-3763e9e8197e", + "id": "5953ef40-5756-4f8b-a80d-63e30712898a", "name": "Create and send user token", "request": { "name": "Create and send user token", @@ -130544,7 +130544,7 @@ }, "response": [ { - "id": "6a27204f-8c36-4956-ab33-d4772f83a1ad", + "id": "561c948c-b77b-4e27-b57e-67fcc0ca729f", "name": "Token send status.", "originalRequest": { "url": { @@ -130602,7 +130602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "308a9215-f1ec-485d-8911-5fcd0dffcfc5", + "id": "2c4b4712-8b4c-42a9-adfb-fa87acc477bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130660,7 +130660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30a9b962-c647-4aeb-a376-7179b92b776c", + "id": "ac4f7264-5350-4cc4-8051-60b2029e2692", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130718,7 +130718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a67f120-e5d6-4a6f-bfd4-0572cc0bee55", + "id": "55374722-818b-4d96-ab41-6a30c7e431d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130776,7 +130776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb88303-89ac-4352-9f04-5335722d4ecb", + "id": "218257ef-f3a1-4165-b846-abab4257e602", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130834,7 +130834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2648e9fc-d56a-4bc9-8344-cabb2a8976d5", + "id": "f1d569c6-4007-4cad-8ab1-381fba5bc779", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130904,7 +130904,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": "f8519a52-dfb5-412e-a2de-bf32ba0025fd", + "id": "8648e28f-3a65-493d-9701-6807f65bc65d", "name": "Create Multi-Host Integration", "request": { "name": "Create Multi-Host Integration", @@ -130946,7 +130946,7 @@ }, "response": [ { - "id": "e40fc7fa-dabc-45e0-9ca4-b68a9a63f500", + "id": "8f64b97a-b8e9-4eb8-9b3b-1430dbe512e3", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -131002,7 +131002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e08aa4-ec70-4aa8-adbe-d694126979ba", + "id": "acb41290-a975-469e-ba37-a0999ee591a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131058,7 +131058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4407f69e-852c-4a53-bf55-99ac744837ee", + "id": "dbfc3fb4-a462-47fd-a43e-14ffbd895e9d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131114,7 +131114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71c92950-1cd9-4e65-825c-3cf455863a0e", + "id": "4d5d2b7d-de92-4e72-871b-54f40227ef0f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131170,7 +131170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fbe50e2-1840-4990-824a-900b67beb152", + "id": "91875dbc-300f-43c2-9301-538c1214cee1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131226,7 +131226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fed3d82-1c18-4d3a-b1a6-7dc398293408", + "id": "afd91639-35c6-4d7b-bdb8-f89f13882bec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131282,7 +131282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5735cada-1611-4541-867e-4626e8f94acc", + "id": "4dae092f-2acf-4417-879b-e810930e6ac0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131344,7 +131344,7 @@ } }, { - "id": "fc8fb75b-c8a6-4b1f-80ed-b48c8d1a4db6", + "id": "74eb793a-95e7-49ff-b5a9-80aa7ad8bd95", "name": "List All Existing Multi-Host Integrations", "request": { "name": "List All Existing Multi-Host Integrations", @@ -131428,7 +131428,7 @@ }, "response": [ { - "id": "25b9c15b-f01c-430b-9c43-a22d968d12b1", + "id": "b4ac7010-cd50-46a1-9d9a-0b294d5f1381", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -131526,7 +131526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "761f0213-189f-4cb9-9b38-709edf262b8c", + "id": "2f35458d-8a41-4f80-a11a-354ae0c3474b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131624,7 +131624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72f9d8e8-f0e7-4603-92cf-a16b8b668295", + "id": "37361467-b53a-4487-901a-ff10aa724f3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131722,7 +131722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3596653-38be-4bdb-becb-905d975c323d", + "id": "0b35da65-5ddf-43bd-8cff-2103934f552b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131820,7 +131820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ae5cdc-90f0-442b-8ca2-24adf96e2a43", + "id": "3b3cf01a-f5fe-4c71-a19a-80392f1e7413", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131918,7 +131918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0df258cb-4570-4386-97f3-588dfa533b98", + "id": "ca0bbb55-77cd-422e-85ab-82a55af2a840", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132016,7 +132016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5754937-5d66-417c-8d15-e6c7648edef8", + "id": "02ad0a67-68db-4afb-a034-92bf4860ca6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132120,7 +132120,7 @@ } }, { - "id": "aca53438-d91a-4ef7-9fe3-7ab245756f06", + "id": "aa186ecb-81cb-40c4-b75b-eaf1e86bc5eb", "name": "List Multi-Host Integration Types", "request": { "name": "List Multi-Host Integration Types", @@ -132150,7 +132150,7 @@ }, "response": [ { - "id": "fad53d79-2c48-41d7-b1e7-cfb8edd0888b", + "id": "d176bcb8-93ab-46f5-a1a6-239ee19df7e7", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -132194,7 +132194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "638c9b92-0f72-4b05-89f3-20d2bfd113e2", + "id": "9579eea0-faad-4554-a0da-75d6c2a07753", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132238,7 +132238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fff3bb24-ff4f-43b6-9b0e-6d06c5fe8616", + "id": "dffd37f6-5b7c-4138-91aa-88d1f10f0c60", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132282,7 +132282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "029ff1e7-f440-4277-a40e-40b85cd2bcd3", + "id": "fbbc75b5-583c-4b3e-8580-58603a63ff58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132326,7 +132326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3705b52d-893d-405f-a90e-efdc91effbb6", + "id": "2914bcba-ef1f-4c85-a498-247bea306b54", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132370,7 +132370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d0f7813-6332-430c-a41d-4a9cad187ba8", + "id": "8de0a144-66dc-43cc-bb83-f4de36b69a0e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132414,7 +132414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de4b040b-17b2-47ff-9306-e430e271e42c", + "id": "2e9ad740-2473-4e5b-b991-6b6ecdf4c6ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132464,7 +132464,7 @@ } }, { - "id": "9712d349-c4e2-4e6e-9d79-110a233e1464", + "id": "87f3482a-fcd3-4936-b0f9-c0c257e4ff9b", "name": "Create Sources Within Multi-Host Integration", "request": { "name": "Create Sources Within Multi-Host Integration", @@ -132518,7 +132518,7 @@ }, "response": [ { - "id": "dd7d0561-999e-466d-9014-e33be35e01b8", + "id": "2a61642e-446d-452e-b0f3-9d5215c8e85e", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -132565,7 +132565,7 @@ "_postman_previewlanguage": "text" }, { - "id": "864dc67e-fe66-4cae-b099-434f6b45cc01", + "id": "0df8db9f-0f74-4cc2-a249-1455baa3b0bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132622,7 +132622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e692d5d6-843d-443c-9ca0-5b720d91d3db", + "id": "b7508632-110c-4f0c-ba57-d2d29218dfb3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132679,7 +132679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf86b45e-985a-4e51-87a7-9d4dddbc3c60", + "id": "4c7b72c2-9f19-4306-8a43-92b5f120427c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132736,7 +132736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39d0f5a7-624d-4704-82aa-d21a9c80c1e0", + "id": "5b2ea294-9a81-4b84-9bee-da7eb4f8376d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132793,7 +132793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a25682db-2903-43c0-a9f1-025d820096c2", + "id": "9b35e392-f753-4385-9ff9-cddb544a6fe8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132850,7 +132850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1836f626-b28b-4e02-a166-5d4470945faa", + "id": "31cab010-5df5-48c3-a6dc-3097060709b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132913,7 +132913,7 @@ } }, { - "id": "97f03e2e-e1d0-454f-81bd-a276f8046fab", + "id": "56939559-888c-449e-8478-3629a011d6ce", "name": "Get Multi-Host Integration By ID", "request": { "name": "Get Multi-Host Integration By ID", @@ -132954,7 +132954,7 @@ }, "response": [ { - "id": "a9a2b13f-67e6-4315-bac8-32976dfd61b1", + "id": "de8e3934-7ed6-426b-8f36-07d55a819362", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -132998,7 +132998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae1a3ff-369c-4add-b1d7-b810915ff80a", + "id": "92f0c9b5-6e99-4535-bb2b-cb6605cacf69", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133042,7 +133042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e7d4c3b-2a75-4e14-8d69-6a2b82728ee6", + "id": "2bb632bc-5efd-461f-8198-19d19ad0a40a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133086,7 +133086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94a4fe4c-d227-4b7e-bb6c-29c6b4fa7d5b", + "id": "a4ba43f5-0f6b-4277-97ed-9d0f85a4d9cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133130,7 +133130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fc3fef0-c6d0-4199-9a2a-95312d96ff30", + "id": "da795cba-64f7-44d1-9680-9fa891b9a2c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133174,7 +133174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85d222e2-9243-4437-aa5e-a5b480cf8f35", + "id": "c2aa53cf-5baa-4535-a592-d70150b9a914", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133218,7 +133218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a3e3e92-5a4b-4e70-a9fb-47e0a9b3dafd", + "id": "d9fd349f-e539-48cf-ba35-3d2398bbc009", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133268,7 +133268,7 @@ } }, { - "id": "a47ca9a8-e3f8-463a-8bbc-9c37b852b2fc", + "id": "ce90f17f-24e8-492e-8f42-c936745fc6ec", "name": "Delete Multi-Host Integration", "request": { "name": "Delete Multi-Host Integration", @@ -133309,7 +133309,7 @@ }, "response": [ { - "id": "0240249d-b4ae-48ac-9d10-1e93889bed11", + "id": "d959ef2d-c46d-4f02-8960-5c85c321fe02", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -133343,7 +133343,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2e5bf127-c126-48ab-8a54-d7faadbddc6c", + "id": "4eb53e9a-db07-4c60-a515-6d5ac355d26b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133387,7 +133387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afad242f-73d6-4971-8663-b7d8a3e0f017", + "id": "070fd44f-8cd2-4c5b-abb5-874315225175", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133431,7 +133431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5634eb9b-99ad-40fd-8099-54df26905fb9", + "id": "126da6c6-487f-49b0-8b7b-655d96694bdd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133475,7 +133475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "576b4b16-8fd6-4610-83d0-fa5819a64fd0", + "id": "bd4917d9-0f9c-4016-ae03-9a3a10beac87", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133519,7 +133519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "902baf49-cc75-46f7-a22c-b42d6ba3de1b", + "id": "b0037aeb-d080-4fbc-8019-b2d908eb767a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133563,7 +133563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd9febd4-db73-47c6-9e93-3a0c7fa94841", + "id": "4e001a62-9ad0-4a21-b75f-2dd4f73da02a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133613,7 +133613,7 @@ } }, { - "id": "071a9c62-a54f-43ce-9586-a1d17de9073a", + "id": "2997ce9a-6491-422a-9455-6de2ed67068c", "name": "Update Multi-Host Integration", "request": { "name": "Update Multi-Host Integration", @@ -133671,7 +133671,7 @@ }, "response": [ { - "id": "bfc7bdea-4108-4891-88ee-69d57beb3c6b", + "id": "a6acbe1f-60a2-480a-a68a-20cd83fee2af", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -133718,7 +133718,7 @@ "_postman_previewlanguage": "text" }, { - "id": "efda09a6-0544-479f-a6a4-f3849f168fd5", + "id": "5e2aba17-f44a-4814-adde-404b0d321224", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133775,7 +133775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b3680a-1b06-4c45-a408-66c9b0aa20aa", + "id": "7ff48631-20ca-4fd8-a1b1-cd7d38ccf424", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133832,7 +133832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e7884ff-d321-450a-a186-c5111c5a1ee4", + "id": "5cff98f7-a4f0-44a3-8b25-bd306d08b264", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133889,7 +133889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "947f014a-1d8a-4e56-8381-0a6c967605a8", + "id": "33fb1083-2276-4f54-8a21-72b9d1fe31e3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133946,7 +133946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cae2e79-acdb-448e-a6f0-b57eb3c0ace3", + "id": "e79ab6ce-0bba-4431-a8b8-97c2065ab744", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134003,7 +134003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea7fae8-e8ec-4556-bf12-887724b5f3b6", + "id": "dda98ae4-a5e5-4341-b879-b3c4d65a3de1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134066,7 +134066,7 @@ } }, { - "id": "cb7cc256-0f56-4880-aaad-bc734c59cedf", + "id": "77a4a5a6-a538-4bad-a948-086a2f9cf27c", "name": "Test Configuration For Multi-Host Integration", "request": { "name": "Test Configuration For Multi-Host Integration", @@ -134109,7 +134109,7 @@ }, "response": [ { - "id": "486e17f4-2a24-488f-ae2d-b85f1cd8cc3c", + "id": "e45d3a00-88ab-43ba-9d34-5484d2c43d6d", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -134145,7 +134145,7 @@ "_postman_previewlanguage": "text" }, { - "id": "85d93eee-474a-4931-ab6b-833161abcd2d", + "id": "a6cf6278-d8b3-4157-a398-077e538bea5a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134191,7 +134191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "665201cf-9b5f-47b8-b0f2-936532e8d6e6", + "id": "31d299f1-31fe-48cb-80a2-4b330010c122", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134237,7 +134237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "610f3b21-9774-40f5-8221-a941966858ca", + "id": "b6c55014-da81-4dee-88be-0afefbf53240", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134283,7 +134283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8bf54e2-c56c-4a52-8d2a-61eca40afc5d", + "id": "93d72bd0-cc16-4c8b-971a-0867b631b6a0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134329,7 +134329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "192aea2c-9a2f-4bbf-af58-88c35eab6b9c", + "id": "a1b80e1b-b81e-4402-bbd5-3842ec154bda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134375,7 +134375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e439dc7b-6f65-42d1-9f54-ad9378b44e84", + "id": "60b58d65-39a6-4d99-a12a-ab4891692a72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134427,7 +134427,7 @@ } }, { - "id": "2901ece8-b576-439a-a5f8-99b2f2bd99b8", + "id": "4a712ef9-a166-46fd-b396-32723ade272d", "name": "Test Configuration For Multi-Host Integration's Single Source", "request": { "name": "Test Configuration For Multi-Host Integration's Single Source", @@ -134481,7 +134481,7 @@ }, "response": [ { - "id": "875e7eac-4a33-46ca-9035-2591b97a9aa2", + "id": "967b525e-bc9b-4398-8859-92c8833e021a", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -134523,12 +134523,12 @@ "value": "application/json" } ], - "body": "{\n \"success\": true,\n \"message\": \"Tes.\",\n \"timing\": 30437,\n \"resultType\": \"SOURCE_STATE_HEALTHY\",\n \"testConnectionDetails\": \"ut\"\n}", + "body": "{\n \"success\": true,\n \"message\": \"Tes.\",\n \"timing\": 30437,\n \"resultType\": \"SOURCE_STATE_HEALTHY\",\n \"testConnectionDetails\": \"non adipisicing ad\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "93510af9-6969-4e89-a889-6407283f704a", + "id": "19cf4ebc-e204-4ec5-8036-8a4172ce78c8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134575,7 +134575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5e05384-a423-442e-917a-58e08f28ae81", + "id": "85bbf611-feac-4bf0-9438-3a483077b7f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134622,7 +134622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "718dab62-dc89-47f0-b34d-0306e7a5f440", + "id": "9159babe-aaf7-49fa-9a00-0430e81b64cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134669,7 +134669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afdf9fcf-bfb0-4975-8be1-cde78d896283", + "id": "19850241-0d72-4a5b-9e00-e670b2958269", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134716,7 +134716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebc10503-58c0-4847-a544-0ab9de5bc2b2", + "id": "978f9e52-f037-4660-9b62-addcb0bd03b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134763,7 +134763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1d1ce41-e9d4-489f-839b-27130f9650df", + "id": "7ab1ccaf-9000-4826-b783-9645eb917d10", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134816,7 +134816,7 @@ } }, { - "id": "145646e2-3e47-4cdb-af89-8c4e6e6223a5", + "id": "138649da-2ffd-4bc6-9d09-9b3c0b887600", "name": "List Sources Within Multi-Host Integration", "request": { "name": "List Sources Within Multi-Host Integration", @@ -134898,7 +134898,7 @@ }, "response": [ { - "id": "68a5be14-abea-40ac-87ea-9c5b7a8df0c4", + "id": "89a2286f-a0f2-4546-a80c-a54000fd320a", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -134989,7 +134989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a45124d4-de1c-4e04-8cc1-0941e830579d", + "id": "3b61431f-3578-4078-9433-cbf2247897bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135080,7 +135080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce6a963e-061c-453d-a1d4-c8ed6d3e6f2b", + "id": "8d46e5ad-3f87-4e49-ae49-75b200dc7f78", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135171,7 +135171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94e5c22c-9bc6-4830-ab05-37e31ba3655c", + "id": "f17b690a-6b61-4c22-b76b-d9b88a51056b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135262,7 +135262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14d3e3f9-206d-44de-8bcb-5a450989137a", + "id": "34c8ee83-d702-449c-b7eb-9b1302443c64", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135353,7 +135353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0f4d91e-8a9e-454e-900f-83dab1bab3f0", + "id": "43442a39-2fd2-4f75-970b-81eda000fdba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135444,7 +135444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f4132b0-083a-4dad-af84-b9bdfa308e59", + "id": "a0afc345-b1a6-4cb7-89fc-336dc7e62d69", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135541,7 +135541,7 @@ } }, { - "id": "c9e9df64-883b-48bc-8982-ca2b062fbe42", + "id": "a75846d2-6b69-4d32-8f82-a9c23072c427", "name": "List Multi-Host Source Creation Errors", "request": { "name": "List Multi-Host Source Creation Errors", @@ -135584,7 +135584,7 @@ }, "response": [ { - "id": "d400b219-ff44-4a29-9b08-371aa1ee263a", + "id": "7fce2564-ea0f-4011-94a6-6df50c8e6652", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -135630,7 +135630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73c356ce-286a-42fc-9137-93d1ccbfb1f9", + "id": "266775e3-c18f-4f4d-ab35-8f3d28477f8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135676,7 +135676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76b23552-4855-4852-9a72-77ac80a04582", + "id": "d3ba19e2-c57f-488f-b769-2290937cd82c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135722,7 +135722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6852c07f-8322-4645-b229-70d2d1431cdc", + "id": "b799b0dd-ce2f-41e6-9431-16b36c610b30", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135768,7 +135768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "502b56c5-17d6-40c0-bb86-4e91827bd1b3", + "id": "81b30f95-b32a-465d-8dfc-beea2cf3df71", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135814,7 +135814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcef2721-2d9b-426a-9758-a77041ccb532", + "id": "d4e4696f-2cc4-4d85-b0d4-50618d3e8d3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135860,7 +135860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3543d573-4e55-4bc0-b7bc-3ecac326a28c", + "id": "cf262bf0-dcf1-4e9e-975e-659c8e6b7b1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135912,7 +135912,7 @@ } }, { - "id": "3a9a523e-ce36-4522-89b3-98e6609143dc", + "id": "10a105cc-055d-450d-85bf-0bcd5bcbe294", "name": "Get Account Aggregation Groups Within Multi-Host Integration ID", "request": { "name": "Get Account Aggregation Groups Within Multi-Host Integration ID", @@ -135958,7 +135958,7 @@ }, "response": [ { - "id": "72372eaa-a10d-46e6-968b-0cc0a9fa5c42", + "id": "011c2c2f-c68e-4e59-809e-9362cd03b5c1", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -136003,7 +136003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bce14fab-25f9-4620-a729-16d39796251b", + "id": "532646e7-fd51-4e14-9527-545299859507", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136048,7 +136048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4588488-94e8-4817-9c53-2456acac9ecd", + "id": "9035044b-098a-4c0f-9629-50f350d6bedd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136093,7 +136093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77bbd5e1-b6ab-4014-b2d3-f2c4334b7a80", + "id": "01f0af71-4dfa-49d5-8ea9-f6b85f3bb074", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136138,7 +136138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f41ae799-e1d5-4e3c-8e54-a46dfb8fd4bc", + "id": "dcf44824-3867-46a4-b9df-ca0193206b86", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136183,7 +136183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "256651bb-b66d-41d8-97c5-b6b6bc5b349a", + "id": "06917900-168b-4bac-999f-5efdecbd2151", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136228,7 +136228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d4a891b-2c64-41d2-9d26-fd9d7305a489", + "id": "38883ea4-176e-4fdd-94a8-12b51124dd1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136279,7 +136279,7 @@ } }, { - "id": "9c903973-c47b-4c45-90b2-3f7d3d265107", + "id": "ead6d6ee-24ca-4a47-a1aa-16a18d908442", "name": "Get Entitlement Aggregation Groups Within Multi-Host Integration ID", "request": { "name": "Get Entitlement Aggregation Groups Within Multi-Host Integration ID", @@ -136321,7 +136321,7 @@ }, "response": [ { - "id": "8b13b17a-8cdc-45d3-87ef-d77792c7bec7", + "id": "a8ddde6c-f58a-4029-8f9c-b2a570b7acec", "name": "OK. Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -136366,7 +136366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87bd9c9a-a606-4084-b669-c13941dbc458", + "id": "a8a4b582-4f7b-4208-bf62-388c45983e34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136411,7 +136411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67f35b22-e108-446a-8804-0891755b1f0e", + "id": "3ae1bafe-c86d-4fec-ab21-f33726edcf9f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136456,7 +136456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3edc68a2-c758-41be-b672-2e7268ae5284", + "id": "37f36042-d7d5-4f5c-af94-c081f9564114", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136501,7 +136501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0a306b2-1bc3-4164-95ff-e5e971528d47", + "id": "481c569d-0f60-43f9-aae6-42abd68da3c5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136546,7 +136546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ad0ab5c-b24c-41f8-a297-b66376007b8b", + "id": "28b8b0f2-1d33-45bd-8254-121e749e8f20", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136591,7 +136591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64d6346d-d603-4ea7-96c0-48a2e223c455", + "id": "9acb4d79-e5d2-4cdb-8dae-a95141a50e91", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136648,7 +136648,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": "7e2a1e5e-8ea2-46c8-a7dc-8597916be901", + "id": "f4bec128-a788-489c-a70b-eac7e91be75a", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -136679,7 +136679,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -136690,7 +136690,7 @@ }, "response": [ { - "id": "42c97a8c-ad29-4e08-af6a-8aa4ff1ac66c", + "id": "37befe43-cbce-478a-ae74-60b4641236e2", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -136724,7 +136724,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -136741,12 +136741,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ut id dolor ut\",\n \"accountName\": \"ex est velit\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"dolore9\": \"in commodo\",\n \"autea\": \"laboris exercitation a\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", + "body": "{\n \"id\": \"dolor ad Ut exercitation\",\n \"accountName\": \"anim eu\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"quis_864\": \"amet consectetur cillum dolor\",\n \"adipisicing_d7d\": \"adi\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51536f3a-ae1c-4868-ba22-640fbb743859", + "id": "7702ed4b-5ce2-4357-92ef-900257dcce52", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136780,7 +136780,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -136802,7 +136802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3b6d058-6405-49d4-a952-2ea9aab9eff0", + "id": "e1a23b5f-d664-492c-8e08-13d66f5f3f38", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136836,7 +136836,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -136858,7 +136858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7565789-d14f-4a8e-90ad-8bdc05d829df", + "id": "12bdfecf-37c0-404b-be3e-2f35e438b88f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136892,7 +136892,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -136914,7 +136914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa021fd-9c60-4706-8af5-a0ec1af1e216", + "id": "7d19596f-0d01-410c-ad5c-849c2138e495", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136948,7 +136948,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -136970,7 +136970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eab32864-beb1-4bf4-99b7-5eb1458305f2", + "id": "39974721-206a-458b-ab61-b4f601abd3c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137004,7 +137004,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -137032,7 +137032,7 @@ } }, { - "id": "5e0b4f65-5e11-47c7-8331-601038da6570", + "id": "6bfaa4e9-48e7-40fc-9ff7-806c17bc6e40", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -137107,7 +137107,7 @@ }, "response": [ { - "id": "ddbb14b0-c6cf-40e0-8d39-4cf541085055", + "id": "47ca3b9c-0579-4edd-8e87-8a7e5eb81afa", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -137191,12 +137191,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"amet incididunt\",\n \"accountName\": \"deserunt\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"id_d3\": \"irure ullamco in\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"fugiat sit aliqua\",\n \"accountName\": \"culpa\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"Lorem_97c\": \"anim amet id minim\",\n \"dolore_9\": \"magna ulla\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n]", + "body": "[\n {\n \"id\": \"non ut\",\n \"accountName\": \"non anim deserunt proident\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"Ut_4\": \"et sit\",\n \"mollit__c\": \"velit esse sunt\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"ut\",\n \"accountName\": \"elit dolor\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"minim72\": \"dolore voluptate fugiat\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8837540e-6acc-44de-973d-9b7baa195589", + "id": "488c4bd3-3677-481b-9ff3-8cf6b5affb4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137285,7 +137285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14460612-1a18-4e5e-8321-c07d13db0585", + "id": "a8748852-fd13-459c-a099-c252305ec800", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137374,7 +137374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dce3df28-89d8-4548-8f6f-3b0c4d6c3059", + "id": "0eb0434e-2daa-40a5-907e-1cca0698731c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137463,7 +137463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d729f01-e342-49a4-a371-2c887c4ae920", + "id": "f8d4ea22-fba7-4091-9e31-977730404f0c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137552,7 +137552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "258fe8e4-d437-4991-a377-6b179034d0a0", + "id": "c2e987e2-14c4-4e8f-91b9-eca0e8645992", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137647,7 +137647,7 @@ } }, { - "id": "940de956-aa1c-4084-98af-de108146b8f9", + "id": "3f2850d5-8d1e-4828-9d79-0ce3ad0be7b1", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -137688,7 +137688,7 @@ }, "response": [ { - "id": "6d841c40-15f7-4ec9-8a0b-55c9c983188f", + "id": "63a22f0c-ca73-4449-b401-ed8793a67f01", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -137727,12 +137727,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ut id dolor ut\",\n \"accountName\": \"ex est velit\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"dolore9\": \"in commodo\",\n \"autea\": \"laboris exercitation a\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", + "body": "{\n \"id\": \"dolor ad Ut exercitation\",\n \"accountName\": \"anim eu\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"quis_864\": \"amet consectetur cillum dolor\",\n \"adipisicing_d7d\": \"adi\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6f7ba7ad-8c9a-4c9e-8c7b-8d8927b08373", + "id": "a6926699-f4b8-41ae-9a4c-9f89e63d3a66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137776,7 +137776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f165a2d-638a-4fb6-9305-2c0eeb4deb7a", + "id": "b49ec6da-3631-4f5d-9c75-440a5baa3acb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137820,7 +137820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a4f06fd-788d-4153-82cd-25c073f8921b", + "id": "0d4cc967-5842-492b-92ae-9ef194388efd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137864,7 +137864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f66391ef-ed94-4405-84c8-3c37c5fa85af", + "id": "dd222f4a-22d1-4266-9d5c-8fb4f0e86345", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137908,7 +137908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4fce45b-0f82-4e03-b20a-cbf915b11db0", + "id": "ac1eac01-f34c-4869-b1b3-d6206818167d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137958,7 +137958,7 @@ } }, { - "id": "e0a83210-3f64-46ad-9cf8-1fad90616931", + "id": "b523f261-2ad7-4f3a-9510-7e24ff3a8aa6", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -138001,7 +138001,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -138012,7 +138012,7 @@ }, "response": [ { - "id": "c5f2509a-d0f2-43e0-876c-c0c63c444342", + "id": "976c21f4-4ce1-4272-a47b-e74751fb64db", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -138047,7 +138047,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -138064,12 +138064,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ut id dolor ut\",\n \"accountName\": \"ex est velit\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"dolore9\": \"in commodo\",\n \"autea\": \"laboris exercitation a\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", + "body": "{\n \"id\": \"dolor ad Ut exercitation\",\n \"accountName\": \"anim eu\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"quis_864\": \"amet consectetur cillum dolor\",\n \"adipisicing_d7d\": \"adi\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "19540aa1-7afb-4d2e-bcb7-56b7b4953e4e", + "id": "da879f93-f389-4e62-ba09-6c4c9a95a67f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138104,7 +138104,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -138126,7 +138126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c5ef85-1dfe-4635-9d6c-688df46791ec", + "id": "c12bbbbc-7b72-45bc-bb58-f79fa6d82820", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138161,7 +138161,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -138183,7 +138183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c796d10-7097-4657-b5a6-526fe4552935", + "id": "5fb482ab-aa2f-43af-aa66-76233af41e0e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138218,7 +138218,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -138240,7 +138240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40c8a21c-d5a1-466e-aeba-f488847fd31e", + "id": "5a6ab249-e27f-4478-ac1a-53ef9f0e41bc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138275,7 +138275,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -138297,7 +138297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bd8ea7d-e359-4a9c-8d5b-a6884aa418db", + "id": "46d42b94-9a5f-4ad3-85b3-dd8eb2d515e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138332,7 +138332,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -138354,7 +138354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e33bb6dc-e3b3-4323-94a2-0c01276d54be", + "id": "021ad0d9-6874-40f0-bb59-8a7f10db630c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138389,7 +138389,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -138417,7 +138417,7 @@ } }, { - "id": "6871765c-f917-44eb-803a-01a60d8ba808", + "id": "d930e93f-d6e4-42ba-ae7f-ed775a0c4a61", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -138471,7 +138471,7 @@ }, "response": [ { - "id": "2ff66fd2-61a5-47f6-b7fe-ae229049359a", + "id": "ea58872e-b990-45af-b648-899b652fdc3f", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -138523,12 +138523,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ut id dolor ut\",\n \"accountName\": \"ex est velit\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"dolore9\": \"in commodo\",\n \"autea\": \"laboris exercitation a\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", + "body": "{\n \"id\": \"dolor ad Ut exercitation\",\n \"accountName\": \"anim eu\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"data\": {\n \"quis_864\": \"amet consectetur cillum dolor\",\n \"adipisicing_d7d\": \"adi\"\n },\n \"startDate\": \"2019-08-23T18:52:59.162Z\",\n \"endDate\": \"2020-08-23T18:52:59.162Z\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "614aa2cd-d6ff-4970-b61a-263b4099b5fe", + "id": "30f9442b-384e-47f8-a3f2-459e92134612", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138585,7 +138585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44a52e8-6144-4475-af3a-cfea83f27d5f", + "id": "117a435d-f65f-49a1-b853-e7f7c1391845", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138642,7 +138642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb3d886a-8451-4518-8e51-7293320bfeef", + "id": "a0b212f7-acee-4176-9f98-4b865add6a6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138699,7 +138699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e99f02d-f412-467c-9176-c214d51d2f32", + "id": "b3fe635e-e556-49ab-b3b0-087ff41ed974", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138756,7 +138756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75fd6ffd-26e5-40f1-b738-b033532cf8ab", + "id": "0524fabd-da08-4471-83bf-7b9a601ec23f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138813,7 +138813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe8e0978-2f69-465d-8fc2-2c1414fe561b", + "id": "dda084b7-a7db-4ad7-98f7-3ab4881e14ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138876,7 +138876,7 @@ } }, { - "id": "98ff1d94-907b-457f-881e-927f7e7f0941", + "id": "38898272-b535-4695-9d56-afde8ad81767", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -138917,7 +138917,7 @@ }, "response": [ { - "id": "6006f134-4ad7-4605-8a34-e03034e85279", + "id": "e2e89bb0-99bc-49de-b118-530af36c694c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -138951,7 +138951,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e90dac28-3007-4070-a643-667e01deda14", + "id": "32fc1e36-4d8f-466e-8b71-748b6fa2f9b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138995,7 +138995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "367fbaf1-f25d-4b6b-ace8-d1b6c7edbb6b", + "id": "52d99d55-dc56-4ae8-93b6-f2009d2b2b59", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139039,7 +139039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3b35418-8f83-4fba-8fbd-fb387f175949", + "id": "c654fce9-74f9-4a1a-81d5-7746a95c1c15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139083,7 +139083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5dd74ff-1005-4762-a71c-40c53552d74b", + "id": "bc29d2e3-7de5-427b-85bc-88a54610d15d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139127,7 +139127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2a70b38-913a-4919-b64b-89875a327193", + "id": "dc2045cb-933d-420f-b4c7-001103344435", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139177,7 +139177,7 @@ } }, { - "id": "83516130-b860-45c4-9fd2-6f9e9122ff0c", + "id": "de2c6ad9-ba6e-44cf-9b79-4e9497f4efa0", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -139209,7 +139209,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"d5ee5220-6abe-0f79-5b49-05674f40446e\",\n \"urn:uuid:bda5dbbb-56ff-7451-d0c8-c4ebd57f285b\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:925d126e-e95f-ad85-b719-0ecbea0a1d87\",\n \"6f3b38c9-53fd-9032-5482-01f7b6d353c0\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -139220,7 +139220,7 @@ }, "response": [ { - "id": "fcc4cf86-c637-4243-89b7-ff8f7fee1a3b", + "id": "dfcd403a-83a2-4a36-8f71-210ff1499c53", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -139251,7 +139251,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"d5ee5220-6abe-0f79-5b49-05674f40446e\",\n \"urn:uuid:bda5dbbb-56ff-7451-d0c8-c4ebd57f285b\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:925d126e-e95f-ad85-b719-0ecbea0a1d87\",\n \"6f3b38c9-53fd-9032-5482-01f7b6d353c0\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -139267,7 +139267,7 @@ "_postman_previewlanguage": "text" }, { - "id": "621e5ec0-2120-46f0-abe3-1c8a8bb1cc66", + "id": "94d50644-901e-4c35-9e20-99b378d782fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139302,7 +139302,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"d5ee5220-6abe-0f79-5b49-05674f40446e\",\n \"urn:uuid:bda5dbbb-56ff-7451-d0c8-c4ebd57f285b\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:925d126e-e95f-ad85-b719-0ecbea0a1d87\",\n \"6f3b38c9-53fd-9032-5482-01f7b6d353c0\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -139324,7 +139324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76beca32-6358-4b86-b759-3df9b7eb82a7", + "id": "62d06eb4-86f0-4ba8-b4ea-96515d0430a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139359,7 +139359,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"d5ee5220-6abe-0f79-5b49-05674f40446e\",\n \"urn:uuid:bda5dbbb-56ff-7451-d0c8-c4ebd57f285b\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:925d126e-e95f-ad85-b719-0ecbea0a1d87\",\n \"6f3b38c9-53fd-9032-5482-01f7b6d353c0\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -139381,7 +139381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e145cf19-b5cf-4a35-a20f-9c5b07a266f3", + "id": "e4a5be89-ef71-43d5-ba3b-a39130ebd211", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139416,7 +139416,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"d5ee5220-6abe-0f79-5b49-05674f40446e\",\n \"urn:uuid:bda5dbbb-56ff-7451-d0c8-c4ebd57f285b\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:925d126e-e95f-ad85-b719-0ecbea0a1d87\",\n \"6f3b38c9-53fd-9032-5482-01f7b6d353c0\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -139438,7 +139438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d39ce463-5cc7-4532-a190-525fbe070f98", + "id": "57a11688-78ad-4a56-bf5d-c0c6cf2c99b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139473,7 +139473,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"d5ee5220-6abe-0f79-5b49-05674f40446e\",\n \"urn:uuid:bda5dbbb-56ff-7451-d0c8-c4ebd57f285b\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:925d126e-e95f-ad85-b719-0ecbea0a1d87\",\n \"6f3b38c9-53fd-9032-5482-01f7b6d353c0\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -139495,7 +139495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5064822-dda6-47df-8de4-66c9298ee63c", + "id": "2869c6c9-be58-4f20-ab9b-a7fe0ded01e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139530,7 +139530,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ids\": [\n \"d5ee5220-6abe-0f79-5b49-05674f40446e\",\n \"urn:uuid:bda5dbbb-56ff-7451-d0c8-c4ebd57f285b\"\n ]\n}", + "raw": "{\n \"ids\": [\n \"urn:uuid:925d126e-e95f-ad85-b719-0ecbea0a1d87\",\n \"6f3b38c9-53fd-9032-5482-01f7b6d353c0\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -139558,7 +139558,7 @@ } }, { - "id": "20c747d9-b0cb-407e-87d3-f53c20ac727d", + "id": "d87ca564-d88a-4816-bfd0-42368fd20347", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -139589,7 +139589,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -139600,7 +139600,7 @@ }, "response": [ { - "id": "1a06c32f-d52d-42f2-89a1-d297b8034489", + "id": "93cf68a4-6f2c-4afb-98a7-3805fc7a189a", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -139634,7 +139634,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -139651,12 +139651,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"Excepteur3\": \"in magna irure n\",\n \"eu_b\": \"m\",\n \"voluptate_8a2\": \"aliqu\"\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\": \"magna eu veniam\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"sint\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"exercitation \",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", + "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"ullamco10d\": \"ut Ut voluptate minim\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"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\": \"cupidatat commodo\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"id\",\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": "ac57db0e-561e-48a8-b42f-2fdddd0bacc4", + "id": "73963551-e378-4af6-a09c-017ad6a70dd0", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -139690,7 +139690,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -139712,7 +139712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc4ae260-1a73-4bf9-8dda-2a81884b8768", + "id": "a1a48905-6bf7-4523-bb0a-6892e97e5223", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -139746,7 +139746,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -139768,7 +139768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695a8c5f-1eae-4713-97c1-b24713516605", + "id": "dabe0f6d-70d2-49d9-849d-dc1b28250c3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139802,7 +139802,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -139824,7 +139824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d911e6de-606f-48a1-bc3a-4fd210d5dc20", + "id": "3de72ff0-acaf-49c6-b9f8-cc655cab097d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139858,7 +139858,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -139880,7 +139880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "369f32c2-6f26-48f3-8f03-79146e84117a", + "id": "60d8ea65-8699-4612-b5dd-595edb45c2e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139914,7 +139914,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -139936,7 +139936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5353fe87-c0aa-49f2-8980-1000868ef985", + "id": "60ef7fd2-0c82-4541-bd3f-89305be97afc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139970,7 +139970,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"dolore_5d\": \"dolore ipsum\",\n \"labore30e\": \"magna eiusmod consectetur\"\n }\n}", + "raw": "{\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"data\": {\n \"adipisicing_72\": \"deserunt culpa \",\n \"reprehenderit4b4\": \"incididunt dolore\",\n \"inc1\": \"mollit labore anim\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -139998,7 +139998,7 @@ } }, { - "id": "7fe4436f-a1f9-4af5-91e8-e27c04fa91e4", + "id": "bf53fe04-0d80-461c-990a-07b1ceff3cbf", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -140082,7 +140082,7 @@ }, "response": [ { - "id": "dade0358-25c3-4492-a362-2b744a00a6a0", + "id": "0936dcdc-afe9-4a00-8882-a14d5b1bd77c", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -140175,12 +140175,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"autecc1\": \"magna do quis\",\n \"consectetur7\": \"dolor\",\n \"nisia\": \"laborum sint cillum \",\n \"amet_80\": \"irure cupidatat\",\n \"in7_0\": \"proident sed ex velit\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"velit proident\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"culpa\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"sunt ut deserunt in\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n },\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"Duis3d7\": \"consequat eiusmod\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"aliqua irure in esse minim\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"APPROVED\",\n \"approvalOrder\": 1,\n \"comment\": \"aute aliquip labore\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"APPROVED\",\n \"comment\": \"voluptate mollit sunt commodo\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n]", + "body": "[\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"suntb\": \"fugiat est\",\n \"proident_3a3\": \"Excepteur adipisicing Duis laboris aute\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"sit in\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"eni\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"anim in qui\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n },\n {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"ad_2f\": \"sint irure fugiat ut\",\n \"culpa_b92\": \"dolor officia eu\"\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\": \"ullamco consectetur eiusmod\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"NOT_READY\",\n \"approvalOrder\": 1,\n \"comment\": \"Excepteur anim sit eiusmod\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"CANCELLED\",\n \"comment\": \"enim\",\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": "d4f6151a-b460-403c-aa58-4f667b103139", + "id": "265ba5bd-de9d-4b51-802e-663f1ada18c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140278,7 +140278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a3bfd20-9ed5-4de1-ba47-947e755ee706", + "id": "0d6d3805-57be-4c42-98f6-2a3726c31999", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140376,7 +140376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f25e3f7-b493-44d1-b324-4ff766282656", + "id": "22020320-aff2-477a-bcc1-32c66bd0b873", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140474,7 +140474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5cd3a49-a368-4796-8c3e-de9b8120091d", + "id": "7d83ff71-95d1-47cc-9eca-1a6b949e78d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140572,7 +140572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80de252b-f6ae-40eb-badb-647fcd9e4a68", + "id": "3336380a-19f7-421d-b51e-2010b3ffdd48", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140676,7 +140676,7 @@ } }, { - "id": "f160051a-5233-4354-a231-5c6fc5ddc1af", + "id": "bfe3fa55-8c30-4c25-9c8a-714813aced92", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -140717,7 +140717,7 @@ }, "response": [ { - "id": "b205d1a5-35e3-47cb-820e-d055d0f2dc5d", + "id": "988b4101-66f4-4eff-806c-05c2630bf92e", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -140756,12 +140756,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"Excepteur3\": \"in magna irure n\",\n \"eu_b\": \"m\",\n \"voluptate_8a2\": \"aliqu\"\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\": \"magna eu veniam\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"sint\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"REJECTED\",\n \"comment\": \"exercitation \",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24T00:00:00-05:00\",\n \"endDate\": \"2021-03-25T00:00:00-05:00\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n}", + "body": "{\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\"\n },\n \"data\": {\n \"ullamco10d\": \"ut Ut voluptate minim\"\n },\n \"approvalItems\": [\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"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\": \"cupidatat commodo\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\"\n }\n ],\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"id\",\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": "b4f265e3-74f6-4fc8-a0d6-d54125b3e981", + "id": "c898a7d4-39b1-4bb0-a263-7eef21e1156b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140805,7 +140805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "829161ef-a490-444b-98b8-0d981002beaa", + "id": "2b72f679-1c37-419f-a13d-bfd6996beec4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140849,7 +140849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "037d2493-5108-4a0a-8e02-63cf6a18b8b8", + "id": "42ec9817-6893-446f-b7b8-47aa1c6bba6f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140893,7 +140893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d0bf53-feb0-453e-a955-64391587d25c", + "id": "c78823b0-0b14-47fe-af91-ef256c293be4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -140937,7 +140937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d9c1760-48a3-4313-b0c4-d8718faa292b", + "id": "ed58123d-8508-4c50-8e9d-5df186467608", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140981,7 +140981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3cf58ab-6d30-4a86-aa00-0f5a63781271", + "id": "572f3ac6-5811-422d-9a43-9e72f9a43440", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141031,7 +141031,7 @@ } }, { - "id": "262b585f-345a-4b0a-8b10-198f041c6fad", + "id": "87770984-fd8e-4817-95e5-a68cfe711015", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -141072,7 +141072,7 @@ }, "response": [ { - "id": "d1bdb9be-a0f2-4a60-81d2-13ba127f4aa4", + "id": "51bd8643-b59a-46f9-9fda-f9a6a032277e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -141106,7 +141106,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b669cf8c-533c-4529-917e-32c0919afd23", + "id": "4fd6b824-738b-49e5-b111-31c5aaaca366", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141150,7 +141150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d3ad1e0-8b6d-4ff4-a536-4e80e58b4501", + "id": "9695bc8a-662a-4a42-a14a-426f1fb08d80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141194,7 +141194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f29896fd-362c-41b4-ad76-bb2aedb5368c", + "id": "83f7f30c-8c94-4d4e-a47e-a779c52092f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141238,7 +141238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccd5f93e-f521-41f5-8389-7b2e9d7c662f", + "id": "4917d97e-2f4e-460c-9ddb-e33bcbded7e2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141282,7 +141282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965ee8a5-3650-468c-bf6d-7a7138b314b4", + "id": "ed195d79-7d5b-4c91-9775-b6ba9f5b1cb5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141326,7 +141326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a392fd09-e181-4652-bb9e-befd315d4e34", + "id": "1108984d-d44f-44bc-84f3-d4dd3ef57ae3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141376,7 +141376,7 @@ } }, { - "id": "68648d39-c047-4203-80a7-6114b616a7cb", + "id": "aae46982-65ab-4629-b493-121cd2998223", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -141418,7 +141418,7 @@ }, "response": [ { - "id": "a27cba08-99ab-414d-bf80-f02d207bfd33", + "id": "875c8875-9478-4291-aaf3-3ea7b9f80097", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -141458,12 +141458,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": 15625460.160747722,\n \"rejected\": 35066283.79806155,\n \"pending\": 37431430.91519463,\n \"nonEmployeeCount\": 31242881.792563185\n}", + "body": "{\n \"approved\": 31487515.756984502,\n \"rejected\": -76352151.711857,\n \"pending\": -73257149.33090466,\n \"nonEmployeeCount\": -66699190.099568814\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0e9b831f-de15-4323-9cd8-47103d9eaa29", + "id": "bedf932e-1972-4492-b44c-f92b5ed5523f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141508,7 +141508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc32ed3c-839b-481e-8271-1d5e6dae84a5", + "id": "c0ad9eaa-165d-486e-989e-3019e31282d6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141553,7 +141553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe8e7f62-ea13-4ed5-aaa3-5af17bb28b53", + "id": "1b96a198-08b1-42f2-abd3-24588100197f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141598,7 +141598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e46b7cf-3051-4b73-a5ab-e48dea33720b", + "id": "0b49fc9c-c54f-4817-8356-5b405ca575f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141643,7 +141643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c390931-051c-4ebb-9d0e-45ad793843fd", + "id": "80e9be38-a127-4b7b-85e5-d4683fb6094d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141694,7 +141694,7 @@ } }, { - "id": "cf73d641-2f56-438a-9ed7-cd713c610454", + "id": "88b5a8dc-d602-45d6-8c57-93bedb38a216", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -141736,7 +141736,7 @@ }, "response": [ { - "id": "4f6296a0-3189-44b1-8019-956adeb0d35a", + "id": "5061c52c-dcc6-47ad-890a-250f705655ef", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -141792,7 +141792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12dab80a-a112-4f87-87c3-d9498c01c55a", + "id": "6ea315af-9c05-428b-a0fa-1b0359d73084", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141848,7 +141848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36211735-c284-45a3-84c9-ada9e531ff26", + "id": "3afa3aed-f49c-4373-8ba5-f46e02613baf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141904,7 +141904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ae50034-745c-44a8-915c-0948ca281b8b", + "id": "c1269a00-8ff2-4cde-966e-290d19609ba5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141960,7 +141960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aba2620-570e-4b5d-8a81-5af274990a9e", + "id": "ca5c654c-f243-4554-bc69-3f5abb72f954", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142016,7 +142016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f217d926-01dd-436b-8212-4db7ab5600b7", + "id": "7ade51c9-31fe-4331-93e1-6a867d21685d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142078,7 +142078,7 @@ } }, { - "id": "6a9baf52-d641-4555-a040-d329118112b1", + "id": "8edf5b02-21b9-477c-ae13-7230fc14fa84", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -142162,7 +142162,7 @@ }, "response": [ { - "id": "29f1af36-6325-4957-b272-3eb4d2664974", + "id": "02174fbc-084d-4323-b018-44611e7249ce", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -142260,7 +142260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86efa8bf-bb35-411c-91ff-6a1efc30c24d", + "id": "08b09626-0b93-443c-b379-adad814ab90c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142358,7 +142358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3eb7a37-f4ff-43bb-ba98-c1bbc241dae1", + "id": "24bd1acb-335a-446b-bd28-7f64cbeb058f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142456,7 +142456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0975c691-bf01-45e5-a440-8eb25ed3e985", + "id": "d4883ef1-61d4-4d14-8220-38c5ddf15848", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142554,7 +142554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6aae8c2-99b7-4bef-a319-27624727f358", + "id": "27dffab0-6b72-409b-a06c-fb68ef5dac67", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142652,7 +142652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba688dbb-1dfb-437c-99e9-f609657f5045", + "id": "08eb687a-1e24-45bb-a542-7bdffd4e8127", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142756,7 +142756,7 @@ } }, { - "id": "2adeb147-62af-4c0a-a6e1-7f9d6567eacb", + "id": "721ccc7f-05eb-46b1-881c-eaba86753db8", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -142797,7 +142797,7 @@ }, "response": [ { - "id": "d6137390-5eee-4f48-8c8b-05ba186d7e98", + "id": "11365c0d-7586-466e-b6f3-7235726bd201", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -142841,7 +142841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a94de5-1a4f-4c76-965a-2ef730e68bf3", + "id": "50be10f6-8884-4bf0-a85e-ecf6a2f3c6c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142885,7 +142885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43d78a11-4112-47b8-accf-c6a3512b5aa0", + "id": "efb2a26a-c074-4558-a930-17756a922315", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142929,7 +142929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c5e3d91-54ad-4eaa-a44a-512519769e2c", + "id": "a71a17a8-1a4d-423a-b165-80cc916b937c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142973,7 +142973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66325eb7-72b8-4497-9532-7dcf47fb2c72", + "id": "cf8f196e-afbd-420f-bfdc-c2662cec2e70", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143017,7 +143017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c42db27f-1313-444a-9e75-5e0a8c9ff630", + "id": "4992e4f3-5b0c-47b0-9183-f5c9c874cda6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143067,7 +143067,7 @@ } }, { - "id": "d16b5898-c420-41cd-81fb-eab8a0b7737e", + "id": "e4feec01-c733-4761-b97c-7a3d5b796815", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -143121,7 +143121,7 @@ }, "response": [ { - "id": "da77a065-70b8-4027-8d28-d4effa671372", + "id": "b53968e7-b256-4ca8-accf-d55fcb23c9fc", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -143178,7 +143178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59953243-e739-4477-b4ca-e25c3141f307", + "id": "a0247550-c72e-4bb8-b046-f2678257d4d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143235,7 +143235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc7c8a20-6349-4109-ad2f-5935f133618b", + "id": "7ef2d5ac-5936-4a76-98e1-30746347caf2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143292,7 +143292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "965dc134-0098-41a2-a423-becf214a7f2a", + "id": "52680810-108a-44ea-bf06-80f7c2dbf605", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143349,7 +143349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baa48cfa-04a0-46b0-a1e4-279d4ae39711", + "id": "a9092367-796e-4a3c-bf91-7213930bfcf9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143406,7 +143406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4118df0-5e20-4b7e-b299-42752ebcdffe", + "id": "2514f220-ff4b-40ed-9179-6b5ecac92d08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143469,7 +143469,7 @@ } }, { - "id": "6b45c026-09e4-4fe4-a428-43f75eb13992", + "id": "d956c78c-4930-4406-8a33-2142bb4eb127", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -143510,7 +143510,7 @@ }, "response": [ { - "id": "9363e935-9ccc-4879-82ea-b0af538455a9", + "id": "f24c90ca-bfef-4b39-9388-c7dae5914b94", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -143544,7 +143544,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bc1774fd-efce-41ad-a29d-eb2beb998714", + "id": "a818b06a-7534-416d-9452-b1c183b567b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143588,7 +143588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f729392d-315b-4699-81dc-3f08dab7b2dd", + "id": "8a75ccf0-fad7-4777-be9d-61b2f437a9b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143632,7 +143632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b670fee-611d-439a-a79b-8418bee0bc6a", + "id": "314fbb1d-ea69-48c9-9cdc-13677c8b47f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143676,7 +143676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc3c2557-78f5-447e-817b-03503b9e56c6", + "id": "49cbb050-8772-4a4e-80d3-798f389582f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143720,7 +143720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba194469-394b-44e7-bf99-186dfd470362", + "id": "42c3bbdf-8582-4c28-bac1-6e5ac0a1017d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143770,7 +143770,7 @@ } }, { - "id": "cd1b739b-0ed2-46de-a297-a2244375aaed", + "id": "27c323c3-5f97-4ac3-9338-8d50e6bc6007", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -143813,7 +143813,7 @@ }, "response": [ { - "id": "721673ac-9566-4665-a02e-91128559d28a", + "id": "27485f34-344e-449d-906a-588aed19177d", "name": "Exported CSV", "originalRequest": { "url": { @@ -143859,7 +143859,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6afaa19e-6a95-4484-b424-d414b12316e5", + "id": "2923c8f2-4bb0-4475-ad3b-86c26ebb71e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143905,7 +143905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d65f51bc-da89-4987-b2ac-1042a96d1de5", + "id": "288ac3b8-bbbe-4825-961a-eb44d8c94acb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143951,7 +143951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ead3fac9-aea9-4792-8368-da72e9e5cfd6", + "id": "55512d0c-7259-4df3-8494-064b6411a3c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143997,7 +143997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d592f9b-9a23-4ba0-b27f-10f612686fb5", + "id": "4de0fe66-7a67-4a71-ba3e-195dac831eea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -144043,7 +144043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42fabf94-dde4-4faf-baf9-c59ef01baa6b", + "id": "96fd0929-fe0c-4234-ba93-657ce9b50d38", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144089,7 +144089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "608b9d72-b219-453c-973f-119b60f5993d", + "id": "195dbe59-36e9-487f-ac92-132421e62200", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144141,7 +144141,7 @@ } }, { - "id": "1a5dcb8d-df02-4fc9-81fd-2ea0d223ecd0", + "id": "c795495e-69ed-428a-b8fe-b625f53ccfd5", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -144199,7 +144199,7 @@ }, "response": [ { - "id": "136446d7-d2fd-4414-875b-961509c67cc6", + "id": "0f1acd75-3b1f-48bd-88c8-03ea1c2d6d29", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -144260,7 +144260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d891207a-0a14-45c4-a2be-71c272ffb6d8", + "id": "4dc6ee0a-5653-49c9-a1a3-5783667f373a", "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": { @@ -144321,7 +144321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23e43ee3-1704-46ce-8b32-ba9e734ea569", + "id": "15f1ade2-4052-40cc-b2b0-8f5439d06a54", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144382,7 +144382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eda1d6ce-f3d6-446a-a3ca-61dfdb5a79a4", + "id": "0ba2b99a-d05f-46e4-b657-d4998604f629", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144443,7 +144443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cfe12f7-e366-48d3-8ce2-e76e6211fd44", + "id": "5712ba57-58be-47dd-8a3b-98a6348b72d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -144504,7 +144504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0699dba7-d396-4e20-8a2d-d54e2451c71d", + "id": "5138b207-5236-4826-8637-5900c45545f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144565,7 +144565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06d29fd2-3837-46e0-bcd0-3e725e49435b", + "id": "dcdac7b5-84b3-4aa6-b903-bee254b2c1d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144632,7 +144632,7 @@ } }, { - "id": "9f4897ab-bd9a-4fea-963c-0fd671c46497", + "id": "f6f1c20c-3fad-4734-8c34-3e70e91ea6d7", "name": "Bulk upload status on source", "request": { "name": "Bulk upload status on source", @@ -144675,7 +144675,7 @@ }, "response": [ { - "id": "829a32a0-ca20-4fa8-9e9e-2d079147e41c", + "id": "0434caf1-3597-4d9b-9c8a-683d132bc4a9", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -144721,7 +144721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56b6aba2-f907-4807-83c7-00a69cfd37bd", + "id": "f6c3f2fe-8241-45ca-93f4-3fd827873b0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144767,7 +144767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e017be15-50bc-4275-8258-fd69c8268f5f", + "id": "e31f6021-2a5e-49d8-84fa-a2757bf48048", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144813,7 +144813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a603e9de-4959-4bcd-89de-3d515ba1b5aa", + "id": "5e3f99b3-651d-4f94-a590-f2ec9b8abd7e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144859,7 +144859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e7ff10f-a7dd-4117-9794-2fb35e6d1957", + "id": "98f94fb1-bcb2-44d0-b3a8-16efd070bb94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144905,7 +144905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c9f1369-e5ce-42c1-b7c1-883c69353bf5", + "id": "4ce4e7e3-8b14-4434-a5e5-6300001a8ad5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144957,7 +144957,7 @@ } }, { - "id": "b67c8b6b-cc94-4561-9d40-496a20617955", + "id": "63a3a1cf-2e2c-4418-9679-129ed19f0acd", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -145000,7 +145000,7 @@ }, "response": [ { - "id": "a4342e87-2f97-4b49-b6a2-d378b9fff354", + "id": "48268e9c-a569-4d30-917e-b6a0fc12738d", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -145046,7 +145046,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fcbc0876-a55c-48b5-b200-2bdd5fcb38c1", + "id": "cfc82f08-52f9-46bd-979a-5c7cb7810466", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145092,7 +145092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31d64f86-ed9e-435b-a9f4-7e05b150c17e", + "id": "216acc13-377e-4f26-bb04-215a6061010c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145138,7 +145138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7bac213-2594-411f-bb6d-d2610216edb4", + "id": "e0462931-66d5-4648-814d-442a2fb0af52", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145184,7 +145184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c318b08-a61b-4f06-8ee3-2c4c2113e8bb", + "id": "e06f57ab-d24b-47c5-83c2-ce9e9b7fb12f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145230,7 +145230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e1f9bf4-4c7c-43cb-bb0a-048a2e4a3eff", + "id": "37016044-035c-418e-acd3-4604b995afad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145276,7 +145276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eb9a518-770e-4345-9fa2-7c52e102c2ba", + "id": "a427e7af-8738-441d-9f1a-2ef2f999b61f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145328,7 +145328,7 @@ } }, { - "id": "c7c1193e-77de-47cc-b389-5d088de019d2", + "id": "a0e2aac7-94c9-4e1d-a736-d5a9786867e4", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -145412,7 +145412,7 @@ }, "response": [ { - "id": "bf764104-9318-44ac-80b2-61b6dad16cd0", + "id": "0a96ae2e-8ef4-4726-99e1-5635dc0d4681", "name": "List of approval items.", "originalRequest": { "url": { @@ -145505,12 +145505,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\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"minim Excepteur\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"labore ut\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n },\n {\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"ea irure consequat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"proident ex est\",\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\": \"pariatur anim ipsum fugiat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"commodo pariatur sit adipisicing\",\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\": \"exercitation veniam sed\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"sed reprehenderit fugiat\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2e6ca688-780c-4556-9706-3a9087fdfdcd", + "id": "6d246bf2-5433-48cc-8369-afefb6db100f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145608,7 +145608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "951bc852-2c2a-47fd-a7c2-f14260d5917a", + "id": "4223fac8-40d7-422a-88e9-de14ee10bc25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145706,7 +145706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0353ac0a-db4e-4315-ab64-bf1183373dc3", + "id": "670f6713-4ae5-41d8-946f-9c81c1e9c7d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145804,7 +145804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f93ed42-c52d-41d3-8341-529b8a2da0a9", + "id": "2f0df184-9fe6-48fa-974d-a43dd162762b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145902,7 +145902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2cb1107-65ab-4536-b01c-09502b55d406", + "id": "2c76810f-4431-4f74-ba85-f3e718a0559d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146006,7 +146006,7 @@ } }, { - "id": "cf5ffa36-4d9b-4639-8491-68553f9c1cb8", + "id": "cec0a5cf-86cc-4425-8235-9b9b45b8d507", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -146057,7 +146057,7 @@ }, "response": [ { - "id": "ace5ea4c-9de3-457f-baf8-f0f0584f23f5", + "id": "223bf607-5b5c-4c49-818a-89477462d8d3", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -146106,12 +146106,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"PENDING\",\n \"approvalOrder\": 1,\n \"comment\": \"in occaecat eiusmod ea nisi\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"occaecat qui proident\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n },\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"schemaAttributes\": [\n {\n \"type\": \"DATE\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n },\n {\n \"type\": \"IDENTITY\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n }\n ]\n },\n \"data\": {\n \"velit_f\": \"enim quis nostrud sit\",\n \"esse_f\": \"qui dolor\",\n \"esse_b37\": \"ut proident in elit\",\n \"anim_ccb\": \"nisi aute ea ex\"\n },\n \"approvalStatus\": \"NOT_READY\",\n \"comment\": \"occaecat\",\n \"completionDate\": \"2020-03-24T11:11:41.139-05:00\",\n \"startDate\": \"2020-03-24\",\n \"endDate\": \"2021-03-25\",\n \"modified\": \"2020-03-24T11:11:41.139-05:00\",\n \"created\": \"2020-03-24T11:11:41.139-05:00\"\n }\n}", + "body": "{\n \"id\": \"2c1e388b-1e55-4b0a-ab5c-897f1204159c\",\n \"approver\": {\n \"type\": \"IDENTITY\",\n \"id\": \"5168015d32f890ca15812c9180835d2e\"\n },\n \"accountName\": \"test.account\",\n \"approvalStatus\": \"CANCELLED\",\n \"approvalOrder\": 1,\n \"comment\": \"anim occaecat\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"in laboris adipisicing magna\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n },\n \"accountName\": \"william.smith\",\n \"firstName\": \"William\",\n \"lastName\": \"Smith\",\n \"email\": \"william.smith@example.com\",\n \"phone\": \"5555555555\",\n \"manager\": \"jane.doe\",\n \"nonEmployeeSource\": {\n \"id\": \"a0303682-5e4a-44f7-bdc2-6ce6112549c1\",\n \"sourceId\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"Retail\",\n \"description\": \"Source description\",\n \"schemaAttributes\": [\n {\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n },\n {\n \"type\": \"TEXT\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n }\n ]\n },\n \"data\": {\n \"fugiat7\": \"magna nisi\",\n \"mollit_6\": \"est esse sunt\"\n },\n \"approvalStatus\": \"PENDING\",\n \"comment\": \"ullamco reprehenderit nisi proident\",\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": "8ebb92ee-a772-4a14-990a-fda54e27b8fa", + "id": "c573b3e2-9422-4814-874d-f82fc8b44d18", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146165,7 +146165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38153118-b058-431d-981c-734663060387", + "id": "a0679700-e9bd-4349-89ec-2d5ec4277291", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146219,7 +146219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ef900b2-9dcb-4455-9f34-d8b00be7361f", + "id": "affa2895-bbe1-43d0-90df-efca810cf920", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146273,7 +146273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d34ee995-cf9b-449f-a6a5-2162dd2bd3a7", + "id": "a01c19f8-f175-468e-9443-20fecc54d137", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146327,7 +146327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "549a6014-6fe6-4ead-aa24-fc37dfff13b5", + "id": "8a733c5a-d8f5-4263-9a69-ad6364d24846", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146387,7 +146387,7 @@ } }, { - "id": "5a12bf43-5285-47e7-968a-594e5d4f1d14", + "id": "c76fde97-3166-4eea-aea7-418eff3e1daf", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -146408,7 +146408,7 @@ "variable": [ { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "id", "disabled": true, "description": { @@ -146431,7 +146431,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"amet Duis reprehenderit enim\"\n}", + "raw": "{\n \"comment\": \"minim dolore Lorem\"\n}", "options": { "raw": { "headerFamily": "json", @@ -146442,7 +146442,7 @@ }, "response": [ { - "id": "4ba2e488-18de-43f0-b23e-151d7b48e70a", + "id": "46cf5aa2-9677-41bc-b910-15daddfbdafd", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -146478,7 +146478,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"amet Duis reprehenderit enim\"\n}", + "raw": "{\n \"comment\": \"minim dolore Lorem\"\n}", "options": { "raw": { "headerFamily": "json", @@ -146495,12 +146495,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\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"laboris laborum adipisicing occaecat et\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"aliqua eu proident\",\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\": \"sunt velit incididunt mol\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"tempor c\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "864872f6-ebc5-47b8-9ccf-e89aa6d65988", + "id": "e9110081-a052-438d-a947-573b1cf6dda7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146536,7 +146536,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"amet Duis reprehenderit enim\"\n}", + "raw": "{\n \"comment\": \"minim dolore Lorem\"\n}", "options": { "raw": { "headerFamily": "json", @@ -146558,7 +146558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf40d3c8-c38d-4ea5-bd16-b911164769bb", + "id": "dbbc1415-1c08-44cb-8cbd-00f4fd1816bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146594,7 +146594,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"amet Duis reprehenderit enim\"\n}", + "raw": "{\n \"comment\": \"minim dolore Lorem\"\n}", "options": { "raw": { "headerFamily": "json", @@ -146616,7 +146616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daa7b25c-19e5-4de2-a1de-d6ab97cf2614", + "id": "f99c34c1-d7b0-4a4b-aea5-762bec55a8d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146652,7 +146652,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"amet Duis reprehenderit enim\"\n}", + "raw": "{\n \"comment\": \"minim dolore Lorem\"\n}", "options": { "raw": { "headerFamily": "json", @@ -146674,7 +146674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e82662fd-2d9e-4565-ac2a-8b16f9dc2559", + "id": "231a9054-5378-411a-8874-0baf27cda0be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146710,7 +146710,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"amet Duis reprehenderit enim\"\n}", + "raw": "{\n \"comment\": \"minim dolore Lorem\"\n}", "options": { "raw": { "headerFamily": "json", @@ -146732,7 +146732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1b534a7-9a49-4f0b-b5df-a66a9b048699", + "id": "1d8c848e-97b6-404e-8c7d-672955d621b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146768,7 +146768,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"amet Duis reprehenderit enim\"\n}", + "raw": "{\n \"comment\": \"minim dolore Lorem\"\n}", "options": { "raw": { "headerFamily": "json", @@ -146796,7 +146796,7 @@ } }, { - "id": "a5c5c89f-6d58-45b9-9025-b74f2f0bf74b", + "id": "1c19871a-e2eb-4585-877c-388a32805fef", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -146817,7 +146817,7 @@ "variable": [ { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "id", "disabled": true, "description": { @@ -146840,7 +146840,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et elit nostrud tempor sint\"\n}", + "raw": "{\n \"comment\": \"ea\"\n}", "options": { "raw": { "headerFamily": "json", @@ -146851,7 +146851,7 @@ }, "response": [ { - "id": "75cc06cf-4912-4a22-949d-3ab593d38ec2", + "id": "bf546252-7ac0-42b5-9ccf-47732f12f419", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -146887,7 +146887,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et elit nostrud tempor sint\"\n}", + "raw": "{\n \"comment\": \"ea\"\n}", "options": { "raw": { "headerFamily": "json", @@ -146904,12 +146904,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\": \"REJECTED\",\n \"approvalOrder\": 1,\n \"comment\": \"laboris laborum adipisicing occaecat et\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"aliqua eu proident\",\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\": \"sunt velit incididunt mol\",\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"nonEmployeeRequest\": {\n \"id\": \"tempor c\",\n \"requester\": {\n \"type\": \"IDENTITY\",\n \"name\": \"William Smith\"\n }\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f288343b-afdc-470f-b98f-8cc2e75a1ade", + "id": "db202131-0521-4c3d-8f6c-4c32dadb1e29", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146945,7 +146945,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et elit nostrud tempor sint\"\n}", + "raw": "{\n \"comment\": \"ea\"\n}", "options": { "raw": { "headerFamily": "json", @@ -146967,7 +146967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "594123a9-3b40-41a7-a608-88711490d62f", + "id": "4e2630a9-582e-4905-a4ea-ed6b86a6651e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147003,7 +147003,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et elit nostrud tempor sint\"\n}", + "raw": "{\n \"comment\": \"ea\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147025,7 +147025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce8fecfe-e126-4cff-acc2-5b683571fa2d", + "id": "ce38e098-01eb-4f45-94ea-6303b1ffc4f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147061,7 +147061,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et elit nostrud tempor sint\"\n}", + "raw": "{\n \"comment\": \"ea\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147083,7 +147083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cb2905d-5257-4145-9729-5b08b1c64cef", + "id": "718ee5cf-a80c-451b-a5c2-1692c8b4a9c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147119,7 +147119,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et elit nostrud tempor sint\"\n}", + "raw": "{\n \"comment\": \"ea\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147141,7 +147141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8467e982-d09c-42df-8b25-f1169945f535", + "id": "c0ddcd7e-92b8-4c8f-aa53-194add2e208b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147177,7 +147177,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"comment\": \"et elit nostrud tempor sint\"\n}", + "raw": "{\n \"comment\": \"ea\"\n}", "options": { "raw": { "headerFamily": "json", @@ -147205,7 +147205,7 @@ } }, { - "id": "cdb1ebc2-75b8-4c9a-b215-b0dcb6d83fc2", + "id": "4c74b478-b7aa-4000-a2f9-77759866b1b0", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -147247,7 +147247,7 @@ }, "response": [ { - "id": "bb230ec2-4b39-42bc-a7b1-0432790944e7", + "id": "b85fe057-d0f1-4b3c-a8c6-56ab644a3275", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -147287,12 +147287,12 @@ "value": "application/json" } ], - "body": "{\n \"approved\": 40091174.40871689,\n \"pending\": -12341714.37643385,\n \"rejected\": -7876450.677587107\n}", + "body": "{\n \"approved\": 9515181.271043226,\n \"pending\": 62631060.08690825,\n \"rejected\": 45134936.66914177\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "39eb7156-3bf4-4ed6-b126-86802d0e45a9", + "id": "0a63f65d-5149-4ae1-b42d-9ec32f45813a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147337,7 +147337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f160cda-4f93-4c0b-b3a2-cea146d92f33", + "id": "09f7a455-216d-48dd-8e40-eba3d86f8003", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147382,7 +147382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15dd98ea-d513-4f73-a150-b8c89353125c", + "id": "76a842e8-a85b-4aed-bb1c-4d62311e3878", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147427,7 +147427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3e185e4-ed7d-4cec-931c-7e9b2d4cf253", + "id": "4c28114f-d227-4080-ac73-ea171728958d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147472,7 +147472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbbe749e-5d5a-45c8-8826-37f062ffeff8", + "id": "b1361f39-7a80-4545-a311-e02d2ce1bcd3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147523,7 +147523,7 @@ } }, { - "id": "32f59fde-a1b8-445e-8589-4f75cb4bd33f", + "id": "610bf740-e775-46c9-9f66-1df0f588c430", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -147565,7 +147565,7 @@ }, "response": [ { - "id": "d6c1d01c-b57c-4ed4-9564-f32af6259533", + "id": "1463f949-fef8-4a85-a9cf-933c5bf75e52", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -147610,7 +147610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a8f96fa-7fca-4852-b9fa-48f2bcc345e1", + "id": "84133a84-f9f4-4248-b662-0ff4ebd75d0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147655,7 +147655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a7c72b5-76f2-429e-ac08-954085775c9c", + "id": "bf798c35-30f9-4fb9-849b-e6d118375922", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147700,7 +147700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acd18a91-675d-4b67-94b8-38412be4599f", + "id": "c7fbdd07-ea10-40f4-b1bd-df4a5246438d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147745,7 +147745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8084fb60-14c5-4765-aecb-e5477cf80366", + "id": "6b9c5e1b-e59f-46cc-84e0-833b34e6fe76", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147790,7 +147790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2732a78-9d93-43ce-90cb-eb3015cbc559", + "id": "5802c138-8b7b-426e-9c96-ec3b8a8f60f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147835,7 +147835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42dc1804-f7af-494d-b43d-5a963b358f6a", + "id": "8a0c8ed1-b092-4da5-bbfc-b5cad6c225f8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147886,7 +147886,7 @@ } }, { - "id": "23deb28b-0a49-4454-9629-8c16de8e0faf", + "id": "5345d514-8e71-4134-aaad-09037ae5064c", "name": "Create Non-Employee Source Schema Attribute", "request": { "name": "Create Non-Employee Source Schema Attribute", @@ -147941,7 +147941,7 @@ }, "response": [ { - "id": "09a80124-3d44-4b59-9cb1-54590d9ad69d", + "id": "c8ce883a-9489-4e4b-941c-bf663a9ffa0f", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -147994,12 +147994,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"IDENTITY\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n}", + "body": "{\n \"type\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8f607152-7798-4c50-884c-db485dc23fd2", + "id": "f73fc3aa-25fc-41fd-b783-5022408ef3ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148057,7 +148057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cfd79c1-e574-4af5-8fa6-86dbf4662881", + "id": "717a81b6-b0c7-4245-84e9-dc10156c40ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148115,7 +148115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86cb4cad-9862-4d41-951d-dff1451de186", + "id": "c679b6ba-92e8-40e6-96fd-e19bcbeec40a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148173,7 +148173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c86b9c-a060-43b9-95e2-ee3fdd81b531", + "id": "b5fb9f8c-21e3-420c-afd5-b4b7cc7f1157", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148231,7 +148231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0837109-91c4-4120-9c05-66e18ce2cf9d", + "id": "34caa2e1-2728-422d-aaa6-cd8b1208f6a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148295,7 +148295,7 @@ } }, { - "id": "aa942a4b-291a-4cbf-8f5b-5e7f6fc276cf", + "id": "151a8d8a-a64c-41fb-bae2-630614b87ef6", "name": "Delete all custom schema attributes", "request": { "name": "Delete all custom schema attributes", @@ -148337,7 +148337,7 @@ }, "response": [ { - "id": "cdc05ee5-1c78-4117-a241-72dc70f626c8", + "id": "1cd441f5-b8ec-4197-9c1c-17987eb4b2b9", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -148372,7 +148372,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b4191747-4079-421b-b93e-69a88385b483", + "id": "07bfaafb-4f54-4ab2-85a9-6838f8b81958", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148417,7 +148417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de495a04-e667-4e7a-ad21-8f806a594207", + "id": "aaaea94b-3006-4997-b9d0-2d04e37d9a9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148462,7 +148462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bec2affc-fd3a-419b-aa26-bb86997db207", + "id": "0233d95c-79ed-41dd-aaed-88450803f27f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148507,7 +148507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38cad501-747c-4a45-8d89-a862365c76ab", + "id": "d251a0db-4d0a-41b6-bdd3-0cf52f176e1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148552,7 +148552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "363d7b9d-5f66-497c-b598-049afa35bd54", + "id": "d5ecab8e-21f7-4a17-b9df-55477ad67705", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148603,7 +148603,7 @@ } }, { - "id": "4cbfb25b-cf83-4ee9-a098-f38b07ebd498", + "id": "9e317f55-7ca6-4fde-81fc-70dd54e510da", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -148656,7 +148656,7 @@ }, "response": [ { - "id": "15625904-f7ae-4f4f-a0fa-3f50dc97e300", + "id": "718ce56a-165f-4732-95bf-57b592db44f0", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -148702,7 +148702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f685f8b7-45b3-4d82-9c9f-649d6917c2f2", + "id": "f3cbebf9-dfaa-4984-bb7e-9a09493ef98f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148748,7 +148748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2d03d48-df4e-42d3-bc38-fe4203f7d2d2", + "id": "d684aace-6bbd-4eb0-ba2b-e8f5a2c209df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148794,7 +148794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8e812d4-df6c-456b-a598-e46a5fe9d52c", + "id": "1d075ee9-77d6-4b9f-ad53-ebf2305d2b73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148840,7 +148840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3599627e-3d66-4365-86db-24a5c8cebc4a", + "id": "1b19217a-2e40-42b6-aaee-d448cf22dda2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148886,7 +148886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98de07d8-1840-486d-87ab-8a32069bc426", + "id": "c778ccfc-377b-42ca-9972-e9faa150d013", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148938,7 +148938,7 @@ } }, { - "id": "94cb078f-0ac2-49e2-85da-714d3b9dcf81", + "id": "7b063c32-4568-427f-9a87-4eaa780e9544", "name": "Patch Non-Employee Source's Schema Attribute", "request": { "name": "Patch Non-Employee Source's Schema Attribute", @@ -149004,7 +149004,7 @@ }, "response": [ { - "id": "1244f9b9-3699-4090-a0f4-918ae829bdbe", + "id": "22a6c900-e492-466f-99fa-15794bfe9440", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -149058,12 +149058,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"IDENTITY\",\n \"technicalName\": \"account.name\",\n \"label\": \"Account Name\",\n \"id\": \"ac110005-7156-1150-8171-5b292e3e0084\",\n \"system\": true,\n \"modified\": \"2019-08-23T18:52:59.162Z\",\n \"created\": \"2019-08-23T18:40:35.772Z\",\n \"helpText\": \"The unique identifier for the account\",\n \"placeholder\": \"Enter a unique user name for this account.\",\n \"required\": true\n}", + "body": "{\n \"type\": \"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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1b4ae9b2-d479-4a43-9e86-e30f01777121", + "id": "39f1c591-8880-492b-a18d-0cd15f0b6beb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149122,7 +149122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6dccfbd-c095-4566-95ea-ac0ca2aa279e", + "id": "79185b66-3911-4d13-b3e5-0970378336f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149181,7 +149181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cb25c85-75fd-494b-a619-2fe6db805816", + "id": "80eb3c95-6162-4f6c-ae85-a6434100c76f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149240,7 +149240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ce6f43-834c-4e83-804d-6f5fe52380d5", + "id": "2330f958-3dd1-4803-b3e9-cb7d050a8a1d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149299,7 +149299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d20e44bc-e72a-41a5-b7b9-132f1d1376b5", + "id": "c9747385-6e46-4957-91e0-537a24048356", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149358,7 +149358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182ecf89-2dca-4b85-bd16-410c1e846ed9", + "id": "d2ced84c-8e3f-48ff-80d9-d74a0ca03853", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149423,7 +149423,7 @@ } }, { - "id": "a7bd1100-c592-4d04-9c56-1a96c1c268f0", + "id": "e066eeac-2bbe-49c8-a033-2c8386ec3fcb", "name": "Delete Non-Employee Source's Schema Attribute", "request": { "name": "Delete Non-Employee Source's Schema Attribute", @@ -149476,7 +149476,7 @@ }, "response": [ { - "id": "d672a902-7cf7-4f24-9199-17e93c50fc54", + "id": "3339c564-4f10-4717-a2ed-f9bb3def70d9", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -149512,7 +149512,7 @@ "_postman_previewlanguage": "text" }, { - "id": "171eeabc-9aba-4258-adfc-6b5885fc1c36", + "id": "10c4936d-c644-4fd2-a57f-a06cb6a4dc74", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149558,7 +149558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1db6c745-8584-4f89-8417-41a8991eca5b", + "id": "83f564c8-239d-475b-835e-8ec50d835b39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149604,7 +149604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7684985-938e-48c2-9b99-b045aeaa4b2a", + "id": "a6823ac1-2cfb-4a51-a4e8-5448a1901f9a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149650,7 +149650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cb93a0f-bd66-48df-9434-d282997fc47a", + "id": "b8d70403-e681-47d7-9a06-b6ec759c702a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149696,7 +149696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc0fda22-19b6-426b-b094-ac6ae100da2d", + "id": "25d0a026-a5d9-46ba-8036-58fe34a24260", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149754,7 +149754,7 @@ "description": "", "item": [ { - "id": "6813a416-dd72-4fb3-a91d-ee1de0c55f7e", + "id": "d69d48a4-7173-404f-81d7-776e44a3af9c", "name": "Change MAIL FROM domain", "request": { "name": "Change MAIL FROM domain", @@ -149796,7 +149796,7 @@ }, "response": [ { - "id": "3ef1edc6-ce25-47c7-81ee-2f7367f3a8e4", + "id": "80c29bc4-0a3c-4ece-8f6d-90a348960294", "name": "MAIL FROM Attributes required to verify the change", "originalRequest": { "url": { @@ -149852,7 +149852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d76a48ae-c74f-4b38-85be-f53606930b9b", + "id": "56f0daec-dc10-4163-aa5c-3d820b3aab35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149908,7 +149908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31e1a788-2f3f-4fd2-9d6d-fca3a838d90f", + "id": "db1b0d4f-167d-4bc5-8163-88b17ef61402", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149964,7 +149964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d8c04a3-427f-4da3-97ad-54724fc1be25", + "id": "7f60c1b4-154f-4567-9301-76acfae08e05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150020,7 +150020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51b401ee-92c0-462d-8992-90e1a7851591", + "id": "9215e659-9b05-4f11-8e9a-528e09a07cad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150076,7 +150076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "927b4ece-6b76-4e39-839a-729f3d0de337", + "id": "e9a2e7c3-6a24-4fed-92be-555bb79f7d48", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150138,7 +150138,7 @@ } }, { - "id": "f0c4dd66-f15a-4655-9fc7-195291ca0f85", + "id": "adbeb521-5b69-4f78-bd64-af9979c05099", "name": "Get MAIL FROM Attributes", "request": { "name": "Get MAIL FROM Attributes", @@ -150183,7 +150183,7 @@ }, "response": [ { - "id": "0f5c0fe0-a89a-49ac-9f3a-89fd64509de4", + "id": "622e6cbd-fde4-4f8f-ae59-a89e606de55e", "name": "MAIL FROM Attributes object", "originalRequest": { "url": { @@ -150237,7 +150237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f699300-e2d4-471b-b529-fccbb3bf274e", + "id": "7bb8d395-9202-44ed-8abb-e862333fa9e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150291,7 +150291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62e706f3-4e30-44e0-a04b-2a4990b9c04f", + "id": "2b7f16b1-6c5a-44c5-8940-563adcc1dc8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150345,7 +150345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "517079cc-14a4-4cd5-9bb7-c38a6a709f48", + "id": "51e2eb92-06c6-4114-aa37-7da96e9613e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150399,7 +150399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fde29ad-1504-45d6-adbc-4891a9920299", + "id": "d0054d6d-fda7-47f0-8552-765cfb949b3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150453,7 +150453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "564e3166-f1f9-4dea-96b8-55c023ee5748", + "id": "8596ac39-fdcf-4632-ad9a-27a0e31e795b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150513,7 +150513,7 @@ } }, { - "id": "71133786-33a9-4d88-9553-bfe0988f043b", + "id": "46ccc522-43c3-4e6a-bbee-f768c7bfec7f", "name": "List Notification Template Defaults", "request": { "name": "List Notification Template Defaults", @@ -150570,7 +150570,7 @@ }, "response": [ { - "id": "0f60cbfe-31f8-474e-907f-5c8136fa0603", + "id": "a44fffa9-347a-4d4f-bb23-8bc49b1e292a", "name": "A list of the default template objects", "originalRequest": { "url": { @@ -150636,12 +150636,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\": \"dolore\",\n \"text\": \"in ut cillum\",\n \"blocks\": \"amet officia exercitation\",\n \"attachments\": \"adipisicing qui dolore se\",\n \"notificationType\": \"aliquip laborum\",\n \"approvalId\": \"culpa ad voluptate cupidatat nulla\",\n \"requestId\": \"cupidatat Excepteur\",\n \"requestedById\": \"enim in reprehenderit\",\n \"isSubscription\": false,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"sed ip\",\n \"itemId\": \"sunt sed mollit pariatur\",\n \"itemType\": \"ea culpa veniam\",\n \"autoApprovalMessageJSON\": \"irure tempor laboris esse ullamco\",\n \"autoApprovalTitle\": \"voluptate nulla\"\n },\n \"customFields\": {\n \"requestType\": \"ea magna fugiat\",\n \"containsDeny\": \"occaecat mollit fugiat est\",\n \"campaignId\": \"qui incididunt\",\n \"campaignStatus\": \"Excepteur ad labore dolore\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"commodo do enim\",\n \"title\": \"Lorem amet ad qui commodo\",\n \"text\": \"cupidatat\",\n \"messageJSON\": \"ut\",\n \"isSubscription\": true,\n \"approvalId\": \"anim cillum culpa\",\n \"requestId\": \"deserunt minim ut\",\n \"requestedById\": \"culpa pariatur in laborum\",\n \"notificationType\": \"occaecat ut minim ut\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"tempor v\",\n \"itemId\": \"ad occaecat do minim ea\",\n \"itemType\": \"ea aliquip\",\n \"autoApprovalMessageJSON\": \"consequat qui elit cillum exercitation\",\n \"autoApprovalTitle\": \"ipsum sunt ut\"\n },\n \"customFields\": {\n \"requestType\": \"esse\",\n \"containsDeny\": \"fugiat elit ut ali\",\n \"campaignId\": \"laborum anim ut pariatur nostrud\",\n \"campaignStatus\": \"laboris deserunt\"\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\": \"ullamco et commodo proident\",\n \"text\": \"reprehenderit lab\",\n \"blocks\": \"est nulla mollit\",\n \"attachments\": \"exercitation non et\",\n \"notificationType\": \"Duis\",\n \"approvalId\": \"Duis dolore ex\",\n \"requestId\": \"reprehenderit\",\n \"requestedById\": \"cupidata\",\n \"isSubscription\": true,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"cupidatat nostrud pariatur reprehenderit\",\n \"itemId\": \"quis nostrud incididunt reprehenderit\",\n \"itemType\": \"dolor\",\n \"autoApprovalMessageJSON\": \"consectetur sit fugiat\",\n \"autoApprovalTitle\": \"dolore laborum elit amet\"\n },\n \"customFields\": {\n \"requestType\": \"tempor culpa\",\n \"containsDeny\": \"non deserunt\",\n \"campaignId\": \"quis dolore cupidatat\",\n \"campaignStatus\": \"ipsum tempor mollit dolore\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"dolore sint\",\n \"title\": \"amet reprehenderit velit laborum\",\n \"text\": \"eu exercitation consectetur si\",\n \"messageJSON\": \"Excepteur labore Ut sunt\",\n \"isSubscription\": true,\n \"approvalId\": \"dolor\",\n \"requestId\": \"eu adipisicing commodo\",\n \"requestedById\": \"non irure aliquip\",\n \"notificationType\": \"aute sint\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"aliquip incididunt labore irure\",\n \"itemId\": \"incididunt in id in\",\n \"itemType\": \"cillum labore\",\n \"autoApprovalMessageJSON\": \"Duis\",\n \"autoApprovalTitle\": \"irure deserunt in nisi\"\n },\n \"customFields\": {\n \"requestType\": \"ipsum sunt dolor\",\n \"containsDeny\": \"consequat culpa\",\n \"campaignId\": \"nulla esse\",\n \"campaignStatus\": \"deserunt tempor\"\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\": \"sunt dolore enim\",\n \"text\": \"aliquip mollit\",\n \"blocks\": \"nisi\",\n \"attachments\": \"magna \",\n \"notificationType\": \"in\",\n \"approvalId\": \"deserunt mollit officia in incididunt\",\n \"requestId\": \"mollit et aliqua\",\n \"requestedById\": \"eu laborum\",\n \"isSubscription\": true,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"laborum amet labore ipsum\",\n \"itemId\": \"nisi et sit cupidatat exercitation\",\n \"itemType\": \"in non cupidatat labore cillum\",\n \"autoApprovalMessageJSON\": \"anim sint\",\n \"autoApprovalTitle\": \"in ad veniam\"\n },\n \"customFields\": {\n \"requestType\": \"ad\",\n \"containsDeny\": \"officia tempor\",\n \"campaignId\": \"esse proident mollit qui\",\n \"campaignStatus\": \"consectetur quis veniam \"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"ut est ex dolore\",\n \"title\": \"id aliqua\",\n \"text\": \"aute dolore\",\n \"messageJSON\": \"non esse\",\n \"isSubscription\": false,\n \"approvalId\": \"deserunt enim et\",\n \"requestId\": \"eiusmod aute quis\",\n \"requestedById\": \"dolore enim veniam\",\n \"notificationType\": \"pariatur veniam\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"sunt in ex commodo\",\n \"itemId\": \"elit adipisicing dolore eiusmod\",\n \"itemType\": \"incididunt Excepteur id laboris est\",\n \"autoApprovalMessageJSON\": \"elit proident\",\n \"autoApprovalTitle\": \"est aliquip\"\n },\n \"customFields\": {\n \"requestType\": \"labore adipisicing\",\n \"containsDeny\": \"ut veniam proident non est\",\n \"campaignId\": \"pariatur Lorem\",\n \"campaignStatus\": \"aliquip veniam\"\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\": \"quis anim\",\n \"text\": \"labore irure\",\n \"blocks\": \"tempor elit dolor\",\n \"attachments\": \"eiusmod incididunt pariatur\",\n \"notificationType\": \"ut do sit in\",\n \"approvalId\": \"consectetur dol\",\n \"requestId\": \"occaecat ex magna in\",\n \"requestedById\": \"anim Ut\",\n \"isSubscription\": true,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"cill\",\n \"itemId\": \"voluptate labore laboris\",\n \"itemType\": \"proident ipsum culpa deserunt\",\n \"autoApprovalMessageJSON\": \"nisi\",\n \"autoApprovalTitle\": \"Lorem fugiat nostrud ea\"\n },\n \"customFields\": {\n \"requestType\": \"laboris\",\n \"containsDeny\": \"q\",\n \"campaignId\": \"sed ipsum culpa cupidatat\",\n \"campaignStatus\": \"officia est\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"labore officia\",\n \"title\": \"anim tempor enim quis consectetur\",\n \"text\": \"Ut mollit\",\n \"messageJSON\": \"esse dolor sint\",\n \"isSubscription\": true,\n \"approvalId\": \"id minim adipisicing\",\n \"requestId\": \"in non\",\n \"requestedById\": \"sint eiusmod\",\n \"notificationType\": \"enim dolore culpa Dui\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"mollit\",\n \"itemId\": \"do et eiusmod e\",\n \"itemType\": \"proident occaecat Lorem sint\",\n \"autoApprovalMessageJSON\": \"ut dolore Ut labore\",\n \"autoApprovalTitle\": \"do quis consequat laborum elit\"\n },\n \"customFields\": {\n \"requestType\": \"l\",\n \"containsDeny\": \"nostrud anim\",\n \"campaignId\": \"dolor nulla nisi\",\n \"campaignStatus\": \"sed mollit voluptate qui\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6ea0afcb-6b86-4dcd-b6c6-96663c811ed3", + "id": "33682407-d3e6-4186-815b-9aee9be98e5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150712,7 +150712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2818adba-cd37-47e8-a460-0d6f287baf1d", + "id": "cb78f33a-e1e3-4e12-b893-2a78cdf04900", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150783,7 +150783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3460737d-d41d-4b70-8169-ca664d37bca6", + "id": "002f2234-0a16-4d2b-807e-f64735bb2ce9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150854,7 +150854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f58f2ea-270c-4b69-8629-90bc66ae4a98", + "id": "778568c1-2112-4fbe-9003-493639834415", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150925,7 +150925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10a0b3ec-bdee-411a-94a3-98ff28898bd3", + "id": "763bf89e-d1ce-47c8-bd66-490de7f2be85", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151002,7 +151002,7 @@ } }, { - "id": "46053127-eab1-4399-bfae-8aa9e6ca3b31", + "id": "9b12494a-6bcb-438b-9618-cabb2cdb1003", "name": "List Notification Templates", "request": { "name": "List Notification Templates", @@ -151059,7 +151059,7 @@ }, "response": [ { - "id": "148a25ee-4c91-4d15-a66f-9d51b3fb4746", + "id": "5673a0ed-d463-41fd-be09-233bc2109785", "name": "A list of template objects for your site", "originalRequest": { "url": { @@ -151125,12 +151125,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\": \"in veniam Excepte\",\n \"teamsTemplate\": \"cupidatat in ullamco nisi ip\"\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\": \"id aliquip ipsum ut\",\n \"teamsTemplate\": \"ut cillum in tempor 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\": \"\",\n \"teamsTemplate\": \"laborum magna id irure\"\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\": \"irure Duis exercitation\",\n \"teamsTemplate\": \"tempor ad quis magna\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "541e79f0-b87b-4f9c-bad5-ad06a49467e4", + "id": "2a81a41f-6694-44de-a964-75a9dbfa27d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151201,7 +151201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fc3a670-80f2-448e-a786-62987735591c", + "id": "6e8afe2d-90f5-49bb-895c-45d22171eaa2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151272,7 +151272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcc38544-70f6-4953-b2f2-4609e6852283", + "id": "8ffcb412-3833-49dd-86b3-9cb50b60264a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151343,7 +151343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea7ed253-b8ea-47ce-9af4-b199f663f205", + "id": "bd2e29ed-6a14-40bc-ac21-ebfc65f22281", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151414,7 +151414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac219116-032b-40ac-8f98-60957409d000", + "id": "554d0398-8673-4b99-bc10-500289156f9e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151491,7 +151491,7 @@ } }, { - "id": "8dca7162-1455-4b11-a640-2bfb63500220", + "id": "e322f75e-d56a-48ad-a463-e5720bf08efc", "name": "Create Notification Template", "request": { "name": "Create Notification Template", @@ -151522,7 +151522,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\": \"laborum magna dolor eiusmod\",\n \"teamsTemplate\": \"ullamco\"\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\": \"Ut do\",\n \"teamsTemplate\": \"adipisicing nulla proident ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -151533,7 +151533,7 @@ }, "response": [ { - "id": "f8f6b59b-44c0-4f11-bfb9-14d59eeeed53", + "id": "5f73fb4f-6df8-43fa-8e9b-f264008cbb29", "name": "A template object for your site", "originalRequest": { "url": { @@ -151567,7 +151567,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\": \"laborum magna dolor eiusmod\",\n \"teamsTemplate\": \"ullamco\"\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\": \"Ut do\",\n \"teamsTemplate\": \"adipisicing nulla proident ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -151584,12 +151584,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\": \"laborum magna dolor eiusmod\",\n \"teamsTemplate\": \"ullamco\"\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\": \"Ut do\",\n \"teamsTemplate\": \"adipisicing nulla proident ad\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ebe35160-da3f-4cbb-bc67-7c334f46bc37", + "id": "8d9c4c8e-2112-4a22-a358-ae94dcd18f78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151623,7 +151623,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\": \"laborum magna dolor eiusmod\",\n \"teamsTemplate\": \"ullamco\"\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\": \"Ut do\",\n \"teamsTemplate\": \"adipisicing nulla proident ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -151645,7 +151645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319efec5-dd43-489b-a039-b4dccb590853", + "id": "2e97d86b-d391-4df3-8a84-90153e8f9c5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151679,7 +151679,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\": \"laborum magna dolor eiusmod\",\n \"teamsTemplate\": \"ullamco\"\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\": \"Ut do\",\n \"teamsTemplate\": \"adipisicing nulla proident ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -151701,7 +151701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f3ad8e2-5983-46b5-9423-6a4680e68f9f", + "id": "986b7554-eb8f-42e2-8db9-4fe273b9aee7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151735,7 +151735,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\": \"laborum magna dolor eiusmod\",\n \"teamsTemplate\": \"ullamco\"\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\": \"Ut do\",\n \"teamsTemplate\": \"adipisicing nulla proident ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -151757,7 +151757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c3aa10d-067d-427e-9ae5-f02c92f1355a", + "id": "fd29b314-a136-4f66-bd25-6ad602bd137c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151791,7 +151791,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\": \"laborum magna dolor eiusmod\",\n \"teamsTemplate\": \"ullamco\"\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\": \"Ut do\",\n \"teamsTemplate\": \"adipisicing nulla proident ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -151813,7 +151813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47b0c3be-fa06-4757-bee3-9d490fb7e749", + "id": "2cf1fce3-5a32-4578-a3d3-65a89bf5c5b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151847,7 +151847,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\": \"laborum magna dolor eiusmod\",\n \"teamsTemplate\": \"ullamco\"\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\": \"Ut do\",\n \"teamsTemplate\": \"adipisicing nulla proident ad\"\n}", "options": { "raw": { "headerFamily": "json", @@ -151875,7 +151875,7 @@ } }, { - "id": "3f3c71e1-957f-4a53-856a-072f71917d19", + "id": "0b42eb5e-ec9c-4573-be86-1fa1c1b71977", "name": "Get Notification Template By Id", "request": { "name": "Get Notification Template By Id", @@ -151916,7 +151916,7 @@ }, "response": [ { - "id": "86d55227-59b9-490b-8650-228e42fb4b49", + "id": "fd8b73ef-4b2b-448c-88ac-8fe5dc10895d", "name": "A template object for your site", "originalRequest": { "url": { @@ -151955,12 +151955,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\": \"in veniam Excepte\",\n \"teamsTemplate\": \"cupidatat in ullamco nisi ip\"\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\": \"id aliquip ipsum ut\",\n \"teamsTemplate\": \"ut cillum in tempor 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\": \"\",\n \"teamsTemplate\": \"laborum magna id irure\"\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\": \"irure Duis exercitation\",\n \"teamsTemplate\": \"tempor ad quis magna\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "378dcc67-6dd5-4071-862a-8c0310876a7f", + "id": "5f95656f-3e66-4597-b028-5d225f4f6fda", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152004,7 +152004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "798e1606-7186-4b98-b5be-f076979da08b", + "id": "d69c2648-d254-401c-941a-bce81138ad27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152048,7 +152048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd0040e0-3a72-43a3-a236-8bb9028ef08f", + "id": "1b6b3f6d-85a7-4d41-829f-05e5253b0c10", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152092,7 +152092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0306ec24-cebd-443d-8199-e141b7f9afb5", + "id": "34a18299-42dc-4d07-a178-79aec4970223", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152136,7 +152136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d132c929-7258-471a-aa25-6a7a989f96a6", + "id": "57c55ed9-63f1-4145-b5cd-4fe6d4ae36c7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152186,7 +152186,7 @@ } }, { - "id": "e83249e8-5be1-473b-8687-faed2ad14373", + "id": "534b692c-0c3e-4efb-a11b-7330901e060f", "name": "Bulk Delete Notification Templates", "request": { "name": "Bulk Delete Notification Templates", @@ -152229,7 +152229,7 @@ }, "response": [ { - "id": "797b15f5-fece-4501-b1bb-c7ccaacb8c2e", + "id": "3f9b0d7c-778f-43e3-91f9-1fc66b559121", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -152276,7 +152276,7 @@ "_postman_previewlanguage": "text" }, { - "id": "20efc29a-4381-45d4-b595-1d01bfc24fbf", + "id": "31b7f220-5124-4c57-a3db-3f1b21f2b40e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152333,7 +152333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edf3ccd7-f11e-466e-9050-889d121f0278", + "id": "8adcc84c-da21-4405-9659-e4e2f5bc4bd0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152390,7 +152390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4283ef3-f67a-42e9-a645-d9cf46b93898", + "id": "5710b93d-0d59-413c-969d-e96205f3e39e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152447,7 +152447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "991616dd-c809-4603-ac59-dd587b106cfd", + "id": "58828317-a4bf-4826-88c7-bb122fe44cef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152504,7 +152504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ff6ee9f-b4b7-4b07-8438-e70dcd6809ec", + "id": "b66de052-0dd3-44e3-83db-a5d0d603fffa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152567,7 +152567,7 @@ } }, { - "id": "2502b981-b0e3-432a-8823-5fd7905df870", + "id": "d6dcca24-81fc-4f08-b613-7ad9f6eb6684", "name": "Get Notification Template Context", "request": { "name": "Get Notification Template Context", @@ -152596,7 +152596,7 @@ }, "response": [ { - "id": "769d65b0-e287-43c7-a516-55cad674ddbb", + "id": "6c5f2e46-614a-4062-9425-170eebf9e186", "name": "Notification template context attributes for a specific tenant.", "originalRequest": { "url": { @@ -152639,7 +152639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1442ba0b-d4df-47ef-ad56-95b5cdda8bf9", + "id": "280fdeac-3107-4793-87f3-11c10b06873b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152682,7 +152682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eb8106e-5103-4392-b46c-88a6ec55a3da", + "id": "b1fba080-28d2-4be7-b69e-f749f5668033", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152725,7 +152725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0318995b-8676-4558-8870-49ba3a198b00", + "id": "27c4e67b-a06c-4a5f-8b93-3156c148130f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152768,7 +152768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dc9e4ff-a2f4-463b-a452-143d416e2d1c", + "id": "e4002d1e-ea67-4858-a07f-95a34f9ab703", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -152811,7 +152811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf5d9979-c186-4e6e-9ee1-a1a5805f6b43", + "id": "aaa95253-1fc6-4e14-89b8-bb1c50dcf407", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152860,7 +152860,7 @@ } }, { - "id": "ebf95260-db6e-4c62-b7df-f0d4b1b89451", + "id": "ff598b9e-3e5b-43db-996f-b257c6c101fd", "name": "List Notification Preferences for tenant.", "request": { "name": "List Notification Preferences for tenant.", @@ -152895,7 +152895,7 @@ }, "response": [ { - "id": "2254cd41-6bd7-4885-8fe0-b67007b0231a", + "id": "38fb7977-6860-4fec-84b1-11f307d857df", "name": "Return preference for the given notification key.", "originalRequest": { "url": { @@ -152939,7 +152939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e62b6513-fc5e-43ac-accf-dd4f21cd7ce4", + "id": "3adfa2ef-7862-4c31-b161-a20af509ec28", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152983,7 +152983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "779f872d-6abc-427f-b609-3badc5d212db", + "id": "e4a1cbd1-c667-4faf-9e64-3b12487661ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153027,7 +153027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33736e17-825a-45eb-9aba-47e426962bac", + "id": "11c01baa-bf81-4f48-93cb-db7b4034841d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153071,7 +153071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d02e455-f86f-4fba-9cac-db9445302885", + "id": "2b9d319a-4670-4924-bc9c-44b22e68b02b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153115,7 +153115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16f09065-139b-455d-8a8e-5afdcb518a66", + "id": "8d966859-bc49-4f51-b816-5a288d7c6e5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153159,7 +153159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa45f5de-15f2-426e-bc0b-69c982eb2f87", + "id": "92ca5f63-aed2-44f0-9dcf-7b02b9fc8049", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153209,7 +153209,7 @@ } }, { - "id": "2b675406-50c6-4f8a-b321-3767799dfb1b", + "id": "e160c875-b475-43e8-8751-647cbc8ef76a", "name": "Send Test Notification", "request": { "name": "Send Test Notification", @@ -153251,7 +153251,7 @@ }, "response": [ { - "id": "d2db42fe-32e6-4302-8bae-c027b23a49b0", + "id": "f07f1255-cb11-4f59-944d-a6ed5ab373b0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -153297,7 +153297,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9da33310-3932-45eb-a1a8-a2a77fcd87a1", + "id": "27437938-43ed-479b-8ff2-616f76adba5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153353,7 +153353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "802fda92-a487-4483-9ab2-60831c1199bf", + "id": "9e59c6b6-d5c4-4cc3-a3f3-0cadeb91fc1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153409,7 +153409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "062ade9a-f223-4424-808a-5c8152ebb06e", + "id": "a35bfbf4-0b0b-460a-9b9b-080c1bf30e4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153465,7 +153465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa1c152e-a98a-45ff-8f92-5029e53e6882", + "id": "924e2306-6c16-496c-8d5f-3b35b738321e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153521,7 +153521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4876448f-c184-46df-bc62-75d06f2af1ee", + "id": "02b492b3-aabe-444b-bb60-a3321eb74e3a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -153577,7 +153577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48077000-0bd1-4607-9377-8ab29e05f9ed", + "id": "9ec57f52-b3fc-40da-91c7-2a4bced2167f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153639,7 +153639,7 @@ } }, { - "id": "873acf42-bed2-4f3b-85d2-74236df73af5", + "id": "9c7ed3b9-c6eb-4ad2-9f9a-181b11a86038", "name": "List From Addresses", "request": { "name": "List From Addresses", @@ -153714,7 +153714,7 @@ }, "response": [ { - "id": "fabc91b8-4618-4147-8ff0-1812fe7c4712", + "id": "a0f47371-7d21-420f-8677-03d15d62ae70", "name": "List of Email Status", "originalRequest": { "url": { @@ -153798,12 +153798,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"ut aute reprehenderit\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n },\n {\n \"id\": \"aliquip ex culpa nisi\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"PENDING\"\n }\n]", + "body": "[\n {\n \"id\": \"aliquip consectetur Ut eu\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"PENDING\"\n },\n {\n \"id\": \"mollit velit\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "703b883f-c9f2-430d-8104-d848b69b2720", + "id": "bfe83c2c-7bdc-4b31-a208-fa0a1e930613", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153892,7 +153892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a926a9b5-0172-4b8b-9201-ea707bf351b9", + "id": "b8cee695-9475-4dd8-990b-5b244af8f80c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153981,7 +153981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "841e4951-0934-4fc8-8bf6-0fe761cec89c", + "id": "94a0c45e-9cc1-491d-a3bf-dd2f794a942d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154070,7 +154070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44758bf5-d603-460b-a3b9-ee8f13e9e696", + "id": "57841f2d-219c-43ff-a834-76a5166722da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154165,7 +154165,7 @@ } }, { - "id": "a045930b-eef1-44e0-a4f7-697a873cacf0", + "id": "d09ebf2c-b8f3-40af-9556-fc01746e1eaa", "name": "Create Verified From Address", "request": { "name": "Create Verified From Address", @@ -154207,7 +154207,7 @@ }, "response": [ { - "id": "1d1b3d3b-d53a-4cf0-8da2-e2c8c83027ea", + "id": "d0577323-7b96-4118-94ef-8196ffcdc006", "name": "New Verified Email Status", "originalRequest": { "url": { @@ -154258,12 +154258,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"sed quis sit aute Duis\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"PENDING\"\n}", + "body": "{\n \"id\": \"nostrud culpa cillum commodo reprehenderit\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"SUCCESS\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1a6568be-ffa1-4cf7-b517-dd2ecc3d1776", + "id": "c97c1a38-a408-488b-b3be-fa6312e6f5a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154319,7 +154319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9462ab10-2100-402d-8cde-26d03c8fc19f", + "id": "c35e36e8-72fe-4884-ae7e-c45fe659cb7d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154375,7 +154375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b5e8292-c9df-4706-8337-e22cbae81c78", + "id": "3f1adb07-a82c-4283-bef6-e14f3816f81f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154431,7 +154431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0e8ab5-a267-4f67-809f-8a1f1181d427", + "id": "13e8ce87-577e-4ca2-bd60-383f592fa0e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154487,7 +154487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9056d993-4af1-45f7-9317-ba7da22a7aba", + "id": "6f165fd1-f9f0-4ff7-a3d7-811bbb1e772c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154549,7 +154549,7 @@ } }, { - "id": "8818f168-c103-4aa9-88ab-23c0ce129835", + "id": "6c200b64-082a-467a-bf7b-ae6b00e123fa", "name": "Delete Verified From Address", "request": { "name": "Delete Verified From Address", @@ -154569,7 +154569,7 @@ "variable": [ { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "id", "disabled": true, "description": { @@ -154590,7 +154590,7 @@ }, "response": [ { - "id": "91c54ec1-682e-4288-8532-bda9ea9cd1f9", + "id": "7b9e8b78-c02e-4df5-8c57-f34c5d709ffc", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -154624,7 +154624,7 @@ "_postman_previewlanguage": "text" }, { - "id": "41f99211-a390-43de-8d6f-37c6b490457a", + "id": "2a12b4ec-a998-409f-8201-f0666dba2bf3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154668,7 +154668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1a92842-3d58-4dbb-98fb-943eef0043fe", + "id": "5fad9a0c-b86c-402e-abfe-c49bf5baef8b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154712,7 +154712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de1cb81-4a46-4cc8-a72f-7149af852bef", + "id": "177d1a88-0146-4845-994b-fe8679b42c46", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154756,7 +154756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9842193a-30e4-4a1a-9214-944fabc6a5ef", + "id": "9b15d6b5-0e5f-47d7-b130-a09910201ce5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154800,7 +154800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bee068a-8a93-4032-b061-314f7bee1348", + "id": "7961fe94-bb54-4ed4-8495-c2a66b845bb1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154844,7 +154844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2f775f9-50a8-4fa2-9176-9a7e73c1ed62", + "id": "d65c508e-17e2-462f-9562-447ad6e1baff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154894,7 +154894,7 @@ } }, { - "id": "5c03b0ef-f05a-4c00-b04b-31387734b956", + "id": "0e7d274f-9f5c-48fe-84ac-79b2405a658e", "name": "Get DKIM Attributes", "request": { "name": "Get DKIM Attributes", @@ -154923,7 +154923,7 @@ }, "response": [ { - "id": "647d3ad1-6e51-472b-80ad-56a2c111f01c", + "id": "fd03f1e6-a74d-4bfe-8713-b6b98ec0a1b6", "name": "List of DKIM Attributes", "originalRequest": { "url": { @@ -154966,7 +154966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edd3467a-e9f8-4cde-ad85-6c94bd96805b", + "id": "bba07505-ec75-460a-a842-633cd91062b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155009,7 +155009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcfb1e84-edf3-4892-ad13-0d803f6ab296", + "id": "e259a9db-43ac-46be-8900-2e5e8b35a823", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155052,7 +155052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "456c3e38-26f1-4e91-8b34-2c0307963a9f", + "id": "1d1db814-6b0e-4343-82ec-273fe37743d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155095,7 +155095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7323df21-0bea-45c3-82d6-e85e6b37180d", + "id": "3cef8270-0db9-45d1-a2a3-2c73602f5286", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155138,7 +155138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f5ec1f1-d28c-4d16-911e-a68c86393669", + "id": "7e53c442-b4e9-4827-afbf-d77a96c55050", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155187,7 +155187,7 @@ } }, { - "id": "250b4293-9ada-4958-ba77-b72f9a9a24cc", + "id": "e2256181-0448-4dae-b084-8f1b3634f07b", "name": "Verify domain address via DKIM", "request": { "name": "Verify domain address via DKIM", @@ -155229,7 +155229,7 @@ }, "response": [ { - "id": "15efbb9e-0caa-4824-b91c-42a5b73ea48a", + "id": "6d8ade50-a111-4060-8ae3-5f26c9c8d221", "name": "List of DKIM tokens required for the verification process.", "originalRequest": { "url": { @@ -155285,7 +155285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfdee4fc-3ab2-4399-88b4-6e94dac7035a", + "id": "f2dbc541-c91a-4658-94b0-2b0b445a31fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155341,7 +155341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93df1544-3937-491e-8832-9ef5ed1647ff", + "id": "bc9872bb-3c52-4e18-993e-1c13fee77dc1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155397,7 +155397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4922aaed-edd9-49d9-9978-942c204b37a5", + "id": "5c6098bf-44dc-436f-8ccc-539e8761c3c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155453,7 +155453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39201d39-ef43-4efe-b9c0-dbfb57bb1a12", + "id": "b5f0264f-b549-4900-84eb-83421909ddd2", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -155509,7 +155509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79c7e19f-e062-46e2-ae49-cee07d75ba55", + "id": "58c491ec-e22b-452d-a15b-4cc5290efafb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155565,7 +155565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b988861b-aec3-49c3-93c3-096277ba70c3", + "id": "47e70711-3c20-45cc-8eb4-4b4fea9ad23c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155633,7 +155633,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": "fb05f62f-1c27-4927-b7f7-78fad772d25e", + "id": "59fb2c68-104e-4322-b1d5-8dd643ff252e", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -155672,7 +155672,7 @@ }, "response": [ { - "id": "33024f42-8c48-4c90-bd88-617451799f7e", + "id": "7c5e4320-b48b-43c7-89b7-9e27ef573ad5", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -155720,12 +155720,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\": \"sint\",\n \"metadata\": \"ea\",\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\": \"reprehenderit id eu esse\",\n \"metadata\": \"reprehenderit aute officia elit deserunt\",\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\": \"sunt tempor\",\n \"metadata\": \"dolor aliquip\",\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\": \"veniam nostrud anim ut\",\n \"metadata\": \"ipsum\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b1ebbb9e-454f-430e-844d-937ff986fe9e", + "id": "185fcb67-07d0-4260-a292-d9f19c9a7e03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155778,7 +155778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b0941fe-8a78-46dc-aab1-bdf59a5128df", + "id": "d60c4b66-6dbc-4e28-9412-1891f35f7faf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155831,7 +155831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee8def3e-2589-43f3-bc1f-8024a99a1928", + "id": "d06d17df-302c-4759-a2a0-3126832e44e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155884,7 +155884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f34c62e-da72-42bf-aec9-a2783574fcea", + "id": "19754b3a-c81c-4a44-9faf-bda6d40ba233", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155937,7 +155937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f53cb3d5-953a-4910-82f6-3d9dd71176e0", + "id": "e37e3c67-ae5e-4ac1-9542-841919b4fe47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155996,7 +155996,7 @@ } }, { - "id": "28d0550d-6f78-4a07-a8a8-14729703eeaf", + "id": "75948ba1-332b-4d65-8e1a-fe7595f66aa5", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -156038,7 +156038,7 @@ }, "response": [ { - "id": "231ff1bd-2e4e-45a2-8392-c77347915b61", + "id": "e4611642-1ce2-4979-a4b7-78dbb0f7c1c3", "name": "Request succeeded.", "originalRequest": { "url": { @@ -156094,7 +156094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be3495fe-1ca3-4eff-8e6f-a7222cb83e9e", + "id": "2cf56d2d-de01-4cc6-931a-3e4dfee725ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156150,7 +156150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "532d560e-c8af-4c90-bada-76143624064a", + "id": "0e563bc8-7edb-4f17-83fb-b3a7f0905285", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156206,7 +156206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "250ab7c2-2c8d-4849-98df-0b20a41fe5cb", + "id": "4fc66f77-a4ba-4387-a6c1-b18e77d41b06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156262,7 +156262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51b5f657-a186-4fe1-a66c-c0e5575cd61a", + "id": "bfaf559e-052c-4cf0-8040-1349affc4c50", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156318,7 +156318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ac1d667-9c53-4141-857d-1c0f42a0209b", + "id": "2eee46e5-640b-4a52-93b9-845d1133fb74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156380,7 +156380,7 @@ } }, { - "id": "cc00f87b-336f-4e4d-bdaa-f19558336704", + "id": "192e7423-2700-48fd-9102-610640982a77", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -156421,7 +156421,7 @@ }, "response": [ { - "id": "e6d2e17f-c488-46a3-b49d-46c32637b046", + "id": "421d0e78-4da3-4f7d-8d42-cb5b47b584f4", "name": "Request succeeded.", "originalRequest": { "url": { @@ -156460,12 +156460,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\": \"velit exercitation\",\n \"metadata\": \"amet occaecat non\",\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\": \"magna sunt enim incididunt nostrud\",\n \"metadata\": \"consectetur occaecat Ut commodo exercitation\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "88ee61e3-390a-444f-a616-df0593aaccb4", + "id": "80ffab96-de40-4544-9a59-300b6f03e327", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156509,7 +156509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a10f788-feac-4402-8d1d-c6746df0ce4f", + "id": "1b573fdd-15ed-4255-906e-d130f7d4937b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156553,7 +156553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68fb4c5b-e1c7-4e02-82f4-0983430b7d33", + "id": "56cb12d8-0ff9-4347-8dae-ac5a6d9241a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156597,7 +156597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "427ee2ed-7f31-44e6-b6c8-907d7f655e23", + "id": "931e0458-541a-4263-99a3-3415be58e598", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156641,7 +156641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3da20b-e83d-4830-802b-1d31dd82f9ab", + "id": "1cbf23e6-6f23-449f-a3e2-ac4f84b99fe9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156685,7 +156685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4c39bad-17bc-4b4b-8655-ff05ebd8a8bc", + "id": "e2025dc8-9fae-49d6-9ef1-0fb5911c6a5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156735,7 +156735,7 @@ } }, { - "id": "61a3d61c-5c90-4851-9e7a-46e445fc1fd1", + "id": "fe1f28cd-2cdf-4dff-8dce-b0255db943cf", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -156776,7 +156776,7 @@ }, "response": [ { - "id": "5201bbda-9014-4d22-a1ac-f31c102d4c34", + "id": "82d0e574-801a-4efc-bd6b-638437c6ec02", "name": "No content.", "originalRequest": { "url": { @@ -156810,7 +156810,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b7cec8fe-0ee9-4be1-86f1-2b48c7aa1dfe", + "id": "d1441ce0-3632-4061-8fc7-b013f2d5a5d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156854,7 +156854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a0e7655-1422-41a4-a6ee-919e724fac79", + "id": "19e40c1b-5f11-4cef-8846-ad93caa66e3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156898,7 +156898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd90bcc7-d476-4571-bb14-1ef044c822a3", + "id": "b73632dd-d193-488b-bd5e-9dc412a3657a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156942,7 +156942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ea2356d-fcb0-4d5c-bea0-82e1d8e87b8e", + "id": "1dd995ea-cd60-4511-8f4b-3c6d8912fd95", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156986,7 +156986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce4a6e69-52e4-4efb-810c-d6b7448df37e", + "id": "cd6d57d6-8830-4720-af50-c7d1bc51478e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157030,7 +157030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfccfcb7-a90e-450c-8a11-268ad04f6270", + "id": "02d2f4c5-9d4a-4ef2-a9fb-9be030063203", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157080,7 +157080,7 @@ } }, { - "id": "e03e3ef9-3c12-4bf5-949e-152d6a4fbaaf", + "id": "7dfba263-c201-4bd5-a442-2895950ee7a3", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -157134,7 +157134,7 @@ }, "response": [ { - "id": "b7657d82-7f59-480b-bd9e-a665c7a8faf5", + "id": "c8af29ac-f1dc-4710-8945-a1c2c72fd569", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -157186,12 +157186,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\": \"velit exercitation\",\n \"metadata\": \"amet occaecat non\",\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\": \"magna sunt enim incididunt nostrud\",\n \"metadata\": \"consectetur occaecat Ut commodo exercitation\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "26181544-777a-4833-9372-5c935009cf80", + "id": "93cb522b-716b-498b-bc25-c597bb0cf809", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157248,7 +157248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "611440a0-1c7d-4173-b4d6-5caa18cf4f8a", + "id": "adbf0f79-349e-4c8f-a88b-0667b5afc6fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157305,7 +157305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9853ec20-607e-4efd-8518-5af382fbb58d", + "id": "9c7e0e40-0b1f-4d83-a168-8bced290931a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157362,7 +157362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1c32018-3da9-43d4-9b17-20d038cfdf76", + "id": "0f73a7f4-109e-411b-9780-61f1613da90e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157419,7 +157419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32ede2ac-16a9-42e1-9a42-3f324d948386", + "id": "4991f7c5-b36d-4bdb-abbe-97a0e5df67a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157476,7 +157476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2aa0fdb-102f-4630-b800-6384e62165eb", + "id": "21e1b706-6403-4f9e-ac45-f34f802d3ac2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157545,7 +157545,7 @@ "description": "Operations for managing org configuration settings (eg. time zone)", "item": [ { - "id": "9305fa38-30d1-471c-931f-678c0fd2d423", + "id": "b08e0376-2b1e-4e6e-b05a-2fe4291aaacf", "name": "Get Org configuration settings", "request": { "name": "Get Org configuration settings", @@ -157574,7 +157574,7 @@ }, "response": [ { - "id": "3444fb1f-4d39-4dc9-805c-e1b8fc77af25", + "id": "efe2ce9a-7b45-45ec-9f45-f40d878bb627", "name": "Request succeeded.", "originalRequest": { "url": { @@ -157612,12 +157612,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\": \"ut tempor qui\",\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\": \"sed proident amet minim\",\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": "3da013b6-839d-4af4-8eee-c04841a814b0", + "id": "d82176cb-82d0-408f-b6ba-2a7b604df6ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157660,7 +157660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c77fa6e3-5c1a-4b8d-b83b-d424e56b0a2a", + "id": "af5de577-b78c-4736-8807-a90504c9d257", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157703,7 +157703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6e16ded-d93b-4da4-b3d3-cbbf8e368f67", + "id": "378295ec-2093-4f8b-ab1f-029b656f26b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157746,7 +157746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f536a0c-5d88-45fb-bb85-663b72e80854", + "id": "784d16af-883a-4230-9f4d-dd36e0091dbe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157789,7 +157789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f02d94b-941d-4407-a2ec-1d695b1e00a6", + "id": "73b74178-04bc-4879-b665-4d12080fd524", "name": "Too Many Requests - Returned in response to too many requests in 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": "a19d7e4e-d7d5-4f60-8555-081dd1ad7d50", + "id": "d2b5ece0-881c-4c72-a0c3-a303113d00bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157881,7 +157881,7 @@ } }, { - "id": "01397dc8-6b4e-4a73-afb1-f9c595de5da4", + "id": "45859877-651b-4a16-b0cf-7eabc15e591f", "name": "Patch an Org configuration property", "request": { "name": "Patch an Org configuration property", @@ -157923,7 +157923,7 @@ }, "response": [ { - "id": "b54db079-cce4-4488-9051-620507a22115", + "id": "cb0a6bde-1425-43bd-8fbe-248643052023", "name": "The Org was successfully patched.", "originalRequest": { "url": { @@ -157974,12 +157974,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\": \"ut tempor qui\",\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\": \"sed proident amet minim\",\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": "ebbffe3b-d7a5-47d4-8d1e-c37b6344f0ba", + "id": "392db9a5-6259-4a35-af04-786107f14b2d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158035,7 +158035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34a31725-c58c-43e9-b2e0-7327386f90eb", + "id": "90076e69-c7f7-4832-9e6f-69d57f20d617", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158091,7 +158091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "232bbaa5-48bf-4037-8264-7896b5ba355e", + "id": "101cb185-9347-49f6-a60c-19476e422e0f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158147,7 +158147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eee9e4f7-3a95-4138-9333-d05c45a579f3", + "id": "a86ec3da-88d0-4a8b-8785-c28be62b5759", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158203,7 +158203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c602b33-f9c7-43de-b446-016906f890af", + "id": "c1f4e9a5-5875-4840-89f7-903659d0661d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158259,7 +158259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24a2193c-f976-422c-9b4f-1cb135548690", + "id": "7fa44d43-5c62-4b30-85a8-c187c6ebc394", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158321,7 +158321,7 @@ } }, { - "id": "bb347fba-d1cb-440f-bebb-90daaa8cc3ec", + "id": "89cc2b21-dd65-4398-9f8f-9aff271e257a", "name": "Get list of time zones", "request": { "name": "Get list of time zones", @@ -158351,7 +158351,7 @@ }, "response": [ { - "id": "a8e76aeb-7dbf-4685-9bd9-753f07f26f21", + "id": "1ba80ef0-b048-4920-9245-3afc0c1c667b", "name": "Request successful", "originalRequest": { "url": { @@ -158395,7 +158395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e4ad962-a6fa-4be7-83fe-2fb30515814f", + "id": "16627012-4d47-47c7-8039-ebf59cecbdf5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158439,7 +158439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "342f71a5-ac30-4f0c-b41f-87fae2e5996e", + "id": "c578fdf8-96b4-4240-935a-66f44fdfb042", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158483,7 +158483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d70020-9fc5-427c-88a0-e99cdef6f8ad", + "id": "b2f97dfc-1035-498b-a238-ce6e77860ef6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158527,7 +158527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9433ddcd-fa06-4727-83f3-e6d69b0e5dba", + "id": "7e25909a-c10e-49a7-a651-b781d624617c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158571,7 +158571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "246fccd9-638d-4c5f-ac7f-0983a816c8a4", + "id": "66c573b3-8926-4b61-aef5-e0065b9a6f05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158627,7 +158627,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": "5a890bf7-a96e-4712-9b5f-35fb5b8bbc73", + "id": "83219254-436c-4f43-8250-4da976ec88c7", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -158656,7 +158656,7 @@ }, "response": [ { - "id": "b5d5b33a-e4a3-4cd3-938f-d8401fb4329f", + "id": "6352682c-d76b-4f30-89a9-74c424ee3ee8", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -158699,7 +158699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "399e5ac9-b7df-4853-b635-2d6d4103418d", + "id": "c1b3f6dd-86ee-4866-9f45-b3ef9ff57fdf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158742,7 +158742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "915fdf59-fe90-413a-b283-99d6035ac91b", + "id": "1c7ce531-303b-43fc-8d91-4f63e9dc1197", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158785,7 +158785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eb84a2b-87a1-482d-ad3b-e05c1e3621ca", + "id": "c3048ddd-12ad-4ef9-9165-bbbdae6f10dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158828,7 +158828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce5a3088-c565-4228-8c2d-562359f4cb93", + "id": "de39ab53-7121-4a53-931d-2e8697b166c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158871,7 +158871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b4072ac-6b9b-4f19-98bd-89862818cb32", + "id": "18f9fcec-cf39-4bc8-b754-2bf35069bbc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158920,7 +158920,7 @@ } }, { - "id": "d303da23-7395-4a8f-a0b9-d2dd9f8bb621", + "id": "16d45c59-482c-406f-b416-0628bfa8e596", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -158962,7 +158962,7 @@ }, "response": [ { - "id": "8dcad412-6d24-43ba-aee8-680f9ce09ded", + "id": "8d0108e9-2e33-45df-8af8-65fa3736a7f3", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -159018,7 +159018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37695a39-4605-4d0f-bf09-bf31349f9f7e", + "id": "610eede4-5e6c-479c-a922-3df3faf41eaa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159074,7 +159074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39347ea-780f-4408-b5b6-6417c5f96b18", + "id": "4d31e142-e456-4ecd-86c5-33553ca38f5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159130,7 +159130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02aca313-7b3d-44fe-8de3-107e4e4dd512", + "id": "8ebcf404-bfde-4009-8634-d5802f71a23e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159186,7 +159186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "666a6c08-93f7-4bd7-b6af-96ba4fbca424", + "id": "37553f6b-afb0-41e9-a755-32340c6c7587", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159242,7 +159242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26840d7d-76e4-48a0-a600-78c75d484389", + "id": "7b1eb448-ad5b-449b-801f-b2648b60bea9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159304,7 +159304,7 @@ } }, { - "id": "18713737-15e1-44b6-b7cb-3477b1c27205", + "id": "b9138dfb-8c32-4deb-a1d2-960557514285", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -159346,7 +159346,7 @@ }, "response": [ { - "id": "67abe412-9550-4777-bb3f-0a976de73f58", + "id": "da521757-ce79-4fa2-8d65-0b82cc39d973", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -159402,7 +159402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d5f3c5a-a566-4934-99ae-928f4c38b0ba", + "id": "404cd1f5-afcd-4237-8ec6-f0ceea03e355", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159458,7 +159458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d22a1624-4ef6-48f9-8eec-0b657ac86096", + "id": "5c637f99-72c8-4105-bae6-ccb42ad69da8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159514,7 +159514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c1577ad-9824-4499-b213-c00a4d2f10bb", + "id": "962f6217-a886-401f-84d0-034bbd16a323", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159570,7 +159570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed295d8-539f-4f88-8675-5e2dba0c1067", + "id": "a4783fb0-8e03-4b99-8bea-b25eb5ab8592", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159626,7 +159626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "474354a3-31d6-4668-a4c4-2188df9c18c8", + "id": "ab29a7cb-fd28-4aa7-ade9-49f1844f2079", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159694,7 +159694,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": "79ab64d5-88af-4ffb-a699-74ca2953ab8d", + "id": "f3d32577-f2d6-48f4-ac3d-036b6d0518e8", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -159723,7 +159723,7 @@ }, "response": [ { - "id": "41df9bc3-c263-4291-b8ad-ae120e74d722", + "id": "ab592b40-63ce-4089-8ff8-49f4d4db4a8e", "name": "A password dictionary response", "originalRequest": { "url": { @@ -159761,12 +159761,12 @@ "value": "text/plain" } ], - "body": "fugiat cupidatat dolore commodo adi", + "body": "voluptate id", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "01dcc0c7-ddc2-45ad-a443-8007398a58b5", + "id": "fb0f4bd4-d5b3-46aa-a376-b01f648c9159", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159809,7 +159809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "565ae5f9-591f-4d20-9efd-85837ced6260", + "id": "65b04e07-a86d-40cc-af6a-4dbd6cc1bb67", "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": "bf502db9-e73d-4c28-8a00-4e81a209fcf6", + "id": "c6e31171-f025-4cb5-bd59-deee36917b75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159895,7 +159895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f144538-d2f1-4fa3-bcb7-c896be1fe68f", + "id": "a2ff41c9-8f18-4ddb-99ba-ce07f2cd7014", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159938,7 +159938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3bce741-1e5c-4cc1-b576-712fc8ad901f", + "id": "7de8ed5c-43f8-42da-b0f4-523cfbdb95d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159981,7 +159981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d284d966-057b-4f61-8bf4-31e0e03e15f7", + "id": "64e7e53b-53ff-45ae-a6ce-f6889d5be555", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160030,7 +160030,7 @@ } }, { - "id": "b887fceb-1a31-4422-aacb-7f1326b990d8", + "id": "b631295e-c300-4234-8329-22d199f1aef7", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -160075,7 +160075,7 @@ }, "response": [ { - "id": "84aeaba2-3069-429d-9840-355e17273e86", + "id": "327b523f-e956-4177-9b6a-1e40daafc13d", "name": "Successfully updated.", "originalRequest": { "url": { @@ -160124,7 +160124,7 @@ "_postman_previewlanguage": "text" }, { - "id": "08c242e8-7901-4546-958f-f277f5a19c6d", + "id": "9f0803bc-83ef-4a25-b60f-81d47131b1cf", "name": "Created.", "originalRequest": { "url": { @@ -160173,7 +160173,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0dea0f6c-52d7-4a7d-b3d7-abffb685dac8", + "id": "6d12a911-2206-460f-814b-72da1b939d34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160232,7 +160232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a4585cb-1042-48ed-8281-de15ed1417cd", + "id": "5e45c578-6083-4b22-b750-1c5e70c8a510", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160291,7 +160291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319027b2-606a-4001-8023-594c001622c1", + "id": "868f06a5-68a6-417a-886e-8fa5f953c7fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160350,7 +160350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a42b10d0-f413-4953-b7e7-be3b2f051815", + "id": "e0b44e17-dbd0-4eed-9faf-07693ef4d022", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160409,7 +160409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72e35eff-e999-431b-97b8-bdd9739e91b6", + "id": "1520db84-83cb-47a2-94bb-24c5c978d6a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160468,7 +160468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52c60331-a10e-4bc9-9baa-6cc6c41d078d", + "id": "c520f0e9-1cb2-4ca7-8172-bf249d29754c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160539,7 +160539,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": "c42e3702-b542-44b6-a517-af73664001fc", + "id": "f831acbb-c9de-4bc7-9bc5-9aae54995e82", "name": "Generate a digit token", "request": { "name": "Generate a digit token", @@ -160582,7 +160582,7 @@ }, "response": [ { - "id": "5a7479e0-b726-4b61-b87e-578782643753", + "id": "88fc0e11-4ec8-4746-9e00-d6bab7c62aef", "name": "The digit token for password management.", "originalRequest": { "url": { @@ -160639,7 +160639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83866b4e-c1f1-430a-80f3-f919a4771ce4", + "id": "a47179c2-9c81-4edb-86a6-49ee6875449e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160696,7 +160696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dfe8efa-2888-4245-8506-7cbcc1757704", + "id": "2608fbea-fbec-4a49-bd85-56a7bf632fd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160753,7 +160753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4785a699-1446-4c96-a76b-41a836e43cab", + "id": "41b317ff-4674-4354-b3f5-aeccc0d85033", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160810,7 +160810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "610c9736-cb1d-454d-9560-ea086584a9ac", + "id": "b8516a35-5188-4df7-83bc-4320c1f49d10", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160867,7 +160867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a7d041-36f7-4a96-a64b-f34601735f02", + "id": "cdc0d151-5a1f-4535-9836-29ec73a907f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160930,7 +160930,7 @@ } }, { - "id": "f430b8f7-48d5-41ed-ac7e-22197eb90c47", + "id": "33884cdd-ec0c-47d1-92cf-620c3b79f34b", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -160972,7 +160972,7 @@ }, "response": [ { - "id": "911799f3-e467-4176-bcc8-fc36664743b6", + "id": "dda08e9b-d2e5-4dd8-953e-66e50c123b3c", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -161028,7 +161028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e8d1786-ef33-4157-bf13-5e10e7d04c0d", + "id": "5fb047b7-bfe7-4641-81e6-1936844fb405", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161084,7 +161084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "152177d7-da17-4842-aff7-f3dfe1950de0", + "id": "13d0d8e0-6cb6-424e-b588-0b095bc7c9cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161140,7 +161140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b2597e7-cb96-45be-a535-b0f38c0e146d", + "id": "c91a61a1-beb6-47e1-81c8-fd4592dbcfe8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161196,7 +161196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f90abf1c-2c1b-42b8-ad9f-0266582d3a12", + "id": "77a26363-a7cb-4e70-a291-ff5bd9521592", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161252,7 +161252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84b200c7-6b83-4ab0-b133-9ef20343932b", + "id": "3bc558a4-547e-40cb-893a-8216e0906706", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161314,7 +161314,7 @@ } }, { - "id": "2ecdc4d6-6aab-4a21-949a-47dd79830811", + "id": "4c6b327e-7ac0-41dd-82c1-84d61c04db64", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -161356,7 +161356,7 @@ }, "response": [ { - "id": "0366c6bf-19e0-442e-9880-027bffd90256", + "id": "7c710570-fdd4-43fe-964c-0be6b04163d8", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -161412,7 +161412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba4c99ec-a0fb-4bee-805f-ca2f85cea038", + "id": "4e3139b1-9c5b-407f-9a23-04e68a71f865", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161468,7 +161468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72a3332-9c97-4ce0-a3ab-885a5cc5a2cd", + "id": "92be6b5b-3610-4946-a207-123f5947342e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161524,7 +161524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a78627c9-7428-4973-b744-7df402de0382", + "id": "07a7dc02-1b2d-4773-8ace-ae3d179087cf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161580,7 +161580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e3dce6-fa58-480b-a090-ccffca63e04d", + "id": "3d6cf54c-910c-4ef0-a463-3cacae4aad4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161636,7 +161636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80b3345c-2793-4603-a1a5-d82da26a2eeb", + "id": "08d0e30b-349d-422a-ad7a-ad912d975a0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161698,7 +161698,7 @@ } }, { - "id": "00b152aa-7d9b-4c26-bea8-51e74b766591", + "id": "bf085554-f777-49f7-97d7-c87ae1459f83", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -161718,7 +161718,7 @@ "variable": [ { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "id", "disabled": true, "description": { @@ -161739,7 +161739,7 @@ }, "response": [ { - "id": "76fc3567-4837-4d97-af22-3708aac3c697", + "id": "248a9a1a-722c-4a46-9135-decc0a82f837", "name": "Status of the password change request", "originalRequest": { "url": { @@ -161783,7 +161783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94952e77-9bd3-4b88-918e-84a4f2d9c62b", + "id": "bbf6cbab-33db-414b-89c2-7da7079e1f22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161827,7 +161827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a9e5cd3-b8c6-439d-b687-64e68a8bfc4d", + "id": "2610c08f-5797-48c1-a22c-f80aa1d73b81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161871,7 +161871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a132bcd1-aabe-4e5d-b617-381acae248c8", + "id": "31c2182b-4701-4801-9914-d6b0daf27dbd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161915,7 +161915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8668c3fa-0ed5-4213-bb84-15ea1a43b077", + "id": "f77a253d-39bc-440b-8331-f63f7e88c64f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161959,7 +161959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0e14d09-d612-4470-b279-3a47a883c846", + "id": "0165bcb7-ff65-420e-90ad-c1aabad6f079", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162015,7 +162015,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": "43b027db-c679-418e-ba9a-32c347da1e8f", + "id": "5582375c-5da4-44b7-b74d-2065eba4747b", "name": "Get Password Policy by ID", "request": { "name": "Get Password Policy by ID", @@ -162056,7 +162056,7 @@ }, "response": [ { - "id": "47105d26-ba14-4da2-9fc7-1965556fcd06", + "id": "60a44467-c155-45a1-a747-0d3c81b86504", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -162100,7 +162100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ab9667a-310c-4fd4-9c05-f7abb850cdcb", + "id": "8dc0ca91-3ec8-4176-865b-fe2d110322bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162144,7 +162144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83685751-5ee9-4ae1-8527-c131abeeb6b1", + "id": "06b5bead-a95a-49bb-a485-039f9c940d7a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162188,7 +162188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffdc7eb9-b782-4866-9046-b435ca128158", + "id": "ad1d94c3-a1b7-4d52-9ed0-f4ea40140a72", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162232,7 +162232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b449f6a-6c94-491e-adb5-16cee5d272f7", + "id": "f5856067-dc02-4258-924a-7ae00e3ea029", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162276,7 +162276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a03240f-02ff-49cf-ba3a-5ef41b1a746d", + "id": "0b88a45c-198c-49d9-80d6-3e30f132ad6f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162320,7 +162320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5aa3c16f-dade-4385-9348-cbba809b2364", + "id": "b05a1f1e-9ccf-44a4-b714-e1a4e4ac1722", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162370,7 +162370,7 @@ } }, { - "id": "b80b0fc5-de5c-4964-949c-19ed3fc12bfd", + "id": "de8c483a-3864-40c6-8536-b12b0a4d6b34", "name": "Update Password Policy by ID", "request": { "name": "Update Password Policy by ID", @@ -162424,7 +162424,7 @@ }, "response": [ { - "id": "874ba434-2d6a-4fe1-a439-e633776a30a7", + "id": "22e9a40c-fbb4-43fc-a980-a203a0d61cfa", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -162481,7 +162481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d1b5014-8b40-4ff6-983e-2bfeca197a55", + "id": "d9e1b495-45ea-4945-949a-cdcd933d041f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162538,7 +162538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1379f2a-5434-4423-a44a-c201733f4e4b", + "id": "755c2947-8160-4046-9c33-b42be44a094b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162595,7 +162595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29fca92-a5ca-4312-8513-1cbde8c5a08a", + "id": "6ec6e92a-648a-43c2-9e27-450dd73fa48b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162652,7 +162652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59171d33-6b97-458c-9ca9-0739fbe8ddcb", + "id": "32242a48-f857-42be-aba2-71c3f49de316", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162709,7 +162709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb102ddc-1c16-46fb-b06f-4151a1713175", + "id": "120000fc-d60c-41f2-9608-d5abdd91b0bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162766,7 +162766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd85d9a7-b6b7-400a-8d1e-5bbf1b30f5f2", + "id": "4cc3a2f3-f0a5-4481-8da3-5f9c8804619a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162829,7 +162829,7 @@ } }, { - "id": "d1360e06-0f3b-435e-93c0-347f09c924ec", + "id": "8294c9e4-445d-4d0a-9b15-82c1d3618f0f", "name": "Delete Password Policy by ID", "request": { "name": "Delete Password Policy by ID", @@ -162870,7 +162870,7 @@ }, "response": [ { - "id": "4f6354c3-8677-4c17-99f2-35950bb0ac86", + "id": "b69f0478-d7df-47d6-8b52-eb5e98c9d739", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -162904,7 +162904,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5d8b356d-3b43-47a4-9c5b-bc449dd0aeaf", + "id": "8bc62f06-0cf8-41d2-aa1c-a989131b6cc0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162948,7 +162948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74c5dd77-d37c-4513-9e4f-53d32b088272", + "id": "dedd79ce-d85f-4b5e-9117-f91eacb95cc8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162992,7 +162992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02bf089a-ef87-4133-8fec-7c0ed4f2cd5e", + "id": "729bb1b0-da6e-40ee-8367-7483704471f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163036,7 +163036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76f7afa2-8017-407b-9cb6-0b5fcf35178f", + "id": "d56b9068-4b6a-4f0b-bed5-2b8b4fa668e2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163080,7 +163080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd5b0ccf-c3fc-46d1-9a7e-a97ec37c663e", + "id": "9a847272-0b70-4ea0-95a3-9626005add7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163124,7 +163124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e537114-4f32-4581-8a2f-35e45e3c8f5b", + "id": "4875ed1b-d0e1-4157-9e91-83596d3c7b7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163174,7 +163174,7 @@ } }, { - "id": "55436d1d-393a-4cd9-b1b2-bea520725f9b", + "id": "037bc15c-b636-49b7-a15c-6e901ef2f0ff", "name": "Create Password Policy", "request": { "name": "Create Password Policy", @@ -163216,7 +163216,7 @@ }, "response": [ { - "id": "1b2f634b-03dd-461d-bf48-4aaba3c5b773", + "id": "fb805b80-b1cf-4c0b-b620-f0cb57d499a1", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -163267,12 +163267,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c91808e7d976f3b017d9f5ceae440c8\",\n \"description\": \"Information about the Password Policy\",\n \"name\": \"PasswordPolicy Example\",\n \"dateCreated\": \"2012-05-22T16:47:19.834Z\",\n \"lastUpdated\": \"1949-12-06T09:45:36.924Z\",\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\": \"officia laboris reprehenderit\",\n \"modified\": \"adipisicing Ut labore\",\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-02-03T08:08:33.823Z\",\n \"lastUpdated\": \"1953-12-22T19:47:49.222Z\",\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\": \"irure Ut\",\n \"modified\": \"Lorem mi\",\n \"sourceIds\": [\n \"2c91808382ffee0b01830de154f14034\",\n \"2f98808382ffee0b01830de154f12134\"\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9def41bc-5ef0-4381-b64a-f4e0ab63703a", + "id": "aac3012e-31d4-473a-95ce-bcec3b9e403d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163328,7 +163328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da692293-37da-4385-a505-c02db84bd250", + "id": "7451db01-f8f5-4993-897b-436fecaf6c2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163384,7 +163384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af75db6e-b4c5-4286-8b12-ecd2b3034296", + "id": "d2a38d79-bcea-4f2b-8bb1-699237a962ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163440,7 +163440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbe20d5a-5484-4cc5-8083-fcc491db316f", + "id": "cb8d51c6-de70-4394-a432-e15d6ebf7a09", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163496,7 +163496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08310d56-0527-4d1b-a53d-77e292d52f46", + "id": "4eff1b04-44ff-4ecc-a451-dedb324a0c85", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163552,7 +163552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e074b77-1080-476f-9d34-5a87ac93820e", + "id": "a05b1b62-80cf-4009-ab28-c81306fca822", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163614,7 +163614,7 @@ } }, { - "id": "f2e3e0c3-c09b-4726-932d-447efe051b5a", + "id": "781d99b7-bd75-42f2-b139-cb8e0abfbc99", "name": "List Password Policies", "request": { "name": "List Password Policies", @@ -163671,7 +163671,7 @@ }, "response": [ { - "id": "c4cecebf-8c6c-4385-98d3-e07f67908a1b", + "id": "e3a8bd2a-9fb8-4d94-bb77-26a7791d321d", "name": "List of all Password Policies.", "originalRequest": { "url": { @@ -163742,7 +163742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82e8bc76-2a45-45b2-81f9-f5a5f7bc066f", + "id": "65769dd5-ac83-4759-bbef-c13d9e8e1b48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163813,7 +163813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c64ffed-302b-42ef-9e13-f06ff3a299f7", + "id": "8da386ac-7b6b-4e15-a719-a7d20f346860", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163884,7 +163884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e86412d5-1cea-4d76-9c09-d818bbc7c765", + "id": "cae63fe7-592c-4e7d-9ed4-1306773ea7f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163955,7 +163955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e506adb-7573-4b8a-a0b1-06fd03f0efe4", + "id": "05a3e4a1-3d46-469c-8099-d86b39bc66d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164026,7 +164026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4acdce77-a452-4102-b060-7595a34c3108", + "id": "227941c5-6cc3-43ec-8485-8e4098504100", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164109,7 +164109,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": "bf117418-f257-48f4-9287-c179dacf1f25", + "id": "3be9cc1b-9582-42fa-956a-b0409d42a032", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -164166,7 +164166,7 @@ }, "response": [ { - "id": "d4bd2d87-e6e1-4e28-a23b-cb127c209796", + "id": "e5ea0ca6-3c63-4387-98d6-7fab9812df75", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -164237,7 +164237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc13e2e4-e4fd-4838-a8c4-07e63fbe5ba1", + "id": "63cd0c67-6799-4008-aa48-ba1ee53c6ea4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164308,7 +164308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbcda354-36e6-4b44-a37c-2b877b4a2482", + "id": "95ebcac7-085d-4fdd-9288-7bfcb37fafc8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164379,7 +164379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3802817-c7ac-4fcf-9d78-542eaa364a6c", + "id": "5d2fab2c-f949-4750-b327-151d64a613c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164450,7 +164450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d2018c1-1934-4b36-b316-5b23a7e041d1", + "id": "a0b57e6b-01d6-4123-9d25-d606d0f84f91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164521,7 +164521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9befe57e-ff30-4a39-8f1c-2c1bc0789df9", + "id": "0dfaf1f9-befd-4a3b-b499-a47aaab6680e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164598,7 +164598,7 @@ } }, { - "id": "2f21c094-8349-48f4-b00d-8457cc229ee6", + "id": "83d91f78-4725-49ba-8dea-0f66d3934802", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -164640,7 +164640,7 @@ }, "response": [ { - "id": "44beabba-6156-4b7d-92ed-4a5beee5baff", + "id": "b4b3513f-3e3f-4aba-ad25-aa7139cd0a79", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -164696,7 +164696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2621770d-6d89-4d6a-b325-822386b73d39", + "id": "d3b9ee8d-08db-4ef0-abc5-872b346e826a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164752,7 +164752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c0ec4f9-e31d-4733-9771-7fd9fe031417", + "id": "dc353d11-94db-490a-9c65-05e15d023ac5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164808,7 +164808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "199431aa-faec-4398-880e-2e3b6e2385d2", + "id": "21d395b1-8dfa-44b4-aaba-12d1271b4794", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164864,7 +164864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa3e2573-e65d-4828-ad93-12e54383de1a", + "id": "96ba2afa-2ea4-475b-9457-9c5f100441e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164920,7 +164920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c41afa9-c4e1-4e12-bc88-6a491fefda2b", + "id": "e7c8264a-555a-466e-80a4-44c04540e587", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164982,7 +164982,7 @@ } }, { - "id": "44037b57-3110-4742-b939-6fbc814d989b", + "id": "1c8d3138-945c-439d-84fc-9fd34df87150", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -165023,7 +165023,7 @@ }, "response": [ { - "id": "21714c23-0817-4631-b8f5-7d642663dfb4", + "id": "6b5a24d9-1c56-4524-9a31-1e0223901a40", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -165067,7 +165067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c80ae407-fcc9-4e72-841c-51e8720f1def", + "id": "6f83ab55-cb2e-4274-8c7e-6fcecf598363", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165111,7 +165111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b945a7ca-bee5-4128-a0fb-d46378792354", + "id": "03e0ba62-585c-4ba5-bbe1-2b7fb5a8a275", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165155,7 +165155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7747ea66-bf17-4c5a-ba53-bae23d69900f", + "id": "b7cb6f02-c944-4755-9cd9-db4f49a8acb0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165199,7 +165199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35cbd118-8bed-4eee-9b2e-b8a302039e80", + "id": "590ebf0c-6acb-49f2-95d6-652a6d6f2c2f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165243,7 +165243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4da6717-d533-4b06-bae6-35c4dccb136f", + "id": "4c2f1d65-e94a-486b-8693-fa9bea562a0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165287,7 +165287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2cdd957-8cee-44cc-b9fa-ae102af676dd", + "id": "1fe95683-2167-44f3-b9d2-cdfa0c1f592e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165337,7 +165337,7 @@ } }, { - "id": "929f7470-29d4-4a63-9511-0374eb9a9c77", + "id": "2f41e835-a7dd-4fbc-bc8e-7bd232923bd6", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -165391,7 +165391,7 @@ }, "response": [ { - "id": "5bd34f41-65c4-4289-be39-6eaccbfea18b", + "id": "16b859e2-9c6c-478b-be8c-ed4f11859e49", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -165448,7 +165448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b74116c4-1877-4966-af49-f903143e2870", + "id": "fa132488-e5d7-4fec-af87-9495354ce7bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165505,7 +165505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6e3bf8d-c2c4-4c49-8464-5d6783fcfa0b", + "id": "b9499c63-642f-4f63-af29-47d45b5701ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165562,7 +165562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c63fbec-6734-4523-8756-c0edb6485d32", + "id": "0273d1f1-7167-43a6-bbe5-10fec07b5c5d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165619,7 +165619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "135875ca-6933-4c44-9005-b94cf68320ed", + "id": "44985eb9-7f86-41d6-82ce-b6110fe569f4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165676,7 +165676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d550e827-4e6e-47dc-b9b1-eb7a8a8147ad", + "id": "c37a13c4-8764-45a4-8b2f-31082fa61c9c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165733,7 +165733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca4cd3ec-c819-400d-aa92-173fe3497b42", + "id": "709f2140-369d-49d1-8ce9-339a5e7f955a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165796,7 +165796,7 @@ } }, { - "id": "68223523-809a-4a7d-9877-009143b11574", + "id": "0e010c85-c22d-4db5-a19d-80e5037e1033", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -165837,7 +165837,7 @@ }, "response": [ { - "id": "25a8bc27-5502-47e4-b546-5fef06b42d82", + "id": "20b6f45b-e6fe-4e42-8388-288fc46dd711", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -165871,7 +165871,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6f2c93ec-8322-4a1f-aa36-5878da5754ca", + "id": "71f12ade-9aaf-4a28-8e38-2a454dc9421c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165915,7 +165915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d3918e3-97f2-43a5-ac99-e19ae29d7dc3", + "id": "ccc47f54-8c83-438a-986d-f1c7e7a52801", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165959,7 +165959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c39a741-6a43-4578-ae9e-94804d381425", + "id": "61245a56-fc24-4b63-ae07-8c6a4c2b06e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166003,7 +166003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73663027-d2c1-4204-a90f-023f23f135db", + "id": "f57d8c09-56ed-429a-8f36-2286bff77621", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166047,7 +166047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4244089-312b-4d41-9ace-11d9ca35c56f", + "id": "0dde04dc-e1d0-4388-b1f7-df27e69a5e7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166103,7 +166103,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": "8de76f3b-9352-4920-8b09-ec682930a8f3", + "id": "4e4b7c46-4858-4e90-9268-b05a1babd099", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -166151,7 +166151,7 @@ }, "response": [ { - "id": "8f31d671-c41a-4301-bac7-e779b44eb4e3", + "id": "81cddccc-e1e4-4c98-9673-12325d2822a1", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -166213,7 +166213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11f13246-de06-4c2e-b843-f27f7721f2ad", + "id": "9d32e5d6-55b6-4737-b16c-39fb03e169f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166275,7 +166275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "655602c5-ddc8-4567-8302-bb1cb7f800a8", + "id": "fa25b778-6893-415d-8e39-5648ac2ef115", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166337,7 +166337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a75c692-a210-444e-a3c0-48f69c766268", + "id": "7d69a041-4b6a-4636-a26d-1c3a9bfac4cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166399,7 +166399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd34f76e-f577-49a5-a75b-e75acd581c75", + "id": "210c9d94-8dbf-4297-a4a8-58edf39fa7d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166461,7 +166461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fffcabd7-d842-4cab-a3fd-45215d59c9e2", + "id": "95851258-6eae-46ff-9130-178a6171f4c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166529,7 +166529,7 @@ } }, { - "id": "4b3f258d-fafd-41e6-9f2f-b088ffaab907", + "id": "c05457b9-ce82-4de4-8152-269dd8383914", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -166571,7 +166571,7 @@ }, "response": [ { - "id": "47af67de-98b7-48be-b713-612c3386a7af", + "id": "e5a543c4-405a-4d35-ae44-25587ca7b8aa", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -166627,7 +166627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17fb002f-2b57-49cb-b794-2254a72d9660", + "id": "9d4f3c38-ad74-4fde-a0ec-b710244920ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166683,7 +166683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1541b88-4c30-402f-b3b1-bda9c94b62fd", + "id": "f959c019-3678-4b41-8847-20f6469b0b50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166739,7 +166739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a68e56b-8e86-4cdf-8dfb-6029befcf794", + "id": "8fc96283-97ad-44c9-a4d2-f4c32315e7e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166795,7 +166795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a026369-5a0c-43f5-9d7d-3b45fab5f0b6", + "id": "92e24a34-a36e-4e9b-ad6e-47b687181720", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166851,7 +166851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9693fea2-2273-4da5-b851-749bbc35a4fd", + "id": "e26b00c6-148e-4bf1-a7d1-d5b8a3f8a85b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166913,7 +166913,7 @@ } }, { - "id": "a66c35c0-79a5-4979-9796-a71ddc440791", + "id": "f311cb06-7ba0-433b-b410-fcf90df8f877", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -166967,7 +166967,7 @@ }, "response": [ { - "id": "0d2b5636-950f-475a-b0a9-5a06dc85a8d4", + "id": "4d0584a9-d428-49cd-ad24-492abf3b9af7", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -167024,7 +167024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0fe84be-9bd2-4f0d-9588-7b4a044fbc87", + "id": "f303b467-7f6e-4c9c-abe1-d418d56d45cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167081,7 +167081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fdf6d17-f087-4a83-b28b-31c86fcf01e9", + "id": "abbba764-9b3f-4a1f-bbd0-efa14a933826", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167138,7 +167138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "867d8a21-5bd8-4e00-b040-7ab35dd9068c", + "id": "59739458-2351-4d4b-bf84-b85c2dd83aca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167195,7 +167195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2638078c-2099-4268-acd3-5baab505edeb", + "id": "bed7a64f-6c54-419a-8599-9571f4e5e600", "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": "4998a306-c72c-43ac-a6aa-f263428d24a9", + "id": "ea32ee30-2c2f-47b9-b7b5-4fb26ce6e938", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167309,7 +167309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdbab372-42b1-4af2-8c7e-a4fe67784161", + "id": "9d1ee8d9-03cb-4396-afa2-3fdf9a0d0f0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167372,7 +167372,7 @@ } }, { - "id": "7e6a2c52-1918-44b5-a056-a0b818858322", + "id": "772956bf-4c66-407f-b85d-ee89087e0f98", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -167413,7 +167413,7 @@ }, "response": [ { - "id": "75a01428-4f6d-4648-befd-bef4c0dbcfb8", + "id": "5dcdf05b-2576-4614-bf45-1acd5b542ef9", "name": "No content.", "originalRequest": { "url": { @@ -167447,7 +167447,7 @@ "_postman_previewlanguage": "text" }, { - "id": "eb02c971-088c-494a-b5c2-1f442beed795", + "id": "892f2aa0-30d2-4a07-baca-773d14c008ee", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167491,7 +167491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c1e2658-9021-4853-b70d-567ca673d150", + "id": "6eba893a-860f-4ee8-927e-54c027d4b846", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167535,7 +167535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4efc252a-a323-4de2-95f1-bf5eb1f73a63", + "id": "2177b4fb-3306-4987-9c26-ab96eb56c8c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167579,7 +167579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd6eb6c5-9721-4d97-82c4-0f6e03ff64a2", + "id": "9c5d497d-07af-4d71-b4d9-3191dc444024", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167623,7 +167623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e6feaf3-c397-4c5f-84a5-310875308bd1", + "id": "e82f966e-c42e-4fa7-8f15-5b99db240db6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167667,7 +167667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e634e379-d0c4-491b-8841-3350b7ff39d2", + "id": "e6ff5def-4372-4517-8388-5df4dde2f798", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167723,7 +167723,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": "bac7dc1b-6e04-4dc2-a10a-d66121bf4a5d", + "id": "487958e0-7c65-4950-956b-3c0cbb448adc", "name": "Get Public Identity Config", "request": { "name": "Get Public Identity Config", @@ -167752,7 +167752,7 @@ }, "response": [ { - "id": "d2e38fd9-5664-4ca3-965a-5db7fc13d0b1", + "id": "834a897f-39f4-4b6f-8d2c-46a5d82b17b4", "name": "Request succeeded.", "originalRequest": { "url": { @@ -167795,7 +167795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0fa3f61-0632-4041-bb55-5c98efbc8047", + "id": "890cfe50-9958-49e6-9f10-46e5b27df5da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167838,7 +167838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62ad0e66-0011-419c-9f7d-7b17dce299ba", + "id": "1ac96dc4-dc8f-4ecc-a744-062f021aa6c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167881,7 +167881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26441ef0-ef16-4b85-b2de-fb0fcf5bd6d3", + "id": "23ee37b4-728b-42e8-a238-a96f3a0865d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167924,7 +167924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0d6997-b160-44e1-a205-f63db93bbd90", + "id": "997fcd19-21e0-4aaf-9282-08a716d7650d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167967,7 +167967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4cf67b7-4d12-4f81-9445-1219d8a9fda7", + "id": "d416ad25-8d66-4a3f-8d83-1ccc04490dbc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168016,7 +168016,7 @@ } }, { - "id": "44f42251-65f1-4553-8f7e-c16f66511d5e", + "id": "5a4af458-5eb1-4aa4-ab8c-69a34e4c1c21", "name": "Update Public Identity Config", "request": { "name": "Update Public Identity Config", @@ -168058,7 +168058,7 @@ }, "response": [ { - "id": "75b42569-b4df-4aa5-b029-a3ecdb4d06ee", + "id": "3f41aac6-adc4-4d1b-911a-53656ddb50b9", "name": "Request succeeded.", "originalRequest": { "url": { @@ -168114,7 +168114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0a4b000-6464-4600-8c77-d11eb152e627", + "id": "ba3ce29a-692d-4c2e-a5c1-094cf069996b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168170,7 +168170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0430a801-75a4-4d62-a717-c6f95c4d5e7a", + "id": "e2a35227-cd79-49f1-8446-3222ab08f041", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168226,7 +168226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba7068b-5f7c-43ae-b14a-e4bb895ac223", + "id": "8938f5c7-0231-479b-b7b2-333c7312e87d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168282,7 +168282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ee8e97b-0bf8-4a96-93de-30f099826a12", + "id": "4e7fc938-3780-4cb3-bcb6-f92ddf568a16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168338,7 +168338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6db7f32b-9550-4a14-aef9-5e4fb30e1abd", + "id": "7db14280-08f1-482f-a7b7-060175ab0705", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168406,7 +168406,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": "0eabc190-4db7-443a-a913-7f12a9bd7ce8", + "id": "ac772222-a652-44ea-ab42-fb34d2eed4ef", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -168517,7 +168517,7 @@ }, "response": [ { - "id": "01fb5e73-917b-498d-b523-47369d967868", + "id": "5205f0d5-55ec-43f1-be5e-bdfd874ae466", "name": "List of requestable objects", "originalRequest": { "url": { @@ -168642,7 +168642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0df05546-741b-4d58-94cd-14dab588882f", + "id": "d4be8a3b-1665-426b-ac3a-e4a562f0cf22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168767,7 +168767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c091bca4-486d-47fe-b24d-9cdd3fa4efd0", + "id": "492b1eeb-340e-4bbe-bffc-88e694bd9dd9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168892,7 +168892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c6d24d-8f02-4abb-ad6f-cdc274976ef4", + "id": "b3050870-cf30-4776-acca-76817e4dc392", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169017,7 +169017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "889b4c62-6cce-4485-8e6d-6ed2ad72c4cd", + "id": "ea8fcb9e-8fbe-44fb-98a9-4186e4296991", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169142,7 +169142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b65bb405-4366-443b-b0cc-f7e38f49ff1d", + "id": "b9c9e257-36c9-4bea-b2fb-4968ebb458c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169279,7 +169279,7 @@ "description": "", "item": [ { - "id": "9ba9fc45-7531-4aee-b95a-14f8f01c328a", + "id": "a7da987b-3d7f-4ac8-ac03-e1ede7e999f4", "name": "Generate insights for roles", "request": { "name": "Generate insights for roles", @@ -169309,7 +169309,7 @@ }, "response": [ { - "id": "3e9d789b-f630-474b-92e6-e5aa5f1e4c4c", + "id": "33e8c837-7541-4533-b79e-ef110a6985df", "name": "Submitted a role insights generation request", "originalRequest": { "url": { @@ -169353,7 +169353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee06095b-f532-4aa3-b1f0-9d952bdefbb9", + "id": "13069a10-090d-41f8-9199-02821d59b0d1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169397,7 +169397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f82e185-91f4-436e-8917-b96a75918ee6", + "id": "3d6c639e-9fd8-4abb-8383-78bf9fb885d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169441,7 +169441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "069a755a-ce34-4ed0-811c-0868867e09ac", + "id": "57bd6987-3418-41a2-8f29-382989f07603", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169485,7 +169485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4488a748-16a9-407d-87c0-cb6066836d14", + "id": "687907e2-37fe-4c0a-a9e4-112ecc5f6f18", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169529,7 +169529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0bb2814-13ac-49cb-873d-56484437692f", + "id": "85091e56-cc36-4b47-8f76-76b714d2f17a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169579,7 +169579,7 @@ } }, { - "id": "56b62f3c-cb48-49dc-8ab4-e4ec929eadca", + "id": "208d444b-9203-48b8-bd96-eb6ff5b4baaa", "name": "Returns metadata from prior request.", "request": { "name": "Returns metadata from prior request.", @@ -169621,7 +169621,7 @@ }, "response": [ { - "id": "64310a34-3ad6-443e-8e53-9c0f956a17fc", + "id": "8f93fde4-14a8-4f1c-96ab-274296473998", "name": "Succeeded. Returns details of an earlier role insights request.", "originalRequest": { "url": { @@ -169666,7 +169666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f40daef-bbe3-41d1-b2b8-78e39bf63039", + "id": "a5a52816-d39a-42bf-8e07-ada27de7d78d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169711,7 +169711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99d99957-de36-4b61-a225-507df3cffa9b", + "id": "3888dda9-1e54-4766-b9d6-8e02f07ee149", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169756,7 +169756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3631e3b-e078-49fe-9c04-eea8e99e5fc7", + "id": "760580cc-0d6b-4639-a63a-a9bc9b7a6f0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169801,7 +169801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b3930bd-c071-4762-bda8-bc5a3fefd50a", + "id": "10b6caf8-7a5e-468a-8446-84f1cedcc29d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169846,7 +169846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be0bcaaf-ea9f-4a9b-8a10-5299d6733730", + "id": "8b22901c-646c-4673-b32f-2086cff0916d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169897,7 +169897,7 @@ } }, { - "id": "da8b7ace-7eb1-4acd-bedb-aea1713f1467", + "id": "7f0951fb-3b8e-4f06-bee7-bc9c2ea10d93", "name": "Get role insights summary information", "request": { "name": "Get role insights summary information", @@ -169927,7 +169927,7 @@ }, "response": [ { - "id": "4ab3be1f-cef4-4b96-85db-373067914d8e", + "id": "1a6ffb3f-fdd2-42dc-b23a-aabeb927b6ac", "name": "Succeeded. Returns high level counts.", "originalRequest": { "url": { @@ -169966,12 +169966,12 @@ "value": "application/json" } ], - "body": "{\n \"numberOfUpdates\": 33084460,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", + "body": "{\n \"numberOfUpdates\": 96431479,\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": "c14e5b12-34b0-47f3-ac59-bef4e7b19da6", + "id": "52dc4826-9ac0-4ce4-814e-741c6a7a1e80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170015,7 +170015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "038a4ed1-8893-4f9e-aa11-463072fcc020", + "id": "7d35713a-a091-4cfe-99cd-9dc4eabe1584", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170059,7 +170059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46e86288-0b02-45c5-a646-7e76a87ea464", + "id": "ffff124d-16d7-4591-b99f-ef20e41cfbdb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170103,7 +170103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "647fee7f-546a-4650-ac8c-657ea5b9701e", + "id": "b92a5aa0-03c0-41ad-8351-faf0097581d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170153,7 +170153,7 @@ } }, { - "id": "c51a06e0-9502-4b9d-b4d1-e8440b10071e", + "id": "b9e50b37-6aa9-440c-a22c-6c5b1a648e26", "name": "Get role insights", "request": { "name": "Get role insights", @@ -170228,7 +170228,7 @@ }, "response": [ { - "id": "ddb33fd8-02b3-430b-ac58-9bc6f24b4a6f", + "id": "6c947009-7fff-4058-b5b1-fc437cf7d388", "name": "Succeeded. Returns a list of roles with information about insights for each role.", "originalRequest": { "url": { @@ -170312,12 +170312,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1998-09-16T01:38:36.456Z\",\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 reprehenderit ipsum\"\n }\n },\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1946-08-25T07:30:22.566Z\",\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\": \"eu elit proident\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1994-04-25T23:53:29.943Z\",\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\": \"Ut aute consectetur anim\"\n }\n },\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1948-04-14T19:00:38.864Z\",\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\": \"Duis ullamco voluptate Lor\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ae0439c4-1023-469e-a77b-841198232619", + "id": "f6d22b3a-72a6-4134-865b-8f265d6d9d1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170406,7 +170406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e859f07d-a5d4-48e9-9b00-c96ad6072961", + "id": "09efd2ad-ff6c-41d6-9468-26f08f6e1293", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170495,7 +170495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5279195c-237e-498b-805a-d4c9f88e825e", + "id": "d34c5500-be48-4220-9c8e-4bb9da9761f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170584,7 +170584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b461a59-8da9-4ffa-a567-b35cb47df34c", + "id": "9f54db13-623f-4029-9817-dcf3a0808ebe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170679,7 +170679,7 @@ } }, { - "id": "3502b971-7ee9-4ac8-b66b-9242e6f53564", + "id": "e794f3ca-9c39-46ff-a850-3d35cee0e846", "name": "Get a single role insight", "request": { "name": "Get a single role insight", @@ -170720,7 +170720,7 @@ }, "response": [ { - "id": "ec0a41da-d598-4ade-93c7-3daaec29c3b5", + "id": "e9b913d6-5f7f-49e4-8421-20a85371a277", "name": "Succeeded. Returns information about insights for a single role.", "originalRequest": { "url": { @@ -170759,12 +170759,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1999-10-15T06:22:23.067Z\",\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\": \"mollit Lorem labore aute\"\n }\n}", + "body": "{\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"2022-05-07T07:40:15.846Z\",\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\": \"tempor velit eu cupidatat\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0fc1fc4b-4dfd-4347-a8d2-e0f6d69901c5", + "id": "acc914e6-0b34-47dd-b772-6f7ecc35b7ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170808,7 +170808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7660bf0a-ab57-4c3b-b1f4-f903a2e99290", + "id": "980bbaef-8081-4ed6-a20b-cd3e046bb1c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170852,7 +170852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac50e701-fa55-480c-a764-53c41455f091", + "id": "5f8319a0-4ad9-4bac-81fc-b34b411c276b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170896,7 +170896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26ca5643-6dfc-4905-9baf-72862c9a0a39", + "id": "b16ee8b8-cd09-4071-915d-68e3e93c75db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170946,7 +170946,7 @@ } }, { - "id": "da0a9590-8aa3-457b-a1ac-0988a6232202", + "id": "6cd21564-bdc7-4e92-bb85-93590e2e1597", "name": "Get entitlement insights for a role", "request": { "name": "Get entitlement insights for a role", @@ -170971,7 +170971,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -171007,7 +171007,7 @@ }, "response": [ { - "id": "41bc1695-aed4-4c7f-96ca-f16a2fa27527", + "id": "e2adc3d8-4856-4a58-9072-f9030f5c23c3", "name": "Succeeded. Returns a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -171027,7 +171027,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -171066,12 +171066,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"nulla\",\n \"id\": \"aliqua incididunt\",\n \"description\": \"tempor\",\n \"attribute\": \"ad\",\n \"value\": \"occaecat laborum aliquip\",\n \"source\": \"quis do velit in et\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"esse culpa voluptate\"\n }\n },\n {\n \"name\": \"par\",\n \"id\": \"sint Ut labore aute\",\n \"description\": \"sunt nisi sit in\",\n \"attribute\": \"L\",\n \"value\": \"reprehenderit\",\n \"source\": \"i\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"do in veniam quis a\"\n }\n }\n]", + "body": "[\n {\n \"name\": \"adipisicing in Ut amet\",\n \"id\": \"deserunt sit veniam\",\n \"description\": \"do Lorem\",\n \"attribute\": \"adipisicing ea amet\",\n \"value\": \"enim\",\n \"source\": \"incididunt occaecat\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"incididunt dolor eiusmod est in\"\n }\n },\n {\n \"name\": \"id\",\n \"id\": \"incididunt proident enim\",\n \"description\": \"officia Ut laboris\",\n \"attribute\": \"sed ad in dolor\",\n \"value\": \"enim fugiat\",\n \"source\": \"sunt\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"amet cupidatat pariatur\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "111d4d88-98c3-423f-bdd1-c4fab3495e03", + "id": "98ae0392-d4d7-40ed-b333-9301dab742c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171091,7 +171091,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -171135,7 +171135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2480311a-51a1-4230-a6ba-32d65d0900da", + "id": "fe68c91c-c0d4-4a7e-8096-9862c75f80ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171155,7 +171155,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -171199,7 +171199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4b4ef6c-2dfe-413b-832a-518c74ea3fd9", + "id": "f99149b4-8ad1-45c0-8da2-f64ede1c6429", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171219,7 +171219,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -171263,7 +171263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88d4369d-12d7-4736-8e3d-2b31a317b068", + "id": "6d6ff9f5-b74d-4038-9968-273d3ba05833", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171283,7 +171283,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -171333,7 +171333,7 @@ } }, { - "id": "2ac3f4f0-ce84-4866-a997-7d563d778e67", + "id": "66f4f59d-e3b3-4b4a-839a-6c6147feae6a", "name": "Download entitlement insights for a role", "request": { "name": "Download entitlement insights for a role", @@ -171395,7 +171395,7 @@ }, "response": [ { - "id": "01412cad-7247-4cef-9679-f7a2db2d769b", + "id": "941be492-9a10-4f76-a68d-6b1a1896b2be", "name": "Succeeded. Returns a csv file containing a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -171455,12 +171455,12 @@ "value": "text/csv" } ], - "body": "fugiat cupidatat dolore commodo adi", + "body": "voluptate id", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "74543236-ea18-4e1f-80d4-1ef55d2ab945", + "id": "6b6a9029-66fa-424b-83ef-a4d5e672f8d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171525,7 +171525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1801ec58-2ed7-4cfd-b56e-dc159e42b8ff", + "id": "63445bae-d411-4e1d-86a1-05416b3b8f04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171590,7 +171590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4e14f82-8a9b-48c4-94e3-51065edf743e", + "id": "a82a4605-6f3a-48c3-8a2f-1d0d15809314", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171655,7 +171655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02b103ba-245e-4c96-b721-4393caeeb7b2", + "id": "50b1d880-3ac8-449e-a5ef-02f82b410a47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171726,7 +171726,7 @@ } }, { - "id": "b41c30c7-cc6a-4303-ba97-ff5d4b517fdf", + "id": "4a453ecf-c1ea-4c91-b781-8b979ffc1ccb", "name": "Get current entitlement for a role", "request": { "name": "Get current entitlement for a role", @@ -171778,7 +171778,7 @@ }, "response": [ { - "id": "419d34da-e357-4009-8d01-55589bc1b5ac", + "id": "d26b39d5-6a1b-4ac4-ab36-ba093911a0fa", "name": "Succeeded. Returns a list of current or pre-existing entitlements for a role.", "originalRequest": { "url": { @@ -171833,7 +171833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1c17437-2ab0-4e14-b1c1-35ba08701617", + "id": "b1a41a83-c422-4433-bb3b-2648eb0b62cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171888,7 +171888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "535bb1fe-8ab8-42e0-8544-123b74bdd926", + "id": "f92b33fc-dea4-4a7c-a72c-5fdcef510a0f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171943,7 +171943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84a30024-26cb-40ed-be33-e38c3d866c46", + "id": "dc65f83c-39fb-4c85-8c85-86bdcbbb697e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171998,7 +171998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62f9ac9-464d-4510-bd3e-92c2a4a6808b", + "id": "70783762-a0f4-45d3-a892-88f8ca2c6393", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172059,7 +172059,7 @@ } }, { - "id": "45b42479-6a81-4e6f-84b5-595aac166c3b", + "id": "896ec512-f30e-4922-b94d-6859a04f96e0", "name": "Get identities for a suggested entitlement (for a role)", "request": { "name": "Get identities for a suggested entitlement (for a role)", @@ -172168,7 +172168,7 @@ }, "response": [ { - "id": "a3d29eab-21a7-4f3f-9925-adc4f70aa563", + "id": "25eceabf-629e-49a5-a089-490cc35ce95f", "name": "Succeeded. Returns a list of identities with or without the entitlement.", "originalRequest": { "url": { @@ -172270,7 +172270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14ddee2f-0766-4d1b-a857-8300d68bdf53", + "id": "09d3e1cc-1d5f-422c-b3a3-42600e3d8b4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172372,7 +172372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b8c13fd-4a9b-49ab-93f0-588623c09516", + "id": "1a8bc118-bf70-4e44-a0c2-d341b6b831fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172474,7 +172474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "362d3d32-b976-4414-81b6-7b28163870da", + "id": "c6dbfa7b-be49-453e-aa21-df43d77154de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172576,7 +172576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c69af0c7-f98d-461c-9f67-1f92250bef4f", + "id": "2411237f-f2d1-46b0-a7e9-aca42b32d20c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172690,7 +172690,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": "be1e92ac-201e-40c5-bf58-137de89cfa9c", + "id": "d4561ee1-bb62-45f2-8a2f-df0ac9edbd4c", "name": "List Roles", "request": { "name": "List Roles", @@ -172792,7 +172792,7 @@ }, "response": [ { - "id": "fc0480bb-1575-4c6a-8eb7-b9ed23c0bc66", + "id": "c2888f66-7e30-4808-8865-ee396a1ea2b7", "name": "List of Roles", "originalRequest": { "url": { @@ -172908,7 +172908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cad55ba4-ac7b-43b9-bb96-22fd6fd202a9", + "id": "766a5f26-9179-47a1-b5f0-ea7448b91434", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173024,7 +173024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0a959c3-bdfa-4b6d-b051-9685ff65dcd6", + "id": "4d289d0b-a948-4ee8-8dd9-28d668f059b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173140,7 +173140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a83c52c1-6684-4f4b-897b-91ac2aa932f7", + "id": "a9cedf2c-6e2c-498b-9ff6-e721b83e3894", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173256,7 +173256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25d9e352-0b4a-4913-bc95-eab9f47c83b5", + "id": "b259302b-716e-45b0-b2f4-4e99a81be3c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173372,7 +173372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a094fb79-36a2-43be-aa8c-d108f0cc41c2", + "id": "3c7a529c-5622-4081-ae30-8a2b03745f6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173494,7 +173494,7 @@ } }, { - "id": "e6f2837d-ff24-429b-bcdb-34b4f69bef6e", + "id": "da7c1538-b012-461d-a8e4-a81b01b19c6c", "name": "Create a Role", "request": { "name": "Create a Role", @@ -173536,7 +173536,7 @@ }, "response": [ { - "id": "11bd2b98-d998-4738-aef7-f5f1fd9e8f25", + "id": "351fd5c5-c7fb-4fb9-99ef-1ff2c238d20e", "name": "Role created", "originalRequest": { "url": { @@ -173592,7 +173592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "266580d8-a8f5-45df-8c31-821d8cc6cf51", + "id": "42e16a38-bdef-4c4c-983a-92ca07f76084", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173648,7 +173648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72aebfa3-1cb8-4825-bda6-ee785db0c9fb", + "id": "f4cd9a11-2887-499c-88c2-5d7a343404d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173704,7 +173704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "385ba1c7-757c-443d-919d-3ef0bc44d434", + "id": "a9d12f1e-217c-49af-937c-73cd76a58220", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173760,7 +173760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62516b1a-a7b8-4414-82b0-7418eb2b3350", + "id": "42b72019-0f73-4ba6-8b10-2d9bc6714359", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173816,7 +173816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c2838a3-8d17-4322-acd0-a6786af28157", + "id": "ce5b0555-571b-459c-af6c-fdaea90e356a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173878,7 +173878,7 @@ } }, { - "id": "72d7a5ad-935c-4bf4-bbb1-17a68d4d89f7", + "id": "667c6970-c3e4-4019-b547-a7810833de5d", "name": "Get a Role", "request": { "name": "Get a Role", @@ -173919,7 +173919,7 @@ }, "response": [ { - "id": "f0767f20-1145-4000-ada2-a3a25de0ebaa", + "id": "1cb7fff5-5589-4639-978e-11268e77fc59", "name": "List of all Roles", "originalRequest": { "url": { @@ -173963,7 +173963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e33f2b3-9216-4d72-849f-d5624a486a0b", + "id": "2f9a24c4-31c4-4445-8fa9-f4ca64721983", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174007,7 +174007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b68ba48b-2001-41c4-81de-8ad698faa3dd", + "id": "b7646815-3dc8-477a-a023-cb137ab5edf1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174051,7 +174051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2407463a-2ef0-49de-92ed-ad1c88372f24", + "id": "ffae2d53-cb15-4282-87a9-f35032822415", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174095,7 +174095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c31d1fa-330d-4a89-a7ca-c4259128e6d0", + "id": "72b6290b-6073-413d-9c38-82c564905f8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174139,7 +174139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de050603-fdfb-4f19-a788-5a2da80d831c", + "id": "a487866a-0c0c-410d-9b16-0ab787c7cbb6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174189,7 +174189,7 @@ } }, { - "id": "96931ca1-0ad5-434e-af76-a6fb5de574a9", + "id": "4b4bcdce-eef2-4dcb-8a54-56197b6e1848", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -174243,7 +174243,7 @@ }, "response": [ { - "id": "a5394f45-d71e-4fa8-9471-fa87f032e2fd", + "id": "5908ad7d-05ef-4a56-8165-bfaaf5e4e1f5", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -174300,7 +174300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd0349dd-3da6-459e-a034-f4bc43f825f3", + "id": "625fa57e-7dbe-4583-b4fe-6aaebc8565c0", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -174357,7 +174357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b485964-4025-4788-8688-00f705940895", + "id": "0f1bc6fb-b468-46a2-a8de-651c1a59ceab", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -174414,7 +174414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6899aae9-1a54-42d4-b743-9a1a15a3239b", + "id": "2fb55b93-e6a2-409c-9838-0f04c2939a03", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -174471,7 +174471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26d3fdc0-1e33-4e4c-a057-244223264cfe", + "id": "3f347670-6bd3-401b-b8df-6a89bb6c5fc8", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -174528,7 +174528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd882b0-600f-4b47-afda-24cce2fffe17", + "id": "c89fab44-db9f-48e9-aae8-64ae1aa201fe", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -174585,7 +174585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a74c6a46-6498-4e5f-9853-deff48405482", + "id": "93a71995-72cf-4774-ba0b-33b351b070aa", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -174642,7 +174642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbf09ac4-3bcc-422e-b389-2de21959ff7d", + "id": "b85278fb-d701-477b-b215-7e621e86ddde", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -174699,7 +174699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f3908b2-9699-4cba-81dc-3a8e3e5c3286", + "id": "4dc983ba-5c0e-4520-8511-11889cc57aed", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -174756,7 +174756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a4370f2-6dc3-4a19-a90b-9fbbe82e0fee", + "id": "80fb8d07-7151-40bd-8a01-f0537249afbb", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -174813,7 +174813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "899c9799-de6c-46b0-914e-78f433656bf1", + "id": "69a8687e-ccd6-4457-9be4-5d6dcd1b9a73", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -174870,7 +174870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f04df7-def8-45f9-a214-db93e43557cc", + "id": "750833ff-c57a-43ea-a4a3-05d353066d82", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -174927,7 +174927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0da91f5c-2a98-46fe-9cb3-ce670ef2c14b", + "id": "b0ebb0cc-b212-48fc-8dd6-d02953a5f6d9", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -174984,7 +174984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0ed691-f68a-4895-b6c3-476314c4338c", + "id": "e2d932d8-95bc-4a61-90e6-81d1c01d5110", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -175041,7 +175041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6eae337-7918-4020-adc6-8070218f3658", + "id": "bb363979-6faf-4b9a-b98c-0264791dabe4", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -175098,7 +175098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77e17e6f-863d-43b4-9ec8-66b91f10e7d3", + "id": "4822a982-4c0a-4ee5-8e5d-e95e52af34e9", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -175155,7 +175155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99879722-3cb9-41b8-bc45-dfe39001791c", + "id": "5d6ee210-26c2-412b-a8f9-382b08858a55", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -175212,7 +175212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b54c3623-b714-415d-87cd-bd2a4a8fe807", + "id": "4af991bc-2d42-4622-bb31-6166777f1a58", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -175269,7 +175269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb32cf00-f184-49c9-a7b9-4f14f72ef399", + "id": "40de5b96-d87e-44b7-8b29-ab4525a909b7", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -175326,7 +175326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7381ca6-f979-4235-85f3-54f4d358fe80", + "id": "c1161bdb-5be1-4866-be09-63407df07f8e", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -175383,7 +175383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54583c5a-94b5-4308-b974-dadfdf4f0b08", + "id": "2801bdd5-2538-483e-8b43-be93c09eec6c", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -175440,7 +175440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c323d819-da85-40b3-8286-19f24b4e1690", + "id": "c5e87421-baa2-46e8-b222-b29a29604567", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -175497,7 +175497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b549da46-e4e3-4d8a-8de0-c44f7b7584f5", + "id": "46c344f6-f408-4f2d-85f3-c5f9e00cdc62", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -175554,7 +175554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63f0dae7-acfd-4e8e-a7d1-cc2b1bc91df3", + "id": "eaaae828-1d10-4db3-86d7-f332296132eb", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -175611,7 +175611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75a088e9-c851-42e3-9686-5ab750250c4e", + "id": "46d7560f-29e9-41cf-99d4-ce85d3ddc861", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -175668,7 +175668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e68657ca-8818-4d4c-b88a-20e676131cdc", + "id": "d7fa227b-2635-4a7f-b971-53d0643939b1", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -175725,7 +175725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ef4fb3e-ef66-412d-a60e-7f351837d1b6", + "id": "f5144bf5-1525-4b1e-986c-e6893648be99", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -175782,7 +175782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ebde6d5-f514-4d43-8782-6256be817002", + "id": "ece6ee24-c509-4418-adbe-e905a1030e06", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -175839,7 +175839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a800c58-3d39-4371-92e2-5f1cf7e728e5", + "id": "b6886476-8880-422d-ba2f-c113f7c3d5a5", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -175896,7 +175896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71e51045-1070-4ba8-a393-e04ddff43b87", + "id": "784c3312-04c9-4907-b130-b3bf7716e694", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -175953,7 +175953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc8f439d-b2f8-44f2-9701-7c76ba0e5f3c", + "id": "d11ac8b1-98d0-494b-a623-ded33722091f", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -176010,7 +176010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ca04ddd-c7b8-4ce2-9916-0d645ec0cde9", + "id": "cb4d7e79-95b7-49f9-bff6-0681953bdefb", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -176067,7 +176067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "898c8b78-82c0-4e5e-9e7a-1b1acad3ab21", + "id": "90333793-9cb3-491c-b3e0-0a5ff5aa083e", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -176124,7 +176124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "016803fe-3344-4f3b-9ca1-23d09fc63292", + "id": "0a86e167-b14e-43ed-8145-010c37903748", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -176181,7 +176181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc5b0716-ef20-46fc-94e6-ddd2e9d8ee05", + "id": "11d4713a-db40-4f86-97bf-f1398344caea", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -176238,7 +176238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e81b444-b03e-40b8-9c98-c4aaaf453b54", + "id": "e4bd66f2-2c00-4a78-90b1-df7b1d62bd94", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -176295,7 +176295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4881256a-97f8-42ee-8969-be9afefe0e1e", + "id": "1e191a1c-11ca-4f82-b30e-e1cfe84f697b", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -176352,7 +176352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea583f85-4a16-4b0c-bd28-52afee2f42d6", + "id": "07b48665-3db4-4206-a89c-af1cfc70f165", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -176409,7 +176409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2ab57c9-f5b9-4e5d-b412-6ccd297d3fd8", + "id": "4f9dd67e-65b0-44e7-902c-0941fe94871f", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -176466,7 +176466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd93c5e-7e7b-42a9-b7af-93186be7fb63", + "id": "39779008-035c-46ba-bfee-d71d75eac2fc", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -176523,7 +176523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f193cea0-c5b4-49f9-a94c-639ab05cd297", + "id": "da5bc811-ef06-4c08-b267-9946869f9fb1", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -176580,7 +176580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c284ece6-d39e-4f06-a4b3-5669a47c1732", + "id": "7ca5a45c-0edd-4dc3-b6c8-1df59464e65b", "name": "Make a Role Dimensional", "originalRequest": { "url": { @@ -176643,7 +176643,7 @@ } }, { - "id": "75329560-5b2d-49e4-b09b-f1f0b7100244", + "id": "25fb6ca4-1b64-4078-ae8c-4e58eaf86257", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -176684,7 +176684,7 @@ }, "response": [ { - "id": "3a0953e3-1163-49d9-a1e4-afc0c9a895a1", + "id": "287411ed-86d3-43a3-8215-853fb59a265c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -176718,7 +176718,7 @@ "_postman_previewlanguage": "text" }, { - "id": "aeec7f6f-0c7a-4b1f-a51b-f3adce2993e4", + "id": "bb853733-32c4-4748-82c1-4eefaec187b8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176762,7 +176762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77804af0-5100-4fc6-82c8-13aee1d5b488", + "id": "984d9a10-0522-4353-bf6a-2b0b118d26b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176806,7 +176806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1df390ee-1047-4f6c-9dc4-69f3f44b5cdc", + "id": "5bba807f-c19a-4854-aa31-02fd3e5fb2a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176850,7 +176850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b202c3a-99fd-4009-8ded-2ac7aff62e60", + "id": "62a18c5f-84ac-4f04-90be-2c48bdc73a17", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176894,7 +176894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ff1e327-51b5-4890-811f-8fb1ca9ad290", + "id": "d077f2ce-b6aa-4922-93d2-f7f66859308a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176944,7 +176944,7 @@ } }, { - "id": "e86a3ffc-a9de-43c3-9662-9ddf4c1c90df", + "id": "422067e5-60a8-457d-92e0-54380d2abcc4", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -176987,7 +176987,7 @@ }, "response": [ { - "id": "a5d2cac7-96dc-468a-ab1c-d8565e759a65", + "id": "0ec98520-26b9-4bdb-a914-e356ad62cdfb", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -177044,7 +177044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30600849-5761-40a3-94c2-11d7ce2ef4ba", + "id": "fdbd4ff1-5a57-467d-82e0-3fa7064c2e45", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -177101,7 +177101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b057bfd2-8703-494e-955d-74e481f65448", + "id": "74409cf8-d8e1-4de3-aecc-bb6d1e33995c", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -177158,7 +177158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3381de84-7405-4f37-a969-70130458d974", + "id": "8382b00a-daac-46e9-bca1-43ba84604304", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -177215,7 +177215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24029433-8a6a-47e1-bcd1-38f57382f0db", + "id": "79710ec3-de3d-425f-9bb8-feabd02bf92c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177272,7 +177272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "287d3981-1dc1-4f08-bc1b-26170b81f0f7", + "id": "e7646237-4517-4cd6-8001-cd2e70d90df7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177329,7 +177329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6db712b-902b-4610-94c6-3f024aef6f7c", + "id": "8daf7a90-5ca9-4c19-8608-687c48c39327", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177386,7 +177386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7354ea6-a0d2-4d7f-a636-b8fe2094e623", + "id": "fb5ea781-fa72-4434-b283-64a8d83b0d27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177449,7 +177449,7 @@ } }, { - "id": "b41402ba-2b61-4842-8f9c-ffa8548bd417", + "id": "37237e20-426c-4689-a3cc-d2d887a4d55a", "name": "Identities assigned a Role", "request": { "name": "Identities assigned a Role", @@ -177534,7 +177534,7 @@ }, "response": [ { - "id": "af1eab67-cda2-4c6c-8403-5c6a95a9dc3c", + "id": "3f64c091-1c26-439a-a65a-3448fce9bb12", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -177625,7 +177625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b04840-20bc-4972-91af-cbbf66c5c7ed", + "id": "d846985a-461c-4836-99a8-5ebd3472f4ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177716,7 +177716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b913945-a8b8-4ea5-827a-f0409631ec9d", + "id": "57f3cf3d-3117-4992-9430-6de8868172bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177807,7 +177807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72ccc15a-af67-4f76-9600-c01c64faff6d", + "id": "d13d59f0-7011-4433-8a91-52d70f2da00e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177898,7 +177898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8924b596-322d-48fa-b44b-8df0ce6fb5a6", + "id": "2d9539fd-7da0-4d97-9256-1f44550dcced", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177989,7 +177989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b474829b-67ea-49ee-ba24-b1ba6edfae6b", + "id": "109cd125-51b5-4818-a672-bf15f5cd6771", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178086,7 +178086,7 @@ } }, { - "id": "b312d2ac-788b-4a9d-91dc-658700a2cd72", + "id": "7563dc60-0ce2-4a52-82ee-3f5f99c7aaef", "name": "List role's Entitlements", "request": { "name": "List role's Entitlements", @@ -178174,7 +178174,7 @@ }, "response": [ { - "id": "6a352d4a-ede7-4a13-996e-32ad7f792aab", + "id": "488aee4c-b20d-4b57-99c2-f4795f7a12d3", "name": "List of Entitlements", "originalRequest": { "url": { @@ -178265,7 +178265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fb0650f-2125-4f95-80ca-e63e21699566", + "id": "80334f31-59b0-46ff-9d34-a0178165feb2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178356,7 +178356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "367c46e1-c55a-4d93-b306-ad6772b03733", + "id": "f63432b7-0a22-4796-8c59-72c843504ff5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178447,7 +178447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0fe593f-722e-45be-bc80-1550ab6eb211", + "id": "01255552-2e4e-47b1-9225-aaa2362ea146", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178538,7 +178538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dabadac-91b2-482a-82f4-95f7be666179", + "id": "8a2531a4-ef11-47ed-8f20-af0cc4580c2b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178629,7 +178629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10b1572b-b9f8-4d23-aae3-07681891efff", + "id": "6a9071fc-19f0-4346-a74f-81ba2bfbef3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178732,7 +178732,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": "64a0d58c-d23a-4265-adf7-a654cd2f9a92", + "id": "d32027ac-f0d1-4e49-936e-ff3d6d9358ce", "name": "Create Extended Search Attributes", "request": { "name": "Create Extended Search Attributes", @@ -178775,7 +178775,7 @@ }, "response": [ { - "id": "27875087-5e2f-40e5-8d49-f06080465534", + "id": "5209d953-1c15-4a77-b84d-92da1457fc4c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -178832,7 +178832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b5848ac-987f-40ad-9ab3-f95f40edc205", + "id": "9a73c81b-85e5-4305-bd37-87d6db3d9582", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178889,7 +178889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68d81692-d8ad-4d51-824d-ac95b88222aa", + "id": "a9025b3f-464b-4d17-9475-d12dfdf7f1dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178946,7 +178946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c95fa28-6879-4ac0-a571-4186d39f49a5", + "id": "05cc225e-7498-4819-a8e5-5e83760f82db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179003,7 +179003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a27cead0-d241-43c3-9fb4-0953fc582fb2", + "id": "2e023ac8-c766-4978-a564-46dc40bc46d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179060,7 +179060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01039f78-9184-4027-98c6-a723206163e8", + "id": "919a405d-d70e-470c-a8f8-3d0d5f6a2699", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179117,7 +179117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "984c37e5-61bd-4984-90e9-5ea674954745", + "id": "6a2e9d5e-23d1-4279-9491-d50090d87816", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179180,7 +179180,7 @@ } }, { - "id": "3cf1c62a-6dcc-4b9d-8137-7adc1a0f4310", + "id": "9dd03dc7-8c31-4b4b-a258-dffbc6a8b1bd", "name": "List Extended Search Attributes", "request": { "name": "List Extended Search Attributes", @@ -179210,7 +179210,7 @@ }, "response": [ { - "id": "f3f26b2b-6a17-4779-8774-5e0ca4d2d8ef", + "id": "e2ac5692-f83e-4a64-8d64-931301fc98f4", "name": "List of attribute configurations in ISC.", "originalRequest": { "url": { @@ -179254,7 +179254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "755ebac2-4ddf-4d59-a292-eeb0d49fb55c", + "id": "bca6f75f-2d90-4625-882c-c58cdc9c0c59", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179298,7 +179298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "001bb63d-f2f8-482a-a52c-41977f5436e9", + "id": "145dbd8a-bc73-4fea-95ce-1bc448c0a4a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179342,7 +179342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e79a681-3b6c-4cc4-99e1-7160738bd4ce", + "id": "34a0082d-a26a-4343-8c1a-3bb6c268b708", "name": "Too Many Requests - Returned in response to too many requests in 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": "a881d5a8-79fb-4e4d-a1c0-5b5d6d40fe35", + "id": "b63c6d31-380e-41c8-a7c6-d01ceed816e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179436,7 +179436,7 @@ } }, { - "id": "db00c244-0f5c-4c5f-b6c3-a27a6977dde1", + "id": "fa63e5fa-cdf8-4be5-8c49-2779c7d98b0d", "name": "Get Extended Search Attribute", "request": { "name": "Get Extended Search Attribute", @@ -179478,7 +179478,7 @@ }, "response": [ { - "id": "fd23383d-3229-465d-b38e-4a49b3c26fff", + "id": "9a877939-e561-4c9f-8350-8bd73f0d9d6d", "name": "Specific attribute configuration in IdentityNow.", "originalRequest": { "url": { @@ -179523,7 +179523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bdb9e87-5860-4962-8c6c-be58edbd3d1d", + "id": "e7d7c89b-bc27-439e-beee-783c5e2a0958", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -179558,7 +179558,7 @@ "_postman_previewlanguage": "text" }, { - "id": "430716bf-7c31-41a6-bd36-44efe8b35369", + "id": "f1f26be1-4c2a-4dbd-adf4-27aaf2b9cbe5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179603,7 +179603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e7716ea-0a24-46d2-a09e-9255a7dc1482", + "id": "b1f9d7bd-9b3e-4786-a839-77f4497ddc7b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179648,7 +179648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c4ae48-015c-4144-a640-42a0a9d0bff8", + "id": "17ae85ca-a615-46a6-9de6-b194df34b15b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179693,7 +179693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a122941-82c5-4f0d-bc77-71411808d629", + "id": "18e885e6-c94d-4110-b6c9-70884a02e3d8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179738,7 +179738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0408e3f8-3c87-4697-9c4c-364ae5cffece", + "id": "2ec409c5-71c2-4d23-b4cc-474248624e14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179789,7 +179789,7 @@ } }, { - "id": "5bb254c7-ee66-4d67-86c2-4f2c8d3eaaaa", + "id": "3eba55c3-fadb-4ef6-a11d-b2e5eb9d3830", "name": "Delete Extended Search Attribute", "request": { "name": "Delete Extended Search Attribute", @@ -179831,7 +179831,7 @@ }, "response": [ { - "id": "bcbcfb11-318b-4169-bf3f-27d962eaef33", + "id": "e7a60b53-113e-44c5-b6cc-f3093f68617a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -179866,7 +179866,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e1f55270-2e19-4dde-8ea9-d326f4fbb8ce", + "id": "8b98c9b4-247a-4220-8561-f16eb5d2dbfc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179911,7 +179911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "628fa1a2-60a8-40c7-b268-99a5b6065603", + "id": "403abbdf-7fed-4486-8e73-afc8691bf480", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179956,7 +179956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19aed44-2073-40e9-9f2b-fcaa525d0cae", + "id": "bea6ecca-92f6-4d8a-99cf-8bc403b3d1f8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180001,7 +180001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4753a326-faf3-4dcf-a095-e5284a039690", + "id": "c04e2c88-ee53-4759-9cc3-bee06f8df139", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180046,7 +180046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5721c36d-818c-47c1-9688-49fcd659c89b", + "id": "6baa5870-6057-4ef4-8758-70a3e864950b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180097,7 +180097,7 @@ } }, { - "id": "5f2c200c-0cea-4d0b-b14f-cb42b4bffa73", + "id": "5e2e7731-f739-455a-85bb-c49759992db6", "name": "Update Extended Search Attribute", "request": { "name": "Update Extended Search Attribute", @@ -180152,7 +180152,7 @@ }, "response": [ { - "id": "57f66210-1846-42bb-a63a-58c0181ca69a", + "id": "49fcad73-61b5-4770-b7a6-5c700085b802", "name": "Responds with the search attribute configuration as updated.", "originalRequest": { "url": { @@ -180210,7 +180210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c3402b5-eb7c-4577-8140-c9ffe06e0b1f", + "id": "a12f8284-0adf-42a1-b387-0dc4f92fdc51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180268,7 +180268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93d6d3cb-ee11-4b1e-aa57-fb50fbbd67f7", + "id": "cb663c38-4a98-4cc4-ac47-5f24d9ee622f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180326,7 +180326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b451e6cb-a915-4227-930a-0b7b6eec2f41", + "id": "528e9db2-836b-4e27-b8d4-871464a78387", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180384,7 +180384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa03f9e5-8691-4efe-a4fe-65192a8aad28", + "id": "75bbb02e-45f1-4cdc-9ebb-b04eadd120f2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -180442,7 +180442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb1c3dd8-d93b-41ef-9802-e982d1c37453", + "id": "26505a09-92c4-41f9-b969-fd9ecdcfeea7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180500,7 +180500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1db434bd-9d02-4e5e-8f85-021988f881ab", + "id": "a6c1b9df-fc5d-4dfa-8210-1b56dcea0ebf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180570,7 +180570,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": "e20e5813-8b0e-49b7-bc5b-6b3a2e40305c", + "id": "6083839c-1900-4c92-87e5-efdce7019b3a", "name": "Create Segment", "request": { "name": "Create Segment", @@ -180612,7 +180612,7 @@ }, "response": [ { - "id": "e8df9074-879c-4a96-95e9-ffce465a77d4", + "id": "f68587f6-a59b-42f9-acfc-19d0adc76a20", "name": "Segment created", "originalRequest": { "url": { @@ -180668,7 +180668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14d6128c-14ff-463d-8d88-8f82829d683c", + "id": "11aeaf3b-89bb-4c08-b646-c728a3d31011", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180724,7 +180724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b200d1a7-7ec3-4bf6-9dc4-9ef49e71300d", + "id": "e273d281-d01b-498a-8445-049708977ee1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180780,7 +180780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e686fafd-a0a9-4e3c-a130-3a956aa31733", + "id": "f89604eb-ea8a-42e3-8bbc-63477ad98431", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180836,7 +180836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "483d5af3-f89c-4289-b976-323798ad2f5e", + "id": "6d79490c-804b-4518-9fb1-d0c70a0691dc", "name": "Too Many Requests - Returned in response to too many requests in 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": "3e6cb742-d25b-41ab-9f58-6ed30d2affd2", + "id": "c51cc06b-bc1d-4ef9-be9b-150fdc067c72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180954,7 +180954,7 @@ } }, { - "id": "ab4099bb-fffd-4c99-8c13-0de9db4a8dc9", + "id": "77fa829a-d017-4ef1-97d0-c9713d5ea37c", "name": "List Segments", "request": { "name": "List Segments", @@ -181011,7 +181011,7 @@ }, "response": [ { - "id": "5bbb6718-65f5-4fc9-84e9-aa11d892599b", + "id": "88373e06-7d73-49c3-916e-667c7a596d58", "name": "List of all segments", "originalRequest": { "url": { @@ -181082,7 +181082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ca1cbd9-8ea7-4d3e-9c12-a379fac526d9", + "id": "75a737e6-58ca-4fba-946b-ab3f75e4c4b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181153,7 +181153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b03ed35b-be5c-4a96-bcf0-d58fae13b06b", + "id": "6ddeeb12-eb38-43e5-a9bb-b1af4e8858e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181224,7 +181224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f3c6fc-c66c-4971-9550-0f4f12806f90", + "id": "295530d4-d601-4e42-abfd-d959cc28abeb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181295,7 +181295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2d06e40-e1ad-4705-82ac-382de45093ff", + "id": "aff905ae-fd54-4176-ac22-e630116923b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181366,7 +181366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d16913f-e3ed-4ce2-a44c-7f0656ce35d1", + "id": "f91268ed-2247-469b-bf56-4c3cce942998", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181443,7 +181443,7 @@ } }, { - "id": "dc78c6ce-3dc1-42a3-b660-0adb608f30fa", + "id": "0cb97c9e-da5d-4d6e-aafb-093c2deaecfd", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -181484,7 +181484,7 @@ }, "response": [ { - "id": "7a5c6e6b-1872-4209-bf15-7183bf519530", + "id": "fdab7bf8-dc9f-415f-8a08-53bcc6100080", "name": "Segment", "originalRequest": { "url": { @@ -181528,7 +181528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1597cc59-3b66-4013-affc-c33cf5f1a1e7", + "id": "6a5b937d-1867-41f8-9fa5-7790fc7f1d87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181572,7 +181572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1769c133-b1f4-4e5f-8862-a16d82ee3581", + "id": "ae137783-4840-4f96-8431-ea72bae5d849", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181616,7 +181616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba464b2d-68c4-461e-ad46-8fd9cc00c40f", + "id": "da514631-4977-4c1f-b810-75526fc89864", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181660,7 +181660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c68e3a1e-4e3b-4bd1-b298-8773e06350f0", + "id": "44f32156-6091-4beb-8107-7694db06cac2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -181704,7 +181704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b93d6d9-ee87-4d96-a173-85b0c8d0e316", + "id": "5791d23a-fbc5-4c5b-b983-ce22c3548cc1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181748,7 +181748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c2c463b-ad44-4887-9b77-978c05c475ed", + "id": "a6815e82-37bd-475b-a6ca-3963650d7bfb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181798,7 +181798,7 @@ } }, { - "id": "36e61943-b95c-426e-a658-fbc3e70cc288", + "id": "cf0ef2b1-c32f-4c4f-a5cb-baec5160bdab", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -181839,7 +181839,7 @@ }, "response": [ { - "id": "b54ea598-826e-4237-ba2a-5e0f1ae3e80c", + "id": "cdee9638-3b0b-4204-87cc-5d2b93ab72d0", "name": "No content.", "originalRequest": { "url": { @@ -181873,7 +181873,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b30617d4-c53b-4bb3-8b11-4b19454152d8", + "id": "feb44dce-c574-4112-aff6-3ca6cc60a093", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181917,7 +181917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dc7840f-777f-4f43-9d08-65e166fc8c44", + "id": "84c017d2-87a4-4b3b-af34-28141e70942d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181961,7 +181961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebc2327b-f1be-46a4-80bf-a161b5262897", + "id": "01cc5bc1-696d-42d7-87da-cf9a7590c616", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182005,7 +182005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73dfcde9-7448-416d-8a25-064aa1af1c77", + "id": "a8f0461a-3f25-49fc-8cda-9294e56d79a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182049,7 +182049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dcd6b57-632f-4112-a1b7-0e142b0701c1", + "id": "19b62894-9029-4d3b-8004-d4c0a1b4c87b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182093,7 +182093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08b4301e-699f-4c9e-8b0b-cfca42f64858", + "id": "b3a80857-f0bd-454b-86df-09e68c1ef0a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182143,7 +182143,7 @@ } }, { - "id": "8e188498-ad3a-4d09-9162-a07b671283f0", + "id": "150eac3f-c4d1-41e8-a619-b3f589dde8b4", "name": "Update Segment", "request": { "name": "Update Segment", @@ -182197,7 +182197,7 @@ }, "response": [ { - "id": "c741b387-ab24-4ad4-a402-258c7f63d957", + "id": "7e8f8060-1243-4614-8a3b-7d3f36ef1c1f", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -182254,7 +182254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a165f10f-847e-4a31-8e06-2aeb79c5359c", + "id": "b111390b-194c-4a6c-8f35-f2b20490f6d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182311,7 +182311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86442ce6-c923-43bd-a7b9-abddc2ebed16", + "id": "b4e16a40-3b15-42c9-a747-108e1452412e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182368,7 +182368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9524c615-794e-41f6-b97e-4bb8548d2e50", + "id": "aa128012-fad2-49ad-b886-f1d8b1e56852", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182425,7 +182425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a2048d4-d3af-48cb-ad8c-942e9ba7192e", + "id": "131b5124-8ed5-4244-87f2-0108296ba126", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182482,7 +182482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56b73e7b-e157-4885-862a-6674a6cc9e75", + "id": "a3f5c366-bf15-4aa4-a523-1d2fb3b3ccfe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182539,7 +182539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26898a54-84d5-458e-898b-40ca1f8d9a0b", + "id": "6f99ae8b-1321-4514-a3c7-a9d7fa4bb24b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182608,7 +182608,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": "506b35a2-addd-4669-9714-c512a9d2c146", + "id": "59652927-daae-42a9-905d-44081b173f6b", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -182683,7 +182683,7 @@ }, "response": [ { - "id": "69e6c1dc-8cdc-4c1b-88bc-4a43ef961b0c", + "id": "4701d88f-9f1a-4b3b-b126-eecbb2ffa900", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -182772,7 +182772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ef55e91-47cf-4f53-95a1-3673a4697984", + "id": "b06c7f0b-14a1-4157-bda2-111276e19b83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182861,7 +182861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af9a2177-0b2b-4dcc-96ad-c53e285ab10f", + "id": "b26a8705-4c8f-415c-83c5-5662216da4d9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182950,7 +182950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8627ab99-7a51-485e-a9bb-aa23f9738c42", + "id": "75d495b8-f25d-4100-9ba8-a6a123c80604", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183039,7 +183039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e138f97-f2e5-4a8a-84fe-0fcaa6f0f5a6", + "id": "59b7455a-d074-44de-b128-646ed06b0462", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183128,7 +183128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aec32890-d81d-4f39-b9bc-7ea684de5827", + "id": "71cd9db9-0c10-4563-90be-81a5b68c0b3d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183217,7 +183217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9235431-b7d1-41db-a1fb-ec5a9b548288", + "id": "355b87d7-be67-40c9-bfb3-33fadcff3bd6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183312,7 +183312,7 @@ } }, { - "id": "e959880f-a83b-4f8c-b69d-e00ecca5cd0e", + "id": "ffcf4b89-6800-4bde-bf27-1cc8d46019aa", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -183354,7 +183354,7 @@ }, "response": [ { - "id": "3ac1527c-331d-4bb7-ae1d-65228a9d45ec", + "id": "caec6c6a-5293-4809-a08f-64655edd5f4d", "name": "details of the created integration", "originalRequest": { "url": { @@ -183410,7 +183410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2172521-2376-41ab-b78e-220b50f9d251", + "id": "5ed6c474-7ac5-432d-b37f-025b8bdcae68", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183466,7 +183466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "222bc591-a2b0-4256-b74d-abefaa7d8127", + "id": "e1e0f515-24ef-4721-90b3-0fd4ee633ab1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183522,7 +183522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e0069c9-1233-4f72-81ae-d074cce01336", + "id": "f9041134-c17b-46fb-977d-60603bb0d96e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183578,7 +183578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d618db0c-906b-4867-833d-cb02c646f3c3", + "id": "ea417ce6-60b1-45fb-9554-665ea9cabef4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183634,7 +183634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e961d97a-4d80-407f-8359-29c0fafb803b", + "id": "e16a24ee-65b5-4260-9f14-da943aaadc0e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183690,7 +183690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "002b9d30-fbee-4367-b563-b3e3107ad8c3", + "id": "956fdeae-7a9e-407a-a32b-ce88f787506e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183752,7 +183752,7 @@ } }, { - "id": "698d5537-d78f-4943-b33e-889c552c8dc8", + "id": "e2509c81-d9f4-4de7-b747-0dd7d0113184", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -183793,7 +183793,7 @@ }, "response": [ { - "id": "356f071c-3b5b-4f9b-97eb-524b050de5e0", + "id": "fcc1d5ae-4dbe-4392-b4f0-374feead5e24", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -183837,7 +183837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "241e425d-2cc4-4990-8b42-e20188345ebb", + "id": "06ec4165-7f94-4537-ac15-e2fbe562de49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183881,7 +183881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43a76d84-2d59-4e1b-802f-249bfb2ce69f", + "id": "8b8b7695-a7f6-41e8-87d6-a3429a4d14c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183925,7 +183925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "309e9206-e219-4aaf-b7e4-b4d3ffab3fa1", + "id": "a0f4c0db-167b-4c43-bfdc-b149f017c13d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183969,7 +183969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00d7a4f8-6eb1-4251-87c4-2e0157ea2662", + "id": "0a34ffc6-d204-4440-9128-8604cb42bd80", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -184013,7 +184013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b45826f-5787-453d-9192-4c546227562b", + "id": "db2252c2-986b-4d11-8255-377477f9b73a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184057,7 +184057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a9ff777-bbf7-42b9-8296-47afa2f72b6b", + "id": "df191526-96ef-43f4-8dc5-d808c810b2fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184107,7 +184107,7 @@ } }, { - "id": "ec9ef4c3-1c6c-4970-a983-f66e6beab10f", + "id": "b7acfc9b-a753-495f-9183-c58281fbb054", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -184161,7 +184161,7 @@ }, "response": [ { - "id": "f4a2992a-b340-400b-a3fb-f558160c0d96", + "id": "7991787b-5184-4657-b0ee-5c5f5ac814bf", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -184218,7 +184218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1fd6de5-81b6-4238-8778-201f6306bfad", + "id": "65c5ea91-2de0-44a0-a0f9-601ae685e5fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184275,7 +184275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81f527de-cfd5-4593-b519-f7312b7ce6cc", + "id": "865412c0-82af-4d09-a12e-b3f783f64e29", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184332,7 +184332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38a2adb4-0da5-41a9-b2b4-973d9ec82984", + "id": "618d5b5b-7dcf-47fd-a17d-f4c747051986", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184389,7 +184389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b04e98d6-bf2c-4ca9-8d17-d7a2b03cc690", + "id": "420481e0-2e4c-4693-9277-8ca9479208a0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -184446,7 +184446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80a13e6a-b669-450a-b526-7f201711d7d8", + "id": "848d0b26-80d5-44f7-b9c6-e8d74a2070f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184503,7 +184503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db91ce14-c533-4f1d-bbc0-c06e840cdd4e", + "id": "c4fa00d8-202f-4ae1-b79c-94abde4917de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184566,7 +184566,7 @@ } }, { - "id": "d8329c52-145d-4f5e-ae37-92d89484b5e1", + "id": "a598b85c-b270-41c4-b75f-299500ff8e12", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -184607,7 +184607,7 @@ }, "response": [ { - "id": "680c9e36-177a-4e92-9468-a98a63b3a0a5", + "id": "51a3c798-06e1-4fb8-b594-2cc008def2d4", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -184641,7 +184641,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c3a8dbe0-c8ab-4b12-835e-606aa7e258f6", + "id": "502235d9-e51b-4bf5-97de-51520dc1b3a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184685,7 +184685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03b116e3-b3fe-4a6f-a9e9-b0352141ca76", + "id": "aca9aba9-645d-49e9-93f8-e4881e2e7172", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184729,7 +184729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26e8c717-3191-4835-8fb3-310c5435b266", + "id": "a6f26937-12f5-4511-a3ee-b97ecfaa8a46", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184773,7 +184773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca89534f-f19d-47b5-9913-714f5d545069", + "id": "959b85d8-a19c-4bcb-a8db-870be1930424", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -184817,7 +184817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45dccfb9-84eb-469d-bf82-e71d82a6df8e", + "id": "a64bf308-6468-406f-b03b-7b5c8ccf72d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184861,7 +184861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ebc3996-d3d8-4e72-baff-6fa540b62253", + "id": "40139bf6-f49d-4cbd-b28e-9d833372cf71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184911,7 +184911,7 @@ } }, { - "id": "cd0d3e6a-c119-4ce0-beb8-558bf6bbc8dc", + "id": "f4552567-8d67-4467-b339-f6e7ca114c41", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -184965,7 +184965,7 @@ }, "response": [ { - "id": "e00b2601-175c-4e15-8c34-17ba2d921446", + "id": "f8fe554a-6f1b-4544-9436-22b2058cdac1", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -185022,7 +185022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9b0698a-a08a-4fbc-9d97-4b78718206a1", + "id": "817b46d1-24bd-416a-a689-8a3cfc9f9707", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185079,7 +185079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d9f631b-da2d-4ce7-9aa0-ad296baa88ee", + "id": "cf0974d4-1762-4b90-8dcd-cf16a8c40b4d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185136,7 +185136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15602a2a-3a64-4282-87cd-0a54c465d273", + "id": "7381ed11-3b9f-4553-9cb1-fc943a5255e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185193,7 +185193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c142e091-eb27-4523-9ea6-5fa6f240d0c9", + "id": "e3b43b4c-4c24-4d7b-89fc-def1985fcb9d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -185250,7 +185250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec09a212-4d17-46d8-ba8d-63bc02c828a9", + "id": "aa530673-16dd-47c3-a7e2-872d30d2fdc9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185307,7 +185307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a580126-71d3-4b7f-bfbe-7551fa58923c", + "id": "229d3d2a-6842-45ae-8d88-cb85014bb836", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185370,7 +185370,7 @@ } }, { - "id": "ecc67af1-5455-48ae-8c57-b538ad754f26", + "id": "f49e9506-a0b2-47ac-a28c-42ca7169a50e", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -185400,7 +185400,7 @@ }, "response": [ { - "id": "fd16c55e-cdd6-4fc6-a8e1-2b7a1ce0ea88", + "id": "8dd0d93a-00d4-4f06-8353-9cce15dbbd35", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -185444,7 +185444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb3cb38-2c40-4926-a59a-b52504c8fa04", + "id": "edd8a165-ed9e-49b9-b5f9-c58a73d728d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185488,7 +185488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8230124-7c83-4831-b94a-882e2393b596", + "id": "b6a9f518-61e5-4f6c-9601-3295b4cfd219", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185532,7 +185532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3ea652f-50f1-4819-8007-c32fc74095ce", + "id": "1fc821de-88b5-4a38-8688-bbd154063654", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185576,7 +185576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0c27e7e-4022-4fb5-a7f8-0afa6e867a2a", + "id": "ec042411-4a23-4a47-98fd-6c1aee3cdd6d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -185620,7 +185620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3450d54-2bdc-4580-a207-89ee72d3cdee", + "id": "bdb7f96e-6c33-440c-9114-1263298b2f43", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185664,7 +185664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e257b19c-79b7-4f02-abd3-344e6cbc13f9", + "id": "f77fba0a-cacb-4876-8740-9e1807715ee9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185714,7 +185714,7 @@ } }, { - "id": "bb0c11f0-fab1-4db7-8689-90895098a33e", + "id": "f733140b-4394-4638-a5b0-f9cab81c6649", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -185756,7 +185756,7 @@ }, "response": [ { - "id": "71e1c989-0297-42e0-bade-14f37662ae3c", + "id": "b56667bf-8b7b-4c1d-9e10-deb090ef1d6b", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -185796,12 +185796,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"reprehenderit_7\": true\n },\n \"name\": \"aName\",\n \"provisioningConfig\": {\n \"universalManager\": true,\n \"managedResourceRefs\": [\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 1\"\n },\n {\n \"type\": \"SOURCE\",\n \"name\": \"My Source 2\"\n }\n ],\n \"planInitializerScript\": {\n \"source\": \"\\\\r\\\\n\\\\r\\\\n\\\\r\\\\n Before Provisioning Rule which changes disables and enables to a modify.\\\\r\\\\n \\n\"\n },\n \"noProvisioningRequests\": true,\n \"provisioningRequestExpiration\": 7\n },\n \"type\": \"Web Service SDIM\",\n \"id\": \"id12345\",\n \"created\": \"2023-01-03T21:16:22.432Z\",\n \"modified\": \"2023-01-03T21:16:22.432Z\"\n}", + "body": "{\n \"attributes\": {\n \"commodo_c8_\": false,\n \"voluptatef89\": 93613306.11009437\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": "480820e9-967c-4d9c-9a20-13fd82552ca7", + "id": "8f031937-7523-48ab-ae11-5c9b38f0b4e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185846,7 +185846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e3e55ca-2bb0-41a8-96f8-e93fbc44aaab", + "id": "a473c778-c166-4f60-a394-126f663d8a30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185891,7 +185891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09eee177-6352-4588-a1de-5652596be362", + "id": "52e67f5a-dbe3-43de-89b8-7cf5a3e6b080", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185936,7 +185936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7083b251-52dd-472c-a956-34485c510315", + "id": "b74d06b8-54c0-479d-8b94-f471ad68bc7a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -185981,7 +185981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5a0e274-e73b-43d4-91d2-a293d39c33b5", + "id": "4fd33927-35f5-4c6f-b1e2-e48ec1f784f2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186026,7 +186026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dfe9c4e-27b4-4053-9a78-abb1cb2baf21", + "id": "1ef300dd-8d20-4257-94ef-29afdea5e4b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186077,7 +186077,7 @@ } }, { - "id": "e5897896-56cb-498b-a516-4ee9d8bb6f02", + "id": "038ee1fd-4fd3-4759-a5cd-307e752c4354", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -186107,7 +186107,7 @@ }, "response": [ { - "id": "7b9a409d-bd3a-4bf4-ba59-b80256cd6231", + "id": "1af97295-02d3-40c5-aa62-9a3c662a2309", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -186146,12 +186146,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"id\",\n \"provisioningMaxStatusCheckDays\": \"cupidatat laboris reprehenderit Excepteur\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in exercitation ipsum\",\n \"provisioningMaxStatusCheckDays\": \"voluptate pariatur ipsum non elit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "29aab65d-9fd5-4847-b2c2-9a22ecc28472", + "id": "4c5fe5d8-dbf3-461a-8f7f-c0e4aca9d00f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186195,7 +186195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54610133-f60f-4cf9-b37f-3606f251dd08", + "id": "eaa13081-331b-4d83-92de-19acae8f6a03", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186239,7 +186239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9252470f-e8d0-4c07-97e2-aab70e935d9b", + "id": "61d9e7d1-9d9c-4bc0-8eac-80bb3a55fe3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186283,7 +186283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95f16597-1d3c-4a35-a1ef-53c26e3401b1", + "id": "f62afdfe-36cd-4014-84bf-e1645f8c4dcc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186327,7 +186327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b2549e3-de88-4834-af09-4e1c9bebb350", + "id": "b8e6c1e6-71fa-4a44-ae87-617f2b2eb36a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186371,7 +186371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a21b6ca0-3b95-49b8-839c-1d05552648a4", + "id": "7f2cf745-86d1-41bc-a5d3-f800207fd540", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186421,7 +186421,7 @@ } }, { - "id": "0ac228fb-8781-4e32-9da0-6640c94f0e24", + "id": "94268462-feab-48f3-ba11-2ee569b1233f", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -186453,7 +186453,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"id\",\n \"provisioningMaxStatusCheckDays\": \"cupidatat laboris reprehenderit Excepteur\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in exercitation ipsum\",\n \"provisioningMaxStatusCheckDays\": \"voluptate pariatur ipsum non elit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186464,7 +186464,7 @@ }, "response": [ { - "id": "cbad2ce2-e4a0-4ba0-ab6c-ffdd520315b6", + "id": "3b540eef-84d9-41e2-a0b3-04664a4075a1", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -186499,7 +186499,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"id\",\n \"provisioningMaxStatusCheckDays\": \"cupidatat laboris reprehenderit Excepteur\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in exercitation ipsum\",\n \"provisioningMaxStatusCheckDays\": \"voluptate pariatur ipsum non elit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186516,12 +186516,12 @@ "value": "application/json" } ], - "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"id\",\n \"provisioningMaxStatusCheckDays\": \"cupidatat laboris reprehenderit Excepteur\"\n}", + "body": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in exercitation ipsum\",\n \"provisioningMaxStatusCheckDays\": \"voluptate pariatur ipsum non elit\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5be6867c-0b14-4a15-8d2d-5ce84df4dabb", + "id": "7305dace-a0f1-4cdf-ab4d-bb84f11f8151", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186556,7 +186556,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"id\",\n \"provisioningMaxStatusCheckDays\": \"cupidatat laboris reprehenderit Excepteur\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in exercitation ipsum\",\n \"provisioningMaxStatusCheckDays\": \"voluptate pariatur ipsum non elit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186578,7 +186578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56eac46d-0fc0-4dc9-b7e0-3dd70841621e", + "id": "25e09083-c5fc-4cc9-b5b1-17b6ff38b8c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186613,7 +186613,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"id\",\n \"provisioningMaxStatusCheckDays\": \"cupidatat laboris reprehenderit Excepteur\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in exercitation ipsum\",\n \"provisioningMaxStatusCheckDays\": \"voluptate pariatur ipsum non elit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186635,7 +186635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02075179-f96d-4010-9a3e-97d72e1d1e1e", + "id": "1b7d8151-e7d4-487a-8f38-93d11c230551", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186670,7 +186670,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"id\",\n \"provisioningMaxStatusCheckDays\": \"cupidatat laboris reprehenderit Excepteur\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in exercitation ipsum\",\n \"provisioningMaxStatusCheckDays\": \"voluptate pariatur ipsum non elit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186692,7 +186692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "436309e8-a987-477c-ac05-18df47ad73fa", + "id": "b0b20b51-2a09-4c5c-9710-a02d8d08e834", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186727,7 +186727,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"id\",\n \"provisioningMaxStatusCheckDays\": \"cupidatat laboris reprehenderit Excepteur\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in exercitation ipsum\",\n \"provisioningMaxStatusCheckDays\": \"voluptate pariatur ipsum non elit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186749,7 +186749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "892caf3a-5065-44b7-97a7-569926cdce6f", + "id": "54b2f838-58ae-4d2f-a2de-c3d4de353e98", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186784,7 +186784,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"id\",\n \"provisioningMaxStatusCheckDays\": \"cupidatat laboris reprehenderit Excepteur\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in exercitation ipsum\",\n \"provisioningMaxStatusCheckDays\": \"voluptate pariatur ipsum non elit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186806,7 +186806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32b73632-dd3c-4b80-8489-7558f6cc9251", + "id": "92cfabda-eed1-49a5-b4f6-fb0932988eaa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186841,7 +186841,7 @@ "method": "PUT", "body": { "mode": "raw", - "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"id\",\n \"provisioningMaxStatusCheckDays\": \"cupidatat laboris reprehenderit Excepteur\"\n}", + "raw": "{\n \"provisioningStatusCheckIntervalMinutes\": \"in exercitation ipsum\",\n \"provisioningMaxStatusCheckDays\": \"voluptate pariatur ipsum non elit\"\n}", "options": { "raw": { "headerFamily": "json", @@ -186875,7 +186875,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": "8ae9317a-fc42-45cc-bcff-1ef541159f4d", + "id": "66fc1a59-c268-46fa-8c66-3ff556f2f4b8", "name": "Update an existing SIM integration", "request": { "name": "Update an existing SIM integration", @@ -186929,7 +186929,7 @@ }, "response": [ { - "id": "e3f95fe8-2add-4d6e-8350-0eff4507ca71", + "id": "989cc2d5-e044-43fe-840d-5f05743c50f8", "name": "details of the updated integration", "originalRequest": { "url": { @@ -186986,7 +186986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0616d1a3-316b-407c-8284-928849636b88", + "id": "895c5c28-c2ff-43f7-a3b4-628e475267dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187043,7 +187043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b6b4d9c-c33c-47ef-a632-8a3f52fba970", + "id": "0fd7c8fa-14fa-47b6-8e42-87809c828179", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187100,7 +187100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3199e4bb-af37-443c-ac20-bd3fbbdb86a7", + "id": "31691201-482b-4896-92b0-f6a748b2e2e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187157,7 +187157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f38bbe3-5886-45d4-8ffe-51a8dce9af81", + "id": "706d6691-333d-4939-84fd-d8a42962c707", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187214,7 +187214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c36e8b13-d2bb-4e79-a09f-beb6c42a0d5b", + "id": "8ce492b3-c186-4758-8041-bf311f2dad93", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187271,7 +187271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61c7af0b-4c70-4be7-8c13-260cf386d2d8", + "id": "df5768d2-4b25-4296-a552-4bb026f79aa6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187334,7 +187334,7 @@ } }, { - "id": "7c8545a1-90c3-4c34-be4f-59ecafa33103", + "id": "740da15e-c629-4945-be26-2908e7f91a55", "name": "Get a SIM integration details.", "request": { "name": "Get a SIM integration details.", @@ -187375,7 +187375,7 @@ }, "response": [ { - "id": "e13f0536-35d2-4c92-a516-748e9747dd2b", + "id": "60144d79-2262-49eb-810b-4ed532838d49", "name": "The DTO containing the details of the SIM integration", "originalRequest": { "url": { @@ -187419,7 +187419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fe93424-8b6a-4156-b83b-2c21c09cdd77", + "id": "59b1d4d3-c22a-4aa2-a3bd-dda6e5ee33c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187463,7 +187463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2d3b056-6369-48b7-b897-6e573b503439", + "id": "42ff7365-40c8-4b75-b58a-c522e13f7578", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187507,7 +187507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4422070d-d1a7-4964-982e-57ee99c6e2f5", + "id": "03220bf4-a10c-40e3-bc19-f4111fd294a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187551,7 +187551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1890cff2-958a-4f8b-bf04-4a5b389bede8", + "id": "addf116a-f61d-44ce-ba5c-da52de2afabb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187595,7 +187595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f2e50fb-ab5a-4462-ade7-53e2eda3a060", + "id": "a88550db-f13b-4656-846d-54944bd7f548", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187639,7 +187639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8d6929c-bf39-469c-a9d1-dc0efc04b4d2", + "id": "29357dcb-b2b6-4792-8a15-26d4de404c32", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187689,7 +187689,7 @@ } }, { - "id": "e4d6d98d-fe8b-4498-a440-bb175de12d58", + "id": "4e76e3b0-ded7-4816-857a-6ad1804efda0", "name": "Delete a SIM integration", "request": { "name": "Delete a SIM integration", @@ -187730,7 +187730,7 @@ }, "response": [ { - "id": "402d176c-e7c3-4044-b6c2-bc8758bdc10b", + "id": "ce21f4df-8a3d-4d7e-b8cc-72246f3ba756", "name": "No content response", "originalRequest": { "url": { @@ -187764,7 +187764,7 @@ "_postman_previewlanguage": "text" }, { - "id": "06a8a84e-b6e8-46c4-b150-02e9868e7ac6", + "id": "09b28820-19e9-4fa2-85c2-7b3c9f78874e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187808,7 +187808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b8c64a9-2210-4ceb-9b37-227a436a97f3", + "id": "3317d97c-8954-435a-833a-6e3013e2ae78", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187852,7 +187852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff7ea458-9521-4896-9afc-6807e3db8f53", + "id": "c07fe34d-022f-4a94-9a25-192bab8482e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187896,7 +187896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b0b1240-193d-41b3-99f5-78d1982618b5", + "id": "c4e9a46c-2471-4c48-9dbc-60bc46712105", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187940,7 +187940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "622dbdd7-0f5e-4912-b89d-5119adeeeef7", + "id": "9149bf2d-75fd-4fc1-9415-927eac52e081", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187984,7 +187984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9882d3c4-4f3d-4df2-92d1-ad6777f951f4", + "id": "97dab6fa-fbd6-428a-a77c-2f65154af195", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188034,7 +188034,7 @@ } }, { - "id": "81b0dd7b-8c6c-4cab-bbb3-8f7f1da249fb", + "id": "aa175023-b8c4-4b02-a31c-a756f65f7338", "name": "Patch a SIM attribute.", "request": { "name": "Patch a SIM attribute.", @@ -188088,7 +188088,7 @@ }, "response": [ { - "id": "f9d5fd5f-06ed-4596-820e-6da6a19730c8", + "id": "87d1ade4-5b65-4ae1-aa21-3baf67773b41", "name": "The updated DTO containing the details of the SIM integration.", "originalRequest": { "url": { @@ -188145,7 +188145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a1efce8-4c8e-43e5-a712-ee5c3fc411bb", + "id": "adacc43a-80d7-43ee-9209-2aac73535bfb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188202,7 +188202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69610730-4b78-4863-a39f-93ded7c64dd7", + "id": "e93f7fb0-78c3-4ffc-ac5a-bdf1e7240e86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188259,7 +188259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1861eed-1e60-47ac-88ac-610e9573fd4f", + "id": "5f52342f-b459-41b7-a1c4-5c471ceb6265", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188316,7 +188316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58cc4bfd-9c86-4e42-8ebb-ecf2ab51a00f", + "id": "1ca2ebc0-9f5d-4c6d-96ba-19b3446c96de", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -188373,7 +188373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40b30b38-3f8e-4cab-a8c0-8756eab24c3f", + "id": "b313268a-8461-4755-937c-185074b07b42", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188430,7 +188430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0da37e7f-9e9c-4055-8252-4d151694a6ad", + "id": "36fb12b2-5722-479d-a3d7-e3350f3582f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188493,7 +188493,7 @@ } }, { - "id": "c8e21c63-edb5-4df3-9e46-8e2c03b89d45", + "id": "999713da-30cc-4981-9731-5a2b77693a53", "name": "Patch a SIM beforeProvisioningRule attribute.", "request": { "name": "Patch a SIM beforeProvisioningRule attribute.", @@ -188548,7 +188548,7 @@ }, "response": [ { - "id": "ddf531ae-942c-4b6d-80a1-dc8661917368", + "id": "bffa8dfd-a77d-4aa1-9e62-df6111e59585", "name": "The updated DTO containing the details of the SIM integration.", "originalRequest": { "url": { @@ -188606,7 +188606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1dd0e0d-b7e7-442d-932d-497afa52f65e", + "id": "b247d0e2-7b94-410f-97a7-9d571d9e1fb8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188664,7 +188664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae2f2261-f283-41e7-8337-22cf9ef9b5e5", + "id": "8c08b061-396e-46ac-a184-eeff21701bab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188722,7 +188722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1c83725-9610-4dc6-b352-1ed7f7841f50", + "id": "7cda73eb-96d2-46db-9b3d-0ff6ce6297bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188780,7 +188780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77dfe44d-b482-4cc3-920f-18d4748c0a63", + "id": "b64eebae-04f9-47bc-9024-2b2d66985bc9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -188838,7 +188838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7517ad62-e131-426e-bbcb-28ccb21100aa", + "id": "971c8a7a-af8f-40ea-884e-783d8dd6bd42", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188896,7 +188896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75fccac6-3d61-4188-88d0-5d994499c27b", + "id": "516d86c5-d657-471c-868c-97be0a419210", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188960,7 +188960,7 @@ } }, { - "id": "15749a27-b92c-4348-a070-7f426c8bcda6", + "id": "bf0d73ab-d982-4135-81eb-80dbcfceb2fa", "name": "List the existing SIM integrations.", "request": { "name": "List the existing SIM integrations.", @@ -188989,7 +188989,7 @@ }, "response": [ { - "id": "6cd7d8bc-957b-4a4c-ab02-a0e70a9ff552", + "id": "4b519846-78ba-4f0b-8b12-d60c41c6591c", "name": "The DTO containing the details of the SIM integration", "originalRequest": { "url": { @@ -189032,7 +189032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0bd710a-5823-477e-a79d-47c06cabe428", + "id": "7af076a3-a08e-476a-9b59-a847bd5160a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189075,7 +189075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b976c1b-2c63-4812-87f4-10b669e4e10c", + "id": "411adec1-a13d-443d-9198-05602839f3c7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189118,7 +189118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44846ae6-d0b4-4aa2-91e6-d38f3f799dff", + "id": "5798ad01-cea5-49c7-9d79-e33bb4860979", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189161,7 +189161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "890700de-cccf-4662-b3bc-f6a01390c885", + "id": "1c0a757a-ad1c-4b1c-b257-0a828b492804", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -189204,7 +189204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac3e2e4d-761d-4001-b2d3-9b843b3ac7d1", + "id": "6e036c42-298f-4e48-a1ee-9d3102229888", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189247,7 +189247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218cfc5d-ac8c-495f-8081-30737ccfe23f", + "id": "553ee49f-ba81-40fe-8529-08d961b36fc3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189296,7 +189296,7 @@ } }, { - "id": "dae7d8ea-a8de-45f5-a146-050d9c601f8f", + "id": "e31b8193-46b4-4165-8822-ba10a0c22cdf", "name": "Create new SIM integration", "request": { "name": "Create new SIM integration", @@ -189338,7 +189338,7 @@ }, "response": [ { - "id": "29e6993e-4362-4801-955e-717d2d5509e3", + "id": "6f712315-8c8c-4bc6-86ca-8ae0cfe5afff", "name": "details of the created integration", "originalRequest": { "url": { @@ -189394,7 +189394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcf49418-f95c-4fd0-899f-871f8f50068c", + "id": "6d42f205-0758-410a-be3e-65715b68378c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189450,7 +189450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3461b7d-b22f-48c8-83eb-a50d5a28ac25", + "id": "2e9d4723-b8bb-40b0-9659-f29934391819", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189506,7 +189506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "074f3bb9-4970-43f2-b205-042f9ed068a0", + "id": "a3dbe6d3-20f2-4172-b0bd-52921d0638de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189562,7 +189562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4536f06d-0b41-41ea-812b-7a9fc45306d9", + "id": "6c986f63-29ff-46dd-ab66-171589dc61b1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -189618,7 +189618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "855c9bf6-7fd1-42ed-8ec6-182c3fa46e70", + "id": "e6ccc508-2f86-4886-ab12-ea14ba13e21e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189674,7 +189674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f492da2f-d484-4957-a365-4771d0f62637", + "id": "9718f770-6b83-4ad0-a902-6a9b29f48840", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189742,7 +189742,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": "7fcd801b-427e-4016-b055-c10a8ea4c7d7", + "id": "010e34a1-a3f5-4fa3-92c2-951695c95096", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -189784,7 +189784,7 @@ }, "response": [ { - "id": "c82ebc94-5ec7-4d97-95da-d1373895b583", + "id": "bb579883-c0db-4276-92b8-aab89950029c", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -189840,7 +189840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cfdb51b-5f64-456b-80d4-55d5417614e2", + "id": "a77ab215-79d2-4961-8da4-a368d95b61fb", "name": "General Policy", "originalRequest": { "url": { @@ -189896,7 +189896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00bca9e8-3307-44d4-bc25-49bc30c87105", + "id": "f383b69e-e609-47bf-b4fe-811f1dec306e", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -189952,7 +189952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a22234a0-61c3-4cee-ab8a-a1d193545cf4", + "id": "262bd3c7-0420-48e2-bb25-c04f43936570", "name": "General Policy", "originalRequest": { "url": { @@ -190008,7 +190008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "237b377a-dea6-4c59-9997-6c8de3bc0949", + "id": "2f178689-d5e4-4394-9891-1401d684a5dd", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -190064,7 +190064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e696106-b051-4274-98cd-6addb32257d3", + "id": "1ece373b-6c92-415a-9cb9-43c0946877d2", "name": "General Policy", "originalRequest": { "url": { @@ -190120,7 +190120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b193529-f233-4bb8-a8b6-4c283d4ea267", + "id": "acfa1284-b197-462a-bbee-bad5e21e4ac1", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -190176,7 +190176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12c70a44-5c84-4200-8854-876f3293e83d", + "id": "aa9986d6-f5fc-4255-9435-5df676645701", "name": "General Policy", "originalRequest": { "url": { @@ -190232,7 +190232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd94b3a2-f39a-4e48-8bf2-bd9ad39d3c38", + "id": "c43520bb-bebc-4ab0-af74-4d374752ab63", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -190288,7 +190288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a0b9584-75f8-4ea4-a713-f3c6a6df4687", + "id": "9b72a5ce-613d-45ef-aba1-ca186520caad", "name": "General Policy", "originalRequest": { "url": { @@ -190344,7 +190344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db667e85-c676-498d-a5e6-5b9d8008b15f", + "id": "ebe535e6-c986-4faf-8a8b-5aeaf3ce83d2", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -190400,7 +190400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da67736e-77fa-4341-a800-ee27f428f10e", + "id": "dc216fd4-26dd-4b8e-a996-f6b1714b07a7", "name": "General Policy", "originalRequest": { "url": { @@ -190462,7 +190462,7 @@ } }, { - "id": "aa26faf1-c29c-4101-80d9-0c323b1d5f8f", + "id": "2a888b65-95ea-4a70-a7ca-dceb9edc23c9", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -190537,7 +190537,7 @@ }, "response": [ { - "id": "369a7ca7-3425-4d25-8a39-df0be91686a0", + "id": "3d35f322-a759-4081-97f5-ec531fb24aa5", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -190626,7 +190626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a81863e-4768-40be-a0e7-c1a3dc9456e4", + "id": "2b88590b-f4e6-4e9f-b537-168afacaa572", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190715,7 +190715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4382843e-8171-4ab8-b989-c0cc34097293", + "id": "41a920c3-ef8f-4186-9d2a-8ebb4570af10", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190804,7 +190804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9810b453-f1ca-4969-88b9-c544fa25e163", + "id": "c9bd93cb-a929-43c3-a34a-33b2e839e6fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190893,7 +190893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2294cd92-95b7-4413-bee5-85f1d4e1984c", + "id": "fdb3bdce-074f-4a61-9038-36156009cddf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190982,7 +190982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e250eee9-3b61-42b1-a857-27b3899ca794", + "id": "f168a918-7a54-44ad-9646-08cfc7030aae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191077,7 +191077,7 @@ } }, { - "id": "eed24840-1ca3-483f-bb55-df021c997dfc", + "id": "90cb613c-2de4-46a7-8bce-1ab3ab599de1", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -191118,7 +191118,7 @@ }, "response": [ { - "id": "1312d02a-13c7-4121-a9db-73438f6a27d9", + "id": "c78c8a57-2456-4766-b82c-57dd1219a71e", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -191162,7 +191162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71423cad-cfa5-4cad-97af-3b79bea5ff7d", + "id": "4cb607c4-17f3-42d0-a378-092f9e0de066", "name": "General Policy", "originalRequest": { "url": { @@ -191206,7 +191206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ef2d533-9254-45bd-8629-397c045587b4", + "id": "6d8678d7-1227-45cb-ad7d-c4d7f7a62a62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191250,7 +191250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44f7136e-61e1-4da2-a0f2-a97dc913a41a", + "id": "bbb6e154-75f7-4944-9471-67b0ad692b4d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191294,7 +191294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d9c36df-291a-46a2-8b92-667146853e8f", + "id": "50bc9bda-32ff-44ac-b8ad-5ad87d471f0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191338,7 +191338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7c56143-d2a7-4e24-bcef-cfb2ddd1269f", + "id": "bc34ab8b-e7dd-46fb-b9ef-78165888d613", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191382,7 +191382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f66f8a-2e56-4bed-adbe-723a364cca77", + "id": "692f30f9-816a-4ee3-8061-ceac848f12ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191426,7 +191426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b18ee33-42d6-4b41-b099-2cad546ccb32", + "id": "3cdb6f1d-9080-4cfe-ad70-d52d419676cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191476,7 +191476,7 @@ } }, { - "id": "45e0489c-a0fd-401e-9bc5-4ade174ad4b4", + "id": "4eefa885-0844-4a1b-98e5-bf8e7b21376d", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -191530,7 +191530,7 @@ }, "response": [ { - "id": "38970886-8ddb-42d3-adb7-99bae5f1e423", + "id": "78628ec3-7220-4a60-b6ff-5fd903ea70d6", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -191587,7 +191587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "870b8abd-dcb2-4893-84f0-c75660e82ab5", + "id": "854e2d71-ac72-4df1-8786-3735e485cf8a", "name": "General Policy", "originalRequest": { "url": { @@ -191644,7 +191644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77f9e212-a97b-4004-9197-fae8a7b77971", + "id": "038f99eb-c904-4bf7-bc82-43f57deb4d97", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -191701,7 +191701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "702e4729-198c-4c92-9256-5c25b85c2aed", + "id": "23256df9-6a36-4fe5-9baa-30c64430d922", "name": "General Policy", "originalRequest": { "url": { @@ -191758,7 +191758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310d5b6f-0132-46c8-8897-1806bb43ee72", + "id": "116c22ba-51cc-41c6-b8a5-1192539bf314", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -191815,7 +191815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe396550-602a-410c-9b50-5be78144d5d2", + "id": "0d5c0ace-b296-4040-9cc4-38332003f11f", "name": "General Policy", "originalRequest": { "url": { @@ -191872,7 +191872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5933e9-5e00-475f-a447-ef97f1f14cee", + "id": "96b91077-eb9a-4fc9-9c3d-2ae99439b45a", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -191929,7 +191929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "589fe2ba-daa2-41e7-aa48-e389b17ee269", + "id": "246c5874-8669-4ce8-ad49-bc636252e005", "name": "General Policy", "originalRequest": { "url": { @@ -191986,7 +191986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "169898a2-264a-49d4-9288-da8c84f00a05", + "id": "34c5d81e-aa36-4090-a8f4-12ad577c6690", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -192043,7 +192043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a1a2683-bc40-4f2d-bc49-d8b66c4f26f1", + "id": "0f1401d8-c504-4303-9589-c5a8ede67f58", "name": "General Policy", "originalRequest": { "url": { @@ -192100,7 +192100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87e66d3e-33cc-463a-960b-daffef981388", + "id": "260bfd2b-201c-404d-be64-1c4bfea5f321", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -192157,7 +192157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a53593a-3d40-4efa-af42-c1e2580ed571", + "id": "cb22895c-912e-4172-b28f-a66b20b55ff1", "name": "General Policy", "originalRequest": { "url": { @@ -192214,7 +192214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9bff027-4e5c-4514-a590-cf07afad0b43", + "id": "e165ca79-4d27-4fc0-8004-9c496579e257", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -192271,7 +192271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42b72f11-1c29-41bb-8c6c-fe5c7a4d621b", + "id": "3346589b-bbd2-48d8-beca-b6e7348ece5b", "name": "General Policy", "originalRequest": { "url": { @@ -192334,7 +192334,7 @@ } }, { - "id": "b0d2e1c8-3c5d-4e39-99bb-59d6fd3657d6", + "id": "ba79670d-beee-47f7-b9c9-a900583bf1b0", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -192385,7 +192385,7 @@ }, "response": [ { - "id": "0259fa6f-1e38-4782-969f-aa9adf968d67", + "id": "5df8be18-b6e3-4dc1-ad77-8c124be10b42", "name": "No content.", "originalRequest": { "url": { @@ -192429,7 +192429,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5715d770-de5d-4a5a-a0be-a1a2c7792028", + "id": "a41650bc-de60-412b-825d-a7e38febcb02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192483,7 +192483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5d94084-92b6-4b58-9ca9-33a60f72c7b1", + "id": "8f0588d6-4e6e-4a6a-81b9-55b6b517363b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192537,7 +192537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82d1561e-024b-44f8-aeed-728c59ff456b", + "id": "c852f0ca-6387-440a-88db-5ba196c1a08c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192591,7 +192591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a30d4487-9052-4a2a-ac9f-85c0d91c80ad", + "id": "7d392e59-0263-4130-89f1-624b960841c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192645,7 +192645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "926f08cd-cdfa-43d4-9799-f4b0e61527d4", + "id": "bd73bd31-9116-451c-9b94-d0a8fc8acde9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -192699,7 +192699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "110e881e-ec4b-46e2-90b1-281193002558", + "id": "6d65ac51-6c8f-43ef-87dc-ceb916e1ab09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -192759,7 +192759,7 @@ } }, { - "id": "1fc09ec0-7788-488e-ae3b-5441a75f3e81", + "id": "677cda65-38df-448b-b8b2-ea02637e498e", "name": "Patch a SOD policy", "request": { "name": "Patch a SOD policy", @@ -192813,7 +192813,7 @@ }, "response": [ { - "id": "932b1229-c6d3-443b-ab6b-71d43a924d99", + "id": "5898fc31-85e9-4f30-9243-3da13e8c3529", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -192870,7 +192870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c11be3c-d097-4ced-b4ca-3440ab793e2d", + "id": "8c75fbbe-4d1d-4696-b051-c5b31f98b3be", "name": "General Policy", "originalRequest": { "url": { @@ -192927,7 +192927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "594a8516-0670-4f22-a1c9-4ba604ec42e9", + "id": "9ce0dc4c-c1ea-4f1a-a85c-514d93bbe6bb", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -192984,7 +192984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2f5c85a-b9ee-4fac-809d-6432179de6b0", + "id": "499c29a1-9603-4a4b-8130-f0a3cb309408", "name": "General Policy", "originalRequest": { "url": { @@ -193041,7 +193041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05b0f6a0-0535-414f-947c-1c9dd05c7ad6", + "id": "364a320d-7838-4ae1-9896-f53175c309c7", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -193098,7 +193098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae8f0389-c6e5-4e0b-9687-722eaf531e8c", + "id": "aabd658a-5679-4199-9c61-e01a4257be4b", "name": "General Policy", "originalRequest": { "url": { @@ -193155,7 +193155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4507768a-0268-43b8-babf-108c604b43ad", + "id": "3f8f21fd-eb2d-4f47-98ee-f7e65745fbf6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -193212,7 +193212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "575a4353-8934-4287-bd9b-447b8b3b0cb0", + "id": "8734b293-26ab-4501-88b4-4311c77a64de", "name": "General Policy", "originalRequest": { "url": { @@ -193269,7 +193269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c6bb117-d5f0-47a8-b9e8-46ba211c60dc", + "id": "a75ad14e-30c0-4acc-914a-96f25543e4ae", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -193326,7 +193326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f6e4511-3f8c-410f-8e0c-7351218fa5de", + "id": "9ccd16c7-2908-49bd-a166-547c3fd7b0fb", "name": "General Policy", "originalRequest": { "url": { @@ -193383,7 +193383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a473ead-7247-4857-9907-3f17efb7f159", + "id": "353f148d-e6ee-47c0-88f3-b2daeaf1bf5c", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -193440,7 +193440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a610bfe-bf45-4edf-8f20-de5f2d2b40f6", + "id": "9de3dea7-7fb8-47db-8532-feb7f03a23be", "name": "General Policy", "originalRequest": { "url": { @@ -193497,7 +193497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1db45fad-225e-4ce4-9748-b78e5f06f514", + "id": "28035a71-d892-487a-b1ec-042ea6f68d0c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -193554,7 +193554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "639e54d6-27e7-4eab-92ef-560a7a963b48", + "id": "6f2ebca4-5efd-45b8-9e4b-223999efce16", "name": "General Policy", "originalRequest": { "url": { @@ -193617,7 +193617,7 @@ } }, { - "id": "e1a778dd-da75-405b-8c37-0cd6ad35a9cb", + "id": "1344ceba-ff32-44b3-903d-5ce6fdd2d821", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -193659,7 +193659,7 @@ }, "response": [ { - "id": "05d7407b-7cf2-4a40-9d6e-fedfb1a52063", + "id": "bf26213b-bd57-4c12-9a78-1ed766fd3a08", "name": "SOD policy ID.", "originalRequest": { "url": { @@ -193704,7 +193704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f8a08b9-d450-453f-941d-7a46eed2118f", + "id": "24dcfa6e-0a33-4cb3-b14c-beb9c68793df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193749,7 +193749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "735f29e4-d801-4c2e-86a2-d7e44cb43bf0", + "id": "6e0a0fc8-84a6-4302-9f38-a0a99dd29908", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193794,7 +193794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20aa0661-f721-469c-9e36-ab03a4d88dcd", + "id": "3b51de7a-5e4e-4924-88ae-df522a2f0d10", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193839,7 +193839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f025da0-7925-442d-8020-f9cbdedbe8c9", + "id": "d023c68d-a612-4fea-abb3-a53f033b7fe9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193884,7 +193884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66866a3c-9b0c-45e1-b47d-35e4de378c7a", + "id": "7ed95e14-66fb-4462-9e89-aebe32c41fea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193935,7 +193935,7 @@ } }, { - "id": "b5b8dbea-af4b-4020-95be-34fcec363405", + "id": "f4e3cd9c-d764-46e1-8b11-047612329c50", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -193990,7 +193990,7 @@ }, "response": [ { - "id": "cb91fc1c-9b76-4b83-be2f-4bdb81a3a88f", + "id": "7d20092c-1fc5-4cee-ad28-37f0a6a29755", "name": "SOD policy by ID.", "originalRequest": { "url": { @@ -194048,7 +194048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2537f991-cf57-492e-a38a-f5d4c3d6ce11", + "id": "fe732155-cae4-4d9b-afa9-467d06de4f2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194106,7 +194106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95b06f01-87ea-434d-b02d-3d9eb28dc941", + "id": "084b25ba-931d-4525-99cc-9f6277794037", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194164,7 +194164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2e31119-f938-4808-a0a4-08532d1788a4", + "id": "ad9719f3-3a49-4be3-a8ea-ef378c65aec7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194222,7 +194222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48f9575d-e844-4edd-a5ab-478cded39587", + "id": "c40565dd-0bba-43c9-b373-666812de2442", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194280,7 +194280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df0b19a5-9a0b-4c3d-8c1b-10d508aff257", + "id": "f52d7f52-5efb-4f85-ad7e-3ed55ac512e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194344,7 +194344,7 @@ } }, { - "id": "4552ab1b-d559-4937-8363-9d938059869f", + "id": "ce4e81ef-415b-44fd-99d5-80f67d2e1390", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -194386,7 +194386,7 @@ }, "response": [ { - "id": "522680ac-24b8-45aa-be4f-a712d04ff78c", + "id": "fa22f3a3-1102-4346-8fb0-98b645612f1c", "name": "No content.", "originalRequest": { "url": { @@ -194421,7 +194421,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0e99680c-19cc-4711-9955-3d1b4b262acc", + "id": "75be3581-2c5b-4f0f-9a15-8d6341fd3192", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194466,7 +194466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fd75ffe-7db4-484f-a23c-d1ee5686b0d9", + "id": "5e33ed2d-1093-47bf-8faa-8e342039970c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194511,7 +194511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f00fcd7-f7ac-400d-9aa0-aeccc2b865e2", + "id": "a10f0caa-d854-49c5-9ddd-ae43428f6816", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194556,7 +194556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "174804e0-7c9c-4413-957e-efbb8d2a4541", + "id": "671ba033-282c-478f-9bcd-146b5b97fa5c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194601,7 +194601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d96342ad-7e5a-451f-a075-38d990610721", + "id": "3433aead-5b61-4b9d-b979-0671413b1902", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194646,7 +194646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "361879dd-6426-4268-abbe-20cb69f3989d", + "id": "0f940643-5249-482c-b7c0-0a98da803f62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194697,7 +194697,7 @@ } }, { - "id": "55fa4d1c-74e2-4394-8a2b-f3db6d04c3b5", + "id": "a3c7b0b1-d203-4dd7-a084-89f760ebbf9d", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -194740,7 +194740,7 @@ }, "response": [ { - "id": "cf528b13-1c2e-4a47-a900-75313a1ed98c", + "id": "dd72c1ed-9991-4727-ad4e-e1d1a4848362", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -194786,7 +194786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c220e2e-9423-4263-97d4-7e3f6e0005f2", + "id": "070b24bb-70c2-4795-98ff-3de067bf38bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194832,7 +194832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcd35c4b-d90e-456e-a392-07bc7d105850", + "id": "4beaa913-a469-4b65-85c4-bcc77752c2cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194878,7 +194878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb49cd43-15be-416b-af0f-dc470428aacf", + "id": "2368fa08-3569-4531-befd-fab75d42a305", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194924,7 +194924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7b08bc8-173d-4b85-a572-42c5d130084b", + "id": "29e47d7c-fd97-4d2f-b73c-532bacbdb0d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194970,7 +194970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0338ff8a-9bb6-480a-80d2-468a5de1b423", + "id": "bae2fc6d-d79d-4a05-97cb-cc8decc6a3ca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195016,7 +195016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8cfbdfd-e423-484a-ba5f-dd52e8f0bf63", + "id": "a12719e9-c093-4174-b524-7318c55ba867", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195068,7 +195068,7 @@ } }, { - "id": "d6c6b978-7513-42b9-890f-4fb464e6539e", + "id": "9fad8ad1-a411-49de-b77a-8a885c3ab4e8", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -195110,7 +195110,7 @@ }, "response": [ { - "id": "31120e58-21e4-49df-a6a7-d1541e5d1876", + "id": "835c345d-40d1-414f-a1a0-3673464bf939", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -195155,7 +195155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "084e38ef-9a31-45b2-af52-c70ebfad701b", + "id": "3c2bc820-6dce-4221-9778-701cceaf4a16", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195200,7 +195200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0b1f54e-c646-4b6a-85b5-6244ada10dde", + "id": "b74756f4-ba5e-41d4-8e7d-9078e8f7a777", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195245,7 +195245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6241d493-4a03-43ef-bd74-7bd44834e260", + "id": "48a5e1dc-61d4-47fa-8c29-ad2872eb9750", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195290,7 +195290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e230aef9-031f-4ce1-8adc-88071c1582f4", + "id": "d63b4683-7ed9-4a8e-a533-f1557ef56506", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195335,7 +195335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8436b6b3-557d-4cc6-8987-278a415f5ae8", + "id": "25f52196-34cc-4e73-ab62-0184c416a786", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195380,7 +195380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef08f71-643d-4472-a6a9-5926196a8296", + "id": "f681c2b5-ef8a-4d65-96f9-b932fd4dedb2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195431,7 +195431,7 @@ } }, { - "id": "eed666fb-6901-4648-bf5d-88e9ea6c9eb5", + "id": "ea2acd1f-ad76-45b4-9ebc-4d8443bb624d", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -195473,7 +195473,7 @@ }, "response": [ { - "id": "885783a9-5f0a-4ea0-af99-305c15773e7d", + "id": "870b6afb-1eac-4950-8b0c-7eb832df015f", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -195518,7 +195518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ec30bb3-1684-49bf-b692-3e9863c4d52f", + "id": "a13cef76-a767-44ac-9414-61c74615d94c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195563,7 +195563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d3df536-161f-459b-88a1-699e6924d6a0", + "id": "1d8b98ce-b724-4214-8242-6657ff02a002", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195608,7 +195608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f9227d4-fef1-4d18-a995-151b55a3afb7", + "id": "2b08a4bc-3a69-4959-bb2b-8276b607d291", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195653,7 +195653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c7b46e4-6893-462a-951e-89424be0534f", + "id": "23c306ce-70e3-405a-b006-bafed4e4bbfa", "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": "6a8e7f1f-a101-475c-afec-00e8fcc6df13", + "id": "b5c48a48-c7cd-4643-9bdb-5f35f1f3e269", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195743,7 +195743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e7c80a-03c2-4cc8-b5ed-057bf59f4153", + "id": "cd491b5e-86fa-4ca5-b312-d5da7c66572c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195794,7 +195794,7 @@ } }, { - "id": "aa3c2865-a14f-4cc5-8407-9ff2c6c6e30a", + "id": "89f64459-e419-4eda-98b0-e3863ab283b7", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -195837,7 +195837,7 @@ }, "response": [ { - "id": "d1793c53-5b64-4efb-9862-3be69c416338", + "id": "a6da3a8a-1684-46c2-a44e-f7c8fab3dff1", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -195894,7 +195894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e46f0f9-3a91-4834-a39b-6deb95e1fd29", + "id": "138090c7-ba8d-44c3-bbc9-8f0ee6f0d597", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195951,7 +195951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f792cde-209c-4d32-852b-93062f9d1044", + "id": "452b8301-891f-42ca-bc00-e4739b53dec8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196008,7 +196008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39d6b8b-d5b1-4ef6-a933-8c4bb2aa48e3", + "id": "84b695ab-0f71-4e7d-9fe3-d0dd2ceb7733", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196065,7 +196065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "604d77e3-ce9f-40b8-ba76-cbfe1ed83c92", + "id": "8f718021-f470-468d-b027-1a77c1be2fdb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196122,7 +196122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62a8e29e-f914-4190-92ba-cf128c8074b4", + "id": "70fa5180-355b-4f48-bb57-9e66a0257357", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196185,7 +196185,7 @@ } }, { - "id": "1615d483-0505-4d6f-ae28-cf70479bfa7a", + "id": "dec379ec-ee51-4768-ac06-d736ee5403a6", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -196214,7 +196214,7 @@ }, "response": [ { - "id": "88b4c237-8819-48c6-912b-556235bf36b3", + "id": "f277cc12-0eb8-4acf-b528-4c02e2a92ed4", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -196257,7 +196257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b94a4c77-5f99-4ef9-8818-a97fac195ae8", + "id": "600300b2-13d6-464c-ac42-d8dac8a45692", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196300,7 +196300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "328e4cbf-237c-4164-b4c5-e23617bb58a7", + "id": "555adc56-8b58-4ec3-8a9d-afaaae11d3f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196343,7 +196343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eb560df-8265-402b-9c0f-01875d86ada5", + "id": "471ff324-98df-4006-a295-1829aa6bcb69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196386,7 +196386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03033db2-bc06-4a5f-8694-115d00904951", + "id": "2be73218-8039-45e0-a8ba-93ada14127ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196429,7 +196429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7133fe0a-8971-4e4e-ad96-376fb6597fdf", + "id": "390316b7-da40-4af6-96d7-918cb6bcf1db", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196478,7 +196478,7 @@ } }, { - "id": "1983d54d-05c8-4645-a038-cb98f8393087", + "id": "e0402d05-bcb4-4940-8023-5f3e35749a7d", "name": "Download violation report", "request": { "name": "Download violation report", @@ -196520,7 +196520,7 @@ }, "response": [ { - "id": "9bbd3711-fe37-4e83-a3a5-3a498634ff26", + "id": "7bce9a74-27f0-4393-b882-dbb0d7be56d8", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -196560,12 +196560,12 @@ "value": "application/zip" } ], - "body": "laborum ut cupidatat", + "body": "cons", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "8aa92bff-a802-4a3e-b031-ed789e7b6af5", + "id": "759c10dc-33ed-476b-b647-3154d1940a56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196610,7 +196610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2192696-39c7-4017-956f-9339f0d1b4d2", + "id": "b955d51c-46eb-42fa-ae2b-b7e171614e19", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196655,7 +196655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3892f59-b9ad-46d8-bcf1-0a02902d7a08", + "id": "e5d7be9d-84e3-4f41-9258-d16dbc5bef6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196700,7 +196700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "948e88b2-c627-4d80-b347-0f409c7e512c", + "id": "4cd5e974-7f99-4728-995f-a3dfb500c184", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -196745,7 +196745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75ae5caf-df87-44d3-9f8d-ad83d27cc01d", + "id": "230c73ee-b1e5-46b8-8d66-6c4160790947", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196790,7 +196790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06bacf21-4142-4d37-ba2d-8ef7062ea9a0", + "id": "c179ab0b-9087-4f69-b56b-ef87fb0691bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196841,7 +196841,7 @@ } }, { - "id": "59acdeca-a945-448a-990e-2c28b5f06ba3", + "id": "48da3d8a-029f-4dce-90f6-e2466815f458", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -196894,7 +196894,7 @@ }, "response": [ { - "id": "89cdf9f8-a4ab-4afa-a6f7-c536bf4d2c35", + "id": "00dc9aba-3985-42bc-b633-7f651759c79b", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -196935,12 +196935,12 @@ "value": "application/zip" } ], - "body": "laborum ut cupidatat", + "body": "cons", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "4a55c66b-9975-4b89-a812-090fd8c25e52", + "id": "487aac76-db21-43c8-afe4-74fd510dde77", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196986,7 +196986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57013ab5-b171-401b-8d3f-05be6df96fad", + "id": "329b7779-22aa-425b-b15b-91e1a1a091b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197032,7 +197032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12e7f3a1-7f67-4a81-9c47-d24c90491eb6", + "id": "71b7c36e-29b4-4bf9-b34f-a088e00a1e60", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197078,7 +197078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14b2e35c-a235-49e2-b325-c85c5cd01fc8", + "id": "ace59166-db11-49aa-bff7-f592b4847e3c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197124,7 +197124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46e0c0f2-30fe-4d6d-b502-f3da32b49160", + "id": "b5505990-8664-4aed-926b-e0a7f4ffda05", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197170,7 +197170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf52f98-a7a3-4f0f-9c78-22771e0d5b6c", + "id": "783e46df-3030-4051-a8cf-dd4c424fecf8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197228,7 +197228,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": "f0447e26-7e4a-4fef-9e2f-b4c5ae2c2fed", + "id": "51a0fb2b-0064-4761-9b85-92e985f6c497", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -197271,7 +197271,7 @@ }, "response": [ { - "id": "9c4a1511-30d1-49a3-90b9-0a9706a6707e", + "id": "06824636-5008-4d81-8cdc-ab5f933c764d", "name": "Violation Contexts", "originalRequest": { "url": { @@ -197328,7 +197328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a34918f-f4e1-4e5f-b9d6-09ab64a61992", + "id": "9c8e2992-8cdd-41d0-a2dc-ab2f58a633fe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197385,7 +197385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea412fa-f5cf-4a06-854a-d9b7c537c310", + "id": "c2bb849f-b0e5-46bb-92d8-1852555edd81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197442,7 +197442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f61d8b71-a6f1-4e41-8766-5c7f9bb63818", + "id": "8562aa64-aef2-4f4c-9a51-f9bffc3beb7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197499,7 +197499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814bd2cb-3302-4e57-9341-34d0179efcfd", + "id": "e75d3aac-2d5e-467d-a09f-d181f8e9f700", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197556,7 +197556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98debe30-a9d9-40ac-9af5-778838e12bbe", + "id": "3c20c7a8-18d3-4f41-9fb1-c19cf9167463", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197613,7 +197613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc816681-44f1-414f-8af1-3086687fa68b", + "id": "8aac50b5-0bf0-471c-9e65-2c94fe8b9961", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197682,7 +197682,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": "61dffc4f-5897-4087-8065-7b6e88742f72", + "id": "510bba7b-df00-40df-9ff2-a888d2808ac2", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -197724,7 +197724,7 @@ }, "response": [ { - "id": "349a06c2-8c9f-4839-a6c6-421616454afc", + "id": "75f434a7-79ce-40a0-9f8a-999ae6e81954", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -197769,7 +197769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d7dbfc8-1561-41b9-8811-78b432b37d98", + "id": "9baee981-7fcf-401a-b288-37499f0d1658", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197814,7 +197814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47aad0ec-4562-4ebc-ad96-ccda6bcf0a89", + "id": "4de821ab-03f4-487a-bf34-d4791c61ec71", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197859,7 +197859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d5d7c9f-0ce4-4299-b255-8e343768bd04", + "id": "9fd6c85e-f27a-4b59-9970-1fb51af6129f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197904,7 +197904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ce161e-a395-4cef-98ea-90bad7a32b57", + "id": "c2d324a1-afab-4705-a79e-ac14e4cb8a80", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197949,7 +197949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "297a692c-b08a-432e-b9ca-ffe5a6f6aa93", + "id": "47cc4c46-2380-47b5-9aa5-71b495f0448c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198000,7 +198000,7 @@ } }, { - "id": "59dbf6b8-53cb-4650-8d08-645bf60f0bc4", + "id": "ce6a8086-4405-4850-9a91-d6f0e1d2c53f", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -198079,7 +198079,7 @@ }, "response": [ { - "id": "94a2c3c0-9c29-41b5-af4e-7afaff1ff3bd", + "id": "32450c4d-532e-4fa9-9521-c34d9acce9e7", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -198161,7 +198161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66774130-1e1d-4ae4-9d71-22f093f0de5a", + "id": "4cc02d67-6c29-4955-92f9-e88976b61563", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198243,7 +198243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8634c96-5229-4026-a3ec-ae8ad7ff2cdc", + "id": "a45601b1-7490-4bae-86b1-d5b957fe8d46", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198325,7 +198325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f589aff9-051a-43fb-b8be-90389e790c85", + "id": "faadc46c-7c5e-41a2-ac7e-d14be81a7c88", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198407,7 +198407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b889951c-7caf-42c0-8c44-bdefba109120", + "id": "f25cc40a-da79-4dde-a780-4ab89c649572", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198489,7 +198489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b04f965-1193-4bdc-90e6-0f2ca062b976", + "id": "e12b06dd-8b95-4cee-9688-ad87b996ed05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198583,7 +198583,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": "a7361c28-d39b-431a-a19a-2a10061c7742", + "id": "b58bd290-3703-4065-8542-e055ef1e7da5", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -198676,7 +198676,7 @@ }, "response": [ { - "id": "be77211d-ea23-4dcb-8b8b-150348fb4a1d", + "id": "e5024ec7-e0fd-46f8-b6d9-e68af9bbd95a", "name": "List of Source objects", "originalRequest": { "url": { @@ -198783,7 +198783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4845717-a72e-4bed-b1be-b1e6282abb59", + "id": "33097d86-2b92-41f2-91b2-f5b2380e7ca7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198890,7 +198890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49121ab9-af73-4f4b-8a55-f0f3a4505100", + "id": "4fed6b1c-2483-40fb-ab8b-6d6a9eb69b5e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198997,7 +198997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f677942-6a5f-49aa-b8e9-7318b85dcc65", + "id": "efbccd49-7569-41ed-b96d-a427e012cc45", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199104,7 +199104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "449c1fca-31cd-4d94-95f3-f5aa5a515cda", + "id": "19934b3b-e5e9-4c1e-9e02-916e24688c08", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -199211,7 +199211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7c8cba2-9534-4ceb-ba8d-871bcd5336bc", + "id": "fa733b63-fa97-4aa8-9853-029f1e6e6180", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199318,7 +199318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d3bc2c-8586-434e-8278-75b2c76f9ad6", + "id": "9fc73d84-0d39-4665-a625-3983f3465c25", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199431,7 +199431,7 @@ } }, { - "id": "bc706ee7-e072-45eb-a3f8-04aa9ac23012", + "id": "585ce57a-a38b-4f8e-8c25-ccc389b75e53", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -199483,7 +199483,7 @@ }, "response": [ { - "id": "bab6b13b-7b68-4320-98e4-b0b9017e86b4", + "id": "a16df46a-7944-41eb-81ff-5121f8666103", "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": { @@ -199549,7 +199549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27d85ce-aed6-4bf1-b72a-d3c047e897ec", + "id": "aa96f526-ff5b-4dcd-af74-cb3ff9b4e63e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199615,7 +199615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21a88a14-ebb9-4439-92f0-91eabbb7e775", + "id": "97d9f024-dc96-4f7e-9e1d-0fe727156f2d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199681,7 +199681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de11eeed-8384-4438-b91a-8d9fe9937398", + "id": "8d8b73c3-383e-40f3-9aac-cf3fbd8e822b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199747,7 +199747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dda9ec6-af62-4832-8b69-b510be776aa6", + "id": "d0883d0d-5e00-483b-b779-7519072f0250", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199813,7 +199813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0dcbf6e-a2cc-47e3-8b1b-47ae45bc5f1d", + "id": "79602a29-147b-4d3b-8548-90265c507fb7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199885,7 +199885,7 @@ } }, { - "id": "7eba22a9-e6da-47f9-9bfd-dc8d7d3b78cf", + "id": "0dbcb27c-ef6c-4958-b1a7-6fb0e736fb59", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -199926,7 +199926,7 @@ }, "response": [ { - "id": "af6fc2c4-2d3c-4318-9897-d7ddafdd1044", + "id": "c787d774-4d00-4531-97a3-a7b86193941d", "name": "Source object.", "originalRequest": { "url": { @@ -199970,7 +199970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb3fe086-e01f-4061-9be5-61960632716c", + "id": "7475856c-cfcb-4c17-bd39-6d54f34152f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200014,7 +200014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70a15d44-36c7-4245-9295-2d94bebb4e16", + "id": "f91a32d9-ac91-4b99-b7e7-e95753c2db3a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200058,7 +200058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d98a4ef7-72a5-4357-bdee-33474e488b61", + "id": "f814485e-150a-4884-93e9-42dff2854e0b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200102,7 +200102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07a7fa0b-b647-4987-8c8e-59859cfe56cc", + "id": "e9194939-0cc7-4352-95d7-15bb4cabb62c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200146,7 +200146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3aab1a2-67a9-4178-92bc-4e2a2c8f1bad", + "id": "91092f4c-cabd-4fd1-bce3-f0d96a9188cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200190,7 +200190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe47d060-7b61-4e88-873f-a32289180be9", + "id": "2ea35c9d-48b3-4d2e-8995-d03739d0ffab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200240,7 +200240,7 @@ } }, { - "id": "bb75e94f-fd5d-4aac-8dc2-c3a32077d72b", + "id": "a82364fb-6787-411c-be14-f337b56a357e", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -200294,7 +200294,7 @@ }, "response": [ { - "id": "a18dcc62-9609-41f2-93ca-4c95b0c314a0", + "id": "2fec27fa-fe15-4cef-91fa-a52f6b2fc2e0", "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": { @@ -200351,7 +200351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "176815db-7388-40d6-bd2d-cb56081e8d92", + "id": "c4f2f084-9aba-4a8c-8944-646f4cbc043b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200408,7 +200408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8910c455-bee4-4f4e-967f-04cb088db734", + "id": "ca1ffc5d-37f2-4efe-95c8-1e45714bc50f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200465,7 +200465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d84a2b14-2edf-412d-a8eb-41674b789819", + "id": "932b9f4b-ea21-4d79-adb4-e2ee839d304a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200522,7 +200522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d7f138c-bcf8-4fe1-bdeb-fb1077962c31", + "id": "b35e5ee5-e390-4621-9da6-3c2da49c6078", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200579,7 +200579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e864b03-6690-41dc-bc42-16f314b5b2a3", + "id": "5bc1dfca-6045-4e7f-a39f-a1cc1be4caa6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200636,7 +200636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e756ed74-6411-4838-8679-9e915e0bdcc4", + "id": "5ab0ec60-ed09-4e28-b11f-ab869e530cbd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200699,7 +200699,7 @@ } }, { - "id": "b48b5af6-bf23-45a3-b2de-ab346bf832f9", + "id": "0c8dccb8-8a1a-464d-b884-a63134a51c93", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -200753,7 +200753,7 @@ }, "response": [ { - "id": "440de7f6-9406-4db5-93f4-a024e2fc1571", + "id": "8dd23b67-fc2d-4844-9b70-8e5ee9e30fe1", "name": "Edit the source description", "originalRequest": { "url": { @@ -200810,7 +200810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ac1781d-5cea-48dd-a3e2-ea7cf46218b3", + "id": "94ab898d-089b-44b0-96d8-456f9bec8927", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -200867,7 +200867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef2ab82-d84e-41dd-bc46-98011814559a", + "id": "399a69af-d7dd-4c23-9e10-3175b032246f", "name": "Edit source features", "originalRequest": { "url": { @@ -200924,7 +200924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67874885-e9cd-4e54-89dd-eaa73b7f2777", + "id": "0eb0b8ab-45cf-4e87-9873-3b819dbffcdd", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -200981,7 +200981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8e9b130-ff52-47e5-8de7-6c96414c0034", + "id": "97680ff1-5423-40da-a781-dd28d1f980ef", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -201038,7 +201038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbe7e522-16f3-42ae-88d3-4c5abe13a428", + "id": "cd692e9b-ddef-4429-a0f8-1642df3533ad", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -201095,7 +201095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695631ae-de77-4e61-ae9e-db0cf3ef4f66", + "id": "323cd972-365d-4fe1-97c5-976af444cefd", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -201152,7 +201152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77934e0b-555b-4ce8-bdfd-0359ac18abf8", + "id": "4d1fb541-2621-480d-98e6-c11816848967", "name": "Edit the source description", "originalRequest": { "url": { @@ -201209,7 +201209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5ddf639-7cca-4ee6-8b8b-54288417d00f", + "id": "f8189807-0300-4bcc-92c7-2c791304c7d9", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -201266,7 +201266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d344c2d0-2900-4e14-9d68-e5b1d1c69dcc", + "id": "b2f6f23f-2606-4c99-8104-7a862d407af3", "name": "Edit source features", "originalRequest": { "url": { @@ -201323,7 +201323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b733fdd4-9485-4d33-9c62-a0552789aff8", + "id": "704bad2f-ccd5-49fd-b660-71903bc3618b", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -201380,7 +201380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "219db2ee-8dec-486c-9346-abb75046bae5", + "id": "c741b3dc-8026-43f2-b180-bbee159649af", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -201437,7 +201437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60773d62-891e-4b1a-8595-6fd5e3c16fac", + "id": "8a41c7fa-865b-4bde-bd4b-511b37ec8c8c", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -201494,7 +201494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b5a233d-3976-4ccd-bd9c-9b3892ad0161", + "id": "146275ae-b6fa-4558-bb56-58a3d925677e", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -201551,7 +201551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "359482ac-c69f-4d10-881a-f5e22765116d", + "id": "a9ee42a3-ccbf-4771-9312-b0fbb403192f", "name": "Edit the source description", "originalRequest": { "url": { @@ -201608,7 +201608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3ff4ea-984a-49b4-84ad-babffac4e421", + "id": "64bbce0b-6759-4430-a728-9e40341372e3", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -201665,7 +201665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94d2cf7-f116-40c8-ae02-b8e605d1c05a", + "id": "10614440-115c-4e35-9e8e-8476f451bf0a", "name": "Edit source features", "originalRequest": { "url": { @@ -201722,7 +201722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "debb1c22-32a7-48cd-a927-2c45f5fb3c53", + "id": "a0e85bfa-3808-4919-ab4d-731d872b8a88", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -201779,7 +201779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49323854-23d3-4158-9609-f9f836f68e77", + "id": "39b82485-833c-4143-9823-64288b7255a8", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -201836,7 +201836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "052a7ea6-706a-419a-b68b-e6040a50ce04", + "id": "638c3934-9b3f-4f95-bdec-eb3f581141fe", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -201893,7 +201893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcd04da8-1500-48f4-855c-814f3cb21b94", + "id": "cf06d463-3552-4599-99ad-3dcb97dd7f0f", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -201950,7 +201950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87515386-1011-44b0-a179-f636157a1df8", + "id": "46a013c6-7a4b-4fd8-b800-a6d03fc73ca4", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -202007,7 +202007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3c38800-45cd-47ce-9d4f-74d5d0c6c83f", + "id": "c6c6d69d-20e6-4ee4-8a6f-1a4577e3cf3e", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -202064,7 +202064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83edcb6c-9034-4340-a560-990fdd4d38a8", + "id": "1903e7ba-bcaf-4125-a5b0-8bcf2abcfa01", "name": "Edit source features", "originalRequest": { "url": { @@ -202121,7 +202121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02059d57-b858-4eac-8bed-c3dd8f27c6f9", + "id": "34e55e8b-e2f3-443c-9887-e5117afc91a7", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -202178,7 +202178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b42cf596-aa06-4741-a1bc-79e6617dc803", + "id": "e2b222db-7aea-4a9e-82ac-bfbe5438761b", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -202235,7 +202235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a7b38cd-d437-4c40-9d5c-fba18f5ce0f6", + "id": "8404b272-f49d-4355-8fef-8e4d8f05cabb", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -202292,7 +202292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceccbf0c-8b33-4e51-8403-4808fb4019ea", + "id": "c5703144-b919-4685-a04a-316355b4b236", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -202349,7 +202349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78e61d41-874f-4ee9-92ef-31349644a66f", + "id": "e827baf3-11a1-4570-9e8a-4443d5bc17f2", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -202406,7 +202406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba035ba-56c3-4546-9721-03ac95adf91b", + "id": "7762f62c-8193-4371-b0b9-f061c85b4103", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -202463,7 +202463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38dce094-3342-4105-adea-f1d6c6696b6d", + "id": "d6e3fa2e-3c06-4f07-8b61-2ea79f1d491b", "name": "Edit source features", "originalRequest": { "url": { @@ -202520,7 +202520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac444dc6-744d-480e-a81d-7b6e710deb37", + "id": "a1cc217e-15f7-445b-a107-588059749d27", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -202577,7 +202577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c93a4d5c-1015-417b-ad27-e673979e6b44", + "id": "718cd546-cdae-4e8e-9a53-f8cee6ec0d93", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -202634,7 +202634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3571d78b-84e5-414f-be55-d7f1c98dafa5", + "id": "4cbc3172-c2f4-4bd1-b23e-ebdb963c8022", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -202691,7 +202691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "513daecb-490e-4422-82d5-c098ae95b997", + "id": "a468f85f-5a0a-4d4d-be60-619a07676afd", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -202748,7 +202748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ebd50e0-71ba-411a-b6fe-0f6aa4788a3d", + "id": "43280958-fb32-434a-9be7-e12733e276b9", "name": "Edit the source description", "originalRequest": { "url": { @@ -202805,7 +202805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d281898-529c-443d-a419-ee54e928b790", + "id": "815e08e0-e7a3-404d-b5eb-89a19e485c3c", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -202862,7 +202862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b9d34a8-dbfa-4b7e-9c40-40aa92f87adc", + "id": "f3d95814-d5f9-4293-b700-0668be05c3e3", "name": "Edit source features", "originalRequest": { "url": { @@ -202919,7 +202919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47d02747-82c4-408a-b31b-2859bde7cf9b", + "id": "62d484a3-e7ab-4929-a53f-b0fbac54057d", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -202976,7 +202976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b7e17fa-c79c-465a-aac6-1043bf28b657", + "id": "5e45df72-5a51-41fe-b088-3d5dac3c0cf9", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -203033,7 +203033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b27a0c95-2d89-4768-a060-d9fcf90f1a3d", + "id": "08e9a55c-4ada-4b62-bdb1-1415df96ecd4", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -203090,7 +203090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e1d870e-c408-4008-a99f-a6f9e093c27d", + "id": "a860e5cd-f092-4855-9048-d41396976b7f", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -203147,7 +203147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "927bc4b4-91a5-4848-b69d-21ed6c75cfaa", + "id": "a16e6486-1aff-47b7-abfe-9a8204b367c5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -203204,7 +203204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33abce37-da81-4b59-846d-1111275ff689", + "id": "51d62ab1-acf7-4871-a94e-624539f17a1b", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -203261,7 +203261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be243d93-be4a-47a9-a1c5-95aa63526b96", + "id": "8a58cb9f-25c5-4d05-b42e-bebbbcce1f7b", "name": "Edit source features", "originalRequest": { "url": { @@ -203318,7 +203318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "336fd9b2-ca9f-4c94-96af-c76540f90618", + "id": "9775757a-fed7-4114-bbd8-7991374e3d04", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -203375,7 +203375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8d34c05-b601-4dbd-963d-5cacf274ff00", + "id": "5a5c0878-42ae-468a-88ac-e4e85efde327", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -203432,7 +203432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e46b88a2-87d6-4b73-98cf-df12cc842a87", + "id": "e61a1ba0-1148-43c8-bcdd-59e2dc4af3e2", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -203489,7 +203489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a150c5a-dd65-478b-9233-e28b7a5457d9", + "id": "09384a4b-6b87-49f6-ba23-4a8e41b855b2", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -203552,7 +203552,7 @@ } }, { - "id": "b600528c-e251-49b9-8dff-d3b5f55925cf", + "id": "7ca41740-40e9-4d1e-b3c6-cdcef6d4185c", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -203593,7 +203593,7 @@ }, "response": [ { - "id": "880e7bd9-406b-4f0c-bded-1d85a89839c5", + "id": "ef316af0-96df-48a2-9c15-a3f222dc2d0a", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -203637,7 +203637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6dd27cf-b9f8-43a8-95b0-dc436036a3e9", + "id": "2dec950f-74c8-4b3c-b391-a6cea2aee72c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203681,7 +203681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95b86f32-4d7f-41bf-b9dd-1ca5dc516ea9", + "id": "be835664-12ec-422d-86e7-671a00688209", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203725,7 +203725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47a9559a-259c-495c-a2c4-851afa3d80df", + "id": "b607fa87-a4e0-450b-a860-628f142ea2b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203769,7 +203769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04709162-e36e-4b7a-81e9-a4d3cec59d30", + "id": "6e43bf17-b9c3-478f-921d-f332bd94e020", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -203813,7 +203813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0702f69-a33e-485a-adfe-eb7df1bc7dea", + "id": "6fa03331-9255-4662-bfc3-8cb8debb13e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203857,7 +203857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "504f2449-fc66-4509-afa9-be916180aaba", + "id": "c572568f-8fc0-46e1-b3e9-8c96f53e5300", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203907,7 +203907,7 @@ } }, { - "id": "0bb5f21c-19dd-4203-ad43-61f12062b504", + "id": "736c9be1-470b-4a28-a632-a0447ffe08bb", "name": "Attribute Sync Config", "request": { "name": "Attribute Sync Config", @@ -203949,7 +203949,7 @@ }, "response": [ { - "id": "cf350f28-025e-476b-9899-6e05e44681c6", + "id": "75bbbf78-a868-4af5-8918-e54ee664c8a2", "name": "Attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -203994,7 +203994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c25191f-7c34-47f2-884c-4ba306f0a18e", + "id": "4e4e8c70-12b5-4b9c-ab50-21634b80d5ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204039,7 +204039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75fd380b-6e4e-4d5e-bdf6-a77d22f36e74", + "id": "b93fde4c-1081-4a3b-b3b3-cd5d72fc5a70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204084,7 +204084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c57e3ca3-ada9-4331-9ac7-88f32af08b18", + "id": "316f0e29-22f7-4382-9b3e-4f8a731b4e2a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204129,7 +204129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "858ad523-3ab9-490f-b7fb-2dc359c4b191", + "id": "07e99170-c658-4d07-882f-bf640248e2f2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -204174,7 +204174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b251aaf-f8ce-44ce-b0b6-7aa73a05dfaf", + "id": "db2427d6-6ff7-4f52-a42c-64dac7399233", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204219,7 +204219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd5dcd4f-483c-425e-be72-37761211b15e", + "id": "e82f82e2-0a4c-493f-a483-6bdec33258ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204270,7 +204270,7 @@ } }, { - "id": "228f3b94-b84f-4dea-b83c-ccb1fa89d16b", + "id": "c2483650-feda-4845-9bae-d7e16bc0c8a7", "name": "Update Attribute Sync Config", "request": { "name": "Update Attribute Sync Config", @@ -204325,7 +204325,7 @@ }, "response": [ { - "id": "410365b2-6456-4332-b81c-6691535822dc", + "id": "37960c28-3aa5-4448-81e8-1795e5631827", "name": "Updated attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -204383,7 +204383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a564dd10-cf13-4a67-8456-cf3ffc4e5b59", + "id": "eed189d4-2808-4105-9080-a1149fb921ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204441,7 +204441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5183ed6a-d7c4-453e-95a1-d9f05e6245de", + "id": "b8633767-7323-4ded-b45f-2cf4ce7cec35", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204499,7 +204499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88b3e3c4-5fd5-47d5-b821-c6c73d27dc07", + "id": "95ade9aa-3b09-4909-b206-ccf8bec8d819", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204557,7 +204557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a791bb-ad8a-41d9-86cd-fb988fe915df", + "id": "49a54784-d9ee-4fb2-a1bb-caea6e9bdc01", "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": "057fbb49-a29c-4a9a-ad3b-b2e7b90cbc1c", + "id": "2ee7d823-b8db-4c16-9547-9aa06e890339", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -204673,7 +204673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea6dc009-3147-4cd6-b2c2-66b5cc2b384f", + "id": "aca95ae5-f8ae-469a-b54e-dc18e588aaf7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -204737,7 +204737,7 @@ } }, { - "id": "17b06aa3-4a64-4c0f-b6ac-bdfd0047051e", + "id": "4e1699d5-949f-4d4e-b720-92a184fc6137", "name": "Check connection for source connector.", "request": { "name": "Check connection for source connector.", @@ -204780,7 +204780,7 @@ }, "response": [ { - "id": "eaf79774-009e-450f-97c2-cdf7f7db9359", + "id": "7a0db06d-3420-4572-8c28-6de2ed808406", "name": "The result of checking connection to the source connector with response from it.", "originalRequest": { "url": { @@ -204826,7 +204826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e43b1ef8-c2d9-45a9-9e14-33f258556021", + "id": "dfd46f1a-aeb5-421f-b8e9-b4a08669c825", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -204872,7 +204872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03927c66-84a6-4a49-bc25-da3671e3830a", + "id": "81a0c288-54fb-4fef-8309-9e133ba164b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -204918,7 +204918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53ecba24-14c0-45e3-9161-c6fd13e1de10", + "id": "56dd11a9-eb81-40f5-815f-449147851502", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -204964,7 +204964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e18e616-d44b-469d-ac7c-f6b57501e007", + "id": "0f3200b7-02db-4d24-964f-6d203077c54c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -205010,7 +205010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89d19287-cc0f-4b09-9599-9dddcb573d76", + "id": "d47b07f6-1828-4a3c-b0c6-d95fdef314a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205056,7 +205056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82190dc2-693c-4854-a6cd-f9685f316d97", + "id": "7e7f9f04-4c68-4125-9d1a-811a16ca8635", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205108,7 +205108,7 @@ } }, { - "id": "fafdbadf-e8f7-4a11-a32c-44281ab9caa3", + "id": "6225ad98-aa62-4bff-a497-a52e580e7d1f", "name": "Peek source connector's resource objects", "request": { "name": "Peek source connector's resource objects", @@ -205164,7 +205164,7 @@ }, "response": [ { - "id": "50017320-0c49-4a25-9c8e-c6b9206471ab", + "id": "d7ac0e2f-7b93-44bf-a915-9b171baa9bdc", "name": "List of resource objects that was fetched from the source connector.", "originalRequest": { "url": { @@ -205218,12 +205218,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\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"enim sed\",\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\": \"incididunt labore et\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"Duis incididunt irure ea\",\n \"name\": \"Aaron Carr\",\n \"objectType\": \"account\",\n \"incomplete\": false,\n \"incremental\": false,\n \"delete\": false,\n \"remove\": false,\n \"missing\": [\n \"missFieldOne\",\n \"missFieldTwo\"\n ],\n \"attributes\": {\n \"telephoneNumber\": \"12-(345)678-9012\",\n \"mail\": \"example@test.com\",\n \"displayName\": \"Aaron Carr\"\n },\n \"finalUpdate\": false\n }\n ]\n}", + "body": "{\n \"id\": \"2c91808568c529c60168cca6f90c1313\",\n \"name\": \"ODS-AD-Test [source-999999]\",\n \"objectCount\": 25,\n \"elapsedMillis\": 1055,\n \"resourceObjects\": [\n {\n \"instance\": \"est anim ut\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"voluptate quis 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\": \"exercitation adipisicing incididunt\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"laborum officia laboris\",\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": "8d851ad6-2284-4d1b-baa2-76d0dbe27bf2", + "id": "7b0100c2-8c25-4f71-9694-917e38477708", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205282,7 +205282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "352101e7-730d-46ac-a00c-b507d31f3d1b", + "id": "6e5a0dad-bee1-49ea-96f0-04046ffcf096", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205341,7 +205341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "295586bc-d9de-4087-b1e8-df11046685b4", + "id": "690f7cd0-6e6c-4af7-b044-ba2ba74e2e2d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205400,7 +205400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2889ce34-da73-4eb7-aa13-2caef0027c3f", + "id": "a069e99b-b979-4d96-98fd-2d4e21943f08", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -205459,7 +205459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "609af547-bc86-4233-9bee-4393b3d65bb0", + "id": "136977d0-5235-4fce-91d6-6fb79d05950b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205518,7 +205518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63667f1d-e47e-45f2-9bc1-8d3dd6d55fc1", + "id": "bc75e6bd-c5ef-4aaa-8236-b5df374389e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205583,7 +205583,7 @@ } }, { - "id": "af0e9cd1-5b35-4a37-8532-e5baff60673d", + "id": "3540cdca-283e-4146-ab5d-7f343b849225", "name": "Ping cluster for source connector", "request": { "name": "Ping cluster for source connector", @@ -205626,7 +205626,7 @@ }, "response": [ { - "id": "d62473ad-083d-47cd-8d6b-ad84a68557cf", + "id": "48cb3599-f8ee-4080-93dc-83bfea7f492d", "name": "The result of pinging connection with the source connector.", "originalRequest": { "url": { @@ -205672,7 +205672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d17dc7db-6505-4df6-a129-6b0f5ebce305", + "id": "ddd559fd-4102-491f-bd07-0f6d792a0c7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -205718,7 +205718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65cf5641-6d21-40b5-adc0-8cc94baa2db3", + "id": "b05ea248-d031-495f-a075-959b70c4646c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -205764,7 +205764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38d642d5-1ae9-4182-89e3-591205c54155", + "id": "503cf8cc-d427-4f46-83c4-831b83d23eb3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -205810,7 +205810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aabf2a11-ddf6-4137-bfa4-7c80536623a5", + "id": "7053e027-2b56-4c18-93d1-bc39d67a1ce3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -205856,7 +205856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45c54c97-21a6-463a-81f3-1f2e3125aaac", + "id": "7a63730d-a812-4ab1-bcc8-4cdeb3697909", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -205902,7 +205902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0acdb9-ab3b-488c-a80d-d7e6f5dc3790", + "id": "55dc7aad-056a-41b9-ac6f-e84710209d41", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -205954,7 +205954,7 @@ } }, { - "id": "cc2b5aca-660c-4901-ba0b-2e22da730d53", + "id": "d52d9247-ff0a-40a2-b480-e3d2bb793bcf", "name": "Test configuration for source connector", "request": { "name": "Test configuration for source connector", @@ -205997,7 +205997,7 @@ }, "response": [ { - "id": "2a2f44f9-1dab-4d0b-99dd-34994c52b4bf", + "id": "e63c5509-95e6-4dec-8309-400bfafb169c", "name": "The result of testing source connector configuration with response from it.", "originalRequest": { "url": { @@ -206043,7 +206043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f70c26bc-8529-4dc9-acad-2dabdb3510bd", + "id": "d0a7668f-5ea9-40a4-8ef2-c6a13f5b2478", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206089,7 +206089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6ba88f1-5f3f-4408-b7f1-654487112a65", + "id": "d54c1c96-73a5-41eb-a794-b6211fb6d3a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206135,7 +206135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4314eb43-437f-42df-8e3b-6b212dfe3040", + "id": "37fbc335-32a6-4db0-8ee8-ecde4152970d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206181,7 +206181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "458400b4-c707-4aa5-81e2-36167a095fcf", + "id": "f08f8f76-38e3-430c-bf68-3a4322b17ac8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -206227,7 +206227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c9eb5b1-599d-4e70-88f6-34e40c1e3724", + "id": "62eb2e3c-cf79-4e97-a501-b0906ed9186d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206273,7 +206273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b6a6ca-e152-4b11-8cad-fbf7141325e9", + "id": "07a8157d-78ed-46ac-9490-6c941038c807", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206325,7 +206325,7 @@ } }, { - "id": "0a281d4f-7d8a-46da-9358-fcb0b0533196", + "id": "befebad8-4ecd-46a9-946c-7c2f7fc0d97f", "name": "Gets source config with language translations", "request": { "name": "Gets source config with language translations", @@ -206351,13 +206351,13 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "zh-TW" } ], "variable": [ { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "id", "disabled": true, "description": { @@ -206378,7 +206378,7 @@ }, "response": [ { - "id": "681b8727-7a33-4ca4-b049-41568e408501", + "id": "66e07799-7b0d-403d-bee2-b20bf9a87f6f", "name": "A Connector Detail object", "originalRequest": { "url": { @@ -206399,7 +206399,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "zh-TW" } ], "variable": [] @@ -206429,12 +206429,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"in ut velit\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"mollit consequat\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", + "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"laborum nisi ut est dolor\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"culpa eu consectetur cupidatat sit\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "075199b9-8816-4cc6-87e3-786d5c699d01", + "id": "94cdf1a5-67e1-413f-a87f-399cc07f779c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206455,7 +206455,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "zh-TW" } ], "variable": [] @@ -206490,7 +206490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d601c8e-eafc-4af5-9801-279623e52aaf", + "id": "84c4c159-1f6e-4917-9363-58cbc5fb53f5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206511,7 +206511,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "zh-TW" } ], "variable": [] @@ -206546,7 +206546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3abd4cf5-13ba-4d74-9788-3a09683199c3", + "id": "002e48d5-e34e-4eca-bd48-e45bbb2609cf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -206567,7 +206567,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "zh-TW" } ], "variable": [] @@ -206602,7 +206602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bfa6182-09b7-4dc7-91c7-e684d3ae472c", + "id": "3c4c63d3-297f-422d-9791-d459a7932a1c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206623,7 +206623,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "zh-TW" } ], "variable": [] @@ -206658,7 +206658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8318dbc-fab5-416d-9a32-8c6dd24a05cc", + "id": "6c1e3d3d-ac14-473f-9bbb-94b1553743a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206679,7 +206679,7 @@ "type": "text/plain" }, "key": "locale", - "value": "de" + "value": "zh-TW" } ], "variable": [] @@ -206720,7 +206720,7 @@ } }, { - "id": "298530e3-e97b-47df-8b02-b97e75047b75", + "id": "a19e50cf-5347-4b02-a956-6e25f251fc92", "name": "Native Change Detection Configuration", "request": { "name": "Native Change Detection Configuration", @@ -206766,7 +206766,7 @@ }, "response": [ { - "id": "a10aed2d-c30a-48e3-80ee-6faa0c428bfc", + "id": "7be99692-58a9-4213-b712-2b52d93484eb", "name": "Native change detection configuration for a source", "originalRequest": { "url": { @@ -206811,7 +206811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46f0c165-a1e1-47aa-8721-f6c597f812b1", + "id": "b80477c8-3dff-44b0-9340-44deeaac1818", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206856,7 +206856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d972ade-90fc-4926-8781-58c46eb18b94", + "id": "961dce41-af82-4532-b2a9-9cad8f7fc161", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206901,7 +206901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab1217e-2cc8-491b-9b6b-bfd7a6d47869", + "id": "82f0b94d-b368-4d4a-915b-6a131c90124d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206946,7 +206946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "557a2cc8-b0ec-4c41-97bb-f9a526a75587", + "id": "98fb0dea-0248-4438-b0f3-04156a848d43", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -206991,7 +206991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e55145f-c628-400f-93a4-ad0ede054f71", + "id": "162c3bb8-4f07-4934-8ff2-2b1337702b46", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207036,7 +207036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc4a6f80-aac6-471b-be2f-57771cfa2f4e", + "id": "6bc2e603-7ef3-4616-a031-3934d142f0be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207087,7 +207087,7 @@ } }, { - "id": "edef4622-c787-4724-aa1b-40b8793a9b46", + "id": "4e015e82-991e-4e72-b1fa-369a6f8b6bcb", "name": "Update Native Change Detection Configuration", "request": { "name": "Update Native Change Detection Configuration", @@ -207146,7 +207146,7 @@ }, "response": [ { - "id": "c88d2efc-f57e-4c97-b8c2-52f6a52a0f2b", + "id": "2c7a5cf9-166c-44b3-aec3-7dadde851fdc", "name": "Updated native change detection configuration for a source", "originalRequest": { "url": { @@ -207204,7 +207204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d3be7ae-c9bb-4ac7-b87f-3a0230b244e6", + "id": "70c8c83b-8c3b-4ea5-b82a-49e702376077", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207262,7 +207262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56be5e9d-7e27-47b6-9e5c-a9f85175c371", + "id": "db3e930b-4b69-41e4-85c7-6524517aee42", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207320,7 +207320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14ab2008-d2eb-4fb2-bb84-6d2e9f1b6844", + "id": "15dca791-6016-49fb-8e9d-3494c9230c11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207378,7 +207378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "171926af-4f04-43a3-8c26-f4d9614dd726", + "id": "591bfc49-ec24-48a1-9bf3-3f24d21509d7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -207436,7 +207436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "247f1f77-1fe6-4cb8-9f1a-edd4c19d3360", + "id": "52a1323c-b875-40e3-8ac2-74913b9e60b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207494,7 +207494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "461836f2-b8c4-4675-927d-44732fd98d63", + "id": "b352202d-a044-4c7e-9a72-4e3214a958ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207558,7 +207558,7 @@ } }, { - "id": "cbd255a8-8155-4374-a754-086b9e866592", + "id": "df35137a-5da4-4874-a48d-ce4d3e92e17d", "name": "Delete Native Change Detection Configuration", "request": { "name": "Delete Native Change Detection Configuration", @@ -207604,7 +207604,7 @@ }, "response": [ { - "id": "5951908b-5d5f-4525-8715-e2697f11e62c", + "id": "3261bc12-c25a-4896-8854-05ba328cefb4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -207639,7 +207639,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4954dec1-a659-48f7-8353-521bfebf0114", + "id": "4443dbb9-01e1-4f34-9f09-645cd7c9540b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207684,7 +207684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a27a290-bf2c-4a82-b494-78990ea938d7", + "id": "882b6d14-6acd-4392-aa74-a5b95cd4110f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207729,7 +207729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b040c87-02ee-4523-a7e1-8a302b66cf56", + "id": "09376428-f2d1-4ac4-bff6-ad02ea644ba7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207774,7 +207774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d95916d6-da45-4d76-b61e-ddcfef117a54", + "id": "8366a9c2-35a3-49d1-ac08-9760562db5b1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -207819,7 +207819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "696e75e4-0593-4669-a478-dc7ea2343b9a", + "id": "3787ba6c-ada3-43d9-8983-be86416a961b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207864,7 +207864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "027b12f7-6d66-46c6-aa00-cd0b3eabffa3", + "id": "9d69ed30-3f23-439e-818d-bf7f4f6e965c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207915,7 +207915,7 @@ } }, { - "id": "4b8b9f14-c661-4d85-b839-b83da6e50564", + "id": "18c765fd-1741-434d-a1e2-0b5094493f40", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -207957,7 +207957,7 @@ }, "response": [ { - "id": "c644126c-ac66-4b82-9981-8ddc78387227", + "id": "014192df-a22f-4840-815a-5a26d6bb71c6", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -208002,7 +208002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4901e15e-eefe-41c2-82f2-b3b533527355", + "id": "14ae5f01-3d6a-471a-9b1e-154e1d401939", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208047,7 +208047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f13948f2-772a-4983-ba11-64f9719c50b7", + "id": "08503b53-8739-4db2-bd43-51f83df60bce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208092,7 +208092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2124f0e7-daa7-485a-965f-79eab46bce7e", + "id": "e6653a2f-5d6c-4e6f-b7c3-2ee625333801", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208137,7 +208137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93ee0789-091c-4d9a-aa8c-b21779fde102", + "id": "61b8aec9-ade8-4b3e-8b24-45b775fb4c93", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -208182,7 +208182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0dfad47-8a7f-4057-80d1-125e839fea56", + "id": "0f6b9130-8dc8-42cb-a3c0-e0a6e56f7d20", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208227,7 +208227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d4bdcf3-7289-4447-a957-0695fe9458d8", + "id": "e0e8a7b7-8443-4ced-a179-082b14f26cfa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208278,7 +208278,7 @@ } }, { - "id": "fdc1ed35-9ff8-45e1-9fcb-7776acec23e0", + "id": "e19a9234-4db0-42cb-92d0-7c2502d951ed", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -208333,7 +208333,7 @@ }, "response": [ { - "id": "94492ffc-e75d-418b-8cd7-4279ea380a69", + "id": "09d06f75-09a8-4085-beef-9a1f3124b67a", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -208391,7 +208391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79dc75c5-7d8a-42e5-97bf-86eefd5523cf", + "id": "f5bd7dc2-daf6-4fd0-85e1-126f744b68d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208449,7 +208449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a672a885-3ef4-47a5-afc0-380de29f95e2", + "id": "23cc8bf3-ffc5-40fc-ae71-c3e589b89947", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208507,7 +208507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e66221c-4eb4-46db-95d5-41356936bfd3", + "id": "cd199831-751f-4d2c-9dd4-6686d1d53255", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208565,7 +208565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "365d721c-50eb-4d9e-9d88-0dc58d2aa0f6", + "id": "94debbae-a94c-40a3-9c06-9d8bc81afd75", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -208623,7 +208623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90da4842-0639-4b44-b7a1-3990628cfb3b", + "id": "f681dec1-1e84-4c80-b5f9-448bab66a0e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208681,7 +208681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7278f53-f1b9-4b31-95f2-3772a263de03", + "id": "04ba64ba-b672-4cc8-82d5-21d0efc75d7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208745,7 +208745,7 @@ } }, { - "id": "553b40a3-e253-4cf3-baba-570469729cbb", + "id": "528ebb6c-0f8d-410d-981d-d8715d5565ea", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -208798,7 +208798,7 @@ }, "response": [ { - "id": "eebd2d09-9d13-4608-ac70-ec94135a3289", + "id": "adac9ab2-8f4b-4de9-a2d4-697b6c67dae8", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -208844,7 +208844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1036e6fb-4433-45ad-a9de-a106b5ec6cfa", + "id": "abae8bc7-fb76-41d8-a042-d4ef31e65cbc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208890,7 +208890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30537565-9018-43b4-bad6-f872dbce83df", + "id": "100297d4-7585-4881-9a90-0a68c2f8bcee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208936,7 +208936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e579e90-090a-4f84-8214-6b6dbc49a60e", + "id": "65c2b7ac-8c70-4ebe-96f8-546b6e838787", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208982,7 +208982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "042d4ca6-1eb5-4027-bcee-01471a3f08ca", + "id": "b34691ae-50c1-48b9-a648-1c1617b0a650", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209028,7 +209028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f28aa447-7746-478e-b53e-42167f26aa59", + "id": "fa641fc5-3df9-4de1-9956-cba615580b4e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209074,7 +209074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49a28c2f-9e45-451a-8d52-4407f7eb0e1d", + "id": "6f8242d1-88f4-479d-8fe6-35b854e0c70b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209126,7 +209126,7 @@ } }, { - "id": "08dacd56-a14a-4ef9-b271-563f1d0f4a5d", + "id": "20038f72-c2e7-4697-b5a7-714da8763b52", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -209192,7 +209192,7 @@ }, "response": [ { - "id": "8482c797-daac-4699-a825-431d84b0f9be", + "id": "d334cb3a-2314-401e-bd34-dd6a08070da0", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -209251,7 +209251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ddca178-5616-4304-83cf-50c7b9101545", + "id": "ea2ea37d-30ea-438d-b564-b2ddd75ad210", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209310,7 +209310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3f7193f-f6d6-4300-ada6-355088bee01a", + "id": "74c6f1bb-64cd-417e-b334-50d6754cd064", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209369,7 +209369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aaf3c3b-5121-41fb-ac75-1c44e6afcec4", + "id": "1eff2139-6a90-426d-8d6c-5de2f1cbea0b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209428,7 +209428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f18ac82-8930-44d4-9992-3db13c92cc1d", + "id": "9e1721e9-fe3b-406b-9060-f512f2aa296f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209487,7 +209487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8747ba8a-98db-4d32-8dff-5be5c7d4d5bf", + "id": "e709ab76-afa6-49d7-8b6a-b772ce3d2691", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -209546,7 +209546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a25b63b-1f61-4f93-9acf-915346d9ef02", + "id": "40e0caaa-9822-4d99-9f6a-ce8b26078f56", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209611,7 +209611,7 @@ } }, { - "id": "33a9adad-a739-4a8c-9cc1-cd5061efdf87", + "id": "dbe35764-c9b2-49b6-8fa4-32406a660529", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -209677,7 +209677,7 @@ }, "response": [ { - "id": "b354ef63-df04-48fa-b1ad-189612a41e31", + "id": "104b1d63-a25e-4672-b69b-b541c6edf809", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -209736,7 +209736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61562fd2-8e3b-41b6-a4b2-fb73d0e080d6", + "id": "e74d8c28-a476-43c8-b830-625e75ea710a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209795,7 +209795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85c52c77-312e-46ed-beb6-2ea15114c9c8", + "id": "9651418b-89d4-4097-a35b-d24da503f01e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209854,7 +209854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22fe6355-af49-494a-9a90-b444fa385a6e", + "id": "81290197-1fe2-4aef-9088-10a69cc82c9b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209913,7 +209913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5314d186-ae47-4e77-aa4d-2a01225004d2", + "id": "ca30f081-368b-4a68-a3be-7e2bdecd1c0a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -209972,7 +209972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22c76c20-27b1-4af0-ae86-8e917666cee8", + "id": "0db27964-ae6a-4129-a95c-f29508bdf0b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210031,7 +210031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33c780a5-facc-451b-b0ae-6477dcdddc67", + "id": "ed6c4beb-9f16-4689-8ee2-ede35f89740b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210096,7 +210096,7 @@ } }, { - "id": "a3b68be9-b0c0-4663-a8f5-4e9458df63cf", + "id": "5f602878-0a41-48da-a39d-fb101cdbb567", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -210149,7 +210149,7 @@ }, "response": [ { - "id": "77b8a9d0-3613-4014-a6fd-f78cee9dafd2", + "id": "cdbea188-ce10-4daf-a3bc-fe194e028d52", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -210185,7 +210185,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a1458c15-a769-42cb-9ad7-a65fa8ad59f0", + "id": "c88fb83c-8393-4613-97dc-6514568e0c54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210231,7 +210231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2808045-dc27-4864-9cbf-dd377ac77d3f", + "id": "a8c0b454-0a8c-48fb-aeb4-78a1b1dc50cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210277,7 +210277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc896170-e060-4e41-ab67-1780d673e1f1", + "id": "66f75f17-d282-4384-a007-13ce5f362f5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210323,7 +210323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4876820f-07d8-4337-a445-30c53a707353", + "id": "d2e3589f-e831-4433-adf8-590f9bb58d48", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -210369,7 +210369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4daf5212-256d-47c2-9983-26758efa567d", + "id": "027510d2-9364-48fe-994f-06e78dcf13b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210415,7 +210415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8887dd6c-fbd9-4b83-ba22-c2a0e835c2ef", + "id": "758321a0-f5e1-463b-a4b8-2b2008ea2843", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210467,7 +210467,7 @@ } }, { - "id": "c11d9fb0-d863-4be1-82e6-de0186921ece", + "id": "535e4ffd-8c6d-467f-bb19-40d30952c0de", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -210523,7 +210523,7 @@ }, "response": [ { - "id": "5d51f7b9-8097-4dec-ae55-796896ce4b4f", + "id": "13b7c6e9-2b4c-4d2f-b3c3-2fd50ceb1e3b", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -210582,7 +210582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e47efae0-3539-431d-8b19-ea107ed6748d", + "id": "c16e4437-f216-44ef-b138-2f54e9fc7bb0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210641,7 +210641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f839713c-fdb8-40ea-a791-aa2b4442369e", + "id": "97718e2f-458d-434d-b9d7-038ab214b42c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210700,7 +210700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "549e07ab-beef-4ae6-bf22-f476e285016e", + "id": "14aa18fd-3135-4ee0-9cd0-32cf6569f10f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210759,7 +210759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8659fb50-68d8-4f45-b8cd-932b30778c53", + "id": "00fa0a8b-07df-4231-ae63-c83142051382", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -210818,7 +210818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e48dc6fb-5e64-4699-8e38-604de543253a", + "id": "9cbbe3a1-c4cc-4aa2-bab3-0da2c376b18f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -210877,7 +210877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "405515da-7893-4178-89ac-14012a5ce6dc", + "id": "fbfc2506-0aa9-450c-ab3b-39c3963c446e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210942,7 +210942,7 @@ } }, { - "id": "1ce18078-7d3f-4f1a-87ae-88e03ae07f9b", + "id": "5a5257e9-5960-4b4a-9df5-337ef795a1cf", "name": "Remove All Accounts in a Source", "request": { "name": "Remove All Accounts in a Source", @@ -210984,7 +210984,7 @@ }, "response": [ { - "id": "d3fc9e3f-9fe2-44d8-983a-3e1b550f707e", + "id": "d3593be1-b776-4d1a-9b63-e5117ec12610", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -211029,7 +211029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a122f52-f048-48ea-acb7-d1387b466b5c", + "id": "858a14cb-1e26-422d-b49f-f69c62b3faf8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211074,7 +211074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77663aee-c2d5-4545-bf60-011283fd4846", + "id": "858a7143-4c74-40c7-984f-0b8882d06f09", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211119,7 +211119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31a9d679-8be8-48ff-9ed8-f8f4390608fa", + "id": "1ee7c683-774e-428d-91ad-05bce3dfcbd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211164,7 +211164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98d5e371-c40f-4e30-b6fa-701ea31f7a0c", + "id": "0a1c243d-4255-4547-b043-c2b3df8a41fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -211209,7 +211209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8231789f-8261-441a-b9f7-950f9811522c", + "id": "5310ce80-1517-479e-afd5-75171df0b2fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211260,7 +211260,7 @@ } }, { - "id": "bede5261-185e-4602-8733-86f2bf4c1a2e", + "id": "76fb0b58-dedd-4955-bb9c-5f5f248544a4", "name": "List Schemas on Source", "request": { "name": "List Schemas on Source", @@ -211321,7 +211321,7 @@ }, "response": [ { - "id": "98afc7b9-def5-465d-b953-5dcf3662ee10", + "id": "98bb7e06-1d79-4f29-aeff-c1561f11ffd0", "name": "The schemas were successfully retrieved.", "originalRequest": { "url": { @@ -211385,7 +211385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84eac7a3-84ae-4f2f-bb53-63f45e065e55", + "id": "7fcb70da-4aee-42b1-b633-95f3d6028196", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211449,7 +211449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96357525-4188-4806-820c-9aacb8fd8352", + "id": "e0383d48-47a0-422e-8908-d0f7bfb01272", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211513,7 +211513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20fcd036-202b-4bba-b895-bc90858aae09", + "id": "6dacb40c-3b90-4c5e-91f6-db4618ee7e50", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211577,7 +211577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57fbb473-efd5-4ffe-a440-fc80938adf98", + "id": "4356b326-a71a-4168-8ab2-abfea503cf31", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -211641,7 +211641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cca8de8-7d60-4550-ba2c-12acd793a2b7", + "id": "14cf8e81-07c6-4fa9-8d33-43a322e30131", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -211705,7 +211705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d252b31e-c39c-4004-8962-6707a25b6d21", + "id": "8087ce6b-7406-4cb0-8d52-1173cec9ffc1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211775,7 +211775,7 @@ } }, { - "id": "48cf8f2a-c4ea-48ef-99d4-25da1af6ffa4", + "id": "1327c895-8e13-4269-ab7a-2cb937b4ca6b", "name": "Create Schema on Source", "request": { "name": "Create Schema on Source", @@ -211830,7 +211830,7 @@ }, "response": [ { - "id": "13e7f68e-a048-47b7-b514-a74bb451bdb3", + "id": "10cf3db5-3a31-4d46-a0f7-f52afa3a1519", "name": "The schema was successfully created on the specified source.", "originalRequest": { "url": { @@ -211888,7 +211888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0482b10-d527-4b5f-9347-c0fb8057cad6", + "id": "d5092601-4ee3-4ac1-9013-30ee23491dcb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211946,7 +211946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65630912-d808-46bd-bab7-2e0151352724", + "id": "f662190b-4af3-44b9-8a39-7ff97690cc64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212004,7 +212004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db754079-b1fe-45de-9bbc-d6d179a16793", + "id": "201e2d1b-c824-42c8-b1fb-2efd68feb1bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212062,7 +212062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e74fc2-d3b2-4173-ad6e-1aeba2e29839", + "id": "0bfb997e-e4d2-4794-b56c-0ef4e76fb5f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212120,7 +212120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31f2a037-2324-46f2-b231-029452f28c17", + "id": "c92ef7c3-416a-430a-85c4-ebe1f76c354c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212184,7 +212184,7 @@ } }, { - "id": "13c4755b-8992-4947-a1db-3499b92fbff8", + "id": "e48ac887-9f6c-4c58-91d5-5664d00809b8", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -212237,7 +212237,7 @@ }, "response": [ { - "id": "31d17ea6-feb5-4248-964f-0db8b89e1631", + "id": "cea59056-155e-483d-961d-3830c28236db", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -212283,7 +212283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9a41ca7-7e1f-4ff5-a3f2-8edab5d2f760", + "id": "eccb5727-5ce5-45e3-a1c4-066cd16c2f10", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212329,7 +212329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec8ba061-c1e7-48f8-b2e3-5595abd87a51", + "id": "192eba5d-dfee-4b87-8f3f-6eab9ff28fb4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212375,7 +212375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aafa123c-24de-4162-8817-6e76a6defa3b", + "id": "2560a907-d314-49f4-a248-4504b0bfbc06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212421,7 +212421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a78e36c-d9e1-4590-af3a-2927b52664d3", + "id": "3bba1a8b-ea1a-4273-845b-160e1e865619", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -212467,7 +212467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40bee4f9-60c8-40cb-a7e9-5120b4e30cbf", + "id": "ea1af703-67cf-4af1-952d-5a1c22a9b4b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212513,7 +212513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f96e2f0a-9702-4765-8913-d7173e6d61b2", + "id": "972ce9b7-a855-4a95-b598-450be4f7ac8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212565,7 +212565,7 @@ } }, { - "id": "d9999ebe-4a68-4afd-b1db-8e948714cb73", + "id": "323346c4-4eac-4c11-b068-43df8b851e5f", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -212631,7 +212631,7 @@ }, "response": [ { - "id": "3a4b69a5-f07c-4389-8099-0bdd48c0ce0e", + "id": "77fa47ec-c2a4-41d7-91f8-78ef5269c071", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -212690,7 +212690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffe39cfc-0567-4e39-a975-b1a9b7a1c440", + "id": "7b9a2662-8823-4ae2-8a52-bf192356f7fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212749,7 +212749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02b169ea-defe-41ff-82c5-d21e1c739a48", + "id": "2c312e9c-8642-4f90-9dfd-69726c2a3c12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212808,7 +212808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "790fb62c-7659-48fc-8118-a842ec7ba27d", + "id": "ec4526d1-c2fc-47e9-88a6-94b9c0b79737", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212867,7 +212867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78bd9c9b-6fc1-4976-b8b4-7653ccbe9aad", + "id": "51c6ed53-a78f-4dc7-a966-8695e9cab692", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -212926,7 +212926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b81c2b6a-fc9f-4805-a152-650c35496861", + "id": "181932bd-d17b-45f7-bab2-36204fbf7de7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212985,7 +212985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a11d61f-c6bf-4557-9745-0e96b3d7c464", + "id": "8399d457-5311-4355-8fca-006fa6156b07", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213050,7 +213050,7 @@ } }, { - "id": "d8ee9adc-ffe5-4daa-b19c-690f43099223", + "id": "d3f82a8d-429c-474a-956d-fae620f755c0", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -213116,7 +213116,7 @@ }, "response": [ { - "id": "bc24abd6-471c-47ae-b44c-06256a49608d", + "id": "fba8add4-db48-4d3d-97e8-73476e8e8fe0", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -213175,7 +213175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd047775-ca5e-48c3-8d90-1f1d3680c09c", + "id": "dcd34d52-4d5b-418d-8fb5-190edfd5ea55", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213234,7 +213234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7fc6df5-a125-4396-935f-c334617bc5bc", + "id": "7317c999-de2b-464e-8822-8025171969f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213293,7 +213293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2276c90a-d350-4926-8464-08db3edb4554", + "id": "f6b1aa8f-f82d-4f71-b596-fb3743880888", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213352,7 +213352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a07df0c8-0fd8-46a2-8fd3-357b334cb081", + "id": "75834632-537e-4d5a-be95-985760fe4427", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -213411,7 +213411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8126715-ded9-40a6-8074-40d30762a577", + "id": "6f31b706-17e7-4435-a53d-645d36bd8ba7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213470,7 +213470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "feb02499-9679-41e1-844f-526577f34715", + "id": "ed783727-8a73-4d8f-90a6-d4214517aa84", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213535,7 +213535,7 @@ } }, { - "id": "6b6cafd3-6e25-40b6-8272-9c3bd2ce95dd", + "id": "e2354aad-7bbd-4d7c-8c53-e80fa24dff10", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -213585,7 +213585,7 @@ }, "response": [ { - "id": "0b065050-a1cd-4985-a3f7-638ec8ccf746", + "id": "4c8c80bb-8072-4da4-830b-d2c7306dea62", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -213621,7 +213621,7 @@ "_postman_previewlanguage": "text" }, { - "id": "63782275-a5d2-4181-ab1f-d1bc3ddf3c9c", + "id": "38708474-9ac8-4d9e-a548-1ac82f31ce5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213667,7 +213667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e506f61a-84c0-453b-8264-cb9284175d61", + "id": "2360e2c9-b72f-4a8c-8fcb-8de1a2d6e082", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213713,7 +213713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "540538f5-c65f-4ec7-9297-ce91e94f8ecd", + "id": "457032f2-0ba3-4aa1-8719-d235236ff046", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213759,7 +213759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2479894d-2c82-4ff0-a3d5-f2cb23c11349", + "id": "41a49a9e-c7b4-4677-b772-ddda090cf694", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -213805,7 +213805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0a235c7-851d-4ef4-82f9-8833ebc40396", + "id": "c4ea3268-e36f-44ff-ac11-ff12922a4ce1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213851,7 +213851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dccfa05-a686-4395-9e69-7b7131eb1e19", + "id": "caaf67e0-79b4-43dd-af5f-3a06176dde5e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213903,7 +213903,7 @@ } }, { - "id": "5e300064-aed8-430b-a31e-a0ebba177573", + "id": "43cbcee6-146b-426c-b1ac-531660caa157", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -213943,7 +213943,7 @@ }, "response": [ { - "id": "58099efa-3498-40fe-9754-fb27542b2e0a", + "id": "7e5a7ea4-3c07-45e6-91bc-848aedaacc66", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -213989,7 +213989,7 @@ "_postman_previewlanguage": "text" }, { - "id": "87dea54d-3fa4-46b4-ac30-46038ebb71c5", + "id": "7d25d11f-ae97-4046-ac62-a151a836f111", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214035,7 +214035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09eae0b5-290a-403b-bdf5-f8fd314fcd82", + "id": "e5259cd2-19e1-426f-91c2-6cbc6dca49e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214081,7 +214081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74481e5d-2355-4bb7-b2ef-82854147e16d", + "id": "99c8032c-0fb7-4b83-a4ea-00e937331559", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214127,7 +214127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a4d11a6-feb4-4e77-bb33-4dcb984c8e62", + "id": "28266440-ee56-40de-bc45-65df80c82f5e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -214173,7 +214173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b376ef0d-93b8-4fae-b691-2492c4a69305", + "id": "8da4f146-d741-4bcf-93e5-8e823c11e958", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214219,7 +214219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45395fad-aaf5-4076-9aa3-fefe6e3d4633", + "id": "193f43a3-da40-44c0-9ca9-ed8a0368573a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214271,7 +214271,7 @@ } }, { - "id": "31da8fc8-9980-413e-9169-f1210eb8156d", + "id": "956ccc0e-e043-4c0f-a64c-42141eb0e00e", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -214330,7 +214330,7 @@ }, "response": [ { - "id": "89426039-a763-4259-96bb-957c75fa7be2", + "id": "c883e628-6a8b-4c17-806c-0af96377007f", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -214392,7 +214392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b68c1f0e-3883-4ff2-92ca-4b8867ddcdb0", + "id": "248dac89-8154-41c0-a198-3ed5533d59b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214454,7 +214454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a64880cd-5987-4eae-8cc9-b74e3de2e624", + "id": "fdc7ca48-0947-4c0c-95f3-1b5a5c2ff762", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214516,7 +214516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e29bffe-23fe-48d5-9844-7829470f9ef6", + "id": "3b046b3a-283c-4feb-a076-1f7134d98275", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214578,7 +214578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fee557b-8366-4772-8c0b-0cb09ab9afb9", + "id": "83f5d0f3-13e8-4ef3-b46b-e873f831f075", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -214640,7 +214640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52902dd4-cef8-4067-834c-0aa84498aff6", + "id": "06b56a84-22e7-4591-a9ef-eab7c8cd39ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -214708,7 +214708,7 @@ } }, { - "id": "632c7331-077d-43d7-a43f-eecb21ecb439", + "id": "759414ea-21cd-4ac9-ae73-558f4a5a1920", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -214758,7 +214758,7 @@ }, "response": [ { - "id": "9dd95f05-6dec-4cb1-bb65-04dc96e07fab", + "id": "12ceab63-27f1-4887-a57f-acfee88f6997", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -214814,7 +214814,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f0268832-a893-4ba4-a156-f79c5cbec92f", + "id": "a7ebc234-f1b9-497d-899f-d48aaf5ad717", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -214870,7 +214870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01332bd1-70ba-467e-a87f-feae97960234", + "id": "895fc3ac-501b-4ff5-b01a-0b648440842c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -214926,7 +214926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f5f3d9e-7538-4a01-922d-aed0385f72e2", + "id": "0400e499-a356-45ef-b33a-88f8317bc993", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -214982,7 +214982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "938418da-e547-41c9-bf55-9d4c113b77eb", + "id": "3973d9e8-8c3d-4fea-9ac6-5f02acb82b6d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -215038,7 +215038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d528c202-94f3-4c9b-9792-1d869921b590", + "id": "28c87efb-5670-461b-9c21-178dcc695ed5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -215094,7 +215094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da9263bd-b6b1-43c6-a863-a7bbee67b99b", + "id": "1077cf31-49ac-4b3b-8906-4e453c550238", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -215156,7 +215156,7 @@ } }, { - "id": "7bdf430b-a037-4af7-82b4-3c3791a0ac8e", + "id": "43f80bad-e28b-43f4-99bd-6dd3ba7b6def", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -215225,7 +215225,7 @@ }, "response": [ { - "id": "46457554-d239-4f0c-abd6-441520e6274c", + "id": "df531766-1c8a-4400-8e98-4290ce36bcf1", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -215297,7 +215297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b90adc4-23c3-4510-b35c-248027435d9d", + "id": "6ac08534-d23f-4595-832d-c0bf46f6b8c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -215369,7 +215369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4af5ffeb-1458-445c-8782-c89271f25ec9", + "id": "736cbf14-790d-415e-9d02-5c7646e49264", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -215441,7 +215441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f542dd8-9502-4301-8f69-a7637e3ac039", + "id": "77ea7b91-93b9-43ab-b4c0-45262b212907", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -215513,7 +215513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e4308ce-f1dd-4ec2-bc0c-3224cb51dedc", + "id": "0a77b309-21f3-4cba-a712-25b4a1d973a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -215585,7 +215585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fdbe755-c5dd-44af-a723-9f00fe6a915f", + "id": "3d8d97ee-8f9b-43c0-a071-681ba8ee6111", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -215663,7 +215663,7 @@ } }, { - "id": "da2d5a24-0c58-465e-bb16-8523d80c6c2c", + "id": "81b890ba-2609-4ebb-8b66-d86f4b07cd36", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -215721,7 +215721,7 @@ }, "response": [ { - "id": "c7f9f6a3-aebd-41d4-a9d1-e41ea80a5b77", + "id": "bd1a8c65-e7b2-416b-9ead-1fcf66350511", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -215782,7 +215782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80a1c745-29fa-4935-bd67-900d88e7dc13", + "id": "635d0539-9726-42eb-8aeb-0f7f57217487", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -215843,7 +215843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5d4e95f-117e-4040-ba72-a87ffdfb57a7", + "id": "2866dfaa-9acc-437c-9197-95e3f2055ff7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -215904,7 +215904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b43c7482-9152-40da-8544-e192bac5417d", + "id": "0cee6383-0b7f-4317-ae75-efaf5814cce0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -215965,7 +215965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e5ec4f4-d869-446f-b399-3863d68770ae", + "id": "fa055da7-a8e5-4cec-8a34-85ea8887fbce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -216026,7 +216026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82d36b75-3424-489f-9bfe-9ad44875816a", + "id": "472d04e1-0d13-4822-b3ad-683cabbfb731", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -216093,7 +216093,7 @@ } }, { - "id": "79467572-f48b-4d0a-a2c0-98fd1f5aba54", + "id": "4d841b04-3de7-47da-a6ff-e2242e1f2465", "name": "Synchronize single source attributes.", "request": { "name": "Synchronize single source attributes.", @@ -216114,7 +216114,7 @@ "variable": [ { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "id", "disabled": true, "description": { @@ -216135,7 +216135,7 @@ }, "response": [ { - "id": "b236e01a-b043-44b8-8178-7515a740d0df", + "id": "ea2467ae-1fb1-4dbe-9712-2936a4b6745b", "name": "A Source Sync job", "originalRequest": { "url": { @@ -216180,7 +216180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2730248-cd61-4e4f-a163-e0930bba3b2b", + "id": "a2a5f8c0-838d-46d2-aae4-fe4d1b191589", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -216225,7 +216225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6803b3f4-f9d0-445a-9f2b-ef99bfb3e33b", + "id": "dd809f1b-82fb-4825-9d4d-894db7717072", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -216270,7 +216270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb360bda-5315-46ed-b183-2477fc68f1d8", + "id": "13e13e9d-2813-4eed-838a-47e90e9d8b89", "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": "0b01cff8-eab6-4f0c-877b-47115fc15a37", + "id": "a4df716a-d9f4-4111-b76c-6d95ca71ac1d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -216360,7 +216360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1729f02c-80d7-4af5-b17d-55f0bdb52f80", + "id": "f86ed861-2118-4c1d-b40a-060b1c28ac8e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -216405,7 +216405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58465a38-c4b8-45d7-93bf-f206ce1ec2ad", + "id": "09b1ea12-4d04-42b7-a5db-82131526d30e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -216456,7 +216456,7 @@ } }, { - "id": "0a1e0ff4-f8d9-445f-938e-5c7959f211be", + "id": "1b2292d8-01c4-444e-bfd5-47792957fd5a", "name": "Get Source Entitlement Request Configuration", "request": { "name": "Get Source Entitlement Request Configuration", @@ -216492,7 +216492,7 @@ }, "response": [ { - "id": "9ed29ce6-9030-469c-b602-eb2c608f49e5", + "id": "1a0cf3b1-9d9d-4cbf-8db6-c4fbe369f696", "name": "Get default config", "originalRequest": { "url": { @@ -216537,7 +216537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d95ae5ba-a105-4e86-8c73-42e354d8628a", + "id": "39a1de0a-715c-4c1a-924e-2fc03f91911e", "name": "Get config with one approval", "originalRequest": { "url": { @@ -216582,7 +216582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24746e0e-5e16-4db5-9883-e01783e6216c", + "id": "11ae0411-8054-4ce7-988c-424462b20176", "name": "Get config with multiple approvals", "originalRequest": { "url": { @@ -216627,7 +216627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29985df9-0855-44a5-8c0d-db45cd145558", + "id": "ae1b96cf-b4a4-4ba2-8383-3baf12bd9811", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -216672,7 +216672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81eb8516-02b9-4c7f-b0af-f991046ed665", + "id": "041ea85c-4191-4631-b0dd-fa9130dd35fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -216717,7 +216717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2aa9869-c6b4-4928-a241-d2d9060beb75", + "id": "7aa5f873-a68e-43df-b000-93eee3c96556", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -216762,7 +216762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d5db05f-8f89-4d1e-abe0-50e54b377782", + "id": "27eb5da4-693d-4799-b67d-1aeda47f8f1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -216807,7 +216807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cc48e4a-e023-4385-8eed-49a078073f8d", + "id": "7029cc13-66dc-4d3e-9818-e8d487dd6b02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -216858,7 +216858,7 @@ } }, { - "id": "ccef058b-da47-4c32-b6ff-e3d8accd41ac", + "id": "147c3105-1482-4b3b-bab6-968b03558a97", "name": "Update Source Entitlement Request Configuration", "request": { "name": "Update Source Entitlement Request Configuration", @@ -216907,7 +216907,7 @@ }, "response": [ { - "id": "49baa924-4cb5-4c76-baee-98090a46405b", + "id": "b12e6c0f-c024-460c-9353-168b83bf46b4", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -216965,7 +216965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d63b716c-e133-4d09-8c86-520a68f7b21e", + "id": "0b701b3a-9573-42f7-a018-4f3c483737da", "name": "Set config with one approval", "originalRequest": { "url": { @@ -217023,7 +217023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91907790-3544-4836-8593-beebb9394376", + "id": "5a96eb6e-dd55-42b3-8f72-3f56074426ed", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -217081,7 +217081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cb0170f-cc1a-4798-a967-c39ab30f3d79", + "id": "d9f7e4d2-8451-472f-b835-6fbf1e084b19", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -217139,7 +217139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acdb8061-24aa-458d-8de8-9a8acda1380b", + "id": "36f89f37-3e17-4697-bb80-e058af21bb11", "name": "Set config with one approval", "originalRequest": { "url": { @@ -217197,7 +217197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd94d025-fa22-4dd8-a6ac-6ed0949ca9b7", + "id": "be16acc1-cd71-4b4f-8299-ed4559946473", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -217255,7 +217255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48e24694-8520-492a-aecb-9e20190752b1", + "id": "5cd5f060-3928-4907-822b-47377bb07958", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -217313,7 +217313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c90e0779-892c-4646-af8a-382e11efc8b4", + "id": "ed355edc-42d3-4e3d-b1f1-2f23c883acb2", "name": "Set config with one approval", "originalRequest": { "url": { @@ -217371,7 +217371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e817ba5-6140-40f5-855c-af84f8960241", + "id": "47dcd718-ad88-4ecc-96df-bc3d878f5205", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -217429,7 +217429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70750290-b2cb-45cf-9274-c7b97e1ecd54", + "id": "d431a9b9-f1dd-4348-b716-df7f524b0249", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -217487,7 +217487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be2910c0-4cda-4125-88c0-c2c7f388cdc6", + "id": "bcb3cf0b-a2ff-4d2d-bf83-2c94817ca5b0", "name": "Set config with one approval", "originalRequest": { "url": { @@ -217545,7 +217545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34c8a85d-8b07-4f04-ae77-3e8c28e9b010", + "id": "04ad5ec4-b9a8-4f3b-9100-c9e859fe062a", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -217603,7 +217603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0747ea3-fefa-4bf2-9c3d-a0f816e2d6ca", + "id": "0f48f402-1df2-4c83-8e8e-0c22fa9b1d9c", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -217661,7 +217661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f081b7a1-ed0d-4f6f-893a-653dfe0c42a4", + "id": "619dccaa-70de-4a20-a8d6-f30163b1cb61", "name": "Set config with one approval", "originalRequest": { "url": { @@ -217719,7 +217719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a774bbf-5c89-4e12-b583-bd1d8de358ab", + "id": "b48c0fc7-5229-4fb4-ad00-38c5ad7df887", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -217777,7 +217777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e9fa289-8c41-4d4b-8861-29860402b4a0", + "id": "8cf19006-aa46-46c3-af1a-772d30b2babd", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -217835,7 +217835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b2e88c-c046-4303-9d5d-c9c93542cb94", + "id": "dd268fe0-a6d6-415d-9194-3ce175e4e2a8", "name": "Set config with one approval", "originalRequest": { "url": { @@ -217893,7 +217893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ac40c0b-10a0-40b5-b8e2-7e2d2715a277", + "id": "2892bf7b-37f6-4e2d-a960-369dbe91d775", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -217957,7 +217957,7 @@ } }, { - "id": "26fb7b58-1d9d-41ca-9cf1-45f48393b5e6", + "id": "0060a8b8-e0e0-4b1a-a15f-7f6c3e20f3da", "name": "Account Aggregation", "request": { "name": "Account Aggregation", @@ -218024,7 +218024,7 @@ }, "response": [ { - "id": "5b36a256-8c23-4bf7-a897-6c34876b61d7", + "id": "ca815165-2586-47ec-8e1e-9ce2ec7f5132", "name": "Aggregate Accounts Task", "originalRequest": { "url": { @@ -218089,12 +218089,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-01-08T15:56:45.216Z\",\n \"launched\": \"1976-12-21T22:48:26.987Z\",\n \"completed\": \"2022-03-23T06:50:34.974Z\",\n \"completionStatus\": \"TEMP_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\": \"1951-02-12T02:11:59.109Z\",\n \"launched\": \"1991-05-12T21:15:59.326Z\",\n \"completed\": \"1962-08-01T23:07:33.801Z\",\n \"completionStatus\": \"TEMP_ERROR\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"appId\": \"c31386cb18bb403cbb6df4c86294ff82\",\n \"optimizedAggregation\": \"enabled\",\n \"dolorb\": {},\n \"dolore_7\": {}\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": "b89102da-5426-42f2-9bd4-698f7ae05930", + "id": "05cc1211-0829-4e6d-a964-8a0cbc5e4451", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -218164,7 +218164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f979ddd3-921b-4915-8751-42a2cf38c6b1", + "id": "ec77eacc-fafe-4a8e-9c2d-882c98416a69", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -218234,7 +218234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fccc749-502d-4de7-b441-d526bd52b0a3", + "id": "7062ef82-d4df-4c07-831c-44477f018c34", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -218304,7 +218304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77f4f7f7-d3d0-4567-8962-f6d6868079a6", + "id": "0b2631a4-4ed7-4aae-a853-ff8fd9cb1c1b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -218374,7 +218374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb65c7d0-f7a9-432a-b1eb-c2cbb78bf22d", + "id": "f853fd30-526c-49e7-ab71-987d600bacf0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -218450,7 +218450,7 @@ } }, { - "id": "196ce7bc-783f-445f-a797-4766a29f0f1a", + "id": "1f65160a-0092-445a-a200-624b6e3f5ba3", "name": "Entitlement Aggregation", "request": { "name": "Entitlement Aggregation", @@ -218508,7 +218508,7 @@ }, "response": [ { - "id": "95d8fc5d-23cc-4d29-a5c8-a9d8c8fa6ae8", + "id": "43229071-167f-41cd-b6ba-0649c5c64399", "name": "Aggregate Entitlements Task", "originalRequest": { "url": { @@ -218569,7 +218569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdbecb01-7f70-4ed1-aa05-1da1672388de", + "id": "8b9358e8-df96-4190-a8a7-92f0a1a9c8f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -218630,7 +218630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89cd25e2-0764-48cc-98a1-43d83ae8b89d", + "id": "e837b4ce-fbfb-4313-855d-a0f7340d31fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -218691,7 +218691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c232d16e-dd4e-4191-944e-0432636ae9e0", + "id": "64d50cb6-0254-405e-9623-135c1168950e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -218752,7 +218752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08217bf1-7816-41b0-a548-bc2117e136db", + "id": "1e663742-1f1b-49dc-ab6c-d6f4a2cc68a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -218813,7 +218813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c30cfde-c9c9-4300-99ec-71c59519ab57", + "id": "cc88f721-a9ad-488c-bf6b-25e1c901d9ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -218880,7 +218880,7 @@ } }, { - "id": "18f23ed0-84b7-4011-b2cb-470eb0e2ab57", + "id": "18d8ed88-ae8e-4691-8ce4-e044262203c7", "name": "Process Uncorrelated Accounts", "request": { "name": "Process Uncorrelated Accounts", @@ -218938,7 +218938,7 @@ }, "response": [ { - "id": "f6b89eae-9553-44a4-9918-8b846f9719b6", + "id": "3aa02869-fb24-4382-9e1d-3e2721954384", "name": "Uncorrelated Accounts Task", "originalRequest": { "url": { @@ -218994,12 +218994,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\": \"1966-11-01T01:08:45.862Z\",\n \"launched\": \"1967-07-01T22:22:08.676Z\",\n \"completed\": \"2022-02-07T23:07:46.508Z\",\n \"completionStatus\": \"TEMP_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\": \"1960-02-24T00:52:51.737Z\",\n \"launched\": \"1996-05-30T07:02:04.013Z\",\n \"completed\": \"2006-04-11T20:17:21.347Z\",\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}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "95fe498c-5b0d-4bed-8b25-c2fd6c456c8c", + "id": "4ff8c3b1-d33d-4ae1-8f1c-e08099564fe6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -219060,7 +219060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66617208-8a61-4297-99ef-deedf2fde5b6", + "id": "07356e0f-e8ff-4922-b600-99816d5450b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219121,7 +219121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa3c5b0b-46a1-4dde-a84f-d66c32e86b96", + "id": "448518a5-088d-4a31-bc5a-068ae85b0341", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219182,7 +219182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4e3f1de-813d-48cb-ac80-0bd6d44b85fa", + "id": "d8d1ad5e-eef8-44c5-9996-80e55705ae05", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -219243,7 +219243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a283d433-3e8e-459d-b656-b4cd5a5946be", + "id": "6bbf8131-9100-4ba7-9b16-c4e223751414", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -219310,7 +219310,7 @@ } }, { - "id": "ddc06b1e-b555-4dfa-9441-36d768362573", + "id": "4111df2f-d309-4321-9b78-2cfcc2dee0d8", "name": "Get Source Correlation Configuration", "request": { "name": "Get Source Correlation Configuration", @@ -219352,7 +219352,7 @@ }, "response": [ { - "id": "f4b82839-cc81-4f33-b848-b3ee561e72be", + "id": "7c211011-ed1f-452f-9a3a-afb857ac35a5", "name": "Correlation configuration for a source", "originalRequest": { "url": { @@ -219397,7 +219397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83c95ddb-338a-42e4-9eb1-5f1e0bf45888", + "id": "f413d7db-3011-49f7-8a3b-f49016cbb9d8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -219442,7 +219442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fadee158-58e6-4b6c-93c2-35f21371b5bc", + "id": "4e1870fd-8bf4-4e8a-8dfa-07b09ea548d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219487,7 +219487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f4f317f-efdc-4ba3-be7b-7be278dc6aa0", + "id": "b688fbbb-d0ff-4889-931d-ba55c30e6682", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219532,7 +219532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fad55f1-fba8-483a-843d-65952ca86e59", + "id": "1873cece-d953-484a-bf58-c3b36e74e4c8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -219577,7 +219577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97050700-a49f-4702-932c-4aa48305e44d", + "id": "d18267cc-9c54-4e0a-a3f9-9dc6060ab6a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -219622,7 +219622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7a93d18-2e62-45b4-9286-3d6755f7d2f7", + "id": "24ff73ec-39a6-4448-8dbf-09d1d665ed16", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -219673,7 +219673,7 @@ } }, { - "id": "7a8fa6bc-3fe9-4b61-8980-2b59f5f1d1e5", + "id": "08199bd7-5116-4010-8a96-e43d49bef13a", "name": "Update Source Correlation Configuration", "request": { "name": "Update Source Correlation Configuration", @@ -219728,7 +219728,7 @@ }, "response": [ { - "id": "dcb0c53e-77b8-4cd9-84e9-c6305b06d50f", + "id": "1a9fffad-b7be-4d73-8dfe-cd9098640516", "name": "Updated correlation configuration for a source", "originalRequest": { "url": { @@ -219786,7 +219786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0811b333-e815-4475-8554-db0163f1b680", + "id": "008062dc-5f94-4d08-ada5-07a862356262", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -219844,7 +219844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e65200fb-8c70-4c91-9810-519a9528074c", + "id": "53189820-7001-4f19-8dc4-70a7e6f87c11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219902,7 +219902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21b2e5a9-41b0-42c8-b58d-417ba9359259", + "id": "97ebbcb6-8998-4d5a-a8c3-b8f38c77b9fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219960,7 +219960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd063396-a961-4ab3-b4e1-3d2b0e6b10d3", + "id": "7a25a2b9-ba62-4892-8f77-a92c4e68ddcd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -220018,7 +220018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "930bf405-8650-4caf-8ec8-22de89a97146", + "id": "1fc9f648-b97c-4ff5-aaa6-e46ed4da5141", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -220076,7 +220076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bffc410e-e087-46e4-b5fb-1d5d86c58bc9", + "id": "9ea7bbdb-7fe1-4137-be6e-464e39652466", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -220146,7 +220146,7 @@ "description": "Import and export configuration for some objects between tenants.", "item": [ { - "id": "84aa9e47-e248-442f-9621-c6829ac3cf6c", + "id": "9de9c912-3f53-48c0-b482-c92b68697a65", "name": "Initiates configuration objects export job", "request": { "name": "Initiates configuration objects export job", @@ -220189,7 +220189,7 @@ }, "response": [ { - "id": "867ca731-0fd0-45ba-9168-e68feb616e6c", + "id": "8ca62ee0-5d81-4286-909e-d8d7a6c9c0e8", "name": "Export all objects available", "originalRequest": { "url": { @@ -220246,7 +220246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "923472ef-918e-49e0-8197-0a4fbbe27d88", + "id": "54dc8935-aace-4c49-81fb-3df50aa0d8bd", "name": "Export sources by ID", "originalRequest": { "url": { @@ -220303,7 +220303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1999dc22-e7fe-45ec-8032-0e65f63c0ffa", + "id": "5de03af1-28d3-4b47-8c48-cb7ac54e5b3e", "name": "Export transforms by name", "originalRequest": { "url": { @@ -220360,7 +220360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5070b5d3-49f2-4218-b582-ee914c38d878", + "id": "2c0b5090-d28e-4592-863f-839e6818ff22", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -220417,7 +220417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04fd8f4c-0847-4473-928d-0efa386d1358", + "id": "15a9f851-728a-415d-9a0d-1e4cffee5fbd", "name": "Export all objects available", "originalRequest": { "url": { @@ -220474,7 +220474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2d01c8e-dc07-42d8-9fbf-0b0c4925d0c2", + "id": "5b436f0b-5ab4-4f7f-bd25-a12722f69c65", "name": "Export sources by ID", "originalRequest": { "url": { @@ -220531,7 +220531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eca6118d-84c7-4992-b4a1-e4e03016f6f9", + "id": "19603e60-29b0-4279-ad3d-975fe875922a", "name": "Export transforms by name", "originalRequest": { "url": { @@ -220588,7 +220588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c100f0ee-c0a2-49f1-815f-5bcfc685cc92", + "id": "24d20c44-7e90-448a-b893-50e67e0c4f38", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -220645,7 +220645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a29dde91-5849-4037-b2a5-cbc0fb9aa54d", + "id": "2d0fe130-71ec-4653-9c54-e6822484823f", "name": "Export all objects available", "originalRequest": { "url": { @@ -220702,7 +220702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86991a76-f292-4b4b-b0b0-f38feb4eec47", + "id": "a75a73da-487f-4e05-b61e-7c4b5d71b45e", "name": "Export sources by ID", "originalRequest": { "url": { @@ -220759,7 +220759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "080b018f-2cd3-4369-b0f6-09ae3dd40225", + "id": "7f11f840-3d53-4428-9755-a3e2baea96dd", "name": "Export transforms by name", "originalRequest": { "url": { @@ -220816,7 +220816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0a2e4c2-00bf-4593-83a8-9865cf74bc03", + "id": "4eb896ab-21ee-4bdb-85a0-c9ea5d996fb1", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -220873,7 +220873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fca65c3-237d-4663-9ab4-01e29407890b", + "id": "f5bfbc88-6aeb-4b12-b1a4-8195d129f4fc", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -220930,7 +220930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6081d41-d237-4acf-9d00-7202f4e805c4", + "id": "859af20d-3a3b-49d0-a2d4-47934ef8c75f", "name": "Export sources by ID", "originalRequest": { "url": { @@ -220987,7 +220987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faa9965b-8bc8-4e19-ab95-6ddd9f5f1020", + "id": "5cecf59d-0dab-4a6f-9dbf-d95e625897ee", "name": "Export transforms by name", "originalRequest": { "url": { @@ -221044,7 +221044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7af5388-b9bd-4e69-8b8f-374facea32a7", + "id": "b143d0dc-4fc1-4d6c-b3e7-abcbab782a2f", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -221101,7 +221101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17b6d253-d054-4cd4-a674-7dfc25954b71", + "id": "3d2d2439-551a-4000-84e4-4252f1e2c1ea", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -221158,7 +221158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6311af8b-94f2-4d19-961c-82ac5c87d9eb", + "id": "bf3f4035-3d9c-4dac-9858-b35b7e0c4c19", "name": "Export sources by ID", "originalRequest": { "url": { @@ -221215,7 +221215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b014393-a976-4825-acc9-f12486ff3a57", + "id": "7375108b-39c6-4d87-9326-7683384442fa", "name": "Export transforms by name", "originalRequest": { "url": { @@ -221272,7 +221272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "414af98e-3ad2-4ffa-966b-41820e2c1b47", + "id": "549ac06f-26d6-4c7f-afed-0e176b59f7e2", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -221329,7 +221329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7801eba6-438e-4b77-8e74-00ae9091291d", + "id": "7431c4f8-1770-40d9-b7fe-e890db674f74", "name": "Export all objects available", "originalRequest": { "url": { @@ -221386,7 +221386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a882c931-15cb-4e00-83b0-3e29d400c3cb", + "id": "056517ac-3d8b-42ab-8f16-38d85649f708", "name": "Export sources by ID", "originalRequest": { "url": { @@ -221443,7 +221443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d7a4f24-0f08-4e2d-97a9-eb6cb23e363f", + "id": "af0dc4f3-fa7b-456e-a15e-2f8ec861ab26", "name": "Export transforms by name", "originalRequest": { "url": { @@ -221500,7 +221500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f016e014-44a9-4be5-8eb1-a69323e7312b", + "id": "f2c7ff3b-b294-4aac-be2e-801c7dc4e06e", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -221557,7 +221557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b00e55bb-daab-4c97-9792-ce387470edc3", + "id": "ac5f6659-9542-4b4c-94b8-f60ebc88cc8e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -221614,7 +221614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6a33314-02f0-4355-b372-680407460f36", + "id": "a7510952-0e9e-4745-9bdf-351e2d12c46c", "name": "Export sources by ID", "originalRequest": { "url": { @@ -221671,7 +221671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fdb01aa-9488-4d84-a3cd-5b7cabba83c3", + "id": "1331753d-f6c3-45cf-96bb-ea79efe156b5", "name": "Export transforms by name", "originalRequest": { "url": { @@ -221728,7 +221728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f65752b1-2c6d-4ba1-9077-bf204b0b8b6e", + "id": "16997bee-95c3-452a-a159-5752df89b50e", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -221791,7 +221791,7 @@ } }, { - "id": "047266a4-da9b-4aef-bb88-1c687eb73411", + "id": "6bc639bf-ee31-4bb9-bd70-7cbfa37822d3", "name": "Get export job status", "request": { "name": "Get export job status", @@ -221833,7 +221833,7 @@ }, "response": [ { - "id": "350c2a44-0f88-4da1-a81b-8ce1871e3ee1", + "id": "26535e3a-0a1a-4a0d-810e-aeda6447035c", "name": "Export job status successfully returned.", "originalRequest": { "url": { @@ -221878,7 +221878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14e1debe-4473-4386-9577-404c9858f2e5", + "id": "871d9c5f-9c75-4b0e-8793-45bd4a89ae41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -221923,7 +221923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a38b0b4b-5d28-40bf-ae09-a1182047eef8", + "id": "1a48a55c-6e73-4451-9736-d07a589c8184", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -221968,7 +221968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89305863-df15-4fb4-8ceb-404d8a9c3b11", + "id": "1f7253b1-b6e4-469c-8ec1-9195c337d139", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -222013,7 +222013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d82fafa-1e78-4b76-a966-411459cd9a1b", + "id": "ecc033e4-f9a4-408c-8a70-22192935a166", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -222058,7 +222058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "297631cd-985d-4db7-8ac0-fa825f7f2653", + "id": "8f7653c0-1712-41ec-aa22-455084a1ed74", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -222103,7 +222103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d0e4d99-90dc-4a25-b206-bc85e39e1ba5", + "id": "1f88bca1-5f99-47ef-ac10-f788dfb40351", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -222154,7 +222154,7 @@ } }, { - "id": "66315ecf-99bc-481f-b7f8-dff7f16854bb", + "id": "9a439519-73f2-4710-8568-86a6c173e1d8", "name": "Download export job result.", "request": { "name": "Download export job result.", @@ -222197,7 +222197,7 @@ }, "response": [ { - "id": "0b5d8f12-97d7-44c9-9be2-dc4d5b3de8dd", + "id": "a42c2db6-5bfd-4c69-a8ee-630b5246c43f", "name": "Exported JSON objects.", "originalRequest": { "url": { @@ -222238,12 +222238,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 \"sit_a\": -57887287\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"deseruntf\": -58604311,\n \"ut_d3c\": -46092135\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 \"cillum_a3\": \"velit dolore n\",\n \"quis_fac\": true,\n \"deserunt534\": -72146917\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"aliqua9\": \"sunt ad\",\n \"aliquip_a72\": \"Excepte\",\n \"cupidatat67_\": \"aliqua minim in deserunt\"\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c917a1ae-757f-458e-b2ae-c3c2cd717287", + "id": "69ca1839-1c2a-4d59-9139-0d4ab8e233d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -222289,7 +222289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b93a78-6bbd-48ca-9131-6633104da84f", + "id": "48f54d70-b5a1-4fce-af43-ebaa5f34a4b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -222335,7 +222335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55ed6271-7828-4529-8a27-b0af1cd886b4", + "id": "48b01a12-c1f7-476c-b41c-50f1d39ceb8c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -222381,7 +222381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a82e0a-ad2f-46e3-81dd-550ef15a2f74", + "id": "bb3b5336-6da6-4faa-b4a4-4d9fa21b5ffa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -222427,7 +222427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3a14d84-4780-4c15-8150-1c81f9e05c86", + "id": "dd909c3f-34c5-4ecc-9eef-a722f668482b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -222473,7 +222473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f42d3fc7-6e98-4fa6-89a5-1e52763eee3f", + "id": "29bd8b09-28bd-4268-a7d8-ff1da928fed7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -222525,7 +222525,7 @@ } }, { - "id": "af168830-29c1-4afb-a73d-767d6bfd700b", + "id": "6805e3b9-a7e1-49ff-a927-275b2cbc8034", "name": "Initiates configuration objects import job", "request": { "name": "Initiates configuration objects import job", @@ -222590,7 +222590,7 @@ }, "response": [ { - "id": "a280094a-65cf-46a6-b00d-503489d35346", + "id": "89325fca-dde8-434f-8246-af0cdd921396", "name": "Import job accepted and queued for processing.", "originalRequest": { "url": { @@ -222669,7 +222669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c56065c-0be3-473d-b189-f5718af1cbfb", + "id": "b9aab211-c5cc-467c-98f1-df7b037597cf", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -222748,7 +222748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c96a9e6c-fe63-41ad-bad3-528d248466ba", + "id": "a9a658e1-88ee-480d-8805-1d394a8a2f4a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -222827,7 +222827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b506759e-922f-47d9-b20c-f274ae2fbe0c", + "id": "a6dd4ca0-02e1-4f5f-abb2-1859bb33439f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -222906,7 +222906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "636a09b7-3c19-4dfe-bc47-07f23c88d4f2", + "id": "b47df417-14cd-44b3-8ad0-250c4e08a400", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -222985,7 +222985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30674584-83e2-4d93-b422-d3089b63a22a", + "id": "ebf511d3-e008-4a9c-8148-d08647d96f8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -223064,7 +223064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0a42e88-ac5c-4e42-beff-4fd64d8cafdb", + "id": "2b25cf8a-4558-4a03-9e5d-74227d2d1490", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -223149,7 +223149,7 @@ } }, { - "id": "0995e5c9-c7e7-4704-a983-a1e873375e39", + "id": "4ae30a65-098d-4efc-ab66-500fe16bb491", "name": "Get import job status", "request": { "name": "Get import job status", @@ -223191,7 +223191,7 @@ }, "response": [ { - "id": "4966ca38-e307-4c0a-bf77-aec73b0f0f36", + "id": "639a1b39-a4ff-4c81-887a-176d62a793d4", "name": "Import job status successfully returned.", "originalRequest": { "url": { @@ -223236,7 +223236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6f3ccb4-03ef-416d-b04b-86656798d128", + "id": "f40ed2cb-6833-48e1-9545-51792a87ff9f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -223281,7 +223281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c15a4a9d-7d0b-4e3f-b826-32ea7999f499", + "id": "19b1190d-8636-46b7-b1a9-ad93c694a172", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -223326,7 +223326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c3e3d2b-57d8-4188-8f6e-8ed68b4d5808", + "id": "e9df6894-c079-498c-95f8-ad1f582811f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -223371,7 +223371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1267e98-ac8e-43bf-af7f-7332f1b23ba1", + "id": "130b94e6-e507-45e5-8d1f-f2ed9af60858", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -223416,7 +223416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4815704-0d14-4f8a-8172-095cfa7f4e79", + "id": "7cca902e-3487-4b21-b9fc-1cb074c993ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -223461,7 +223461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c4c9410-a26b-4cb6-bcc7-751f1c968532", + "id": "b40c0f7d-b1c0-4985-9728-79ae0fce59c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -223512,7 +223512,7 @@ } }, { - "id": "df084204-4e7d-4c39-ba2e-b341d5ceb743", + "id": "5170fd75-d61d-44dd-8b65-cb5f02b33a1b", "name": "Download import job result", "request": { "name": "Download import job result", @@ -223555,7 +223555,7 @@ }, "response": [ { - "id": "ac722cc9-d02c-40b5-987e-f37d1faaf0ea", + "id": "28dd8a21-da51-4830-92b5-9122714e35b2", "name": "Import results JSON object, containing detailed results of the import operation.", "originalRequest": { "url": { @@ -223596,12 +223596,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": {\n \"reprehenderit_2\": {\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 \"ad5\": {},\n \"Uta1\": {},\n \"laboris2e1\": {}\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 \"dolorec\": {},\n \"deserunt9\": {},\n \"labore8\": {}\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 \"non3\": {},\n \"Duis_f\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"in8\": {}\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 \"sit_fa_\": {},\n \"veniam_0\": {},\n \"enim__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 \"commodo_aa\": {},\n \"laborisf9\": {}\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 \"adipisicinga\": {\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 \"ex62\": {}\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_2ea\": {},\n \"ut65\": {}\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 \"Excepteur_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 \"eaf5e\": {},\n \"pariatur1b\": {}\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 \"laboruma0\": {}\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 \"aliqua2d7\": {},\n \"labore_cf\": {}\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 \"ipsum_80\": {\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 \"fugiat4e\": {},\n \"nostrud0\": {}\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 \"dolor082\": {},\n \"temporbf\": {},\n \"laboris89_\": {}\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 \"deserunt_\": {}\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 \"et_4\": {}\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 \"labore5\": {},\n \"dolor_b\": {},\n \"tempor_e\": {}\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 \"sit1\": {}\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": "5ba56f83-b406-4482-b8f0-bf63e06af43b", + "id": "54f62e50-e016-45d2-ba79-453702e79668", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -223647,7 +223647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c229b6-1f36-4733-90e3-6d76999b5742", + "id": "8a68ad09-4eb1-4ff8-8c64-ab485990bcfc", "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": "4529ac5c-3b3c-41d9-b797-5a01932dfa4f", + "id": "b0555f16-d483-4f2f-9974-51ddf2878a42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -223739,7 +223739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64ad6d59-e8c3-4676-a752-e85e525aff2e", + "id": "3dd62f60-b6a9-47b0-ba97-fbfecd2b3b76", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -223785,7 +223785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a16238b-713b-44fa-a4dd-e8b7ffc9af83", + "id": "8bfbf790-892a-4f89-9922-2c9804deedc3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -223831,7 +223831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5970ad53-a856-492f-a2fb-07b5d97f8707", + "id": "f3feef7f-564c-4762-9326-4b50cd2fd538", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -223883,7 +223883,7 @@ } }, { - "id": "359a03b1-6747-41b1-ad5b-efad824081bc", + "id": "f7652d36-6d1e-43ac-9b9d-ece84d670b08", "name": "Get config object details", "request": { "name": "Get config object details", @@ -223913,7 +223913,7 @@ }, "response": [ { - "id": "551bdba7-8394-44ca-bd04-cca05fb9a6de", + "id": "217ac130-8d7a-42e9-a000-340b761c6fc1", "name": "Object configurations returned successfully.", "originalRequest": { "url": { @@ -223957,7 +223957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94aa20b9-7189-44a1-9dc0-c53fe90f4786", + "id": "f7003ad4-0725-444c-8835-ea88d1e7502f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -224001,7 +224001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d2d823-2417-4a31-ab0a-60ff48525258", + "id": "7e73845e-1b5f-4461-88fa-5d0f7266fb51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -224045,7 +224045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82200f5f-1e85-4c3e-814b-887c85151265", + "id": "e4301712-b05f-4f23-a8e5-e44ff4e49b99", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -224089,7 +224089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df621aaf-4a68-48d1-b35a-ca63cd28b8a6", + "id": "2dd1f3cf-0529-4e6f-89b4-454020a1c2c8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -224133,7 +224133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12196970-e3c7-4058-bd2a-91816217d8ed", + "id": "cf137001-fa27-4a61-a6d0-877314fb38ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -224177,7 +224177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72f10e02-bffd-4fcd-b149-c6c8633c0a63", + "id": "014c05ff-e33d-4541-bddc-adc31786438a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -224233,7 +224233,7 @@ "description": "Use this API to leverage power of LLM to generate suggested entitlement description.\n", "item": [ { - "id": "2b7fdb96-8d71-4ce0-b478-8988c61059ea", + "id": "49559f86-beb9-453f-9023-eec54d0c9415", "name": "Submit Sed Batch Stats Request", "request": { "name": "Submit Sed Batch Stats Request", @@ -224275,7 +224275,7 @@ }, "response": [ { - "id": "e5365cf2-7392-46c4-ad42-62d771d97b49", + "id": "c6d66100-9d9f-4a71-ab74-f4361fe2187d", "name": "Stats of Sed batch.", "originalRequest": { "url": { @@ -224315,12 +224315,12 @@ "value": "application/json" } ], - "body": "{\n \"batchComplete\": true,\n \"batchId\": \"urn:uuid:216932dc-a8d7-1cf7-3ec2-a0046ce4e6f4\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", + "body": "{\n \"batchComplete\": true,\n \"batchId\": \"d25cad18-b0df-dfff-f2fc-f06b645b5c20\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "85de5b08-4953-4b68-9574-9321b08b811c", + "id": "ef3d376d-a0d7-475e-8dae-9b291eadd3d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -224365,7 +224365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e583bb4b-7928-4a23-8584-6c68a88926a1", + "id": "97b5a3b6-6bcd-4358-8579-98acb0b8d967", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -224410,7 +224410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5e28167-ebdd-41d6-a418-18e365b022a6", + "id": "13a2fc7b-79db-442a-9a7a-dbb9560b307f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -224455,7 +224455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b7282aa-5f78-48d6-954c-a33587fd017c", + "id": "66dee8bf-6c49-46f6-b99c-7bf7087015a3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -224500,7 +224500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0667a51-95bf-4a8f-ae96-783e6f73f6d9", + "id": "e2746b54-ffa2-4441-b659-41ce68c7ee3d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -224545,7 +224545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f88eb49f-b35f-450e-935b-dba1efbcd175", + "id": "c2e4cb93-90b3-4fc6-9930-583c9865a7ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -224596,7 +224596,7 @@ } }, { - "id": "be8e172a-dd21-45a1-8d1d-a12d8fc7c8b0", + "id": "877e4fc2-2ec9-45c0-adba-0a066433f75b", "name": "List Sed Batch Request", "request": { "name": "List Sed Batch Request", @@ -224625,7 +224625,7 @@ }, "response": [ { - "id": "7b45254b-4bcf-4b28-92aa-f665cd40a5ac", + "id": "4c3bd708-f7f2-4b20-972d-bfe16d537d8d", "name": "Status of batch", "originalRequest": { "url": { @@ -224668,7 +224668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8961b56-30b5-423f-a42e-ac44a7e5f55c", + "id": "61cc2e17-2506-4a73-a47b-91060b84cf4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -224711,7 +224711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814fcdf4-d458-4caa-94be-e87b3d8d79ac", + "id": "91153ac2-0197-4202-9dc0-215cc49b3804", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -224754,7 +224754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4037e7cf-465f-4ca8-961d-b0eebf08c24c", + "id": "60e036ae-3d4f-4b4c-a338-b9177c02fbf0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -224797,7 +224797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64116fbc-f8fe-47c0-89c3-753ee66f623c", + "id": "b790c54d-88b1-4c2f-83a5-525888fc33f2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -224840,7 +224840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fed96a26-6dc4-4896-b6a0-048cae62c6f6", + "id": "dd3657ad-b49a-4515-9933-ba47465201a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -224883,7 +224883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96fe4113-6e97-407e-bb96-70687ec89045", + "id": "8a382711-44e7-4174-a4b5-d85e045d0d40", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -224932,7 +224932,7 @@ } }, { - "id": "2910feea-fc5c-4567-b7de-8eb243c9aed2", + "id": "c81dd18b-ce83-42bb-9c61-d2d73547affe", "name": "Submit Sed Batch Request", "request": { "name": "Submit Sed Batch Request", @@ -224974,7 +224974,7 @@ }, "response": [ { - "id": "0e107d7d-5ecc-4c59-8daf-ee96bca11c86", + "id": "a07ed980-a74c-4a24-ad35-66f1dbc0a30f", "name": "Sed Batch Response", "originalRequest": { "url": { @@ -225025,12 +225025,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"bbc105c7-907f-a921-0c3e-9bb9dc4da9e1\"\n}", + "body": "{\n \"batchId\": \"d79cdd0a-48e8-ae23-15e2-988850fe2b32\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "79f8bd5f-afa8-4ca3-94bd-0742317621b2", + "id": "91d8ad35-390b-4b3a-9b68-0f0f0075e118", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -225086,7 +225086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "125b1d3d-5762-4d24-a938-adf2fac66e58", + "id": "5b57e215-6be9-4bae-b750-f0ba5ce05aae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -225142,7 +225142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee0ad204-987e-46b4-aeb9-3c05c2afca60", + "id": "46f7d981-0e17-4c3e-a327-09fcbaec3654", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -225198,7 +225198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f612039e-2c76-4d62-b280-f04990ef764c", + "id": "c98bdc02-1d10-4734-a98d-248fbe9ea424", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -225254,7 +225254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f641cd-0230-4e89-87ed-31cff2651cb4", + "id": "827cd9be-1a05-47aa-b21a-034d6ecdf040", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -225310,7 +225310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6612b1e6-b19f-45a0-851f-7cfefeaaf691", + "id": "828ac83b-86c9-4345-a59a-5f32d94d7816", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -225372,7 +225372,7 @@ } }, { - "id": "476f6556-14af-4e31-8057-3605a263bbb5", + "id": "f4a2d4e4-c07b-4f5a-9a8d-bea4d88d0df7", "name": "Submit Bulk Approval Request", "request": { "name": "Submit Bulk Approval Request", @@ -225403,7 +225403,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"urn:uuid:c90f127c-5816-5a0b-3205-f8bb0f7a6edd\",\n \"a7847d98-7641-84d5-e5b8-a8d415b8bc64\"\n ]\n },\n {\n \"items\": [\n \"3ea67c21-d17e-deb4-6cf1-01e538bc798a\",\n \"6859c987-68af-aa7c-125d-43adfcd79d82\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"e94cfaeb-a991-e29a-7663-24465715dd16\",\n \"37e61c68-50a9-cb53-b421-c023b877ce4f\"\n ]\n },\n {\n \"items\": [\n \"d22162a3-6d33-d8e3-6657-55152768c6b4\",\n \"urn:uuid:765b78ce-2ace-3687-30ed-c6d04cd38b9f\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -225414,7 +225414,7 @@ }, "response": [ { - "id": "60b1781b-ea8b-4f54-aed9-4ebba2abfef6", + "id": "3467c8e3-2827-4740-bdb6-964b3dd43f41", "name": "List of SED Approval Status", "originalRequest": { "url": { @@ -225448,7 +225448,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"urn:uuid:c90f127c-5816-5a0b-3205-f8bb0f7a6edd\",\n \"a7847d98-7641-84d5-e5b8-a8d415b8bc64\"\n ]\n },\n {\n \"items\": [\n \"3ea67c21-d17e-deb4-6cf1-01e538bc798a\",\n \"6859c987-68af-aa7c-125d-43adfcd79d82\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"e94cfaeb-a991-e29a-7663-24465715dd16\",\n \"37e61c68-50a9-cb53-b421-c023b877ce4f\"\n ]\n },\n {\n \"items\": [\n \"d22162a3-6d33-d8e3-6657-55152768c6b4\",\n \"urn:uuid:765b78ce-2ace-3687-30ed-c6d04cd38b9f\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -225465,12 +225465,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:32105d7f-3026-38fd-2a84-ec4b20935c76\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"5f9a6a23-252f-97b5-c755-5b8242a949ac\",\n \"status\": \"SUCCESS\"\n }\n]", + "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"4a85e9f9-e7a4-e5d7-7bc2-fc0c3c48bfa6\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:b1f7e2fa-3a7e-7fcb-4d0f-d37499191738\",\n \"status\": \"SUCCESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fc0b400c-8c78-4adf-8cb5-63e4da0a4ab6", + "id": "a6d3d41b-730f-4c98-95eb-553d52b08cff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -225504,7 +225504,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"urn:uuid:c90f127c-5816-5a0b-3205-f8bb0f7a6edd\",\n \"a7847d98-7641-84d5-e5b8-a8d415b8bc64\"\n ]\n },\n {\n \"items\": [\n \"3ea67c21-d17e-deb4-6cf1-01e538bc798a\",\n \"6859c987-68af-aa7c-125d-43adfcd79d82\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"e94cfaeb-a991-e29a-7663-24465715dd16\",\n \"37e61c68-50a9-cb53-b421-c023b877ce4f\"\n ]\n },\n {\n \"items\": [\n \"d22162a3-6d33-d8e3-6657-55152768c6b4\",\n \"urn:uuid:765b78ce-2ace-3687-30ed-c6d04cd38b9f\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -225526,7 +225526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc055631-f1f4-4a68-a134-f8a516518119", + "id": "013e5f59-a43f-4207-b6f0-e2471543df02", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -225560,7 +225560,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"urn:uuid:c90f127c-5816-5a0b-3205-f8bb0f7a6edd\",\n \"a7847d98-7641-84d5-e5b8-a8d415b8bc64\"\n ]\n },\n {\n \"items\": [\n \"3ea67c21-d17e-deb4-6cf1-01e538bc798a\",\n \"6859c987-68af-aa7c-125d-43adfcd79d82\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"e94cfaeb-a991-e29a-7663-24465715dd16\",\n \"37e61c68-50a9-cb53-b421-c023b877ce4f\"\n ]\n },\n {\n \"items\": [\n \"d22162a3-6d33-d8e3-6657-55152768c6b4\",\n \"urn:uuid:765b78ce-2ace-3687-30ed-c6d04cd38b9f\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -225582,7 +225582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57999c34-6932-4693-bbeb-a3c8741997b1", + "id": "d47f0d81-93f3-469b-a30d-2cf444f42996", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -225616,7 +225616,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"urn:uuid:c90f127c-5816-5a0b-3205-f8bb0f7a6edd\",\n \"a7847d98-7641-84d5-e5b8-a8d415b8bc64\"\n ]\n },\n {\n \"items\": [\n \"3ea67c21-d17e-deb4-6cf1-01e538bc798a\",\n \"6859c987-68af-aa7c-125d-43adfcd79d82\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"e94cfaeb-a991-e29a-7663-24465715dd16\",\n \"37e61c68-50a9-cb53-b421-c023b877ce4f\"\n ]\n },\n {\n \"items\": [\n \"d22162a3-6d33-d8e3-6657-55152768c6b4\",\n \"urn:uuid:765b78ce-2ace-3687-30ed-c6d04cd38b9f\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -225638,7 +225638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b7ad8fc-7518-40df-a291-cb1d3486ce5e", + "id": "59d05092-8ae8-4449-bd40-77a93dd20555", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -225672,7 +225672,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"urn:uuid:c90f127c-5816-5a0b-3205-f8bb0f7a6edd\",\n \"a7847d98-7641-84d5-e5b8-a8d415b8bc64\"\n ]\n },\n {\n \"items\": [\n \"3ea67c21-d17e-deb4-6cf1-01e538bc798a\",\n \"6859c987-68af-aa7c-125d-43adfcd79d82\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"e94cfaeb-a991-e29a-7663-24465715dd16\",\n \"37e61c68-50a9-cb53-b421-c023b877ce4f\"\n ]\n },\n {\n \"items\": [\n \"d22162a3-6d33-d8e3-6657-55152768c6b4\",\n \"urn:uuid:765b78ce-2ace-3687-30ed-c6d04cd38b9f\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -225694,7 +225694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8271d383-7392-40d6-a0e8-fca106348c75", + "id": "2fb0626a-36e7-42cb-87e1-51f27d805b0a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -225728,7 +225728,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"urn:uuid:c90f127c-5816-5a0b-3205-f8bb0f7a6edd\",\n \"a7847d98-7641-84d5-e5b8-a8d415b8bc64\"\n ]\n },\n {\n \"items\": [\n \"3ea67c21-d17e-deb4-6cf1-01e538bc798a\",\n \"6859c987-68af-aa7c-125d-43adfcd79d82\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"e94cfaeb-a991-e29a-7663-24465715dd16\",\n \"37e61c68-50a9-cb53-b421-c023b877ce4f\"\n ]\n },\n {\n \"items\": [\n \"d22162a3-6d33-d8e3-6657-55152768c6b4\",\n \"urn:uuid:765b78ce-2ace-3687-30ed-c6d04cd38b9f\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -225750,7 +225750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80041008-f470-4b8d-96e1-be9e9dc0946e", + "id": "6a10258a-9f6b-4df5-9a28-2508ba39ef97", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -225784,7 +225784,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"urn:uuid:c90f127c-5816-5a0b-3205-f8bb0f7a6edd\",\n \"a7847d98-7641-84d5-e5b8-a8d415b8bc64\"\n ]\n },\n {\n \"items\": [\n \"3ea67c21-d17e-deb4-6cf1-01e538bc798a\",\n \"6859c987-68af-aa7c-125d-43adfcd79d82\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"e94cfaeb-a991-e29a-7663-24465715dd16\",\n \"37e61c68-50a9-cb53-b421-c023b877ce4f\"\n ]\n },\n {\n \"items\": [\n \"d22162a3-6d33-d8e3-6657-55152768c6b4\",\n \"urn:uuid:765b78ce-2ace-3687-30ed-c6d04cd38b9f\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -225812,7 +225812,7 @@ } }, { - "id": "f1891654-ae76-41d2-9c1a-42e69abb2892", + "id": "30b98c51-fe45-494f-b69a-74aeb370a3b3", "name": "Submit Sed Assignment Request", "request": { "name": "Submit Sed Assignment Request", @@ -225843,7 +225843,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:4a55379d-ba46-a48b-3096-8ea6a970f82e\",\n \"urn:uuid:10d3eac5-5936-ac36-849a-acfd8385c645\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:06650a07-845d-f43c-c6a9-5ae14b36ad9f\",\n \"01253bed-f90c-ed4d-abde-7dec3a89ec3c\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -225854,7 +225854,7 @@ }, "response": [ { - "id": "098fbb79-464c-4992-8f91-924d2ebb990c", + "id": "6d365c9f-45fe-4c4b-a602-fb7919aac934", "name": "Sed Assignment Response", "originalRequest": { "url": { @@ -225888,7 +225888,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:4a55379d-ba46-a48b-3096-8ea6a970f82e\",\n \"urn:uuid:10d3eac5-5936-ac36-849a-acfd8385c645\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:06650a07-845d-f43c-c6a9-5ae14b36ad9f\",\n \"01253bed-f90c-ed4d-abde-7dec3a89ec3c\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -225905,12 +225905,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"84655c55-5ec0-749d-39ad-b41eed236a7f\"\n}", + "body": "{\n \"batchId\": \"d0a74dac-5f9a-3457-6109-dffe66ee85b6\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d0d9226f-d743-4728-8a20-5e239456cc4e", + "id": "4187617a-48c7-4049-81ee-3a429c35d612", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -225944,7 +225944,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:4a55379d-ba46-a48b-3096-8ea6a970f82e\",\n \"urn:uuid:10d3eac5-5936-ac36-849a-acfd8385c645\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:06650a07-845d-f43c-c6a9-5ae14b36ad9f\",\n \"01253bed-f90c-ed4d-abde-7dec3a89ec3c\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -225966,7 +225966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b003cd4-e7f9-4e8c-9552-7e5171aad0a5", + "id": "586a39ea-b41a-40e3-8fd1-cb6e3f3e168f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -226000,7 +226000,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:4a55379d-ba46-a48b-3096-8ea6a970f82e\",\n \"urn:uuid:10d3eac5-5936-ac36-849a-acfd8385c645\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:06650a07-845d-f43c-c6a9-5ae14b36ad9f\",\n \"01253bed-f90c-ed4d-abde-7dec3a89ec3c\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226022,7 +226022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8de56e42-170b-4220-9867-9f8916f27759", + "id": "cceda52e-5506-46be-84a5-fcf756083b6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -226056,7 +226056,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:4a55379d-ba46-a48b-3096-8ea6a970f82e\",\n \"urn:uuid:10d3eac5-5936-ac36-849a-acfd8385c645\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:06650a07-845d-f43c-c6a9-5ae14b36ad9f\",\n \"01253bed-f90c-ed4d-abde-7dec3a89ec3c\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226078,7 +226078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d76d5bde-0ced-4fec-9b7f-8f5002867b28", + "id": "382913f7-f67a-4fb1-aa3c-962536d4e104", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -226112,7 +226112,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:4a55379d-ba46-a48b-3096-8ea6a970f82e\",\n \"urn:uuid:10d3eac5-5936-ac36-849a-acfd8385c645\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:06650a07-845d-f43c-c6a9-5ae14b36ad9f\",\n \"01253bed-f90c-ed4d-abde-7dec3a89ec3c\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226134,7 +226134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b4c1537-f16a-4148-b3f1-d788d6fff214", + "id": "c54958b1-e2a0-4daa-9e96-145c20e2f94b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -226168,7 +226168,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:4a55379d-ba46-a48b-3096-8ea6a970f82e\",\n \"urn:uuid:10d3eac5-5936-ac36-849a-acfd8385c645\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:06650a07-845d-f43c-c6a9-5ae14b36ad9f\",\n \"01253bed-f90c-ed4d-abde-7dec3a89ec3c\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226190,7 +226190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93c215da-6c07-4140-917e-163953c9408c", + "id": "ce3ff571-b04b-4089-b9e8-3f4d40d210ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -226224,7 +226224,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:4a55379d-ba46-a48b-3096-8ea6a970f82e\",\n \"urn:uuid:10d3eac5-5936-ac36-849a-acfd8385c645\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:06650a07-845d-f43c-c6a9-5ae14b36ad9f\",\n \"01253bed-f90c-ed4d-abde-7dec3a89ec3c\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -226252,7 +226252,7 @@ } }, { - "id": "0cf495ab-c774-4ce4-84a6-db4d10540f5e", + "id": "314835c6-61a6-4237-9c55-c27d07a950b3", "name": "List Suggested Entitlement Description", "request": { "name": "List Suggested Entitlement Description", @@ -226336,7 +226336,7 @@ }, "response": [ { - "id": "7a5cec28-df8b-436a-8bd5-a7df66df2634", + "id": "f5d6b8d3-746a-4370-96da-cacb01c36cc3", "name": "List of Suggested Entitlement Details", "originalRequest": { "url": { @@ -226434,7 +226434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6f1f122-8f00-4d13-8b13-706c96cabc0b", + "id": "b66a612f-b1bf-4aeb-ab7e-b89dad7aab01", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -226532,7 +226532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bf5add8-ccb1-4bba-9737-e986d7c179ea", + "id": "2cb856e1-ca90-4e6b-88b0-4f7de75286e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -226630,7 +226630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23ef3290-fcd2-4243-a934-800c4a51be24", + "id": "4f51854d-9207-431f-bfb7-7acd4b1f6ded", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -226728,7 +226728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19f48835-5efc-49e3-b1ca-9551bfca072c", + "id": "56cb83b8-42b4-45a1-a1a1-6021b7689aee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -226826,7 +226826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaac9f7f-f08e-4e84-941e-cef7378ed258", + "id": "7ef3fbab-c9bc-460c-9290-f3a3b7b9e730", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -226924,7 +226924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a352afe-3f7c-4eda-a382-362a42aae3ae", + "id": "32a75430-7c9f-418a-917e-be48ed9b5a40", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -227028,7 +227028,7 @@ } }, { - "id": "012a3c49-fd57-4245-b436-7bf8b71bf9a1", + "id": "294ca0e5-8dee-4c4b-9ea9-9b3ed900991d", "name": "Patch Suggested Entitlement Description", "request": { "name": "Patch Suggested Entitlement Description", @@ -227081,7 +227081,7 @@ }, "response": [ { - "id": "67beafbf-322d-45dc-8f89-d964f028e1d5", + "id": "0b9c30cb-2178-4fa5-b2ae-b8a4e112f3b2", "name": "detail of patched sed", "originalRequest": { "url": { @@ -227137,7 +227137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50df13d0-d98f-4fe5-ba0a-8a5611fe21cf", + "id": "442f275b-43d6-498d-805d-c2ffe511b430", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -227193,7 +227193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a56d016-8f8b-4c97-a954-0c12049ece83", + "id": "c76ff65a-b2de-4b8f-b10a-788a5f3c31df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -227249,7 +227249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "222ca089-420e-41d1-a469-8ddbabac69c1", + "id": "17990e59-246c-4c1e-abe0-62a4a9154ad0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -227305,7 +227305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85ffdbda-c328-4edd-849f-ccf174da07be", + "id": "ed32bd72-4b99-407c-96fa-166395f81522", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -227361,7 +227361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cce2d58-2186-49bd-8cfd-d05568c2dd76", + "id": "010515ef-2454-437d-8250-0e1c620aa08c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -227417,7 +227417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a65b5be-5ef6-4067-9a84-bd6d096932c5", + "id": "8caab4af-f599-4f4c-8309-0228171888b1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -227485,7 +227485,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": "bd15b350-1763-4823-aa7b-21b6139c64fe", + "id": "06ad3ff6-d720-435c-b650-daf66790a6ef", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -227551,7 +227551,7 @@ }, "response": [ { - "id": "a76bf663-6823-4385-aff1-7aec21b8575e", + "id": "4dc8b670-8e53-44f8-9531-362215815688", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -227631,7 +227631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8672bee7-5e7c-4e60-a0eb-a3496ab59cfb", + "id": "18db9869-4d34-44f4-a9d5-6a69fe771a91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -227711,7 +227711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c0fa36f-3eb1-40a3-b944-2bf79a559d5b", + "id": "d34a144b-283b-4800-bef0-0dc775492785", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -227791,7 +227791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f5da0a-7931-4edd-8d47-49283f2226ee", + "id": "9e237678-e4ca-4834-8753-427ec1371d42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -227871,7 +227871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48376792-867c-4707-9e3e-3856cca84b07", + "id": "785972c8-b6ab-440f-9deb-0d45d3a392e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -227951,7 +227951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12d8c13b-c3e9-40e3-98b7-083932dce762", + "id": "e7d0a6f4-8c1f-4927-a014-ddd2600dc6f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -228037,7 +228037,7 @@ } }, { - "id": "f740d463-573b-4c52-836d-459d72e46af4", + "id": "41ec0748-d502-46f9-9bd3-65c103ff7d94", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -228079,7 +228079,7 @@ }, "response": [ { - "id": "04800cbe-7f75-444e-8061-a7d0cfe57adc", + "id": "f1871940-623f-422d-a05c-a641718db5bd", "name": "Created.", "originalRequest": { "url": { @@ -228125,7 +228125,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c9117ce0-88b5-4404-86c7-b7eeaf1f3de8", + "id": "aa49515b-7967-4c47-bcba-6c55b2ac6f4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -228181,7 +228181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c01a7d16-014a-41f4-bb08-0e1bdf296509", + "id": "f93cd720-1857-4cc0-960e-b373b563781e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -228237,7 +228237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51fbc608-992b-4c7d-a792-97ddd0b6a066", + "id": "84562242-a2c8-4690-9891-dce1744bb5a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -228293,7 +228293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52acbe5e-3350-4990-be2d-971af658c889", + "id": "b3073deb-dbba-4069-9325-39a6e2428360", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -228349,7 +228349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "260deec5-7910-448d-9754-12da1501c2ac", + "id": "f266d5f2-3909-4638-9255-853e8c5869fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -228411,7 +228411,7 @@ } }, { - "id": "5bc7c718-2b56-4a00-affd-3d1fc607a2ce", + "id": "fcb8b780-a1bb-41c2-a952-623fc9f411c7", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -228489,7 +228489,7 @@ }, "response": [ { - "id": "20ffc7be-3030-485b-9b21-aa27be45aeea", + "id": "fdea3431-5b81-472b-8ea5-69d0666cc192", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -228570,7 +228570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53039c97-f926-4670-bf6c-7d062119c636", + "id": "2f034132-9bd7-4582-b6ff-0eda540b33bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -228651,7 +228651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e81c82b8-6378-4a4b-b0b0-086e3cc980a1", + "id": "030b74dd-9b4d-4432-834f-a3be9a9bee34", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -228732,7 +228732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df56b976-75f1-4413-a8ac-a484f3b246b1", + "id": "d1bc2d7d-744e-42c3-9017-9a7011de7ffd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -228813,7 +228813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7976a0a9-c79d-410e-8a0b-465573323538", + "id": "233e7a53-8cc5-4706-8a0a-98f009dfe817", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -228894,7 +228894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dfa205d-e50d-43fa-9f2a-219befeb2508", + "id": "4f8c8227-6c08-4345-8e41-53289e191955", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -228981,7 +228981,7 @@ } }, { - "id": "7b77b090-578c-4ae0-b5dd-85f8172b0418", + "id": "c2298d02-935b-4fdc-9356-f89c6c28496a", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -229033,7 +229033,7 @@ }, "response": [ { - "id": "9d5df259-cf43-40db-9d09-bd30850d8b0c", + "id": "5357e6f0-8f5f-4fb6-a910-7afa4a952266", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -229078,7 +229078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54fc5ab5-8d42-48ff-ba7b-3f16ad7ce064", + "id": "936e08e3-7f69-47cf-ba21-76fab794e9b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -229123,7 +229123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4922cd8d-be76-435a-8e16-0254883b83e5", + "id": "02bbc7d2-1a91-405f-a5a7-fd5765a0f4cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -229168,7 +229168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee790637-6827-41e0-98f0-e6c42abf9ec7", + "id": "f2ec64df-7ae9-4f3f-89ea-61e6bf234af8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -229213,7 +229213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb01062c-b5cb-4829-aaee-25933dd3a9bc", + "id": "06d98c4f-cfc2-4076-821e-3b73db2869fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -229258,7 +229258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5450923-ff75-4c24-b243-7df3c153fea6", + "id": "5c3c8e83-32e4-40fb-85b9-793f634fc182", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -229309,7 +229309,7 @@ } }, { - "id": "c147aac6-6324-4c87-b622-547a588e2328", + "id": "6722f78a-3b3a-4205-85b4-bb399975b1e8", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -229374,7 +229374,7 @@ }, "response": [ { - "id": "2375a504-6685-4f93-bb83-9da1afe12b91", + "id": "c2aaa688-b524-4220-8b7d-5a2279bd2e78", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -229432,7 +229432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a344cf0-4149-42bf-8bd8-5108b903ee46", + "id": "552b54eb-0566-4465-9a88-a9f873cfbd0e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -229490,7 +229490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "312978c9-0f10-4ba7-8a63-f57878bfc6a9", + "id": "882ef03e-abd5-41b3-888e-7fe3f901b15e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -229548,7 +229548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37f617ce-facc-41c7-af43-d791d4653543", + "id": "63f429a5-1471-4b82-8502-d234d8de7e4e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -229606,7 +229606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34c541ea-88be-4b26-81a9-8eacbd552b18", + "id": "c6bf55fb-0d79-4427-b1b8-de9aaa002597", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -229664,7 +229664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67102713-b0bd-4e08-b913-9a76aeee65d9", + "id": "392812dd-db8a-4820-a138-6193b48c57d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -229728,7 +229728,7 @@ } }, { - "id": "b5213590-253c-48f9-a1c2-f585e8ef88f1", + "id": "6711edf1-c93f-4178-b235-0036961b7577", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -229780,7 +229780,7 @@ }, "response": [ { - "id": "efaea217-8898-444a-a54b-06ad3666f080", + "id": "20174f09-f8c5-4b29-8cce-8979a7fe248b", "name": "No content.", "originalRequest": { "url": { @@ -229815,7 +229815,7 @@ "_postman_previewlanguage": "text" }, { - "id": "430f6afe-e46d-4d09-a738-9d20ccd44c2a", + "id": "1c9baf0e-7458-41e3-91a5-9c2a303a359e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -229860,7 +229860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b67907f3-bed8-4f06-aa7a-d9cb759056c9", + "id": "4dd2e986-249f-4222-ae2a-f23949d35c43", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -229905,7 +229905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b623cde-ad54-416f-b30c-95fb53a95b38", + "id": "5b52baae-78b5-43c9-8034-543cf8d7c2ff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -229950,7 +229950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a4f9601-c0ab-4699-88eb-5be07b0d0483", + "id": "15ed3ed3-286e-448f-bad7-996c6d94977c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -229995,7 +229995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ce843c7-c0cd-44ea-9962-736850b04b06", + "id": "0d17701e-02aa-4fa4-b2e0-9ba4934de653", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -230046,7 +230046,7 @@ } }, { - "id": "93d2dc28-8d35-45cd-8645-078277942604", + "id": "63ae0204-1720-491e-ab8e-6cac43e36c0c", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -230089,7 +230089,7 @@ }, "response": [ { - "id": "9b3e0a23-de52-4a3d-a774-834ee22ea2a2", + "id": "3669f3e0-0ca8-4f53-b0b8-e246caadaddd", "name": "Request succeeded.", "originalRequest": { "url": { @@ -230146,7 +230146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47a584ec-f330-44c8-b663-5d2ac2aa34d5", + "id": "cde10273-c75e-45dd-b86d-209e774561b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -230203,7 +230203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b24565d5-9bf4-477a-bc13-215b01811c4f", + "id": "dce6e721-b024-4ed4-9af5-f96ee06d4a5c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -230260,7 +230260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40beff79-2330-46e8-9ab8-e2d9d9e135fc", + "id": "e0f296b0-2fbb-4bc0-a407-e886d3368bfc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -230317,7 +230317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aca57070-a467-4fc0-b2d7-12d637d1dbac", + "id": "8f61ae95-515d-4d08-a0ac-4de8e0098de4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -230374,7 +230374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfe35648-d034-47f9-994d-a5c5b0a81937", + "id": "b691ba28-9122-4fb2-a24f-f197de3858bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -230437,7 +230437,7 @@ } }, { - "id": "53686e99-1aa8-4f5b-bbac-2340c79f4024", + "id": "210dc2eb-9910-4813-90d0-08226ed3fa40", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -230480,7 +230480,7 @@ }, "response": [ { - "id": "af3bb021-f7d0-4c3b-a9c3-7b647e976554", + "id": "2af2bb58-0e76-481a-a1ee-57074372f3d5", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -230527,7 +230527,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0b498d97-17ae-4f9d-af69-27fd8d742490", + "id": "2be844d1-db29-4de7-ac90-fd36554862c6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -230584,7 +230584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1032f23-017b-46be-bf79-7adaae3c1ff7", + "id": "9513a8b7-1081-4378-b36f-2f6697c7179f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -230641,7 +230641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c68ec80-5559-4927-a894-84c9c9911924", + "id": "84f942f3-cfb2-4ee6-a341-42246c55e28b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -230698,7 +230698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45c3a0d8-2e80-4593-b21f-0fddd9ba4aff", + "id": "718ba882-2259-4070-92b3-9ac785aa4513", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -230755,7 +230755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4cf4625-5ff5-4f80-83d5-d75ce3cf1c3a", + "id": "15af83d5-6a57-48d7-8e01-26cda0d26ed5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -230824,7 +230824,7 @@ "description": "", "item": [ { - "id": "60fc5543-e415-4b1b-9f7e-6839afacaf2c", + "id": "b822e878-0000-4571-b236-336e0a3650b8", "name": "Get task status by ID.", "request": { "name": "Get task status by ID.", @@ -230865,7 +230865,7 @@ }, "response": [ { - "id": "5ba7916e-5e46-4356-9efa-c77bb94aec10", + "id": "4d874d2a-ca9f-4b19-aa03-7fc2db62f02e", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -230904,12 +230904,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 \"Excepteur_4\": 56239786\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 \"sunt_3\": -40405230.31690242,\n \"eiusmod6d7\": 52278024.86790997\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": "36be4006-816f-46e0-8922-fc630899c4e8", + "id": "1cf356d6-9ba0-442c-a503-0c4b2c1fff6b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -230953,7 +230953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "298e5c18-7bb4-4846-858a-37ba1fad6d8f", + "id": "4ae2cca9-4bd9-45b3-80be-635e6822f220", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -230997,7 +230997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76d0bddb-428e-4d90-98b9-6cc07e83e7ba", + "id": "df8ac2d9-c529-4f5c-af47-4a9e14983508", "name": "Forbidden, generally due to a lack of security rights", "originalRequest": { "url": { @@ -231031,7 +231031,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cfa91daa-60fd-425a-b3d8-5a4465ea7c38", + "id": "30c73311-ee20-46df-86f6-057b08faf16b", "name": "TaskStatus with the given id was not found.", "originalRequest": { "url": { @@ -231065,7 +231065,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ea0c85c5-8e46-4c24-a25e-9c3d5268d08c", + "id": "d635c74a-ec74-4985-b286-f1a283ef1203", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -231109,7 +231109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a59878c8-82b9-4b27-9f81-af386ad69b10", + "id": "e3e3488f-588f-446e-ab3f-7f45d65111c8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -231159,7 +231159,7 @@ } }, { - "id": "a42db1d0-9fc7-49c9-95f9-4a095462aadb", + "id": "7f81efa4-5825-43ea-999e-82c61c8d6028", "name": "Update task status by ID", "request": { "name": "Update task status by ID", @@ -231213,7 +231213,7 @@ }, "response": [ { - "id": "a8bd76a2-a0e8-4e34-ba97-b403e716e113", + "id": "222348c4-fc27-4015-b876-5708c6665040", "name": "This response indicates the PATCH operation succeeded, and the API returns the updated task object.", "originalRequest": { "url": { @@ -231265,12 +231265,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 \"Excepteur_4\": 56239786\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 \"sunt_3\": -40405230.31690242,\n \"eiusmod6d7\": 52278024.86790997\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": "cb52b4fb-17bb-4fd4-8ef9-ac4aa1e6c469", + "id": "18c02c25-c242-4b2a-942e-1c972e7b648d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -231327,7 +231327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1afd9e31-f7a6-4a1e-8e88-7a32f1537fa4", + "id": "a42e8c37-65e5-4b0e-b886-08c2109a41ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -231384,7 +231384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd4c858-4e8f-4c11-ad9b-27bb46215661", + "id": "f7fc8e91-6ed2-4650-bc8a-de2c7fd54871", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -231441,7 +231441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "005eb6a0-ec3f-4cd9-bdb0-0a61a26dbef4", + "id": "ec1d92f7-0277-4da9-bec3-9e75d19cc28f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -231498,7 +231498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47eb3882-a350-41ef-8c95-b01a36d4973b", + "id": "0f0f786e-0a37-412c-957d-6721bee57851", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -231555,7 +231555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "421306c6-7373-41d9-9d94-9b9b3f44e4d8", + "id": "288d0d5b-567a-42a6-910c-6afd52e655ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -231618,7 +231618,7 @@ } }, { - "id": "ac54f740-ba21-4f49-8902-9ebb6a5c969d", + "id": "b6ceb3ca-6446-4d26-999b-a077c02537ae", "name": "Retrieve a task status list.", "request": { "name": "Retrieve a task status list.", @@ -231693,7 +231693,7 @@ }, "response": [ { - "id": "0f6fa6f7-5839-40a0-bead-24b53cdd7ead", + "id": "8f06743e-a0f0-4c24-ab89-22b71678fa52", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -231777,12 +231777,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 \"deserunt_3\": 24108652,\n \"laboris_135\": -26473278,\n \"consectetur_cfd\": \"voluptate Lorem sunt\"\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 \"tempor_d9\": \"mollit\"\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 \"utf\": 27592066,\n \"sit1a\": 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 \"ametd\": false,\n \"ullamco_bb\": \"cillum incididunt consequat veniam\"\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": "25e568e9-0fd7-4d68-ab0c-8f7c871e529d", + "id": "da183d95-1a0e-41d7-9478-d2a244faa8da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -231871,7 +231871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5285c731-acb6-47c4-a1f9-0f5ac49d854b", + "id": "103b4aa7-c02b-4d01-bed0-469dbe39b689", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -231960,7 +231960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "555bbc6d-0e6d-4930-b98f-fc0080b3a5f6", + "id": "4626bf6d-e1aa-4c4e-bdb1-a227357ab7cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -232049,7 +232049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "846ed700-5427-48a6-910b-f56a635060fd", + "id": "509bc128-398c-45f4-bc38-546259b6381c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -232138,7 +232138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ed869f6-8947-4b69-922b-4b8d318d9a28", + "id": "8b159d0f-6844-4f2f-b203-7d89da43225b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -232227,7 +232227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb889222-5433-4b45-a00e-b2cd274a1eff", + "id": "e2ac891f-5daa-4734-83bb-2806b5cb76e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -232322,7 +232322,7 @@ } }, { - "id": "d0e3b6f0-3bd7-4f04-b721-d03f517b0b78", + "id": "0bea50ac-5b56-4528-a15a-fe65067f34ac", "name": "Retrieve a pending task list.", "request": { "name": "Retrieve a pending task list.", @@ -232380,7 +232380,7 @@ }, "response": [ { - "id": "54043c9e-c0aa-4726-a787-38241494d237", + "id": "d87586a9-db43-4eff-bcf7-d59fddc84839", "name": "Responds with a list of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -232447,12 +232447,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 \"deserunt_3\": 24108652,\n \"laboris_135\": -26473278,\n \"consectetur_cfd\": \"voluptate Lorem sunt\"\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 \"tempor_d9\": \"mollit\"\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 \"utf\": 27592066,\n \"sit1a\": 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 \"ametd\": false,\n \"ullamco_bb\": \"cillum incididunt consequat veniam\"\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": "c6797767-2b44-4683-aa55-5194d5c13134", + "id": "f63b2dda-2410-4a27-af55-910f0ff1b4b1", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -232514,7 +232514,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c837974f-8b8f-406f-a265-f5335f3e43cd", + "id": "2ea32dd1-3fb6-40f1-a193-b460c4dadb92", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -232586,7 +232586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b995609b-194c-44d0-985a-4e8c0a88b307", + "id": "35d33e2e-6529-4016-bd15-2743ea520528", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -232664,7 +232664,7 @@ } }, { - "id": "9df204da-e101-4b24-b145-f8c3c00d28c3", + "id": "17af3d23-0e9e-4d0f-92fb-95ca58d3850d", "name": "Retrieve headers only for pending task list.", "request": { "name": "Retrieve headers only for pending task list.", @@ -232722,7 +232722,7 @@ }, "response": [ { - "id": "1f83b793-63b4-40a1-acd9-7b4a11084789", + "id": "1b140c44-c249-46c3-ad16-2f5833830a4a", "name": "Responds with headers for List of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -232784,7 +232784,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e9385819-c407-4816-9caf-0d6f8629aba4", + "id": "f2bf1f60-de7e-48c7-8d9d-4f6a836196d4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -232846,7 +232846,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8ccf410c-4629-42ee-8dca-57dbfd3141be", + "id": "b9888c44-6263-46ee-8a35-6bb63ac44a75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -232918,7 +232918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c84b94b1-5f20-4ef3-9932-3cf3f3f17683", + "id": "bd4b39c1-e1ad-4159-85e7-bc000a4583fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -233002,7 +233002,7 @@ "description": "API for reading tenant details.", "item": [ { - "id": "9d0d2c44-2064-479c-8eac-50741c527852", + "id": "ae8762b6-dcbc-446b-8077-cc88c78dac42", "name": "Get Tenant Information.", "request": { "name": "Get Tenant Information.", @@ -233031,7 +233031,7 @@ }, "response": [ { - "id": "1940d5c8-67f8-4e7f-8e38-bea432e3f6cf", + "id": "d03ee7d9-ab4e-4aa4-9dea-971a2dd3e227", "name": "Tenant Info", "originalRequest": { "url": { @@ -233074,7 +233074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f757405-6a26-4e34-b53a-fd73077ddf02", + "id": "53fd347c-ff85-48bb-a5a7-9e97e7b9ee54", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -233117,7 +233117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec807a74-7549-4fe0-a243-f3d1782da8b2", + "id": "bb27d94b-f02b-437f-a6d8-4ff01b8c6dbf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -233160,7 +233160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c864cc37-64a7-4524-a099-697f5dc99095", + "id": "88602d31-972d-4894-8106-51c1a6092732", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -233203,7 +233203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db1d16b7-c5ed-4280-8464-d581cb4a0ba0", + "id": "0c84fb41-3a6b-4e85-b698-1c4d7559b4f3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -233246,7 +233246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4045365-0c89-4658-b48f-80d1d7f59151", + "id": "b0bbe0ce-213b-43d6-bb5f-e6fe80f27ec5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -233289,7 +233289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94dd37f8-646f-48fa-9294-925047e3af6b", + "id": "3b1e65db-1647-4495-8a41-e44e267e2107", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -233344,7 +233344,7 @@ "description": "Operations for creating, managing, and deleting transforms.", "item": [ { - "id": "be536ea8-140d-459b-9693-ddacec851408", + "id": "38586782-8888-473b-8e28-b27f7a7611cc", "name": "List transforms", "request": { "name": "List transforms", @@ -233419,7 +233419,7 @@ }, "response": [ { - "id": "14d6045f-03a5-4c6c-a690-4e521df25884", + "id": "1fd7a11c-985c-400f-9b3c-298ca0bad99f", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -233508,7 +233508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6506319-358e-4074-b058-a62cfab21125", + "id": "7ab0f783-8ef0-48c4-a3db-513c3b0301a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -233597,7 +233597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0be7dcc-9d74-4362-bf02-14ff565f5780", + "id": "fd38bc7e-a1ce-4ad8-bd68-4c50b47662c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -233686,7 +233686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b532a049-9232-422d-9e75-44163667d808", + "id": "21b3b42a-cccb-45b8-9eca-46ae451adf7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -233775,7 +233775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6f01a69-f190-4720-8afd-b0a3f4574076", + "id": "d3d05278-3d3c-4abe-b57b-5c922062d7d2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -233864,7 +233864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd585b6d-bc90-4f99-8180-f7a74e4593a9", + "id": "84518726-e078-41d3-8022-4a22c18af8f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -233953,7 +233953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bcf7950-4769-422a-abcc-ab25bcbe5865", + "id": "b7e2e846-7909-4618-aefe-e70ded8a5324", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -234048,7 +234048,7 @@ } }, { - "id": "04722173-bc82-4f42-ab58-e75bc086ab1e", + "id": "822ee94a-cf43-4c6a-828c-0a8badb87f58", "name": "Create transform", "request": { "name": "Create transform", @@ -234090,7 +234090,7 @@ }, "response": [ { - "id": "f18bae24-56a7-4492-b1da-d219e5647f53", + "id": "41c49450-12f0-4443-840f-8c0d4a1a1b60", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -234146,7 +234146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d54ea02-b299-4006-8ca2-e3d609cc2253", + "id": "5daf6b7a-9445-4d62-9f9f-c6ccbc01148d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -234202,7 +234202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ec41a80-a79b-4052-bfbf-e0731bfefa2c", + "id": "ca203152-8f0b-408c-a44a-5ba4d13f536f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -234258,7 +234258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4038b66b-3fcc-4933-9b09-03fc0f4c2640", + "id": "7f287034-d1de-48f6-9faf-50fdc6ca563f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -234314,7 +234314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e3d56fe-823f-43cf-8366-d04c9bd8e3e6", + "id": "603e51e0-5f37-4dce-913c-2c00a31c4cbd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -234370,7 +234370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "229ee76e-5f57-43ca-b973-5e8f921b1fff", + "id": "948d1c2d-d7e1-4935-9925-616dde5c307f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -234426,7 +234426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c07421a-a40e-453e-b026-5cbc5fe6a8ad", + "id": "11d7355d-a566-45fa-9180-3d022affb0fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -234488,7 +234488,7 @@ } }, { - "id": "3693cfe8-78e4-4550-860f-3c29b873a854", + "id": "e9f0f9b3-0729-4240-b047-6fc2555e6930", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -234529,7 +234529,7 @@ }, "response": [ { - "id": "52e8c45c-a4ff-47de-b67d-d15384e0f59e", + "id": "28ad4512-6d58-44f7-8cc1-c9bddccc1f44", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -234573,7 +234573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96d18164-adf9-442c-8b4f-4f250b9a4846", + "id": "7b9d3ff1-933b-443d-95a1-236375b72cb9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -234617,7 +234617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79d2a005-0b39-4a95-91d0-ad6a068978b0", + "id": "ba03d6db-7269-4213-a0ed-ea231aa3dbd4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -234661,7 +234661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4b0997c-26ae-4f19-9de0-52186b6ebcef", + "id": "ebf101b6-daae-43e8-bf9a-32b1b2044b41", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -234705,7 +234705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e9a7ec4-0ed4-40ee-88a9-7b7e6422e2e4", + "id": "0eadd0c0-c8fb-4bdf-b5e7-8fcea8a5da36", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -234749,7 +234749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8b78720-4522-4ec5-b061-917cf2d2a42f", + "id": "4e805314-556f-410d-9a3e-b23f8fe95b73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -234793,7 +234793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "457e1d18-ebbe-4b33-88fa-28b7f7824345", + "id": "bb1f5165-58f1-4f4d-a643-2cd8ed15aaba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -234843,7 +234843,7 @@ } }, { - "id": "cee7c258-514c-424b-ad8b-6c3f1fa29398", + "id": "b200d262-bb08-4c1b-966b-1ceda1116f6f", "name": "Update a transform", "request": { "name": "Update a transform", @@ -234897,7 +234897,7 @@ }, "response": [ { - "id": "69ea71ed-0335-4a14-88d2-739a25c443b7", + "id": "125a2a74-9d05-4b07-8e82-0a09bdb2a447", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -234954,7 +234954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "066c52fe-105c-410c-8ad5-18445ea607e7", + "id": "f6fe345c-07c7-40ac-a5ac-97cdac2d043e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -235011,7 +235011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cad4b1b1-421c-4101-90f1-fd4cf99b3efb", + "id": "57023381-eeb6-4dec-90df-e9a51b40cde9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -235068,7 +235068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1698a2e-37ad-4c35-84ae-f8ca10a6c7ef", + "id": "694154ae-0e1b-4b56-9ca0-4275ffb7cc3d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -235125,7 +235125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e05b991-ec14-4135-b73d-cc59da814a9b", + "id": "cf8ffe44-b2fc-4465-9ccd-1dd68952a07f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -235182,7 +235182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39d42988-2668-44aa-9cb8-eafb567c0fa4", + "id": "be9f7d6b-c13b-4c40-a639-6aafe9195211", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -235239,7 +235239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2b3b53c-be2a-4c3f-aed7-efbead8ae9b9", + "id": "54dfd7ea-7b36-41f6-9268-ab2238b40dea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -235302,7 +235302,7 @@ } }, { - "id": "82b41152-1c28-47b4-aaab-9cf0e8e6028c", + "id": "d13bbe55-95c4-41ed-9339-286d84ad841a", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -235343,7 +235343,7 @@ }, "response": [ { - "id": "54892ebb-3157-4d62-8d3f-448216227f74", + "id": "b79de212-7dc3-499b-bab2-e9b9d932bb17", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -235377,7 +235377,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2afb7a80-5814-490a-ba53-b32a0d480632", + "id": "21e37320-0fda-40a2-912d-4386dfb04ea6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -235421,7 +235421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "188aea80-9b79-4f5e-b5b2-a27806731cf6", + "id": "7a4b9c35-77b3-4ea9-8110-e9ad1302d6dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -235465,7 +235465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78b6f46e-16a4-4466-8152-b0fa611f5c19", + "id": "469b55a1-a2dd-42e6-9b24-463637ab166d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -235509,7 +235509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f403214-b228-471b-8666-0930e2721c3f", + "id": "2eea4972-dc85-40a8-9d44-7e3320be95b6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -235553,7 +235553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42e966d7-f86b-4b95-b2f8-e57e8cf64a6a", + "id": "35cdb4a4-0532-42b9-ba4c-6ee110b828c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -235597,7 +235597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69f6c7b9-aeb3-45b0-8b7b-90ca8297bcee", + "id": "916f6e2d-3f96-49a5-9f39-d0e95122e391", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -235653,7 +235653,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": "d2f35786-cd27-4065-bfe8-8b14e13a167b", + "id": "da0ceda8-5f64-4f46-bd80-1ed13b73a17e", "name": "List Triggers", "request": { "name": "List Triggers", @@ -235728,7 +235728,7 @@ }, "response": [ { - "id": "ea7c54d4-101c-4973-8fcb-f476975e9077", + "id": "6ab6158e-8ddd-4934-8522-4aaea29ff3ef", "name": "List of triggers.", "originalRequest": { "url": { @@ -235817,7 +235817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79fa77d4-22fe-439a-9d5e-57e5d222d46c", + "id": "42434839-803f-4016-ba80-8984f175b061", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -235906,7 +235906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec941057-6a2e-4505-ae02-f2d4c20b0ea5", + "id": "2f7a1f81-d718-40c2-896c-d2d1bed5b919", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -235995,7 +235995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a3b977-0a23-40d4-b4ad-ca607ed24bcf", + "id": "d4301fdd-ee7e-4f7a-acfc-06dfb8587fb4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -236084,7 +236084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c71d857-2bbf-4204-8fc2-963b7f0a7913", + "id": "d95a97b6-ebad-4041-ab82-525095696b42", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -236173,7 +236173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38ae3af4-ec3b-4c71-a6b3-f64aa0dc6782", + "id": "7ccc5277-ce9c-4eee-9b51-a995b317f03c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -236268,7 +236268,7 @@ } }, { - "id": "c8592c73-5587-4ff6-8ccc-16c072747ee0", + "id": "b49343cf-c694-4d0e-a8c2-cdd5669078da", "name": "Create a Subscription", "request": { "name": "Create a Subscription", @@ -236310,7 +236310,7 @@ }, "response": [ { - "id": "053d098f-30f3-49ad-81bf-abc1db9dcab2", + "id": "5ff2a634-be90-49ca-a66f-e4607f7b7750", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -236366,7 +236366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4df24a34-f3c6-4d4a-8ac6-b2bb843bc37e", + "id": "eb93c419-b80d-497d-937e-890367f0a78e", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -236422,7 +236422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "536f2b20-0a43-434b-b579-ff610b2564c5", + "id": "a65b3fd2-1ee6-45a5-9092-b994c064f47c", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -236478,7 +236478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29524704-0ffd-401c-a56e-7e9f73f588b2", + "id": "8a2ad2dc-48b9-459f-bc35-2bee1354ab99", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -236534,7 +236534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bce78da4-b9c3-4595-b5ed-df09bdb95461", + "id": "81907f7c-8d26-4a49-922b-eadf2ce60f4b", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -236590,7 +236590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40454f14-ff69-4234-8aa4-c1660bd3f0bb", + "id": "ac3a37d1-3d78-4bca-8b76-87fc21eb38d5", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -236646,7 +236646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "723462cc-4f85-4097-af6d-620e90040255", + "id": "f80bb661-f5c4-4819-ae0e-833739abf9c5", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -236702,7 +236702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "319c1ff8-4430-46c8-90d5-39b4f0a9e25d", + "id": "7a0d94e4-0ecf-493f-9939-4afca5bdce7d", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -236758,7 +236758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "423e388a-1787-48a4-a60c-dc58e27c0864", + "id": "81f4a870-52ce-40e7-8b4a-94d2b93a2181", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -236814,7 +236814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3945e1c-a300-4ece-8cf9-b2fe4301a718", + "id": "8e9fd327-a6b4-43b1-b8f3-fa2b88e9b4a6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -236870,7 +236870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5c77dcd-ae60-4f57-b4f1-b87992a63d54", + "id": "3057a3a4-4566-4e3f-a23b-22ce4acbe823", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -236926,7 +236926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2a254e8-e76f-4427-898c-281dd0ed1cfe", + "id": "f54a1c51-0732-4619-8e6b-7098bdce79de", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -236982,7 +236982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34bc0250-5271-4d79-99ff-1a0d8eca249d", + "id": "b595d28c-24b8-4e7d-a50a-053262a641c0", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -237038,7 +237038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f22e20a-c160-4d22-a9b0-5e08355d8e25", + "id": "29b71b06-4c37-424b-a942-de5e2232834b", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -237094,7 +237094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dc4f706-203e-40d7-93a1-dee322ad50ea", + "id": "ee49c48e-49f1-4dd3-8bab-4523c5a18120", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -237150,7 +237150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee94604f-8142-4004-8931-d67e34225627", + "id": "de185046-a89c-4da5-8634-9adc83550e15", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -237206,7 +237206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7b1a6d9-899f-43cb-b1e6-2ae58d97bd3e", + "id": "9ac1e139-9792-4349-a482-eecf5a8824dd", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -237262,7 +237262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abdc44a6-80bb-435d-bed4-ffbfe31e22fc", + "id": "87110018-c3ba-4061-9cf2-b4ca75d2ad94", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -237324,7 +237324,7 @@ } }, { - "id": "5f27d4f3-0ea5-47a7-a976-371b7a442f3e", + "id": "6a1946a1-c276-4fc3-9f4e-90c47a2ee74a", "name": "List Subscriptions", "request": { "name": "List Subscriptions", @@ -237399,7 +237399,7 @@ }, "response": [ { - "id": "66a6d461-99e8-4d60-b812-bb6b4f6aa74a", + "id": "9ce26b24-6914-446e-8295-583f94581423", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -237488,7 +237488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8785b529-fdf2-49d3-9cc7-c952b24cabd4", + "id": "aa726766-a22b-4dad-8c5f-a0308e471724", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -237577,7 +237577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "842844d9-3316-4166-a1eb-bd675956f22e", + "id": "1b467daa-e22d-47b6-9fb0-a5a580dff7d0", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -237666,7 +237666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26166458-263e-4244-8dc4-2fd39f48c066", + "id": "59740559-92aa-4946-8d89-2df9cf419f38", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -237755,7 +237755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1535577-f046-4bf3-bc43-06ed3c720563", + "id": "24b4e1ea-aff5-459f-bda6-029f4458bab9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -237844,7 +237844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49318d2a-1826-4afa-a725-1ba558631c18", + "id": "f40bdeb7-6b2f-435f-836f-d588a6ae409f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -237933,7 +237933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c7c6426-b809-4c44-b82c-350e0916099b", + "id": "12a45773-134c-4703-ab95-aa41a9d4e74f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -238022,7 +238022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f9cabc6-bdce-4861-9392-bb560bcbf997", + "id": "69adb893-b81b-4309-bdc1-e5a503e843c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -238117,7 +238117,7 @@ } }, { - "id": "da586025-c9fd-47d0-8b17-998b73998493", + "id": "911f0a37-23bd-41ad-b084-a5e9f3e4a458", "name": "Update a Subscription", "request": { "name": "Update a Subscription", @@ -238171,7 +238171,7 @@ }, "response": [ { - "id": "19c790c6-49ce-4834-8831-69697bf24951", + "id": "65971d8c-276a-407e-8246-ae8ce1549644", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -238228,7 +238228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47df228a-7dd8-4b38-a331-6c4464dea13e", + "id": "0b6dd6bc-9d65-4b67-837d-71257ab8a50a", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -238285,7 +238285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c559e05b-59fc-4fc8-8851-3d97e20573c8", + "id": "70606ac7-0f36-4c16-ba3c-9432793c5098", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -238342,7 +238342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2581672-8094-45c0-b1c1-cf2172780a92", + "id": "feb6284a-e5fc-4fee-938a-13600eca3285", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -238399,7 +238399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2afa5cf1-15f0-417b-902e-59cfd61e388d", + "id": "fe932c60-7e08-4f56-b9f2-6f22969dd8ae", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -238456,7 +238456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0495b6b8-3166-4f50-ace3-c7572ecac5cd", + "id": "f1c24f85-043b-4b62-ab2e-0db2c7c25440", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -238513,7 +238513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abfcc435-1acb-4200-b60e-bd936aa1f0ad", + "id": "74745950-68b2-4510-87a3-dafc604610ea", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -238570,7 +238570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c95f6f0-cf18-4215-983a-7c7ac0398e6c", + "id": "5c9585b6-2dc2-4f00-8aec-80d712bb831b", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -238627,7 +238627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43454fe3-c181-4c90-8fa6-ab65577078aa", + "id": "0801f2ad-6c26-4b1f-b8f2-bb530f629144", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -238684,7 +238684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec428a63-0492-42b4-9ca9-7ef3dae44626", + "id": "00233328-8db8-43a9-a799-6dc54b641bec", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -238741,7 +238741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "987888a2-8962-43f7-b06a-3bed137e31a8", + "id": "7d0b4d48-0e1b-4f4b-b236-f0f3f8b10ad7", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -238798,7 +238798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a7f1e56-b6cc-4028-b3b9-8005c80a97ba", + "id": "1ef57533-07a3-45d7-a2dc-e94ec636f3f3", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -238855,7 +238855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd6187eb-3724-4ab0-9032-fa43880239ba", + "id": "d45f71c2-4f88-4745-be0f-ff9e3865bbed", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -238912,7 +238912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9a87667-0266-4753-9860-63a233a8c007", + "id": "6f92a194-c5b3-40c9-bea2-360f6f7f5c43", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -238969,7 +238969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe579135-b80a-4ace-8636-dd73549f4568", + "id": "bac42e8d-d9eb-4582-8182-29f63345aac8", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -239026,7 +239026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fb6c754-2779-4dbb-8c01-cbb69fea3d0c", + "id": "08ed9ec6-f818-4376-bc9c-a9f752429673", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -239083,7 +239083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0a78119-5fd7-4787-9d21-68186b6e7dab", + "id": "d0b5046c-4b19-477e-8529-fcee3053a917", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -239140,7 +239140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b87704c8-0f18-475a-a83c-5570ac9c8af2", + "id": "2a87db75-46bb-4d0f-bf9c-082aac9f39a8", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -239197,7 +239197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b683c491-588a-4c31-a8a4-c05c4b86404c", + "id": "6da83b1f-e498-45bd-abfe-9a3bf5f6127f", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -239254,7 +239254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d422a2cb-30ff-4b3c-a0d0-ee5246356ffd", + "id": "0693db58-8e40-4633-86a2-d2b83b698b5d", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -239311,7 +239311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36b92ad7-b8c0-4cc4-8c35-578bd880d657", + "id": "ec964fa8-4836-436b-bdbf-54f95f0cda54", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -239374,7 +239374,7 @@ } }, { - "id": "852bde2a-ec2f-4a78-9204-d378f06d497c", + "id": "c730462d-b7e9-448d-bc66-d9da4ef37d05", "name": "Patch a Subscription", "request": { "name": "Patch a Subscription", @@ -239428,7 +239428,7 @@ }, "response": [ { - "id": "e5a7210c-72b9-4b8c-8330-cb20d1049106", + "id": "adda1d40-9cf8-44d9-919d-94c82c41156f", "name": "Updated subscription.", "originalRequest": { "url": { @@ -239485,7 +239485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3489c8-27e8-4a43-a6fd-ac2dcd862fc2", + "id": "bd0e5c14-a5d4-446e-bcdb-451264a2c5f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -239542,7 +239542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba99d65-2c00-4c2a-a33a-c895e7ff7439", + "id": "d6a49a78-4471-4b66-a6bb-993a9dd8a304", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -239599,7 +239599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9dabec5-8ee0-4299-9e5a-3ba6e0d8a3c3", + "id": "d560adf6-1442-4aec-ad54-f446b4adba37", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -239656,7 +239656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3b9ab8c-fda2-44f8-bbb7-2c30535ea3d0", + "id": "d7666a64-0e75-4869-94f0-3084170061f7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -239713,7 +239713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce87c0e7-304b-41f1-9f94-61bb4dd6214a", + "id": "cde76c53-d584-4c46-baef-664ff8b7a9a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -239770,7 +239770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb7efb16-1182-40c7-82af-dcfec356af3f", + "id": "2cb9b34c-9be4-4e61-a63c-2a1983df0323", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -239833,7 +239833,7 @@ } }, { - "id": "bc9280d1-bec6-41e0-b816-301e660448ee", + "id": "993b5d06-b387-462a-948c-224d3fb6fd26", "name": "Delete a Subscription", "request": { "name": "Delete a Subscription", @@ -239874,7 +239874,7 @@ }, "response": [ { - "id": "b19e2bfb-a985-45da-b91d-b6efe246f6ef", + "id": "cea8802e-8ae5-4911-8707-bc413bfddda0", "name": "Subscription is deleted successfully.", "originalRequest": { "url": { @@ -239908,7 +239908,7 @@ "_postman_previewlanguage": "text" }, { - "id": "429d7973-e31b-49d7-b46b-860f70e6be0d", + "id": "8f6962de-ec06-44fa-b49d-950fd1e5d1f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -239952,7 +239952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb8a0e32-b533-4fb4-a122-a5d3f1058419", + "id": "241fd5e4-46d3-423f-b12e-224fbd549af2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -239996,7 +239996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcfc6040-6e3a-424c-97d0-3ff4e4c3da7c", + "id": "af4bd6db-4388-4c1e-84bb-fd61ae705bcc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -240040,7 +240040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ad5e0c0-089e-4252-8b73-0405872429c2", + "id": "1a83e2a8-425b-4f81-b286-d0d15895f928", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -240084,7 +240084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12bb5dcd-7c00-4f3c-88ad-191436dd04df", + "id": "7b3cc82d-f47a-4b76-8af3-b227b224e837", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -240128,7 +240128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33886a73-3fdd-4174-bf55-8fd8eb4efe1a", + "id": "a71bab1a-9446-401d-8f13-183821fc3e62", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -240178,7 +240178,7 @@ } }, { - "id": "2dc2d583-ffcc-4092-add7-8b50a0dbbac7", + "id": "5757993f-cb19-4aa4-9824-f2b25b93d635", "name": "Validate a Subscription Filter", "request": { "name": "Validate a Subscription Filter", @@ -240221,7 +240221,7 @@ }, "response": [ { - "id": "05bc63f5-6325-4bad-b954-f21331d83139", + "id": "b58dc3b9-a0ea-4af5-92c4-7463178ed7fc", "name": "Boolean whether specified filter expression is valid against the input.", "originalRequest": { "url": { @@ -240278,7 +240278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7330d8f5-e16d-405d-ad93-a1ede0dbc82a", + "id": "ff194788-2b83-4a4f-9cf9-05c03d884e50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -240335,7 +240335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a63e98b3-9690-4db7-8a91-e755f0925136", + "id": "8363b1bf-5c1c-47e5-9605-3cbf94d4a591", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -240392,7 +240392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d2dcf9c-419e-4f45-87fb-1ba89c0ec7fa", + "id": "46197f9e-d1ad-4b45-a4fe-76580259b6f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -240449,7 +240449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4ede535-dc4e-4f07-a0e0-714bbef2d1db", + "id": "55b76333-cbec-4a33-96d1-7f8a9ec3c934", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -240506,7 +240506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "824a7bff-75b7-4f96-8836-bafe746c229c", + "id": "aa7aab02-336a-459e-8795-7ddc9673d64b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -240569,7 +240569,7 @@ } }, { - "id": "e99fd6b3-0b7a-4cdb-ad52-6500c891788e", + "id": "0484e427-0973-4f82-ad70-32f00302f0f0", "name": "List Latest Invocation Statuses", "request": { "name": "List Latest Invocation Statuses", @@ -240645,7 +240645,7 @@ }, "response": [ { - "id": "af4577e8-90fb-480a-bb58-0793a212aca8", + "id": "b5901634-05a6-42f9-ad96-57cf62aa94e8", "name": "List of latest invocation statuses.", "originalRequest": { "url": { @@ -240735,7 +240735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5e1982c-11ca-4e13-b8b7-659cd86cf4aa", + "id": "1fa24352-e019-4d81-96f5-1e157ff8a5d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -240825,7 +240825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c29b695a-be4e-4113-a6bf-59a0aae60d32", + "id": "c6a7eeb6-8615-45da-b623-2e60ed2afb4a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -240915,7 +240915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b05f7d3b-1036-4d1e-92de-8165b619cf64", + "id": "7cd47a79-7ec5-4880-b7f2-f3bda92a6cd4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -241005,7 +241005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd79f6a9-cda8-4c0b-860a-dc37a63c788a", + "id": "f0d7469e-323c-480e-8fd9-d857b12e5786", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -241095,7 +241095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2f059b8-6362-49a8-a1ad-92e6af204756", + "id": "ecb084ae-205c-4fd1-b81d-ea5393d95e8a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -241191,7 +241191,7 @@ } }, { - "id": "142be2ba-ae70-48df-bfc2-ecbd15646e7a", + "id": "2acc4661-d7b0-4399-9c17-cdb9a765e581", "name": "Complete Trigger Invocation", "request": { "name": "Complete Trigger Invocation", @@ -241246,7 +241246,7 @@ }, "response": [ { - "id": "0c73ede5-f6d2-4005-a52f-fe6f9b200141", + "id": "5c420dc3-6bd9-4337-896e-b4ff18ec7f4a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -241294,7 +241294,7 @@ "_postman_previewlanguage": "text" }, { - "id": "21e423b9-2eb1-4aef-a07d-4e677f17e9ec", + "id": "4857fabc-9d30-4ca3-9cd9-0bc3a9206ecf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -241352,7 +241352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c14ae87-1c33-4edf-9a0a-fa7ae0310085", + "id": "3fd858ac-3608-49a5-abff-17ebc485a9cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -241410,7 +241410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6832c46-ca8d-44b2-80e3-e6230262c809", + "id": "c0af1163-0307-4fb5-8c66-c5f5a3b11f91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -241468,7 +241468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "003ed37f-59f1-4314-b0c2-65f8f59ace15", + "id": "e4a47cd4-f0ac-427e-b5d7-d558a219fa34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -241526,7 +241526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4333fc3d-0622-4040-9760-83057cf446a1", + "id": "06e3df65-b0a8-4e07-918c-fe5f9eb49a7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -241590,7 +241590,7 @@ } }, { - "id": "83db843c-d1af-4f23-af67-04b9b25d708b", + "id": "bbea540f-2829-4148-b612-299f27bcc060", "name": "Start a Test Invocation", "request": { "name": "Start a Test Invocation", @@ -241633,7 +241633,7 @@ }, "response": [ { - "id": "79a10ea3-5962-4eff-aab9-cc08bc9982c3", + "id": "c3d922d2-616f-4559-a6b3-5a6be5f9458a", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -241690,7 +241690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67d6ec3e-30f5-462e-a08c-b02819fc58e4", + "id": "99bacdd5-fbe7-4844-a5f6-3ba560e22373", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -241747,7 +241747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3caa46ea-f7f1-416e-8ea3-9466598b6014", + "id": "6ce92a83-4285-4f8a-85e4-2caaddffd6a6", "name": "Trigger invocation is skipped, because tenant has not subscribed to the specified trigger.", "originalRequest": { "url": { @@ -241794,7 +241794,7 @@ "_postman_previewlanguage": "text" }, { - "id": "26035b9d-6d04-4048-87b0-e0ab1a61bb18", + "id": "a09fb66f-8ecf-49f1-a131-5d17b285f965", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -241851,7 +241851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a4bd203-04b3-4fc4-b60b-363b75bc79a7", + "id": "cbd0d55b-4590-4702-a6a8-17ed93a78768", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -241908,7 +241908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62bbeabf-ea76-4d35-b66a-1565d299392b", + "id": "154a1fcf-52ba-4152-9780-d8b233062358", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -241965,7 +241965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "081f1750-ddd8-4026-bbd1-39dbd1f4c53f", + "id": "6a800ca3-516d-4034-b3fd-96154c95a9d5", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -242022,7 +242022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0678e81-1d45-446f-b8e5-786e0365c179", + "id": "fe56add1-0d0d-44ec-8556-e6e5d7ea18e2", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -242079,7 +242079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd8501cc-36e8-419f-8bdb-85fb1f24f070", + "id": "328eb1c1-57d6-4a41-8ba8-cbbffdd8681a", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -242136,7 +242136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "304945e0-847b-42ea-972f-a9b2c9c755e5", + "id": "15272ba4-3c64-445d-9342-fab6c6f91f03", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -242193,7 +242193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb61fb53-5756-417c-9460-856f94da478d", + "id": "8a7c984d-69c6-497e-8005-9ac509736251", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -242250,7 +242250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39ffa102-59a8-43a0-9a67-d60d389d927d", + "id": "5ed198c4-c94a-4cdc-ab3c-0e1ccf6990ff", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -242307,7 +242307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f4923a2-3192-45ab-9380-971f8520298f", + "id": "61778f1b-9c06-45dd-ba12-b551f652fb14", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -242376,7 +242376,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": "f8cf1baf-e73f-4468-abf0-f7337d2ba11a", + "id": "319bcd32-a772-425b-b0e1-d1ac80d4054f", "name": "Get a tenant UI metadata", "request": { "name": "Get a tenant UI metadata", @@ -242406,7 +242406,7 @@ }, "response": [ { - "id": "d59bae5e-f620-4854-a908-0e29b0c54efc", + "id": "b5a0c55b-b556-4410-8892-9958111b303b", "name": "A tenant UI metadata object", "originalRequest": { "url": { @@ -242450,7 +242450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d4f189e-6897-4641-8bd4-2726bd3164df", + "id": "5ffe512d-2191-48b2-9118-e64ba779bf32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -242494,7 +242494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fcbb42f-afe4-43e0-8231-0760e8bf8f12", + "id": "3dd00193-b559-4ebc-a953-447450e48ad4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -242538,7 +242538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49641a81-821b-4032-9233-ed8c68ee6486", + "id": "6c1d0f72-316b-410d-8ab5-951a11206ab2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -242582,7 +242582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77c7c20d-a0d9-499e-9ed7-697b893a22a0", + "id": "e5a02d8f-ec43-4967-b9ed-372e55a04e9e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -242626,7 +242626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "831f53af-7a87-41a6-b644-43bd4be7e769", + "id": "a1f85e56-3a1c-4440-984c-2845e5637fe6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -242670,7 +242670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8c1d5c2-7c4a-4e68-a8b5-51f6ecee0952", + "id": "16e62558-c074-4259-8dfe-9b24369f73fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -242720,7 +242720,7 @@ } }, { - "id": "dd7b341a-76f8-4bff-ae5e-7a0efe902935", + "id": "576affce-c4dd-476a-a9f4-f7d61fb107c8", "name": "Update tenant UI metadata", "request": { "name": "Update tenant UI metadata", @@ -242763,7 +242763,7 @@ }, "response": [ { - "id": "ac57b91b-e996-4fb8-a80c-db3bf6dd4b47", + "id": "3bd4da70-0a79-4cc1-9762-0031378f641b", "name": "A tenant UI metadata object", "originalRequest": { "url": { @@ -242820,7 +242820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd58bf75-6247-451c-acc2-f71799398ce3", + "id": "7f7ef94f-0f8c-41cb-a5da-b0139b7bab69", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -242877,7 +242877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c422a6e1-6678-423c-a749-47a5ecf83f3e", + "id": "55b13eb6-efec-4f71-8060-c98b3fa622fc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -242934,7 +242934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d80c10-92e4-4ad3-b661-f5cd79b6a1fc", + "id": "dd0c75c5-1663-4ac0-9731-3bccd8f302d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -242991,7 +242991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc688a21-e2a9-4087-8d5b-feec89ab708c", + "id": "edc39c96-eaf3-4c5d-80a0-6b1a437804ae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -243048,7 +243048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "292f1ef7-66d3-48cb-b007-9f4671977472", + "id": "dc3565c4-12b7-492f-b9c1-99b735925bf7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -243105,7 +243105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1796ddab-5270-410c-9172-cf75b9cf6e5b", + "id": "8fd11c69-8f04-4084-a3c2-d70cc4566c2c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -243174,7 +243174,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": "543a318e-d16e-45b5-9975-12e86870d5e1", + "id": "1cec0bcf-4bbb-432e-9179-6e04cd552a1d", "name": "List Vendor Connector Mappings", "request": { "name": "List Vendor Connector Mappings", @@ -243203,7 +243203,7 @@ }, "response": [ { - "id": "dccee7c3-f5f8-4297-89be-958d3508cfb0", + "id": "d17c40ea-10f3-4ab8-81f7-950d32173b5d", "name": "Successfully retrieved list.", "originalRequest": { "url": { @@ -243246,7 +243246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e08f8e4-c18a-4050-a5bc-7b592ba72d03", + "id": "1e961edc-86a3-4990-974c-5d2f1524292d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -243289,7 +243289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6352f0e7-28ed-4f35-9c73-5a514f2c7c9d", + "id": "ec459b61-6d74-4c00-99dd-886f0635c523", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -243332,7 +243332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba119cc4-8f68-4db5-8402-295313b46b7f", + "id": "0de46b4b-e198-47ea-8efa-03a8f958d2d9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -243375,7 +243375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bce08f29-186a-477f-99e8-c8c40bbdfb8b", + "id": "6d761d77-ae84-498d-9b54-edd19890fb73", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -243418,7 +243418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc645117-e4a0-4c65-a8c3-3884f381a5e8", + "id": "ec1ffb4c-c402-4279-8a85-28e326ffcc88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -243461,7 +243461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4bef520-3f81-43f1-a998-6d94ed9c9edc", + "id": "905db37c-12dc-4e4c-8316-f96a69d221ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -243510,7 +243510,7 @@ } }, { - "id": "279ae9a8-b316-4a03-b4fc-65c14888722f", + "id": "16ad439e-532f-4d69-916f-2860334bbcb4", "name": "Create Vendor Connector Mapping", "request": { "name": "Create Vendor Connector Mapping", @@ -243552,7 +243552,7 @@ }, "response": [ { - "id": "a1a42432-1c3e-4cd3-b431-f642777cd204", + "id": "77e2b117-4cb3-407e-a6d4-5335f04354bb", "name": "Successfully created a new vendor connector mapping.", "originalRequest": { "url": { @@ -243608,7 +243608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2214729-23af-49c7-81bf-ee9177b323f0", + "id": "fc3ca053-be3e-460e-8fdc-66987a1a65ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -243664,7 +243664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ae8c410-f26c-4efa-8a0f-40f0d0076fc4", + "id": "d0d234fb-78d3-4f1d-967a-6e0b9f347ea2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -243720,7 +243720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53bd53dc-cc3f-4a2e-8006-f9987609df5e", + "id": "48572fe6-012b-40f3-9e2c-a8eef8f5ba75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -243776,7 +243776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d8d2978-c4fb-4d2f-af8e-bbb05c5086c2", + "id": "f1861c66-1075-455a-9f79-3593f156a990", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -243832,7 +243832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a529a635-f522-4b5b-a925-0a36f4eb528e", + "id": "69809c08-86bf-41e7-a609-5c6641e4ebcf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -243888,7 +243888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e384ab7b-898c-41f2-8cbf-5cf914a72109", + "id": "c5986249-c4b3-4fdf-86a5-98faefd351d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -243950,7 +243950,7 @@ } }, { - "id": "cb884e6c-e6d4-4992-b5af-69e8cef74348", + "id": "8579d7bd-3736-4d9a-a5f9-1636c974081a", "name": "Delete Vendor Connector Mapping", "request": { "name": "Delete Vendor Connector Mapping", @@ -243992,7 +243992,7 @@ }, "response": [ { - "id": "df099a7c-2186-412d-9830-65bb40c4b2ce", + "id": "48a7131c-8fbc-440c-9fb5-33d4e55d5364", "name": "Successfully deleted the specified vendor connector mapping.", "originalRequest": { "url": { @@ -244048,7 +244048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3901536-d1d1-4c7b-bb36-a9a2d98c60f0", + "id": "706555bb-10f0-49f5-a1a5-3033040de9f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -244104,7 +244104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "879d4b14-e97b-4e21-bdd6-aac941faa685", + "id": "af433b9a-dedc-46b1-92ca-2bad43f50b25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -244160,7 +244160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8b27def-64bf-4f7f-8cad-343a585a0a20", + "id": "926abc39-a0ea-4155-ab0f-70b6d3ad2240", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -244216,7 +244216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40a80d2f-ac0d-4b14-823e-808116413964", + "id": "893d2513-51bb-4a54-9c6e-96a71248f8b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -244272,7 +244272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9231e87a-51d7-4b8d-a74d-1c2336524c87", + "id": "de3ac196-c89c-4207-b6fb-5a34ed73d2a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -244328,7 +244328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e099414-f21f-45db-8097-68e2b9b39a64", + "id": "b04d00b3-05c1-4f9c-a62b-2f624e4a0490", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -244396,7 +244396,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": "a156e9f2-3621-4818-af4c-9d946ac28754", + "id": "d9577c55-ccaf-4fc6-b7c3-ce7207b495b7", "name": "List Work Items", "request": { "name": "List Work Items", @@ -244446,7 +244446,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -244462,7 +244462,7 @@ }, "response": [ { - "id": "16ba64f8-3086-4857-b9d7-9de6d9f82427", + "id": "50ba975e-8778-4e14-b15b-dd46b85b4809", "name": "List of work items", "originalRequest": { "url": { @@ -244507,7 +244507,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -244542,7 +244542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec101eb7-5c97-491b-aeff-119333570e98", + "id": "3d67e52f-fa12-42e6-80dd-eb881e7e617e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -244587,7 +244587,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -244622,7 +244622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "978e555f-ede1-4275-b62a-42fcc7080d34", + "id": "fdfb3918-eeba-461f-806e-3976fbe31723", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -244667,7 +244667,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -244702,7 +244702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92b34e47-b74a-4ddc-8604-7f0c42f6f90b", + "id": "2899b9c4-2c42-439e-8547-da558cfcb34f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -244747,7 +244747,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -244788,7 +244788,7 @@ } }, { - "id": "ab5f749b-2328-4436-8be4-8efd1e03f448", + "id": "9382171d-35b1-4257-b97c-75380fd927b3", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -244812,7 +244812,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -244855,7 +244855,7 @@ }, "response": [ { - "id": "65328c2f-a549-4027-a604-aae201602274", + "id": "f4dc36f1-8436-4d26-8e3a-648e36b42923", "name": "List of completed work items.", "originalRequest": { "url": { @@ -244874,7 +244874,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -244936,7 +244936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ca76f95-806c-420c-b4a8-e88dcf5dc8f0", + "id": "5b59cd81-75ec-420b-9891-10777d1211f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -244955,7 +244955,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -245017,7 +245017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "272d1642-4846-4759-b634-81537b6cf323", + "id": "23a82e11-e871-4bc4-ad4e-5d6a500beea9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245036,7 +245036,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -245098,7 +245098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccc16d60-850a-47ce-8e86-806d740ae8b5", + "id": "54689add-61fb-47f4-90aa-06464a40085a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -245117,7 +245117,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" }, { "disabled": true, @@ -245185,7 +245185,7 @@ } }, { - "id": "7302c6e7-796d-41af-93ad-ea039d0519e6", + "id": "c928a2ae-c513-4854-82ec-57523dc81579", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -245209,7 +245209,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245225,7 +245225,7 @@ }, "response": [ { - "id": "04176c40-6e84-44d9-ae85-c7b836ca3508", + "id": "4a15b317-eb62-4430-bc1a-56776b7eab19", "name": "List of work items", "originalRequest": { "url": { @@ -245244,7 +245244,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245279,7 +245279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca32fdf4-1bc0-4c96-9fc5-a3b5f959e75c", + "id": "aea622d4-27d5-44d9-a340-27c20016901d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245298,7 +245298,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245333,7 +245333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e26508d6-a61e-4e98-8f7c-4ec24b475ee4", + "id": "538a97b1-ffd1-46e3-9440-c75abf0f0dff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245352,7 +245352,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245387,7 +245387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eef0d1a6-6475-4025-8745-562f707776cd", + "id": "3ca04f33-36db-41af-83a2-47c32a76ee7b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -245406,7 +245406,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245447,7 +245447,7 @@ } }, { - "id": "cdc5e4d7-7e2e-4997-9d24-6d39807c9903", + "id": "11730b21-a83e-4c62-b1b4-892c464f1318", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -245472,7 +245472,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245488,7 +245488,7 @@ }, "response": [ { - "id": "fed33f5a-2c7e-4285-81b0-a038d2011033", + "id": "1ccb0bf2-0d95-4db8-9d57-2f2e81202d71", "name": "List of work items", "originalRequest": { "url": { @@ -245508,7 +245508,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245543,7 +245543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2b227ba-301f-4a5a-b4dd-6d598476327a", + "id": "0c23ac45-a07f-4025-81f3-8c6c0bafb034", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245563,7 +245563,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245598,7 +245598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb3bdf70-352b-41c5-8ed0-0f16ad3cd5c6", + "id": "8751ff14-0220-4005-8697-0f151d57da4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245618,7 +245618,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245653,7 +245653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bae4d1db-80d5-40bc-a025-ad0af3d17465", + "id": "4e90ee80-f644-463e-bf17-30c8f8fe5a0f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -245673,7 +245673,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245714,7 +245714,7 @@ } }, { - "id": "964cc7f8-8ecd-4d6e-b118-2574a2cd8513", + "id": "b0b37d9b-e3f8-4ee4-9bdb-25e628692093", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -245738,7 +245738,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245754,7 +245754,7 @@ }, "response": [ { - "id": "cb9b4df6-892a-4740-b5a2-c0f0a040f7be", + "id": "e3946169-6736-4420-9cf2-8be50d4969d5", "name": "List of work items", "originalRequest": { "url": { @@ -245773,7 +245773,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245808,7 +245808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f86a58c3-ae21-4e94-9b5e-1f2acfbb38f6", + "id": "864d8c26-b02e-44b3-94cb-6db54726c18e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245827,7 +245827,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245862,7 +245862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddca1f43-ddcf-40fd-abf7-ec7e10c03ce6", + "id": "a6a3a6b3-2f28-4c7a-a306-0316f10b311a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245881,7 +245881,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245916,7 +245916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aed66508-fb0f-488b-b88b-26a2794c7b58", + "id": "5a899e57-a439-4b63-b941-f2e52d731282", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -245935,7 +245935,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -245976,7 +245976,7 @@ } }, { - "id": "d10a52d8-5a8d-40e7-8050-b1a91599ee1a", + "id": "c9e572ae-5e33-4ea9-b533-f6dd293f35c4", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -246000,13 +246000,13 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [ { "type": "any", - "value": "fugiat cupidatat dolore commodo adi", + "value": "voluptate id", "key": "id", "disabled": true, "description": { @@ -246027,7 +246027,7 @@ }, "response": [ { - "id": "47dbb89f-d4ed-429f-ab29-d577127b6ca1", + "id": "94566a5f-f22f-43db-afa3-b5b31146a5dd", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -246046,7 +246046,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -246081,7 +246081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e8aca83-331e-46d0-bf2f-80876f8be2e2", + "id": "8de81a10-b67f-4f95-a186-64b39f8da52b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -246100,7 +246100,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -246135,7 +246135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a8a272a-2c5c-48b7-99e9-7ef85eb8d763", + "id": "ee84b4cf-20ac-46ed-9152-3ee3c786b1b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246154,7 +246154,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -246189,7 +246189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b91f9369-6190-425c-85e5-1762c2c92a56", + "id": "180a66fd-bdd1-455e-aee8-2648c1c6367f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -246208,7 +246208,7 @@ "type": "text/plain" }, "key": "ownerId", - "value": "fugiat cupidatat dolore commodo adi" + "value": "voluptate id" } ], "variable": [] @@ -246249,7 +246249,7 @@ } }, { - "id": "d4405621-1052-4625-b902-f53ce7600ab8", + "id": "0cc397d2-f860-4679-9d65-55490d97f896", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -246290,7 +246290,7 @@ }, "response": [ { - "id": "48830d87-d481-4e54-92d2-b0766cd08641", + "id": "fe8abd76-082d-4236-aa24-633f87d0adb6", "name": "A WorkItems object", "originalRequest": { "url": { @@ -246334,7 +246334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e560188e-d95f-47c7-bb82-ccd652b9e13d", + "id": "2ff1a94b-550d-46ed-9197-7a93cb8aef87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -246378,7 +246378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "119093a4-ea31-4988-94aa-c92c5ebe8b60", + "id": "5b3104c2-f3c0-4bfb-871e-067a6530c298", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246422,7 +246422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "333634bb-bf2c-41d6-9f25-d9b01552da06", + "id": "d6e4e2ec-0339-4d7f-850d-8e2868504076", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -246472,7 +246472,7 @@ } }, { - "id": "f2c4dba9-e216-4fe7-ad6e-451aec4d59de", + "id": "0abe6fb3-4df7-4953-8cf6-4a38a922c2ae", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -246527,7 +246527,7 @@ }, "response": [ { - "id": "7daae11b-3bee-4c6f-a886-a6492ee79ece", + "id": "51ec93fd-e4e5-44be-88bc-f75c078e130b", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -246575,7 +246575,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8d51a06d-17d7-45da-82c3-d206cf2c1ccb", + "id": "5618c297-e471-4974-9644-c62e726f863f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -246633,7 +246633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1f52898-ccf0-43d9-a38a-5fe186d08d24", + "id": "0cc5001a-ec94-4cb7-afc0-5a44d3572236", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -246691,7 +246691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "270a38ee-e9c5-472e-9698-95599f7faec2", + "id": "e70b120e-f657-4d72-ba78-e6862fd292bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246749,7 +246749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e287158-ff2c-4b0a-afc9-83dc87c7b460", + "id": "b47e84e8-61f2-454e-83cc-1348d2f8ac8a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -246807,7 +246807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "471cd610-f89d-4bd6-b80a-283e228f7811", + "id": "9e10381f-e3b8-4855-9591-b191b0770659", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -246871,7 +246871,7 @@ } }, { - "id": "d3f4731b-842b-4214-84dd-079e187684b1", + "id": "8c5986ea-621d-4cb3-a3dd-8847894138f0", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -246924,7 +246924,7 @@ }, "response": [ { - "id": "5633b206-2fc4-47a2-b56c-1fcab5ccfa3c", + "id": "b639ecef-9511-4cd1-b0e2-115f683c4e44", "name": "A work items details object.", "originalRequest": { "url": { @@ -246970,7 +246970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8601c4d5-14d3-4e5b-8c2d-a49f3a5ebaf1", + "id": "002d20f6-2abe-4c8d-9147-7ce3fcbbd4a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247016,7 +247016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d37b6ced-8b0d-4741-973f-9048218bd6a3", + "id": "2c756723-654d-4a06-bda4-2d5353103309", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -247062,7 +247062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8c7e8f8-cd7c-4991-aa1c-6b5fe8b65f10", + "id": "159db8d5-a784-4c33-a7ce-3ea2c77ea33b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -247114,7 +247114,7 @@ } }, { - "id": "77d380e9-a501-4d03-bb3e-dc75cd02977c", + "id": "0738c137-c5e4-4b9f-912a-25a0e445c743", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -247167,7 +247167,7 @@ }, "response": [ { - "id": "95017831-fb8b-420f-9288-4f99e1ffff68", + "id": "9d1563ee-ecbf-42b0-ae67-1c333b515bba", "name": "A work items details object.", "originalRequest": { "url": { @@ -247213,7 +247213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8b10de3-374d-406f-9875-c9ea02b56314", + "id": "0babb287-0426-4e45-8441-314ddcaf9cec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247259,7 +247259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed8277a3-50de-4ed4-bf8d-4035e7256462", + "id": "cf531f84-0498-4a4f-b6d4-f60fa77cac91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -247305,7 +247305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba0526e9-c294-4e32-8225-be0923b06185", + "id": "f856e154-c5ad-4698-87a0-98ed34f3847f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -247357,7 +247357,7 @@ } }, { - "id": "bfd4fd76-04fb-42c9-b5d1-f2d743e66ac1", + "id": "b4ef6fc4-c4a3-43cb-a85b-76f3c61c0526", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -247399,7 +247399,7 @@ }, "response": [ { - "id": "4696dcc4-9819-4dbf-9e81-27ca82dee04e", + "id": "ae86cfd6-49c8-44e2-9011-e250a0585c52", "name": "A work items details object.", "originalRequest": { "url": { @@ -247444,7 +247444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "172d8e1d-19d1-4003-8726-e2600c1883f2", + "id": "583e564c-d2d2-431b-bf50-72371f17fc66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247489,7 +247489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4015b309-3536-457c-977d-4f56ac91a4a3", + "id": "35607775-d933-41bc-bc87-c06df8639bc2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -247534,7 +247534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abfb90ce-e70f-4002-bd07-ba6e0edaafed", + "id": "66610530-e983-4b56-b870-9d8951726cad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -247585,7 +247585,7 @@ } }, { - "id": "c8d08a1e-2622-4d77-a902-e0af5e40fb16", + "id": "5095423f-23e6-4546-bb0f-0ff3347204cd", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -247627,7 +247627,7 @@ }, "response": [ { - "id": "9e4a26b0-ba88-4c95-9da2-83989025e772", + "id": "3d40b379-13b6-4ceb-9771-768ce6e8bbf8", "name": "A work items details object.", "originalRequest": { "url": { @@ -247672,7 +247672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "303bac90-1167-4c0e-af4d-f49fb69315e8", + "id": "2843054c-9781-42c3-bf00-c9d2c4c1b0d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247717,7 +247717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fdfe10c-371d-4535-9846-bc60d9c31b95", + "id": "6e888ecf-2a6a-40f4-8020-2e9f74cbed75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -247762,7 +247762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ded5c780-e18d-4be9-b164-9fb9b7cfb66c", + "id": "6f9920c9-6cf6-47b6-804d-48aeed6c6f34", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -247813,7 +247813,7 @@ } }, { - "id": "b6a8529d-d994-456e-8ff8-b3b739d29ec6", + "id": "4d54740c-ca0f-4b3d-8e82-fb1b8063bb3d", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -247868,7 +247868,7 @@ }, "response": [ { - "id": "71e52aeb-565f-41fd-a32c-b45c5d3038c2", + "id": "eef44e06-79df-4b7f-8b45-415eb1d09f20", "name": "A work items details object.", "originalRequest": { "url": { @@ -247926,7 +247926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eaa5df7-f9d2-4201-ad0a-4e4779da6c38", + "id": "41c77363-0a6a-4d37-ac4c-400d6e852d2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247984,7 +247984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae3cb4fc-7f1d-40ed-a6b7-a0e291b77f4f", + "id": "6d5e2976-9dbb-4e2e-9e20-b1e9d1081646", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248042,7 +248042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f68d9762-9bd0-412c-a2fd-3f9d256683ef", + "id": "ea1d0a0c-12bf-4beb-a79a-9c5ded7b1a96", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -248112,7 +248112,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": "da8aaa8f-d8fe-4f01-a3e4-a077e54fd423", + "id": "74b57808-0ad5-4e06-bd99-d5e1963ce2f2", "name": "List Reassignment Config Types", "request": { "name": "List Reassignment Config Types", @@ -248142,7 +248142,7 @@ }, "response": [ { - "id": "4419efc4-d12a-43fa-925b-99d8d1e9ed67", + "id": "85a64c2a-1f71-4ecc-b2f9-edaeeb0a865b", "name": "List of Reassignment Configuration Types", "originalRequest": { "url": { @@ -248186,7 +248186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80def28a-047a-4f78-a80c-0bcf6ab8aa5d", + "id": "807d3ba8-f705-4633-8851-e9ca59dd90e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -248230,7 +248230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9241eb7-ab02-4481-841e-1bb13ddb2ffb", + "id": "fc34cd9f-1a24-47fc-a0d9-2400a59c3feb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -248274,7 +248274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "947e21df-5671-4ff8-b895-20cfab08b15e", + "id": "fae0c97d-d6e6-43f5-a34d-df576a6d578f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248318,7 +248318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "434687fd-c033-4b51-8225-cb7aee15cd31", + "id": "8cd0c4c9-9fef-4978-b819-f968ebb1241c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -248362,7 +248362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e729929-428e-46a6-8366-33a23a1bb958", + "id": "979d9c63-401e-4edc-90d4-b8adfbb6ac19", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -248412,7 +248412,7 @@ } }, { - "id": "3f2236e3-216e-4a2b-bbec-0d1e2f712204", + "id": "15cf5db8-5340-4cba-ba48-cb55e71a6ef0", "name": "List Reassignment Configurations", "request": { "name": "List Reassignment Configurations", @@ -248441,7 +248441,7 @@ }, "response": [ { - "id": "4e5d2855-ceaa-4064-8292-ca6ed4a510ac", + "id": "80384a5d-a1df-4ba7-8bb9-a4304ff904cd", "name": "A list of Reassignment Configurations for an org", "originalRequest": { "url": { @@ -248484,7 +248484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bf7756b-a45e-4de6-86da-9b1bf613fb7c", + "id": "e6de0a47-0579-4091-bbe7-d45bc7b5a077", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -248527,7 +248527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25b1c402-92f0-437b-83a9-365fa0b01193", + "id": "b2ba242d-3f4f-45e0-9d53-caff7114c78b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -248570,7 +248570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2f12a1e-7147-4b9b-a121-cc74cd9d944a", + "id": "7e9aabc7-76fa-4786-8348-5749ba74904e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248613,7 +248613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d7f0dd5-912f-4526-9d05-625bdc5ce02e", + "id": "20fa6fd9-aa6b-4b62-953b-e3fbf6021c0b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -248656,7 +248656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8e573b1-26a9-4797-add6-c47e57a1216f", + "id": "2736ddfc-1f16-4b15-a82b-9346758e8a1c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -248699,7 +248699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e166142a-4f06-4a1b-a526-d9dd3b484749", + "id": "e46fb0c6-70a8-451e-9c8a-361db34e8762", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -248748,7 +248748,7 @@ } }, { - "id": "7f9cd593-17b5-4e28-bda4-e21d2149fb10", + "id": "8a9e83ec-3efd-41fa-b7ab-7ad19fba6e9a", "name": "Create a Reassignment Configuration", "request": { "name": "Create a Reassignment Configuration", @@ -248790,7 +248790,7 @@ }, "response": [ { - "id": "eb5391a5-a9ca-4dfa-9ebc-28daa4d4c21f", + "id": "c3d33b95-fcbd-4fb6-98d6-9cbffa4e08d1", "name": "The newly created Reassignment Configuration object", "originalRequest": { "url": { @@ -248846,7 +248846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fc5276a-70d2-4f2a-80ae-9b176a962144", + "id": "e606ac4f-ade5-4254-b9eb-7d3b75522d27", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -248902,7 +248902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de21c724-fa11-48d8-9673-d811b5db66e7", + "id": "3ba8c9b2-b275-45eb-903d-b7969475fcc1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -248958,7 +248958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2e5904d-c0b6-4894-b7c3-2bf24b162c22", + "id": "cd37cbff-9af7-4322-b31a-6e248a1bb3b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249014,7 +249014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7275964d-0cf0-4b14-bd44-4a30079146dc", + "id": "1baf2843-8052-41ed-8e12-9c5a487f7f44", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -249070,7 +249070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c5318ca-ad85-4b52-8ae5-69b9565733eb", + "id": "0cd97af2-4a94-4b71-8b74-305f5479315b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -249132,7 +249132,7 @@ } }, { - "id": "631f646c-35f7-4827-917c-f515bd66d76f", + "id": "d1cb75d0-14d0-4e48-9923-8f616c8e46bc", "name": "Get Reassignment Configuration", "request": { "name": "Get Reassignment Configuration", @@ -249173,7 +249173,7 @@ }, "response": [ { - "id": "73aa9d3c-9ed0-4d6a-a077-d0cb1693448e", + "id": "202a182b-2904-4dad-8ee8-a41118e76c71", "name": "Reassignment Configuration for an identity", "originalRequest": { "url": { @@ -249217,7 +249217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d122d7b-c1a6-4cdd-94fa-dba02fdabfa7", + "id": "a17a49c1-f723-44dc-af3e-0fd79306fa80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249261,7 +249261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45b914a1-198b-4e37-a996-381e83469e32", + "id": "0005c5a1-8ff5-4c68-81d5-451c99231776", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -249305,7 +249305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f465cc1-70ce-41e8-aa60-a1730a95f00a", + "id": "82132bc8-e7ff-45ea-ad0b-820c4860fcef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249349,7 +249349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "012206f7-14d4-461b-a0d3-3d0663ec4139", + "id": "76a516a8-9fe9-406b-86bb-bd016c8fd870", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -249393,7 +249393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcf775e3-9851-4f3b-81c6-c1ede731b6e1", + "id": "94734f7b-c313-4c73-bc5b-fbf55dd8635e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -249437,7 +249437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c3d8fed-55e6-431d-a639-bbd0a153053d", + "id": "a3940b0e-6546-4e67-93aa-3ac3225c0aaf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -249487,7 +249487,7 @@ } }, { - "id": "caf91af7-daed-4fdd-9316-1b1fcbe2d4b8", + "id": "a9048624-a2d6-481d-86ee-ec4100e58b4d", "name": "Update Reassignment Configuration", "request": { "name": "Update Reassignment Configuration", @@ -249541,7 +249541,7 @@ }, "response": [ { - "id": "ea4f51d8-5bda-420e-92f6-df706e152a47", + "id": "1aed2f04-3f99-428d-9584-7df4147b2016", "name": "Reassignment Configuration updated", "originalRequest": { "url": { @@ -249598,7 +249598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa825d58-1113-4c56-b0ac-57a70faf3d65", + "id": "83963930-71b8-48e1-b8f4-199daf5b6939", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249655,7 +249655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a4f7ddb-543b-4e5b-b403-f6bfaed07b03", + "id": "0cb29977-77b2-4e0b-b9f5-6f899d095744", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -249712,7 +249712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28313a62-de96-453d-813c-fcace7e70bf1", + "id": "56ab61c0-661e-46d9-b77c-414f663ee1f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249769,7 +249769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43888248-0f2f-4fe3-bd98-b5cab4e8a42d", + "id": "e8ea5941-f369-4f7a-8da1-950513917f8f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -249826,7 +249826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64b174ca-522a-4d07-b8dd-c08b8cf45bbc", + "id": "58b9dbe7-1549-4f9d-9cd4-b79e8bdce8d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -249889,7 +249889,7 @@ } }, { - "id": "d9b4d164-350b-41a4-bc5c-f59e7d06febf", + "id": "a345ff83-1df4-4c04-8890-7e0b24fd6286", "name": "Delete Reassignment Configuration", "request": { "name": "Delete Reassignment Configuration", @@ -249941,7 +249941,7 @@ }, "response": [ { - "id": "d7afaf26-d9da-4675-9bea-a4b8bb930dfe", + "id": "b35d237c-0a7e-4cf2-8a94-632e7a73a20d", "name": "Reassignment Configuration deleted", "originalRequest": { "url": { @@ -249976,7 +249976,7 @@ "_postman_previewlanguage": "text" }, { - "id": "21415f6f-cfe4-4420-bbe2-5273a424a3e2", + "id": "6e2a3433-673f-449e-a692-3c0d16ca517c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -250021,7 +250021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72d45f3b-8ca8-4a65-b7f1-7a8273ed82f6", + "id": "30063701-3226-4753-86f1-c3f00be45e65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -250066,7 +250066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03e44a5a-d685-496a-922f-4c86865c014b", + "id": "a3938c4f-57d7-4e4e-9c6e-0f6c5554322f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250111,7 +250111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b48c6fc4-b3e4-46b1-95f9-cf4bf998e234", + "id": "d2be9e37-4173-4584-a385-cd5ee51c09cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -250156,7 +250156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "364077fa-f0fa-4df6-9df2-92e18f3d9fde", + "id": "06c5e197-4372-4e37-94a7-80febe21df96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -250207,7 +250207,7 @@ } }, { - "id": "8ec6cfe2-b68a-482b-bdb3-3a0b74662f17", + "id": "f7967946-d9fc-4c10-a912-24ce44f1c66d", "name": "Evaluate Reassignment Configuration", "request": { "name": "Evaluate Reassignment Configuration", @@ -250270,7 +250270,7 @@ }, "response": [ { - "id": "9f0e1037-7c01-456e-8697-af518fcf3ee6", + "id": "1bdbe958-09df-45f4-bf94-b7f8cd77aa05", "name": "Evaluate response when no Reassignment Configuration is found", "originalRequest": { "url": { @@ -250326,7 +250326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aaf3861-f962-42b6-8e63-ff1911f7cd77", + "id": "f45a12b4-3ced-4eca-ab1b-37c36b67f361", "name": "Evaluate response when a long Reassignment trail is found", "originalRequest": { "url": { @@ -250382,7 +250382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2dbc820-80ae-4864-8829-7c55f68490b5", + "id": "2705ff8f-e389-4d5f-a51a-bb31688e9c97", "name": "Evaluate response when a self-review is found and manager or org admin escalation is applied", "originalRequest": { "url": { @@ -250438,7 +250438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "658e2c3b-48e4-4491-ac38-9b1fe3e12924", + "id": "7fb3723a-d2a4-47d1-8e0e-fd3bd0080b34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -250494,7 +250494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7720def3-d1d8-40b7-bd08-431025b5427d", + "id": "56c1f328-2fcb-4be5-a29b-9b765b6bbd23", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -250550,7 +250550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb9c8de2-800a-4b42-9518-6f39680d1b51", + "id": "1f245d67-9447-4f84-8773-b8398950ab21", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250606,7 +250606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99747e27-77be-4042-8d47-15908250f90b", + "id": "0f572fd9-9179-400d-9019-2f591e9d66a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -250662,7 +250662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c400c34-ed3d-4f3f-bc24-c78c76ddc0d1", + "id": "a3677d9f-d4c0-47a0-9468-45684f721245", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -250724,7 +250724,7 @@ } }, { - "id": "ac1fddb7-b75c-4a6c-b4da-7056e202bc08", + "id": "e31aba16-a629-45bc-bf72-59d1bc1534e7", "name": "Get Tenant-wide Reassignment Configuration settings", "request": { "name": "Get Tenant-wide Reassignment Configuration settings", @@ -250754,7 +250754,7 @@ }, "response": [ { - "id": "fa6477de-aa73-4e3b-9559-de529e42674b", + "id": "91d6c8d4-81a6-4a75-87a9-97582707543e", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -250798,7 +250798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd365159-28c2-4d0d-8a70-d6ea4f9343eb", + "id": "ec8ded85-9e44-447f-a228-ea5e8e1dfe98", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -250842,7 +250842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba8c7458-0140-4b58-9cd1-1dd81802f574", + "id": "97751f71-414f-4c39-a45d-366699ce5b08", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -250886,7 +250886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cf36152-b6f9-43c2-b5a8-d664ef73742b", + "id": "90ed8b20-0a5a-479b-8e05-d9380616049e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250930,7 +250930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2c93a5b-5f31-4dc7-afa2-6737e4e8e0d3", + "id": "0053cd68-7824-438b-90f5-f10d2bb4b498", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -250974,7 +250974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b06586d-b371-4cad-8426-03c473c5a754", + "id": "7648e9f3-4794-4991-97be-4762555c59c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -251018,7 +251018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e09efdc2-6bcd-4870-9494-67b735da32bb", + "id": "f32244d9-905d-4cc7-ac66-a0b38ed3bf7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -251068,7 +251068,7 @@ } }, { - "id": "0577f732-b12d-4ac0-8b8a-e6a1ac4e7d02", + "id": "eda87df4-f753-4317-855b-e5a5f30de288", "name": "Update Tenant-wide Reassignment Configuration settings", "request": { "name": "Update Tenant-wide Reassignment Configuration settings", @@ -251111,7 +251111,7 @@ }, "response": [ { - "id": "c70f0f9c-5827-4ce5-b0d1-ae7e272f3676", + "id": "46c390e9-62d1-4d01-8fd5-e50618bbafbc", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -251168,7 +251168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "962eb380-48a5-4f77-9c5c-dd5dd7b6bdcd", + "id": "529c89f5-44f0-406b-aef3-5ff4da1692da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -251225,7 +251225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f62da06e-e6d3-442f-9952-72c42097660a", + "id": "a1a8fec6-b61e-4f59-9ccd-9ca76b401c55", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -251282,7 +251282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "127ac52c-0a50-4032-aa26-9ee06c203979", + "id": "af3e1001-d7b1-40db-bfd4-7939af288f4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -251339,7 +251339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f1b222d-3678-4340-8af8-e55f67c1e839", + "id": "62b175b9-1ec4-44ef-800a-970705d36654", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -251396,7 +251396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16c77c20-0366-43b9-9ca3-48863d013c2a", + "id": "e63ccad8-2907-4777-80a0-14fef0a2e237", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -251465,7 +251465,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": "cc34e227-c58d-42f8-9387-ae636077c9cf", + "id": "832a0d72-7ff5-4ac2-a9b4-6a7308b14ab7", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -251507,7 +251507,7 @@ }, "response": [ { - "id": "85c614f2-f8ba-4f2e-86af-91f6cf0cf52c", + "id": "2b91675b-f033-4a27-965e-56bee459b168", "name": "Event Trigger", "originalRequest": { "url": { @@ -251558,12 +251558,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\": \"fugiat adipisicing minim\"\n },\n \"displayName\": \"ipsum\"\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\": \"dolor Excepteur laborum sint\"\n },\n \"displayName\": \"nisi\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ca5cef66-d199-40e2-bf04-6c3681ec8f4e", + "id": "c78c2017-25bb-453c-b8b0-7f102d4ff680", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -251614,12 +251614,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\": \"fugiat adipisicing minim\"\n },\n \"displayName\": \"ipsum\"\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\": \"dolor Excepteur laborum sint\"\n },\n \"displayName\": \"nisi\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fb6aa74a-6a04-405c-b708-e825be09967f", + "id": "9fc8993d-01ea-4d80-9b2a-a6596945e8a4", "name": "Event Trigger", "originalRequest": { "url": { @@ -251675,7 +251675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1524f1fb-8f24-4fff-8ff1-152b46a70064", + "id": "b5b629c8-98c5-4de4-8508-ba27002dee31", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -251731,7 +251731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2692fed4-2182-4698-928f-4f170c4c8e9d", + "id": "29e9e551-6c41-4c7d-8ce9-0a51c941fb08", "name": "Event Trigger", "originalRequest": { "url": { @@ -251787,7 +251787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63177d72-ba24-430d-ac94-b979a5bb3694", + "id": "40060141-c860-4b48-99ca-4b4a99d1ea51", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -251843,7 +251843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9016c914-9a1b-42aa-b361-bc337fab8558", + "id": "7db19e79-2245-4b94-b533-b311db50f70c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -251899,7 +251899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38cbbb2f-b91b-4098-a992-151c3b11db53", + "id": "64f376aa-01ec-4abc-99e9-e4b36b4e55e8", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -251955,7 +251955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d82b2d63-eb24-4887-8ddc-c112ab76fe6b", + "id": "c864278f-6f7f-45da-946b-50396e47c712", "name": "Event Trigger", "originalRequest": { "url": { @@ -252011,7 +252011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edba6b20-d4be-4d1d-b0b1-9abf9dd3de16", + "id": "a0d9ed20-3ce2-4891-b585-b81dd45293d1", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -252067,7 +252067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed72a0f6-e23c-41c3-a82e-c1f88bf8c284", + "id": "5d0ae294-068b-480c-92fe-2b301d5684eb", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -252123,7 +252123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e479a8ae-bf72-426d-b2d9-6112d69be5ce", + "id": "53002152-9d6b-4bc8-a5ce-97a432a0b667", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -252185,7 +252185,7 @@ } }, { - "id": "6f823abf-061f-462d-b106-50489d49c1cc", + "id": "9418b297-9526-434d-bf93-5d2c07c667bd", "name": "List Workflows", "request": { "name": "List Workflows", @@ -252214,7 +252214,7 @@ }, "response": [ { - "id": "a6b452f4-fc65-4ca4-801f-9d4bb099c03f", + "id": "31fbd763-d54f-4938-8fe8-ede8c7e27525", "name": "List of workflows", "originalRequest": { "url": { @@ -252252,12 +252252,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\": \"id mollit minim aliquip\"\n },\n \"displayName\": \"nostrud 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\": \"ullamco aliqua Duis occaecat\"\n },\n \"displayName\": \"dolor consectetur dolor Ut\"\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\": \"veniam velit eiusmod sit\"\n },\n \"displayName\": \"sunt dolor\"\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\": \"ea pariatur sit\"\n },\n \"displayName\": \"Ut ipsum\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fbf3ca12-70bc-4074-9135-25a06832fdbd", + "id": "1f530a6a-ee33-4ea9-a605-89e3e643133a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -252300,7 +252300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "060ede43-c8b4-4b62-8e98-c1dc5db4893f", + "id": "399ed43d-5bb6-4fcf-a479-6cb09a39037b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -252343,7 +252343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f68ea11-f590-4e89-955e-6f373eb4f273", + "id": "b7e882ab-22df-4a7d-b662-f240a10c9a0a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -252386,7 +252386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "224c6202-2267-4d42-936d-154346c6f670", + "id": "dea03bab-be7e-4c3d-88f5-741e597dbe16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -252429,7 +252429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94b253b2-e6b2-4b38-8300-c3d1b274fb14", + "id": "9302bebc-860e-4950-b4df-ce53093f6895", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -252478,7 +252478,7 @@ } }, { - "id": "18a42604-27fa-4352-b944-ef530aeba1fb", + "id": "ca1d5022-faaa-4f3f-8d82-e07a72f84e70", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -252519,7 +252519,7 @@ }, "response": [ { - "id": "84260467-6cdd-4786-a460-c084c0eab57c", + "id": "fae0c327-a3cd-4a6c-a83f-1aa2a8f43ce5", "name": "The workflow object", "originalRequest": { "url": { @@ -252558,12 +252558,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\": \"fugiat adipisicing minim\"\n },\n \"displayName\": \"ipsum\"\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\": \"dolor Excepteur laborum sint\"\n },\n \"displayName\": \"nisi\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "83b70de6-5fd8-457c-bfa5-c89dc1cc300a", + "id": "7f49dba0-5867-4224-bf12-86562b239a66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -252607,7 +252607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d8ad733-d986-49ce-b4ca-68719441ca48", + "id": "cdd73523-858d-4f3c-b23b-fb8786f67031", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -252651,7 +252651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ed12325-2cd1-4fb0-acac-a9755b5e4776", + "id": "099d72b0-b17f-47b9-bdb8-5722b241bfb1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -252695,7 +252695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97888908-abb3-418e-83fc-f30e1dd44ce2", + "id": "6f7162fa-9458-471a-b4b5-5ec49d0bb022", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -252739,7 +252739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57068693-dcc0-47be-922f-8b70ad5dec71", + "id": "431b93ab-d072-43c7-b972-f632b71cb641", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -252789,7 +252789,7 @@ } }, { - "id": "b18f6ad6-9ff8-45fa-9dc6-12b643e72559", + "id": "8808752d-9479-4f63-b443-cf75d2adee94", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -252832,7 +252832,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\": \"Lorem minim est enim\"\n },\n \"displayName\": \"ex\"\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\": \"minim dolore nulla amet irure\"\n },\n \"displayName\": \"in\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -252843,7 +252843,7 @@ }, "response": [ { - "id": "e274f6c4-a0fb-4952-9580-1e68c0051e06", + "id": "72345e9a-6727-426a-bbbc-9a5c8e898b8b", "name": "The Workflow object", "originalRequest": { "url": { @@ -252878,7 +252878,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\": \"Lorem minim est enim\"\n },\n \"displayName\": \"ex\"\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\": \"minim dolore nulla amet irure\"\n },\n \"displayName\": \"in\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -252895,12 +252895,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\": \"fugiat adipisicing minim\"\n },\n \"displayName\": \"ipsum\"\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\": \"dolor Excepteur laborum sint\"\n },\n \"displayName\": \"nisi\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "81cb27b8-55c3-427a-a9a8-5515262fc957", + "id": "d490a154-7abb-45a3-a4d2-82d976a0460e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -252935,7 +252935,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\": \"Lorem minim est enim\"\n },\n \"displayName\": \"ex\"\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\": \"minim dolore nulla amet irure\"\n },\n \"displayName\": \"in\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -252957,7 +252957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f17856a1-6310-4076-b580-1b9b47206177", + "id": "5ecd3e57-8e92-42ef-96bd-396c9de63211", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -252992,7 +252992,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\": \"Lorem minim est enim\"\n },\n \"displayName\": \"ex\"\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\": \"minim dolore nulla amet irure\"\n },\n \"displayName\": \"in\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -253014,7 +253014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d50e4b-8c69-4e46-a915-d6dc67c8fd7c", + "id": "bb41e7d0-bdca-4602-9af8-6a638bf36eba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -253049,7 +253049,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\": \"Lorem minim est enim\"\n },\n \"displayName\": \"ex\"\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\": \"minim dolore nulla amet irure\"\n },\n \"displayName\": \"in\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -253071,7 +253071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb689485-d62b-4f2a-8313-ce402bd1328c", + "id": "aab80db6-6032-42de-b109-b635f571f368", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -253106,7 +253106,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\": \"Lorem minim est enim\"\n },\n \"displayName\": \"ex\"\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\": \"minim dolore nulla amet irure\"\n },\n \"displayName\": \"in\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -253128,7 +253128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d4be04c-c84c-49cf-a4ab-f7da4074b142", + "id": "af524dc3-3734-4aff-a677-b076498fe24b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -253163,7 +253163,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\": \"Lorem minim est enim\"\n },\n \"displayName\": \"ex\"\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\": \"minim dolore nulla amet irure\"\n },\n \"displayName\": \"in\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -253191,7 +253191,7 @@ } }, { - "id": "34425f84-9b45-4082-8145-8c2d003704b9", + "id": "1e562262-9fa8-40c8-8dde-7de3d05c7065", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -253245,7 +253245,7 @@ }, "response": [ { - "id": "4509fd47-aa0e-4c44-a4f1-e7f874184dd6", + "id": "271f0f75-4a0f-403e-9182-394c6164a4a9", "name": "The Workflow object", "originalRequest": { "url": { @@ -253297,12 +253297,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\": \"fugiat adipisicing minim\"\n },\n \"displayName\": \"ipsum\"\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\": \"dolor Excepteur laborum sint\"\n },\n \"displayName\": \"nisi\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7e209d50-f982-4dbd-99f8-415418bb2624", + "id": "36aeb564-4aee-4199-8604-507c5cf475cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -253359,7 +253359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65f2a393-2ac6-4d75-8e82-5c2d06154d4c", + "id": "1aff8f9a-222b-4a04-83be-3b37ee09a980", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -253416,7 +253416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f25fdbd-6ab8-4ac3-90fa-cad7181c2d76", + "id": "7ce71d38-8994-4d73-a816-8372c699b514", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -253473,7 +253473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9ac0c45-538b-4106-873d-01f1cb7b475a", + "id": "c530574f-9ffd-4985-825c-fcb5b6e04e55", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -253530,7 +253530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede841a9-a79a-4a4e-aafc-0d104c9660af", + "id": "ffd38c9d-ff36-48c9-958d-976348e76d52", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -253593,7 +253593,7 @@ } }, { - "id": "cf83e578-c5a7-4b8f-9873-4f8ae9d95eb3", + "id": "b5d816c0-2807-4efc-928e-93bd48e65100", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -253634,7 +253634,7 @@ }, "response": [ { - "id": "e2e530e1-5913-473c-bc1b-8dd369db9dd2", + "id": "ae76b8c7-e0e7-4c27-889f-9fc563e5d571", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -253668,7 +253668,7 @@ "_postman_previewlanguage": "text" }, { - "id": "82f3891d-dc10-45a0-91ab-2cc788accf38", + "id": "e6773d13-9b05-4671-a167-669e71c6f2f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -253712,7 +253712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5f5c4cd-8e72-4752-ab8c-66d9ecaee9f3", + "id": "b21959c9-f0f2-4f07-94dc-8bebb161fea9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -253756,7 +253756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b292f4f1-b4cf-4a46-8e1d-de6b802a710f", + "id": "b6b08c4d-aeb0-4cf2-865c-82f549792766", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -253800,7 +253800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "284b051f-7014-4adb-92e8-dc6442f49151", + "id": "28b7c93d-8b95-46bd-9b28-2b9e2b4a16b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -253844,7 +253844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "678efc4e-5e0f-4345-9fe1-06a1d3a5a27b", + "id": "bf84d5dd-7165-4049-bfb1-a8428d691824", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -253894,7 +253894,7 @@ } }, { - "id": "d74fd25c-a3d6-446c-a610-d582dc55391f", + "id": "39ec28db-99ce-4eda-8bda-39b94e50e6f7", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -253949,7 +253949,7 @@ }, "response": [ { - "id": "979eeb80-ba1e-4872-b98b-49331b882691", + "id": "18c92d60-7f60-434a-b8ce-9475c726b835", "name": "The Workflow object", "originalRequest": { "url": { @@ -254007,7 +254007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "950d610d-eeca-4b23-94d6-f18f9c9b3ab0", + "id": "051cafa4-225a-4d2b-923b-c31f76ab25e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -254065,7 +254065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "571a3063-95d0-4a0c-a22a-b66cc49c2d79", + "id": "07140b23-b4fd-4fb6-b2e9-8a2760fd997f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -254123,7 +254123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f8b7502-e058-4b0a-bcfe-87a34a45b79f", + "id": "5015a61b-5ff8-45c8-a3ef-78b2eff18c2f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -254181,7 +254181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d053ff8f-fe00-41eb-bb0a-8eb8af6f5ee2", + "id": "671a6d05-e865-4f38-9f2f-433407d40592", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -254239,7 +254239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5f49076-63ec-454b-995a-e89b8c8848fb", + "id": "f40b8c5b-1d26-4d4f-b429-a1807f6a997d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -254303,7 +254303,7 @@ } }, { - "id": "685cf648-996d-4d45-855f-bddc7305ce75", + "id": "377e9ca0-7c2c-4ffa-8393-d6d1b9a2d9d2", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -254382,7 +254382,7 @@ }, "response": [ { - "id": "da469f57-0f6b-4fad-8324-d9876fdddcac", + "id": "89452707-a25a-4df4-9838-ff0ef37d8cc1", "name": "List of workflow executions for the specified workflow. ", "originalRequest": { "url": { @@ -254464,7 +254464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0be2e144-6bd1-4bb1-a7eb-9489b8066048", + "id": "fce943e4-5087-4975-a212-ced099ed9559", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -254546,7 +254546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe9335dc-0644-4b21-aee2-4ddcc2b82862", + "id": "5874b9a2-1500-4cb5-9c0f-eef226e1f2fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -254628,7 +254628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1b4a10e-6c5f-41dc-8e72-a7a14e56be04", + "id": "f5160fc4-1cbd-420e-9756-c51a30284acf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -254710,7 +254710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37804394-bd48-4dff-97eb-940ef2e35dc5", + "id": "13885025-6f49-4ff8-bcb5-01f69b890e50", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -254792,7 +254792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7742f929-3ea3-47d6-9122-3edfa31bf841", + "id": "55568e15-7cd8-4092-a8e1-3926faabb237", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -254874,7 +254874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cf5965a-f043-425e-9d1a-a075d82ba925", + "id": "796a0052-602b-42c1-9ea6-bc7743503574", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -254962,7 +254962,7 @@ } }, { - "id": "13055044-480c-4a27-bbe9-f99c0ab8cdee", + "id": "10f48360-36e7-4fed-a41d-2120fd9a3de9", "name": "Get Workflow Execution", "request": { "name": "Get Workflow Execution", @@ -255003,7 +255003,7 @@ }, "response": [ { - "id": "e90c2743-b050-49c6-9606-6a7a9051ffd8", + "id": "61a06dfb-77f0-4eab-89b4-556c3fc5ff4a", "name": "Workflow execution.", "originalRequest": { "url": { @@ -255047,7 +255047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88434586-0793-42d2-9d7a-217a877e7d60", + "id": "027a2b0f-eb12-4666-ba4a-255e56b9f34f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -255091,7 +255091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "add2d411-58a2-4e06-be41-e7b189451ccb", + "id": "f6cd985d-1bb6-4a44-97a5-c8a267e652cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255135,7 +255135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2833bcc-86a9-4b29-b067-aa64e1fb118d", + "id": "2ca7d122-d28d-41d8-b05c-ce9105d9f3ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255179,7 +255179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2500ed42-ae7d-4172-a140-2e433c40caf6", + "id": "08c48bbd-ec87-4503-a795-df11cc257bbb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -255223,7 +255223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0bb6165-7691-4f19-925b-87c878896d77", + "id": "86951c0d-c84e-4f44-91e1-7d623472064c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255267,7 +255267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef2e1c94-a4e5-4f2c-8a40-7d676c195dc0", + "id": "ae8e8264-003b-4352-8cd0-8c35f73fe0ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -255317,7 +255317,7 @@ } }, { - "id": "1aff935a-174c-4dea-a023-9c2b1701b03e", + "id": "9078d77b-85bd-4116-8bbe-72479abf2e10", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -255359,7 +255359,7 @@ }, "response": [ { - "id": "6a20de87-484a-4ea6-927f-026886b4944e", + "id": "e6fbdd0f-fc25-49f7-840c-70d617a3d54b", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -255404,7 +255404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39f0eb37-67b3-4698-bb98-b8783b2670ea", + "id": "6a999f9a-5b24-4192-a5a9-3a9a2ad31281", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -255449,7 +255449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "661e3ed4-4e4a-4f61-800c-6455e439f38d", + "id": "f5c8a881-e387-4081-a8a8-89a91135a012", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255494,7 +255494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8586ccd-b1b2-4880-93f9-5bc7c0d90a0f", + "id": "88b2078e-d9ff-4a17-9694-74d875760dd4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255539,7 +255539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6af5ee73-af38-4d87-b9d3-f49c9c439369", + "id": "489ef684-4e1b-4eef-953b-e82deebcfbdc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -255584,7 +255584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a722e35d-addf-4c2d-b1e5-c7bf19e3b0c8", + "id": "93282c9b-3d2a-4db0-a8f2-7a2658675a6d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255629,7 +255629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27fc6c9-1499-451e-a0bb-6c419c61f05c", + "id": "ae5154ae-abc5-49b1-b248-056039ed0c04", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -255680,7 +255680,7 @@ } }, { - "id": "9b3bad8b-ec87-4802-a4e7-d608eeb1624b", + "id": "d211ba1d-702a-44e1-8084-5f348d11ed60", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -255722,7 +255722,7 @@ }, "response": [ { - "id": "f35f75df-15b6-4857-a799-20338cf36d65", + "id": "db53a9cd-8d41-4ec6-9329-bfe2c7953f96", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -255757,7 +255757,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d9fa9db4-2624-4996-88dd-e013314da7d5", + "id": "2eda92b6-dcce-42b3-bdec-49667ff61709", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -255802,7 +255802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5049e90b-ff89-4ce6-a3ab-4c02fec24f1b", + "id": "7212d085-d028-4f19-9631-cc0117c0ab97", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255847,7 +255847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b67730-4ae1-4fd2-a336-3dd75c1aa9ff", + "id": "cc524ac5-2395-4bcf-be0d-920ebf2ac6c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255892,7 +255892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a83f1ca5-57c2-4c10-9db8-c09a461e13f3", + "id": "b974f2ee-e4eb-46e8-95ac-68d2abb8b906", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -255937,7 +255937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89ba5a23-6651-4cf6-ae21-ffaa3b20a06f", + "id": "e96f572d-3858-4a1f-9305-d1ba9cf8c348", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255982,7 +255982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e92e03b0-e8be-4989-8ba0-641dc512f3a0", + "id": "61838571-2c93-47dd-962b-4202fdf114da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256033,7 +256033,7 @@ } }, { - "id": "e324819d-ed76-4bac-b14e-50f79ee38863", + "id": "e83378db-ce9f-45da-9675-09c1e8c41408", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -256081,7 +256081,7 @@ }, "response": [ { - "id": "991a5c7c-49eb-4ead-a613-38ed7175e0e2", + "id": "46bd00b0-f5f4-4be1-bcce-36da34d14675", "name": "List of workflow steps", "originalRequest": { "url": { @@ -256138,12 +256138,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\": \"2003-09-15T01:31:17.377Z\",\n \"versionNumber\": -89163132,\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\": false,\n \"deprecatedBy\": \"1975-11-30T00:12:13.013Z\",\n \"versionNumber\": 63433889,\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\": \"2002-09-28T04:39:09.971Z\",\n \"versionNumber\": 85863429,\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\": \"1998-08-10T20:36:05.682Z\",\n \"versionNumber\": 95147628,\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": "80a8904b-e2b3-4fb1-80d5-9b299735af3a", + "id": "231745df-55fa-46cc-97f9-a89964627947", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256205,7 +256205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c48830c-104e-43fa-aaa8-c22b9363af5f", + "id": "025541ce-cd14-4926-953f-d0977e9ff61f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256267,7 +256267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a698f7-f34f-48d6-86c5-2d44ec8da914", + "id": "0579cd7c-ba9e-4616-8fea-c349f38385cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -256329,7 +256329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ad07a07-d91b-409c-85f9-2258f4a1c71b", + "id": "6f309802-a320-4766-af79-05da00a7a367", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256391,7 +256391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee722bb-5722-4aa4-ad3f-5d0421b10053", + "id": "4b882819-f5aa-4120-88a1-68d3b28ff834", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256459,7 +256459,7 @@ } }, { - "id": "8e8e8ad9-3ee5-487d-82f9-e802aae66cd7", + "id": "f13de38b-428d-446f-a255-033ee8d38450", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -256517,7 +256517,7 @@ }, "response": [ { - "id": "ae3fd0da-2062-4e51-b209-d0084f26e722", + "id": "f1ce28bb-d907-4c78-a126-0e9228b1e3c0", "name": "List of workflow actions", "originalRequest": { "url": { @@ -256584,12 +256584,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\": \"2003-09-15T01:31:17.377Z\",\n \"versionNumber\": -89163132,\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\": false,\n \"deprecatedBy\": \"1975-11-30T00:12:13.013Z\",\n \"versionNumber\": 63433889,\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\": \"2002-09-28T04:39:09.971Z\",\n \"versionNumber\": 85863429,\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\": \"1998-08-10T20:36:05.682Z\",\n \"versionNumber\": 95147628,\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": "4127ed95-2671-45e5-9727-2bcec27ea767", + "id": "0d923f72-b89d-4649-95a3-f6294d821f32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256661,7 +256661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "736d655a-e651-4eb5-b30d-387121fc5a07", + "id": "7ac44de9-54ce-4403-8c03-3313e2ba3df1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256733,7 +256733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f4cb9c2-6dce-4e02-8867-0b59d8ea7fef", + "id": "68aeb8ff-d99c-462b-9f69-2e3963dd0dc1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -256805,7 +256805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5792485d-e8d9-4b03-bddc-531d37bd7815", + "id": "28ed3931-5f20-49d0-ac80-0623357f43dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256877,7 +256877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b68041b-d82e-464f-a59e-821afcd38669", + "id": "255c39aa-fa5d-4f5e-9da1-1e6cf9b82cc0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256955,7 +256955,7 @@ } }, { - "id": "38bafcd8-a41a-4a74-87e6-362d24ca1616", + "id": "25446f71-ef43-47f5-8f96-a4dcddb68fa1", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -257013,7 +257013,7 @@ }, "response": [ { - "id": "92d30fcc-003e-4272-92d9-853bfd709947", + "id": "eec621a5-e517-45d9-bd46-205e6162deda", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -257080,12 +257080,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": true,\n \"deprecatedBy\": \"1987-01-19T07:45:00.263Z\",\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\": \"2002-07-19T01:35:42.635Z\",\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\": \"2016-06-21T03:27:51.827Z\",\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\": false,\n \"deprecatedBy\": \"1963-01-20T16:02:43.516Z\",\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": "2226df4a-207d-4898-af9e-f6d7fb6aba81", + "id": "a294cfa4-8b95-4990-94e0-ecff066415b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -257157,7 +257157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fd81533-307e-4f69-9c5d-e150dc15c02d", + "id": "02aeaec5-4a5a-4aec-a076-1192f4c82cc5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -257229,7 +257229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "febd9898-bae4-4fc8-8c98-8433189aac94", + "id": "b722de03-04f9-41d7-8404-dc2bb43a0609", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257301,7 +257301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0a5bb1a-b597-4566-a679-29434d42b186", + "id": "ea6b26db-2fa5-493a-b660-4b64bae70a2a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -257373,7 +257373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "786a9585-8422-4e57-a4ee-a1e771c6be21", + "id": "00580bc7-44a0-4bb5-b9e7-2c79f077a529", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -257451,7 +257451,7 @@ } }, { - "id": "28f1386c-54ad-416c-800d-04f0f8e1f547", + "id": "60c10971-f223-423f-b14a-35f805d7c707", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -257481,7 +257481,7 @@ }, "response": [ { - "id": "8820b6bc-36ea-4f9a-99b7-46abb44301d0", + "id": "bcfc8a05-0755-41a6-b1ff-d0cd3d3a7a26", "name": "List of workflow operators", "originalRequest": { "url": { @@ -257520,12 +257520,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\": true,\n \"deprecatedBy\": \"2021-06-28T12:27:23.235Z\",\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-12T19:04:42.817Z\",\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\": true,\n \"deprecatedBy\": \"1949-07-09T11:22:09.535Z\",\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\": false,\n \"deprecatedBy\": \"1948-01-13T12:45:15.045Z\",\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": "22545361-fa50-45bf-949f-3564ca4163c5", + "id": "3818571a-8a46-4c70-8fe7-21c4e0252a7c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -257569,7 +257569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1487ce9b-0598-4e36-bdca-f08a57e0de4d", + "id": "02e5a93c-9e23-4718-a2e5-165e7dc2598a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -257613,7 +257613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc5b7573-7f42-4f7d-893b-a7f38bca0703", + "id": "3b606cb0-7040-4479-8bd2-149eb22fa0fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257657,7 +257657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "551816a3-955f-429b-bd79-30024035d843", + "id": "9214ffd2-b973-4de7-ae41-dc017ec29e26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -257701,7 +257701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "188f2f9b-65ae-44ed-8ced-82ee939f9ebc", + "id": "a838ef9a-1bbd-4a6f-9b0d-a00b92deaa8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -257751,7 +257751,7 @@ } }, { - "id": "b1db8801-f217-45a9-9a63-8c63c8a16a65", + "id": "08c4074a-cc08-47b7-8867-0e312d71ddc4", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -257794,7 +257794,7 @@ }, "response": [ { - "id": "4a1bc786-8af4-4447-97f2-64c633c4b0f3", + "id": "61740a8e-ff1a-49b8-bd73-2452ea9a9b26", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -257840,7 +257840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfc5af5d-af94-4219-8f3a-5833029fbdc8", + "id": "ce8f6ab6-d223-4d34-b99f-a13c77c90e8e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -257886,7 +257886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e50c0025-0ace-4d12-bbfb-37bac0ff64fe", + "id": "9eee7e5e-d59a-4196-b982-973c7b7f4ea1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -257932,7 +257932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4a2126b-e24d-4043-ad43-820f6ec85fd7", + "id": "7e5d1e1a-937b-49fc-b420-aa7f7a1f9d1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257978,7 +257978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8959af4-eaa4-4a0f-b8a2-cf6c997007d4", + "id": "2e9e560c-5211-4ea6-aded-39db4952abb3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258024,7 +258024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "567617a8-f153-48ba-989f-ba36df99185a", + "id": "8513a233-5fe9-44f1-a951-793dc166ccdb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -258076,7 +258076,7 @@ } }, { - "id": "7bfa8966-4f18-4a07-aea5-e5140cc1fdf9", + "id": "313c8597-8e40-40a9-be87-6d908c357ba2", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -258132,7 +258132,7 @@ }, "response": [ { - "id": "c0c34d05-3041-49bd-bfef-609a6dff7b3a", + "id": "c6e0d21a-5513-4d9b-b0c8-27f670ded7b9", "name": "The Workflow object", "originalRequest": { "url": { @@ -258191,7 +258191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e49b4d-72f6-49db-b417-2bde911054e2", + "id": "f8f11824-8070-4129-9fb5-ec377c88895e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -258250,7 +258250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40cfb9bc-75e4-4156-9b8b-dcf473c27352", + "id": "d6f88369-7960-40d5-a307-f7fb7d69c4e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -258309,7 +258309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c67de91f-7696-4538-ad9a-9435f9a32782", + "id": "8baaa43a-d79e-4628-b9e4-38a3570ce306", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -258368,7 +258368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e9834f1-cf35-40f6-a7d8-2ebae8b031a3", + "id": "89eec7ef-a4f5-4240-8264-79c202ed9ae6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258427,7 +258427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b4bb342-1285-48c5-9ed7-c84455c1039d", + "id": "29a7edf3-2a8c-47d8-b1b4-b4e67bcd7f05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -258492,7 +258492,7 @@ } }, { - "id": "661a5a12-ef0a-4fa9-b627-7e64cc3eec79", + "id": "bf7240c6-b570-4599-af07-6d4b302cc433", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -258549,7 +258549,7 @@ }, "response": [ { - "id": "1673309c-77e8-42d5-a8fd-060ad17f4134", + "id": "318a9850-c3e1-4156-b2fb-d3c36fe4468c", "name": "Responds with the test input", "originalRequest": { "url": { @@ -258609,7 +258609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a375de6d-0743-4166-b0e4-68a18dfc1161", + "id": "f3093eb9-05c2-424b-bc43-a632a369ae8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -258669,7 +258669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e81623a-d0c9-49b2-b0bf-710115ff4c31", + "id": "55413b26-c4e3-4358-a709-417f4c59276e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -258729,7 +258729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edb83ac9-8e2c-4f73-ae99-b3d746e9704f", + "id": "68858385-6667-4728-9c48-582c745047a2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -258789,7 +258789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17dccd83-5280-4c28-ab9c-916f86d4aeb3", + "id": "2f595769-cba7-4ea7-84f0-f0943e8f0f35", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258849,7 +258849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e95726c5-e4c6-41a0-8d5d-ea59da3f7b42", + "id": "6102bc57-f88c-412d-8e1c-238f41ba7b41", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -258995,7 +258995,7 @@ } ], "info": { - "_postman_id": "f34d155b-ba44-4af2-b78f-e6fcd44c9463", + "_postman_id": "2f0219a0-17fd-43a1-bca4-5427ce0b3f1b", "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 76a5adb0..e2ae27ae 100644 --- a/postman/collections/sailpoint-api-nerm.json +++ b/postman/collections/sailpoint-api-nerm.json @@ -5,7 +5,7 @@ "description": "", "item": [ { - "id": "372034ab-524a-4892-b465-7e570e283e1e", + "id": "eb6f4c6f-4053-46bc-b6d6-860fe70da1d0", "name": "Query for Audit events", "request": { "name": "Query for Audit events", @@ -49,7 +49,7 @@ }, "response": [ { - "id": "1c37498b-a1b5-429b-aa85-cdd6438278f2", + "id": "032baa02-e84d-4fbd-a1c6-43dd2297f0dd", "name": "AuditEvents", "originalRequest": { "url": { @@ -106,7 +106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9b6336a-d466-48f0-a563-34ecda40f9ad", + "id": "8e26b345-ac0c-4b41-950e-fbf6fb9d41b8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -163,7 +163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4a8428b-863a-425c-b9d9-fa77295878fa", + "id": "d4c74b35-cca8-4416-a6e4-6b963443da7e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -232,7 +232,7 @@ "description": "", "item": [ { - "id": "82178d4f-ae63-4038-974c-15f376da08d9", + "id": "5d98d168-0f06-4f7e-acf8-53230fe60e61", "name": "Create a new user", "request": { "name": "Create a new user", @@ -275,7 +275,7 @@ }, "response": [ { - "id": "b9b80e64-e1bc-429f-8239-264e11004c4f", + "id": "ad7fe4ad-2c91-4f3e-ab1b-8b487aa5077a", "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 sed aliquip pariaturconsequat\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1999-04-01T00:45:55.890Z\",\n \"cookies_accepted_at\": \"1984-10-28T10:12:25.452Z\",\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\": \"cupidatat voluptate irure sunt v\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1995-03-27T16:00:20.779Z\",\n \"cookies_accepted_at\": \"1960-04-04T19:16:02.135Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f3ae4498-a74e-4348-88f5-2834493a261b", + "id": "2c50a716-30f3-4742-99a5-a332e4ee795c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -387,7 +387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28ab5da5-31f5-4a62-a201-4296ab8a5690", + "id": "fdf36528-78be-4ecb-8fbd-838c31b6bc3e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -449,7 +449,7 @@ } }, { - "id": "8d40d018-4d4a-4cc8-8d25-037554e755e2", + "id": "f5dd25b7-e850-43b0-ba88-3941ddf40be8", "name": "Get users", "request": { "name": "Get users", @@ -508,7 +508,7 @@ "type": "text/plain" }, "key": "login", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" }, { "disabled": false, @@ -517,7 +517,7 @@ "type": "text/plain" }, "key": "title", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" }, { "disabled": false, @@ -535,7 +535,7 @@ "type": "text/plain" }, "key": "email", - "value": "Es6klFCaa@NgIWPfSxZxBqWmrPgJqVg.gs" + "value": "xipO0@L.pyq" }, { "disabled": false, @@ -561,7 +561,7 @@ }, "response": [ { - "id": "9195fc1a-4a4a-4cbd-a6a3-738477102d22", + "id": "120bb0e3-283f-49de-9d3e-53b46927205d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -615,7 +615,7 @@ "type": "text/plain" }, "key": "login", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" }, { "disabled": false, @@ -624,7 +624,7 @@ "type": "text/plain" }, "key": "title", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" }, { "disabled": false, @@ -642,7 +642,7 @@ "type": "text/plain" }, "key": "email", - "value": "Es6klFCaa@NgIWPfSxZxBqWmrPgJqVg.gs" + "value": "xipO0@L.pyq" }, { "disabled": false, @@ -681,12 +681,12 @@ "value": "application/json" } ], - "body": "{\n \"users\": [\n {\n \"id\": \"db6f8e8b-65c2-47d5-a0db-90bcc4e9df9e\",\n \"uid\": \"veniamincididunt fugiat dolor au\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1976-04-24T22:16:32.144Z\",\n \"cookies_accepted_at\": \"1952-04-28T09:41:40.229Z\",\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\": \"in eu tempor etveniam in mollitq\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1958-07-08T03:54:50.055Z\",\n \"cookies_accepted_at\": \"1971-10-16T09:53:14.059Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n ],\n \"_metadata\": {\n \"limit\": 1190334,\n \"offset\": -61697734,\n \"total\": -66345670,\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\": \"occaecat sint laborum fugiatea c\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1974-11-18T17:50:22.021Z\",\n \"cookies_accepted_at\": \"2016-08-04T00:42:46.460Z\",\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\": \"elit utcommodoexesse sit consequ\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1993-08-24T15:49:35.801Z\",\n \"cookies_accepted_at\": \"1969-05-23T15:21:30.252Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n ],\n \"_metadata\": {\n \"limit\": 88702321,\n \"offset\": 5039707,\n \"total\": -21964715,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d4832c64-3688-454d-ae85-1740b8439e39", + "id": "134136ac-cbfd-4c84-b6e5-7a7cce8a3e57", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -740,7 +740,7 @@ "type": "text/plain" }, "key": "login", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" }, { "disabled": false, @@ -749,7 +749,7 @@ "type": "text/plain" }, "key": "title", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" }, { "disabled": false, @@ -767,7 +767,7 @@ "type": "text/plain" }, "key": "email", - "value": "Es6klFCaa@NgIWPfSxZxBqWmrPgJqVg.gs" + "value": "xipO0@L.pyq" }, { "disabled": false, @@ -811,7 +811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e1c5995-05f3-49df-96f3-bb6392b117b9", + "id": "5a1ce9af-5d9d-4e32-9077-558bb38e93fe", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -865,7 +865,7 @@ "type": "text/plain" }, "key": "login", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" }, { "disabled": false, @@ -874,7 +874,7 @@ "type": "text/plain" }, "key": "title", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" }, { "disabled": false, @@ -892,7 +892,7 @@ "type": "text/plain" }, "key": "email", - "value": "Es6klFCaa@NgIWPfSxZxBqWmrPgJqVg.gs" + "value": "xipO0@L.pyq" }, { "disabled": false, @@ -942,7 +942,7 @@ } }, { - "id": "1357f974-fc64-49ec-92f1-39c8755dbd58", + "id": "02d71e67-f004-4dee-9889-99ce1cafe6e7", "name": "Create multiple new users", "request": { "name": "Create multiple new users", @@ -985,7 +985,7 @@ }, "response": [ { - "id": "9c0ec6f8-b7b5-436b-9ac6-2a5db3825e46", + "id": "5c3ead40-0e64-47d7-9554-c8694cfd4369", "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\": \"estaute aliquip exercitationnull\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1990-02-26T23:07:52.721Z\",\n \"cookies_accepted_at\": \"2003-01-10T03:00:56.272Z\",\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\": \"occaecat labore animnulla incidi\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1965-06-06T09:30:10.648Z\",\n \"cookies_accepted_at\": \"1981-08-26T17:35:13.124Z\",\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\": \"veniam eu est laborum quiest sed\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1973-11-14T16:08:30.768Z\",\n \"cookies_accepted_at\": \"1996-10-10T07:04:57.593Z\",\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\": \"magnaenim doloreconsequat quisof\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1951-09-18T15:09:35.733Z\",\n \"cookies_accepted_at\": \"1967-11-10T11:07:19.522Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5e3670c8-a6f7-4268-98a0-5d3d34a48e47", + "id": "3b42f18e-9e70-4a13-9649-40a44c50c8bc", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1097,7 +1097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fa58bba-9ef5-40bf-a6e0-ec698ec452ec", + "id": "b30a39a4-5cf7-40c1-b514-3296b0342084", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1159,7 +1159,7 @@ } }, { - "id": "8a11f374-5e36-4af0-8dab-5fdffb722b5b", + "id": "2eeb3fa0-7b24-4cff-aa32-663bf728fca0", "name": "Update multiple users", "request": { "name": "Update multiple users", @@ -1202,7 +1202,7 @@ }, "response": [ { - "id": "bbda3e5c-47d6-4a90-8fe0-5fec67eab6b4", + "id": "61f9d654-7569-400b-b5d9-a17ab4a1f537", "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\": \"estaute aliquip exercitationnull\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1990-02-26T23:07:52.721Z\",\n \"cookies_accepted_at\": \"2003-01-10T03:00:56.272Z\",\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\": \"occaecat labore animnulla incidi\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1965-06-06T09:30:10.648Z\",\n \"cookies_accepted_at\": \"1981-08-26T17:35:13.124Z\",\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\": \"veniam eu est laborum quiest sed\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1973-11-14T16:08:30.768Z\",\n \"cookies_accepted_at\": \"1996-10-10T07:04:57.593Z\",\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\": \"magnaenim doloreconsequat quisof\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1951-09-18T15:09:35.733Z\",\n \"cookies_accepted_at\": \"1967-11-10T11:07:19.522Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cdeb6b5e-12b2-44be-87cf-40ec519ffb96", + "id": "07247ffa-c1ae-4900-a9b3-b4458db930a8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1314,7 +1314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97abe650-6265-4edc-932a-a3b58f0f5588", + "id": "3a642791-c04c-4a03-951e-c4e342a2327d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1376,7 +1376,7 @@ } }, { - "id": "68562689-c30f-4437-8147-4276392641ac", + "id": "4d8fde52-5e2e-41f9-a630-a989347d284b", "name": "Find user by id", "request": { "name": "Find user by id", @@ -1418,7 +1418,7 @@ }, "response": [ { - "id": "b78af77e-b72c-41b0-9abd-35b84c705684", + "id": "610f5e6d-2f8c-4df3-aaf0-754d444b3424", "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 sed aliquip pariaturconsequat\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1999-04-01T00:45:55.890Z\",\n \"cookies_accepted_at\": \"1984-10-28T10:12:25.452Z\",\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\": \"cupidatat voluptate irure sunt v\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1995-03-27T16:00:20.779Z\",\n \"cookies_accepted_at\": \"1960-04-04T19:16:02.135Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1570a431-9e08-4ef8-82ec-9b9059501d0a", + "id": "98a6006b-7ca6-42ac-98d0-a62133cb7897", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1506,7 +1506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28acefbb-ac71-4012-a13e-bfb982419faf", + "id": "e6ed9ec1-b6f9-492d-8e89-3e461d6b0754", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1556,7 +1556,7 @@ } }, { - "id": "bc4d43b7-ef6d-41b1-9191-3bc51f17f83c", + "id": "52d9da98-a983-4d5c-ac9d-1f4be8bfc7cb", "name": "Update a user by id", "request": { "name": "Update a user by id", @@ -1611,7 +1611,7 @@ }, "response": [ { - "id": "fd354214-ecb7-4e64-9898-5bce12a7d38b", + "id": "c79c538b-25c4-48f3-8a05-55cf08456a7d", "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 sed aliquip pariaturconsequat\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1999-04-01T00:45:55.890Z\",\n \"cookies_accepted_at\": \"1984-10-28T10:12:25.452Z\",\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\": \"cupidatat voluptate irure sunt v\",\n \"name\": \"myusername\",\n \"email\": \"test@sailpoint.com\",\n \"type\": \"NeprofileUser\",\n \"title\": \"Director\",\n \"status\": \"Active\",\n \"login\": \"myLogin\",\n \"last_login\": \"1995-03-27T16:00:20.779Z\",\n \"cookies_accepted_at\": \"1960-04-04T19:16:02.135Z\",\n \"preferred_language\": \"fr-CA\",\n \"locale\": \"fr-CA\",\n \"group_strings\": \"Admin_group, Developer_group\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8ad64944-b92a-40cb-8eaa-e4e1684cea2c", + "id": "9581c0f6-aec3-44b0-98ee-794a2c0e77f0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1725,7 +1725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af2308b6-a824-4221-97d9-327bab1b575a", + "id": "94c47a5b-1b3f-4129-847e-68fab2e91bb2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1788,7 +1788,7 @@ } }, { - "id": "a6c8bbe1-c158-472f-8869-ec84d0de650a", + "id": "22333681-5dde-43a5-8760-80e4c0a8ac66", "name": "Delete a user", "request": { "name": "Delete a user", @@ -1830,7 +1830,7 @@ }, "response": [ { - "id": "686c2e4d-5b05-449b-836d-544fd4ac5364", + "id": "277ec1dc-24d7-42a5-be60-15cf451098ca", "name": "Info about the operation", "originalRequest": { "url": { @@ -1874,7 +1874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29ed9c78-d322-4405-9872-01d461c3a404", + "id": "ce0b7012-4459-41d1-900d-f8b4372c8c8e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -1918,7 +1918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4258bd7c-dd04-49d9-ae4a-3661fd7fcfa4", + "id": "40ff657a-a906-4646-8c42-38938d455773", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -1968,7 +1968,7 @@ } }, { - "id": "75f7cfde-8315-487b-9352-109db258f6d1", + "id": "9ba9e688-4b4f-484e-8c19-632dfd9e50ef", "name": "Retrieves the URL of the user avatar", "request": { "name": "Retrieves the URL of the user avatar", @@ -2011,7 +2011,7 @@ }, "response": [ { - "id": "8ae6fcfa-84a8-4bab-88cc-85aa7f44b1bc", + "id": "c3f733bb-5770-4eee-9382-6b60d68cef0f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2051,12 +2051,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"sed magna dolor anim\"\n}", + "body": "{\n \"url\": \"esse qui nulla\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "eb768596-a564-43ca-a351-f8242e2167b6", + "id": "8ae88777-bf56-4627-8a90-c0c9a3713342", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2101,7 +2101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "418f4db0-2000-4b3d-a6b7-4f1bb49c6393", + "id": "2733b36c-417f-4d36-b251-f389faccddd7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2152,7 +2152,7 @@ } }, { - "id": "6e899897-4f9c-4870-a9bf-d89842d55056", + "id": "b2c060b2-7ba1-400e-ad02-ecde10bf9a8f", "name": "Uploads a new user avatar", "request": { "name": "Uploads a new user avatar", @@ -2211,7 +2211,7 @@ }, "response": [ { - "id": "acf00d0f-a566-43f4-b404-bc00bfefd949", + "id": "f543f8ce-65b2-4096-b934-9bd1618f5ff8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2267,12 +2267,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"sed magna dolor anim\"\n}", + "body": "{\n \"url\": \"esse qui nulla\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "34345c77-3a6a-4f18-bdab-1b126838ec8a", + "id": "b19b6fdc-00a3-4e53-8bfe-d20f0c5a1f74", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2333,7 +2333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64d81f7f-a381-44e6-afc4-0a6b921f585f", + "id": "fb39054e-aaee-4f61-a88d-063f0b035d88", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2406,7 +2406,7 @@ "description": "", "item": [ { - "id": "594b0934-6ee8-44ab-b5d6-b3b47bd6661f", + "id": "f5e887a3-27fb-410a-b9c3-dce217ed2bf1", "name": "Update a language by locale", "request": { "name": "Update a language by locale", @@ -2465,7 +2465,7 @@ }, "response": [ { - "id": "8fc773b3-6e38-4f97-8e6f-f734351d4168", + "id": "62fba952-2e9c-427c-90e3-c22d01f15935", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -2522,7 +2522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c55f39c-5975-4e8f-999a-1af73b781618", + "id": "b19aa533-42dd-4b69-8cf6-221e566e4dec", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -2579,7 +2579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4834e619-68e9-4645-bf89-6be057cd3266", + "id": "41edefea-df94-45f9-8533-fee65cc2c4a6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -2648,7 +2648,7 @@ "description": "", "item": [ { - "id": "0b09b3ab-ef23-4b71-aef5-28352f2d60eb", + "id": "28048376-0325-423a-ae9a-d7f95620b698", "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:db3abb7b-0096-5385-1126-c35e61c3117e\",\n \"manager_id\": \"urn:uuid:bdcc0adc-3623-d3f8-b43c-8c42ef7d6136\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"c7015f47-b093-bd22-b58b-4791eb689d7f\",\n \"manager_id\": \"eefa351d-ca1f-524c-93de-1da60ac0bd43\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2691,7 +2691,7 @@ }, "response": [ { - "id": "1fe09b33-6210-455d-89c3-97478fe0207a", + "id": "e34c3ace-d046-43b9-b451-ec58f745c170", "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:db3abb7b-0096-5385-1126-c35e61c3117e\",\n \"manager_id\": \"urn:uuid:bdcc0adc-3623-d3f8-b43c-8c42ef7d6136\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"c7015f47-b093-bd22-b58b-4791eb689d7f\",\n \"manager_id\": \"eefa351d-ca1f-524c-93de-1da60ac0bd43\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2742,12 +2742,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:6ab7e7b3-6442-5610-97a8-46546dfebb4a\",\n \"uid\": \"veniamminim nulla ea eiusmodet p\",\n \"user_id\": \"urn:uuid:3bfcd65f-312f-40ac-aeca-680f83bf8625\",\n \"manager_id\": \"7ad3e3a3-2665-5b0a-2f1a-75b8238b151b\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"1524e4f0-46c4-cdae-9fcf-79d1fbc16286\",\n \"uid\": \"commodo tempor nulladolore labor\",\n \"user_id\": \"33a5a48d-6ead-0d88-0aad-058abb1214f7\",\n \"manager_id\": \"urn:uuid:c76219f4-61f9-256d-8c5f-61f4ba1fc662\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9168218f-2739-407a-9d9e-371eacf902d8", + "id": "f1d20915-0fe3-4dbf-9efd-b986c67f4f18", "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:db3abb7b-0096-5385-1126-c35e61c3117e\",\n \"manager_id\": \"urn:uuid:bdcc0adc-3623-d3f8-b43c-8c42ef7d6136\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"c7015f47-b093-bd22-b58b-4791eb689d7f\",\n \"manager_id\": \"eefa351d-ca1f-524c-93de-1da60ac0bd43\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2803,7 +2803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "273d6a40-3485-4d7e-b247-51e4eb6eae8f", + "id": "64065e69-3b38-4c95-b8fc-836ecc2c5c34", "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:db3abb7b-0096-5385-1126-c35e61c3117e\",\n \"manager_id\": \"urn:uuid:bdcc0adc-3623-d3f8-b43c-8c42ef7d6136\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"c7015f47-b093-bd22-b58b-4791eb689d7f\",\n \"manager_id\": \"eefa351d-ca1f-524c-93de-1da60ac0bd43\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -2865,7 +2865,7 @@ } }, { - "id": "13d46879-d761-4a2a-9ebd-1f5410dd077d", + "id": "c976afe4-818c-4f3e-b3c6-6cf9cca68e1b", "name": "Get user-manager relationships", "request": { "name": "Get user-manager relationships", @@ -2924,7 +2924,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -2950,7 +2950,7 @@ }, "response": [ { - "id": "e2309517-bcce-41f7-a60e-25add358a26c", + "id": "ac8ce3e6-2c70-4391-90cc-4ea2179d3193", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3004,7 +3004,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -3043,12 +3043,12 @@ "value": "application/json" } ], - "body": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:d32a2eed-7980-b10b-17ef-abe48e5fe40d\",\n \"uid\": \"magna in adipisicingeu dolore do\",\n \"user_id\": \"c60ce6be-ffd5-31f0-9a7e-4e5514cd83fc\",\n \"manager_id\": \"urn:uuid:4d169bc1-2a0b-10bd-6aef-d846f654477d\"\n },\n {\n \"id\": \"urn:uuid:35a1c5fb-6823-f669-4ec1-20849ef70533\",\n \"uid\": \"laborum ullamco laboris culpaLor\",\n \"user_id\": \"a045c59c-65cc-d333-f397-47168ef7a06a\",\n \"manager_id\": \"68c6c352-c264-0992-73f6-b722d2915849\"\n }\n ],\n \"_metadata\": {\n \"limit\": 46823944,\n \"offset\": -95066916,\n \"total\": -84346292,\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:ca3b471c-ba2a-6a30-5fa3-e3253d0d42ec\",\n \"uid\": \"dolor sitLorem idsit autedolore \",\n \"user_id\": \"9f591a02-f0bf-4eaa-02d4-5e97caebd93b\",\n \"manager_id\": \"22b6ad8b-0b5c-50b7-32ce-af999144cd3e\"\n },\n {\n \"id\": \"c55abea5-4b65-d75a-b9d4-f2dbf8263544\",\n \"uid\": \"eu ad adipisicing proidentconsec\",\n \"user_id\": \"urn:uuid:7e23c270-c689-ec6e-0601-246309317023\",\n \"manager_id\": \"urn:uuid:ed29758b-11e6-d0ba-a9b4-13b81060ca39\"\n }\n ],\n \"_metadata\": {\n \"limit\": -71100279,\n \"offset\": 47161432,\n \"total\": 15843423,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9b2b777f-736c-4cd3-a5b1-ef0b6b6cf242", + "id": "d370af01-c1c6-4b57-a815-96be36c1523c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3102,7 +3102,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -3146,7 +3146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "189dcf46-59ab-4a81-99ed-4fc0cf63a7bf", + "id": "55d57c5a-b582-4c7f-afee-444ddd2a812f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3200,7 +3200,7 @@ "type": "text/plain" }, "key": "manager_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -3250,7 +3250,7 @@ } }, { - "id": "ab58c085-8672-4692-82b5-3a65821f2cd9", + "id": "17403400-b7e5-422b-9be6-c88738e1cdbc", "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\": \"c0cadd4f-9676-ee13-1bce-79e37e3052ec\",\n \"manager_id\": \"f4c61fd0-f406-56fc-603c-a07bd41170c5\"\n },\n {\n \"user_id\": \"urn:uuid:5f616fb3-30b8-2de9-b6e5-be36995f010e\",\n \"manager_id\": \"urn:uuid:467b3680-f020-a668-f1b6-6501f786ae9d\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"b401557b-57b3-c0ec-c23d-9dd134b1ad48\",\n \"manager_id\": \"urn:uuid:ba3ff68b-4f86-8e18-c537-bd27b2e96c96\"\n },\n {\n \"user_id\": \"urn:uuid:149c75c0-ad9a-b745-07af-63e435c0cafc\",\n \"manager_id\": \"ff069b21-be5e-2eda-17c8-32982b486729\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3293,7 +3293,7 @@ }, "response": [ { - "id": "2d65ecdb-db25-4446-91ad-39efaaff2760", + "id": "0492cbbb-ccab-4ed4-9b27-15c1e0a084da", "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\": \"c0cadd4f-9676-ee13-1bce-79e37e3052ec\",\n \"manager_id\": \"f4c61fd0-f406-56fc-603c-a07bd41170c5\"\n },\n {\n \"user_id\": \"urn:uuid:5f616fb3-30b8-2de9-b6e5-be36995f010e\",\n \"manager_id\": \"urn:uuid:467b3680-f020-a668-f1b6-6501f786ae9d\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"b401557b-57b3-c0ec-c23d-9dd134b1ad48\",\n \"manager_id\": \"urn:uuid:ba3ff68b-4f86-8e18-c537-bd27b2e96c96\"\n },\n {\n \"user_id\": \"urn:uuid:149c75c0-ad9a-b745-07af-63e435c0cafc\",\n \"manager_id\": \"ff069b21-be5e-2eda-17c8-32982b486729\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3349,7 +3349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd11bd1f-a4d3-4cc9-b8d5-50e346905399", + "id": "48c25022-5dbf-48b1-ae1e-ea249e7328f0", "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\": \"c0cadd4f-9676-ee13-1bce-79e37e3052ec\",\n \"manager_id\": \"f4c61fd0-f406-56fc-603c-a07bd41170c5\"\n },\n {\n \"user_id\": \"urn:uuid:5f616fb3-30b8-2de9-b6e5-be36995f010e\",\n \"manager_id\": \"urn:uuid:467b3680-f020-a668-f1b6-6501f786ae9d\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"b401557b-57b3-c0ec-c23d-9dd134b1ad48\",\n \"manager_id\": \"urn:uuid:ba3ff68b-4f86-8e18-c537-bd27b2e96c96\"\n },\n {\n \"user_id\": \"urn:uuid:149c75c0-ad9a-b745-07af-63e435c0cafc\",\n \"manager_id\": \"ff069b21-be5e-2eda-17c8-32982b486729\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3405,7 +3405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6877947-24c8-4032-aa8f-7ff2f892336a", + "id": "c8db03e3-d655-4d43-8a8c-218171f93783", "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\": \"c0cadd4f-9676-ee13-1bce-79e37e3052ec\",\n \"manager_id\": \"f4c61fd0-f406-56fc-603c-a07bd41170c5\"\n },\n {\n \"user_id\": \"urn:uuid:5f616fb3-30b8-2de9-b6e5-be36995f010e\",\n \"manager_id\": \"urn:uuid:467b3680-f020-a668-f1b6-6501f786ae9d\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"user_id\": \"b401557b-57b3-c0ec-c23d-9dd134b1ad48\",\n \"manager_id\": \"urn:uuid:ba3ff68b-4f86-8e18-c537-bd27b2e96c96\"\n },\n {\n \"user_id\": \"urn:uuid:149c75c0-ad9a-b745-07af-63e435c0cafc\",\n \"manager_id\": \"ff069b21-be5e-2eda-17c8-32982b486729\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3467,7 +3467,7 @@ } }, { - "id": "5e792bc3-cd27-4c59-88f9-0d2703ebd2d6", + "id": "b58f1998-2ef8-4aac-87b5-ad59d11c999f", "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\": \"9a0253f9-eeef-5eda-7f9b-bd1578fbb90e\",\n \"user_id\": \"06cc7e9e-4e8d-1c37-fada-6fa92318f282\",\n \"manager_id\": \"urn:uuid:a6a33df5-24d9-bf7c-73e4-da5da9ce489e\"\n },\n {\n \"id\": \"1e5f625f-a426-183e-680a-226f43c8ef40\",\n \"user_id\": \"urn:uuid:e928863c-67a5-5483-a3b9-0ae978eabeab\",\n \"manager_id\": \"urn:uuid:779bd5dd-2d99-dd01-3253-57a5ccbb4b4a\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:e6cc2afb-b4e6-17e9-77e6-375b3e0d949a\",\n \"user_id\": \"urn:uuid:9be5e5c7-17b5-1701-b96d-2fe6081a3ce7\",\n \"manager_id\": \"cf5ce85d-cc14-8177-fd35-664657749333\"\n },\n {\n \"id\": \"107586cc-3782-1f00-4ab2-a79160831f62\",\n \"user_id\": \"urn:uuid:1ac40064-faff-6255-8893-95720bdbea81\",\n \"manager_id\": \"urn:uuid:d2b66707-6ab0-cd0e-8c4c-90c02058fbdb\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3510,7 +3510,7 @@ }, "response": [ { - "id": "a9cf2a55-4e26-4def-ae33-a22b68b2e0a9", + "id": "5226d61a-1e61-4c2e-8d6a-e1f14113465a", "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\": \"9a0253f9-eeef-5eda-7f9b-bd1578fbb90e\",\n \"user_id\": \"06cc7e9e-4e8d-1c37-fada-6fa92318f282\",\n \"manager_id\": \"urn:uuid:a6a33df5-24d9-bf7c-73e4-da5da9ce489e\"\n },\n {\n \"id\": \"1e5f625f-a426-183e-680a-226f43c8ef40\",\n \"user_id\": \"urn:uuid:e928863c-67a5-5483-a3b9-0ae978eabeab\",\n \"manager_id\": \"urn:uuid:779bd5dd-2d99-dd01-3253-57a5ccbb4b4a\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:e6cc2afb-b4e6-17e9-77e6-375b3e0d949a\",\n \"user_id\": \"urn:uuid:9be5e5c7-17b5-1701-b96d-2fe6081a3ce7\",\n \"manager_id\": \"cf5ce85d-cc14-8177-fd35-664657749333\"\n },\n {\n \"id\": \"107586cc-3782-1f00-4ab2-a79160831f62\",\n \"user_id\": \"urn:uuid:1ac40064-faff-6255-8893-95720bdbea81\",\n \"manager_id\": \"urn:uuid:d2b66707-6ab0-cd0e-8c4c-90c02058fbdb\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3566,7 +3566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "629dff46-4494-4789-a401-1fb5bd8285ce", + "id": "fa39b447-7fdc-48ad-bbac-4219c401843d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3600,7 +3600,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_managers\": [\n {\n \"id\": \"9a0253f9-eeef-5eda-7f9b-bd1578fbb90e\",\n \"user_id\": \"06cc7e9e-4e8d-1c37-fada-6fa92318f282\",\n \"manager_id\": \"urn:uuid:a6a33df5-24d9-bf7c-73e4-da5da9ce489e\"\n },\n {\n \"id\": \"1e5f625f-a426-183e-680a-226f43c8ef40\",\n \"user_id\": \"urn:uuid:e928863c-67a5-5483-a3b9-0ae978eabeab\",\n \"manager_id\": \"urn:uuid:779bd5dd-2d99-dd01-3253-57a5ccbb4b4a\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:e6cc2afb-b4e6-17e9-77e6-375b3e0d949a\",\n \"user_id\": \"urn:uuid:9be5e5c7-17b5-1701-b96d-2fe6081a3ce7\",\n \"manager_id\": \"cf5ce85d-cc14-8177-fd35-664657749333\"\n },\n {\n \"id\": \"107586cc-3782-1f00-4ab2-a79160831f62\",\n \"user_id\": \"urn:uuid:1ac40064-faff-6255-8893-95720bdbea81\",\n \"manager_id\": \"urn:uuid:d2b66707-6ab0-cd0e-8c4c-90c02058fbdb\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3622,7 +3622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf93f2f9-cbc5-43c8-812e-b9512d12db37", + "id": "cdf40208-2ffd-4ab1-95bb-bb7ae5553990", "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\": \"9a0253f9-eeef-5eda-7f9b-bd1578fbb90e\",\n \"user_id\": \"06cc7e9e-4e8d-1c37-fada-6fa92318f282\",\n \"manager_id\": \"urn:uuid:a6a33df5-24d9-bf7c-73e4-da5da9ce489e\"\n },\n {\n \"id\": \"1e5f625f-a426-183e-680a-226f43c8ef40\",\n \"user_id\": \"urn:uuid:e928863c-67a5-5483-a3b9-0ae978eabeab\",\n \"manager_id\": \"urn:uuid:779bd5dd-2d99-dd01-3253-57a5ccbb4b4a\"\n }\n ]\n}", + "raw": "{\n \"user_managers\": [\n {\n \"id\": \"urn:uuid:e6cc2afb-b4e6-17e9-77e6-375b3e0d949a\",\n \"user_id\": \"urn:uuid:9be5e5c7-17b5-1701-b96d-2fe6081a3ce7\",\n \"manager_id\": \"cf5ce85d-cc14-8177-fd35-664657749333\"\n },\n {\n \"id\": \"107586cc-3782-1f00-4ab2-a79160831f62\",\n \"user_id\": \"urn:uuid:1ac40064-faff-6255-8893-95720bdbea81\",\n \"manager_id\": \"urn:uuid:d2b66707-6ab0-cd0e-8c4c-90c02058fbdb\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -3684,7 +3684,7 @@ } }, { - "id": "60da0046-2b47-47ca-ab3e-ff2bc9c56477", + "id": "4654d4ec-9454-4fe8-99de-1f56aa5a8228", "name": "Find user-manager relationship by id", "request": { "name": "Find user-manager relationship by id", @@ -3726,7 +3726,7 @@ }, "response": [ { - "id": "be12ecd1-9808-44b3-9253-062a7bcf90ca", + "id": "31d0f1f5-8943-4e6d-973e-6074108981ff", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -3765,12 +3765,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:6ab7e7b3-6442-5610-97a8-46546dfebb4a\",\n \"uid\": \"veniamminim nulla ea eiusmodet p\",\n \"user_id\": \"urn:uuid:3bfcd65f-312f-40ac-aeca-680f83bf8625\",\n \"manager_id\": \"7ad3e3a3-2665-5b0a-2f1a-75b8238b151b\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"1524e4f0-46c4-cdae-9fcf-79d1fbc16286\",\n \"uid\": \"commodo tempor nulladolore labor\",\n \"user_id\": \"33a5a48d-6ead-0d88-0aad-058abb1214f7\",\n \"manager_id\": \"urn:uuid:c76219f4-61f9-256d-8c5f-61f4ba1fc662\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a1d433ab-b4bd-4ce2-941a-82b93f856efc", + "id": "8c2b7556-7386-4572-8713-5193e3964851", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -3814,7 +3814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aad619b6-8eee-42a2-a9b3-5443764abe96", + "id": "b4cd8074-accd-4065-83d0-07f2be27c4bd", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -3864,7 +3864,7 @@ } }, { - "id": "755d84b5-fd06-492f-a688-546058d8fffe", + "id": "9cb3bbc7-8b4f-411a-9753-7e29c2191fcf", "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:db3abb7b-0096-5385-1126-c35e61c3117e\",\n \"manager_id\": \"urn:uuid:bdcc0adc-3623-d3f8-b43c-8c42ef7d6136\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"c7015f47-b093-bd22-b58b-4791eb689d7f\",\n \"manager_id\": \"eefa351d-ca1f-524c-93de-1da60ac0bd43\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3919,7 +3919,7 @@ }, "response": [ { - "id": "ea716906-2f03-4b7a-99d5-568b53edc5d8", + "id": "f96e7a44-d429-4d65-a60e-a9e448cb6ac9", "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:db3abb7b-0096-5385-1126-c35e61c3117e\",\n \"manager_id\": \"urn:uuid:bdcc0adc-3623-d3f8-b43c-8c42ef7d6136\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"c7015f47-b093-bd22-b58b-4791eb689d7f\",\n \"manager_id\": \"eefa351d-ca1f-524c-93de-1da60ac0bd43\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -3971,12 +3971,12 @@ "value": "application/json" } ], - "body": "{\n \"user_manager\": {\n \"id\": \"urn:uuid:6ab7e7b3-6442-5610-97a8-46546dfebb4a\",\n \"uid\": \"veniamminim nulla ea eiusmodet p\",\n \"user_id\": \"urn:uuid:3bfcd65f-312f-40ac-aeca-680f83bf8625\",\n \"manager_id\": \"7ad3e3a3-2665-5b0a-2f1a-75b8238b151b\"\n }\n}", + "body": "{\n \"user_manager\": {\n \"id\": \"1524e4f0-46c4-cdae-9fcf-79d1fbc16286\",\n \"uid\": \"commodo tempor nulladolore labor\",\n \"user_id\": \"33a5a48d-6ead-0d88-0aad-058abb1214f7\",\n \"manager_id\": \"urn:uuid:c76219f4-61f9-256d-8c5f-61f4ba1fc662\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "608fa27a-c0da-4ed2-810f-d1c462523ca5", + "id": "e73783b5-49e7-4e05-8045-d584dc7a7c17", "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:db3abb7b-0096-5385-1126-c35e61c3117e\",\n \"manager_id\": \"urn:uuid:bdcc0adc-3623-d3f8-b43c-8c42ef7d6136\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"c7015f47-b093-bd22-b58b-4791eb689d7f\",\n \"manager_id\": \"eefa351d-ca1f-524c-93de-1da60ac0bd43\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4033,7 +4033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3cde9de-ee47-4eb4-8041-e59808037fe7", + "id": "c6c00744-4b36-4f45-a7cd-c145993aec11", "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:db3abb7b-0096-5385-1126-c35e61c3117e\",\n \"manager_id\": \"urn:uuid:bdcc0adc-3623-d3f8-b43c-8c42ef7d6136\"\n }\n}", + "raw": "{\n \"user_manager\": {\n \"user_id\": \"c7015f47-b093-bd22-b58b-4791eb689d7f\",\n \"manager_id\": \"eefa351d-ca1f-524c-93de-1da60ac0bd43\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -4102,7 +4102,7 @@ "description": "", "item": [ { - "id": "fbc97870-396e-4dc7-af25-ceb719b59c57", + "id": "f8ae7ccf-a6af-4cbf-b976-a48620b640a5", "name": "Get roles", "request": { "name": "Get roles", @@ -4169,7 +4169,7 @@ }, "response": [ { - "id": "468981a4-7e26-442d-90a8-ad68cf480a16", + "id": "bc828606-ca85-44df-93f0-374ba0a205b2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4244,12 +4244,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"6cdb9e9e-f3fc-8b6f-58b2-9b97ab12c4d1\",\n \"uid\": \"consectetur sit irure sed dolore\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:aef978c1-1ed2-55d8-359a-3732783b2a03\",\n \"uid\": \"laboris irure reprehenderit labo\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": -82331265,\n \"offset\": -74329898,\n \"total\": -78592992,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"3a682f67-f5c3-d0fe-5b64-cee8d42a3b4b\",\n \"uid\": \"elit ad aliquaindolor laborum do\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:3be418d6-e789-8b41-49b2-1832d3743fee\",\n \"uid\": \"occaecat nisi consectetur mollit\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ],\n \"_metadata\": {\n \"limit\": -27646161,\n \"offset\": 53779953,\n \"total\": 25240484,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4bf176ce-0af1-41d0-a37b-b851f066c55d", + "id": "43ef67de-904d-4481-9709-dc80d78276f8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4329,7 +4329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8be5a28d-3b5c-4734-840e-0114ec72ed88", + "id": "7afdbb08-c8a0-4b6e-90f3-f1b67419e567", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4415,7 +4415,7 @@ } }, { - "id": "f44d87a9-4766-461f-bcc1-963d8ad507af", + "id": "ccb110fb-88c7-4e65-bba6-6f1c4a397eaa", "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\": \"do elit auteanim cupidatat quipa\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"consequat velitvoluptate velitex\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"labore elitdolor fugiat voluptat\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"commodo Lorem Ut eadoloripsum of\",\n \"type\": \"NeaccessRole\",\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": "2f749723-b577-4e2b-843f-de08904e246b", + "id": "03681ce0-c931-43ba-8ef9-3b8255a8ed1a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4492,7 +4492,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"do elit auteanim cupidatat quipa\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"consequat velitvoluptate velitex\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"labore elitdolor fugiat voluptat\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"commodo Lorem Ut eadoloripsum of\",\n \"type\": \"NeaccessRole\",\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\": \"urn:uuid:93c2ad73-7dbe-44d9-fbb6-2a78d1fb7dd5\",\n \"uid\": \"ea Excepteur nostrudut idesse do\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"59494894-eebc-aa86-a2a5-e5815143d360\",\n \"uid\": \"sit aliqua laborum ut irureipsum\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"25aa5518-a730-b690-965a-e9956e6ab7b2\",\n \"uid\": \"dolore incididuntad voluptateeni\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:41dc740e-d142-efb5-6077-36799c4b5d77\",\n \"uid\": \"voluptate officia quisaute elite\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "119006fe-05d1-4ad2-85c2-3f6aea7d2d1c", + "id": "fd12fdeb-596f-4b2d-83fe-d6015409d0c3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4548,7 +4548,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"roles\": [\n {\n \"uid\": \"do elit auteanim cupidatat quipa\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"consequat velitvoluptate velitex\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"labore elitdolor fugiat voluptat\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"commodo Lorem Ut eadoloripsum of\",\n \"type\": \"NeaccessRole\",\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": "e4ae7c1b-3d3a-4561-ac2f-7c28eeb2219d", + "id": "9670cf24-d0cb-4a1b-925a-afee7471605d", "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\": \"do elit auteanim cupidatat quipa\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"consequat velitvoluptate velitex\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "raw": "{\n \"roles\": [\n {\n \"uid\": \"labore elitdolor fugiat voluptat\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"uid\": \"commodo Lorem Ut eadoloripsum of\",\n \"type\": \"NeaccessRole\",\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": "54394b01-874b-4bb6-9c6d-dd9186a119a2", + "id": "2a97b5f7-8776-4c01-b4fe-f70a29c6eca2", "name": "Update multiple roles", "request": { "name": "Update multiple roles", @@ -4675,7 +4675,7 @@ }, "response": [ { - "id": "a5880e18-dbbb-4b65-b306-897e73c19061", + "id": "1de51daf-9008-4df0-ab5e-2670a264718d", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4726,12 +4726,12 @@ "value": "application/json" } ], - "body": "{\n \"roles\": [\n {\n \"id\": \"urn:uuid:93c2ad73-7dbe-44d9-fbb6-2a78d1fb7dd5\",\n \"uid\": \"ea Excepteur nostrudut idesse do\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"59494894-eebc-aa86-a2a5-e5815143d360\",\n \"uid\": \"sit aliqua laborum ut irureipsum\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", + "body": "{\n \"roles\": [\n {\n \"id\": \"25aa5518-a730-b690-965a-e9956e6ab7b2\",\n \"uid\": \"dolore incididuntad voluptateeni\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n },\n {\n \"id\": \"urn:uuid:41dc740e-d142-efb5-6077-36799c4b5d77\",\n \"uid\": \"voluptate officia quisaute elite\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "55b91d6d-0a7c-42ee-abaa-0c215097fe86", + "id": "7349b081-610e-4f90-890d-31d2beaae7e9", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4787,7 +4787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdb5001c-75be-4b12-950f-1d23b43ca68f", + "id": "8f882700-48c7-4f16-bf07-f61ead260a46", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -4849,7 +4849,7 @@ } }, { - "id": "e14e6a17-5d81-4ea2-818c-d6762e010f97", + "id": "f2246390-fb20-453b-8097-e312d38fd9f1", "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\": \"aliquip id enimad sint exercitat\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"officia inut voluptate dolore mo\",\n \"type\": \"NeprofileRole\",\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": "c7581709-0732-48ea-8bb6-e672fe7ef461", + "id": "7947bfa0-a4fa-430a-9a02-a9d9facf2492", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -4926,7 +4926,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"aliquip id enimad sint exercitat\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"officia inut voluptate dolore mo\",\n \"type\": \"NeprofileRole\",\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\": \"urn:uuid:5eaf9333-6c75-752c-8d43-6e2952ffc3f5\",\n \"uid\": \"ipsum culpaDuisanimfugiat ad in \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:b3891eab-a909-2ca1-4adb-fe7ec820e49a\",\n \"uid\": \"enim aliqua irure Excepteurmagna\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3643577c-1c9f-4eb3-9668-3184169ba87a", + "id": "df86a6d4-a0c0-4ed5-b788-3c16fb82ca1a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -4982,7 +4982,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"aliquip id enimad sint exercitat\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"officia inut voluptate dolore mo\",\n \"type\": \"NeprofileRole\",\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": "0b50e697-8c71-436a-a2f0-d88e444f7b93", + "id": "64aef811-3e4e-46e8-ba1a-7e507cb66acb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5038,7 +5038,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role\": {\n \"uid\": \"aliquip id enimad sint exercitat\",\n \"type\": \"NeprofileRole\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "raw": "{\n \"role\": {\n \"uid\": \"officia inut voluptate dolore mo\",\n \"type\": \"NeprofileRole\",\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": "f3e297ef-9e0e-4dfb-b069-a8375cec8632", + "id": "e0593025-3bfb-40a4-b033-10c0a49717e5", "name": "Find role by id", "request": { "name": "Find role by id", @@ -5108,7 +5108,7 @@ }, "response": [ { - "id": "e5d1e3d0-ec17-4d43-a147-38a60f104f0c", + "id": "bffc7467-1e13-435b-9994-4be096523d33", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5147,12 +5147,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:5eaf9333-6c75-752c-8d43-6e2952ffc3f5\",\n \"uid\": \"ipsum culpaDuisanimfugiat ad in \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:b3891eab-a909-2ca1-4adb-fe7ec820e49a\",\n \"uid\": \"enim aliqua irure Excepteurmagna\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0f56d047-bfd5-494b-9eb0-04266d894e0e", + "id": "fde1c701-9f46-49a2-84bb-a32c70036a15", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5196,7 +5196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "218ac0db-5ace-4df1-9204-ca0862b9b3b9", + "id": "7667fc33-5a5d-4f6a-a399-7c4d6468021c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5246,7 +5246,7 @@ } }, { - "id": "b0d45840-5323-4062-b023-0e82b64df4a0", + "id": "14cc3058-efd9-422f-8383-d4d5565e4069", "name": "Update an existing role", "request": { "name": "Update an existing role", @@ -5301,7 +5301,7 @@ }, "response": [ { - "id": "a922e4c5-d9cc-4d21-a46e-17c76491b256", + "id": "00df2e3f-f874-4d72-adfb-a87f32c8c094", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5353,12 +5353,12 @@ "value": "application/json" } ], - "body": "{\n \"role\": {\n \"id\": \"urn:uuid:5eaf9333-6c75-752c-8d43-6e2952ffc3f5\",\n \"uid\": \"ipsum culpaDuisanimfugiat ad in \",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", + "body": "{\n \"role\": {\n \"id\": \"urn:uuid:b3891eab-a909-2ca1-4adb-fe7ec820e49a\",\n \"uid\": \"enim aliqua irure Excepteurmagna\",\n \"name\": \"Sponsors\",\n \"groups\": [\n \"ad_group_name\",\n \"ad_group_name\"\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6a5225bc-692c-45bd-ba79-b89958c21703", + "id": "d0ef3be9-4914-4dce-a39d-710f129e219c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5415,7 +5415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1ba2cb2-97c2-4af8-b7ca-a6227d4ff15e", + "id": "dd4975f0-5ac6-40c2-a494-c3886a43c25e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5484,7 +5484,7 @@ "description": "", "item": [ { - "id": "f55bc422-3bcd-4a6e-bfcc-cc5e67cc6a4b", + "id": "4a9e44e6-551e-406d-a477-7d6e9f78f162", "name": "Get system roles", "request": { "name": "Get system roles", @@ -5551,7 +5551,7 @@ }, "response": [ { - "id": "15ace95f-dac2-4f34-9201-0de1d2c672b1", + "id": "957ebc87-bcf9-4624-bbc9-22b58c830e89", "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_contributor profile_cont\",\n \"name\": \"Profile Contributor\"\n }\n ],\n \"_metadata\": {\n \"limit\": -83307148,\n \"offset\": 32556847,\n \"total\": 46442061,\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_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\": -43080300,\n \"offset\": -76061937,\n \"total\": 7501751,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "91b86177-4625-4cac-8521-69080a12b7f7", + "id": "36998fff-c094-4cfe-8f93-3f20745f7648", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5711,7 +5711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74031b9b-6796-485c-959b-e949db3ddd02", + "id": "3c4a3e65-bcc5-462b-bc33-d601fe006b07", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -5803,7 +5803,7 @@ "description": "", "item": [ { - "id": "e036c4aa-8281-4a36-998d-9644315c2f56", + "id": "d2dc3f5f-8bba-4e1a-ab0c-97fb5326896f", "name": "Create a system role permission", "request": { "name": "Create a system role permission", @@ -5846,7 +5846,7 @@ }, "response": [ { - "id": "7a6b9436-8811-46a7-8ea5-5a480160821d", + "id": "73c53970-7012-4924-a20e-ef51638ac1ec", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -5902,7 +5902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcf6118c-1f77-4bdc-b82d-d694619ee0df", + "id": "99e9e2b4-4969-417a-bbdb-bc4141b4faf1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -5958,7 +5958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60aee861-10a6-4bba-9d2a-94a64fcb8710", + "id": "067a21a1-216f-48be-9f1c-df710d5e3f7b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6026,7 +6026,7 @@ "description": "", "item": [ { - "id": "b9831a58-f1ca-4ba9-a96c-d5ee2927b099", + "id": "cb023833-f0ee-4752-ad44-a2960b83769c", "name": "Create a permission", "request": { "name": "Create a permission", @@ -6069,7 +6069,7 @@ }, "response": [ { - "id": "aefe800a-0223-4aec-97d2-d22163338909", + "id": "c1d361a3-ad9c-484f-bef1-078da4f55d55", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6125,7 +6125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "472a7897-15c8-4ae2-a904-869c5c20fdf5", + "id": "bb6b6525-4051-4db1-aa5c-5e8b178b5d99", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6181,7 +6181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a61dc7f9-f60f-4f82-81e2-07ff950e1aec", + "id": "fb44add2-7fd3-4df3-ac0a-7ebd308a6d23", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6249,7 +6249,7 @@ "description": "", "item": [ { - "id": "b4db6974-d332-4639-9919-db4fac577114", + "id": "7fb748d8-4cea-4dbb-97de-f2a00962608c", "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:ef36a993-32b0-1fb0-2377-6ecf897ddb5d\",\n \"role_id\": \"804c95fd-e815-4985-6a84-00a80648d2e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"0bda9530-9e8c-ea70-4792-f4b632b7b41e\",\n \"role_id\": \"034b3f30-9c6b-b1d0-48bc-19befb7bb8e3\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6292,7 +6292,7 @@ }, "response": [ { - "id": "3b590349-4284-4e0d-a4d4-0f6ec00a7867", + "id": "afe1aac5-1529-47a4-b37c-79e95c3f6bc7", "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:ef36a993-32b0-1fb0-2377-6ecf897ddb5d\",\n \"role_id\": \"804c95fd-e815-4985-6a84-00a80648d2e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"0bda9530-9e8c-ea70-4792-f4b632b7b41e\",\n \"role_id\": \"034b3f30-9c6b-b1d0-48bc-19befb7bb8e3\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6343,12 +6343,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:c751d007-13bf-c66a-4765-b7444f97cb15\",\n \"uid\": \"sed dolor commodoqui non commodo\",\n \"user_id\": \"7b41d445-f8b3-eb65-3ec3-1fcb729540ab\",\n \"role_id\": \"urn:uuid:7f876b8c-346f-c859-43f8-0b5555b4f693\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"67453fc4-563f-ff44-23a1-d0a1b5c7e668\",\n \"uid\": \"consequat temporid labore Duis a\",\n \"user_id\": \"urn:uuid:2f915922-4d35-d011-7ca2-184d2ef46eaa\",\n \"role_id\": \"urn:uuid:f78ae961-e8d3-24ed-24c3-77890639c069\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "70be77a7-69e3-47b8-bb15-6ce2996c4dff", + "id": "871c5bce-6053-48be-aea9-f21c45e68792", "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:ef36a993-32b0-1fb0-2377-6ecf897ddb5d\",\n \"role_id\": \"804c95fd-e815-4985-6a84-00a80648d2e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"0bda9530-9e8c-ea70-4792-f4b632b7b41e\",\n \"role_id\": \"034b3f30-9c6b-b1d0-48bc-19befb7bb8e3\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6404,7 +6404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "071cb580-9b72-47c8-94c3-1cbb1d8e7e30", + "id": "1ffd10b3-dacf-45c8-8d0d-ec5ec39c476d", "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:ef36a993-32b0-1fb0-2377-6ecf897ddb5d\",\n \"role_id\": \"804c95fd-e815-4985-6a84-00a80648d2e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"0bda9530-9e8c-ea70-4792-f4b632b7b41e\",\n \"role_id\": \"034b3f30-9c6b-b1d0-48bc-19befb7bb8e3\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -6466,7 +6466,7 @@ } }, { - "id": "9c1d7fb6-64d3-429b-8c72-77b7f7682886", + "id": "721ba7c2-d0db-4bef-8e03-815a837b5e14", "name": "Get user role pairings", "request": { "name": "Get user role pairings", @@ -6525,7 +6525,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -6551,7 +6551,7 @@ }, "response": [ { - "id": "24c3d9ad-1b34-41c1-8d03-b5ec52125ef3", + "id": "08340d03-8634-46f0-a50f-d048776cb0a8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -6605,7 +6605,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -6644,12 +6644,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:169eef1c-20a6-7a91-24b9-2dadc4a3f8d0\",\n \"uid\": \"dolore consequatdolor reprehende\",\n \"user_id\": \"8c6768b7-baf1-afad-7f43-b127c6cec2f2\",\n \"role_id\": \"urn:uuid:600f0f0d-7ff6-f70b-d356-d7dcb1e47f8c\"\n },\n {\n \"id\": \"bee29f02-bcea-5ec1-83fe-816b3b7eafb8\",\n \"uid\": \"idsint cillum irure quis estirur\",\n \"user_id\": \"20c319a9-9c3d-357d-fff8-bef0bb0f8ae0\",\n \"role_id\": \"e3b62cf7-4459-9661-d15c-f5cf80b51b27\"\n }\n ],\n \"_metadata\": {\n \"limit\": -32347680,\n \"offset\": 41804611,\n \"total\": -17174078,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:8a7f1899-7291-3466-c060-c19583eb135e\",\n \"uid\": \"et reprehenderit consequatcommod\",\n \"user_id\": \"urn:uuid:efc1e26f-ad36-30b7-c7af-43e4c06d592d\",\n \"role_id\": \"urn:uuid:fd984415-79b7-ec49-843a-351589779f9b\"\n },\n {\n \"id\": \"urn:uuid:f1e49e07-fa62-acbf-706d-363168d2d8a9\",\n \"uid\": \"in quis minim esse nostrudut eu \",\n \"user_id\": \"urn:uuid:868dc4e2-f881-8421-4c14-d00b128844cf\",\n \"role_id\": \"a7679e2b-5336-8df8-5452-935bb2e13741\"\n }\n ],\n \"_metadata\": {\n \"limit\": 47379745,\n \"offset\": 11430588,\n \"total\": 66065322,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "95924ccd-44c3-4f00-b35f-91717452d320", + "id": "cdef876f-3015-47af-ba84-14f2fa61dac7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -6703,7 +6703,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -6747,7 +6747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bd8c508-c3eb-4728-9bd9-b0f96e0245d9", + "id": "e545f782-9235-412b-bf69-c37ef74338b2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -6801,7 +6801,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -6851,7 +6851,7 @@ } }, { - "id": "104a6e98-b76a-4c28-8eb2-a571e17e6cae", + "id": "12897ce7-5913-4286-aef4-1dd3fb8e9faf", "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:817c556d-47e6-f498-dc1b-48dae62b8a0e\",\n \"role_id\": \"urn:uuid:614c177d-277d-108d-a98c-ae0f56ff9945\"\n },\n {\n \"user_id\": \"urn:uuid:816ebe0e-8fb2-61cf-acac-56423daf0063\",\n \"role_id\": \"urn:uuid:23189547-b3e1-9631-b51c-c83af70ee52a\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"f105690a-98af-ef40-bd37-ed82a414a4be\",\n \"role_id\": \"urn:uuid:b1eeaf09-c04a-a4b1-78d2-730c8b2b7afc\"\n },\n {\n \"user_id\": \"e2b5e1d2-fc6d-7d63-ba6f-fe025a3aa8a9\",\n \"role_id\": \"3aacf673-59ec-aba7-2d7d-724c96ae438d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6894,7 +6894,7 @@ }, "response": [ { - "id": "5e085576-f5ed-4562-b564-3f6efb86ace2", + "id": "40e23b2b-879b-44ba-9bb9-1691f137f9b8", "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:817c556d-47e6-f498-dc1b-48dae62b8a0e\",\n \"role_id\": \"urn:uuid:614c177d-277d-108d-a98c-ae0f56ff9945\"\n },\n {\n \"user_id\": \"urn:uuid:816ebe0e-8fb2-61cf-acac-56423daf0063\",\n \"role_id\": \"urn:uuid:23189547-b3e1-9631-b51c-c83af70ee52a\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"f105690a-98af-ef40-bd37-ed82a414a4be\",\n \"role_id\": \"urn:uuid:b1eeaf09-c04a-a4b1-78d2-730c8b2b7afc\"\n },\n {\n \"user_id\": \"e2b5e1d2-fc6d-7d63-ba6f-fe025a3aa8a9\",\n \"role_id\": \"3aacf673-59ec-aba7-2d7d-724c96ae438d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -6945,12 +6945,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"5da440fb-62c0-712c-17ce-3350872eedcb\",\n \"uid\": \"ullamco laborumid magna Ut ut se\",\n \"user_id\": \"f7b0ccb9-81f9-d51e-0ee8-5b83b36262ad\",\n \"role_id\": \"355a52a4-220c-8b92-76ba-f9f490ee89bf\"\n },\n {\n \"id\": \"985a38f0-2f32-e152-f087-d70687456e7b\",\n \"uid\": \"sed pariatur consectetur Ut labo\",\n \"user_id\": \"urn:uuid:be38c3c3-f6ea-fcc3-0146-eb332bb820cc\",\n \"role_id\": \"d0dff925-fd2f-0342-3260-c5a4cf586e99\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"bbb8d362-d631-e463-75e5-303657940b87\",\n \"uid\": \"consectetur eiusmod id infugiat \",\n \"user_id\": \"urn:uuid:d6fcf83a-a405-023a-8057-e48d1a6eda51\",\n \"role_id\": \"6cc848e0-91cf-358f-b42f-ee3cd7fc1012\"\n },\n {\n \"id\": \"urn:uuid:2400c897-f33a-c7d0-4341-43c37b0ddf8b\",\n \"uid\": \"in sunt irure autetempor reprehe\",\n \"user_id\": \"8ff1a344-bfbc-ff0c-0daa-001a9639352c\",\n \"role_id\": \"bd68c688-e4c4-cc7c-ba29-f9756af5faba\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d1c8b6ab-64f2-406f-9903-e16a56166891", + "id": "0475612c-5209-45c2-9c52-a0c7e3861060", "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:817c556d-47e6-f498-dc1b-48dae62b8a0e\",\n \"role_id\": \"urn:uuid:614c177d-277d-108d-a98c-ae0f56ff9945\"\n },\n {\n \"user_id\": \"urn:uuid:816ebe0e-8fb2-61cf-acac-56423daf0063\",\n \"role_id\": \"urn:uuid:23189547-b3e1-9631-b51c-c83af70ee52a\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"f105690a-98af-ef40-bd37-ed82a414a4be\",\n \"role_id\": \"urn:uuid:b1eeaf09-c04a-a4b1-78d2-730c8b2b7afc\"\n },\n {\n \"user_id\": \"e2b5e1d2-fc6d-7d63-ba6f-fe025a3aa8a9\",\n \"role_id\": \"3aacf673-59ec-aba7-2d7d-724c96ae438d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7006,7 +7006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9485b4b5-72eb-467e-93f9-4d335322ae56", + "id": "57f27a2c-5282-4e5b-93c9-0f9f4d3f7926", "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:817c556d-47e6-f498-dc1b-48dae62b8a0e\",\n \"role_id\": \"urn:uuid:614c177d-277d-108d-a98c-ae0f56ff9945\"\n },\n {\n \"user_id\": \"urn:uuid:816ebe0e-8fb2-61cf-acac-56423daf0063\",\n \"role_id\": \"urn:uuid:23189547-b3e1-9631-b51c-c83af70ee52a\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"user_id\": \"f105690a-98af-ef40-bd37-ed82a414a4be\",\n \"role_id\": \"urn:uuid:b1eeaf09-c04a-a4b1-78d2-730c8b2b7afc\"\n },\n {\n \"user_id\": \"e2b5e1d2-fc6d-7d63-ba6f-fe025a3aa8a9\",\n \"role_id\": \"3aacf673-59ec-aba7-2d7d-724c96ae438d\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7068,7 +7068,7 @@ } }, { - "id": "7f16e702-dff6-40b1-8c27-9bb7c8c49f40", + "id": "01dde558-15fb-4590-947c-d074775a9b38", "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\": \"urn:uuid:3d710674-41c3-d805-534c-e499fe864412\",\n \"user_id\": \"urn:uuid:248adfed-82a7-44e1-7a5b-97851a8398d8\",\n \"role_id\": \"urn:uuid:86e61445-d9f4-93bf-f3bd-f58b067326f4\"\n },\n {\n \"id\": \"7ac97cb1-23ec-dfbf-905e-95c08a31ef01\",\n \"user_id\": \"urn:uuid:2e36de54-0138-7be8-3639-af9551411bb5\",\n \"role_id\": \"235bc6c7-87f1-bd37-ce7c-909f9382985a\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:b2c9eaa3-7e7c-1483-4b9c-eb38727e444a\",\n \"user_id\": \"31130c92-6ce8-8a46-8a32-fe76698ac901\",\n \"role_id\": \"b461fb49-8c73-8c43-51b3-4f733e0665bd\"\n },\n {\n \"id\": \"1cf16a09-c698-7fe1-3686-4f75550c5173\",\n \"user_id\": \"e0298934-eecc-8f7b-e6f3-57bf2050967f\",\n \"role_id\": \"9550ed43-c8b8-0230-fbb2-c83d5647551a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7111,7 +7111,7 @@ }, "response": [ { - "id": "b2aeb6e2-8864-40bf-87d1-024a077f8ea0", + "id": "44cc015e-ca0c-4fb7-813f-193ad18f8186", "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\": \"urn:uuid:3d710674-41c3-d805-534c-e499fe864412\",\n \"user_id\": \"urn:uuid:248adfed-82a7-44e1-7a5b-97851a8398d8\",\n \"role_id\": \"urn:uuid:86e61445-d9f4-93bf-f3bd-f58b067326f4\"\n },\n {\n \"id\": \"7ac97cb1-23ec-dfbf-905e-95c08a31ef01\",\n \"user_id\": \"urn:uuid:2e36de54-0138-7be8-3639-af9551411bb5\",\n \"role_id\": \"235bc6c7-87f1-bd37-ce7c-909f9382985a\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:b2c9eaa3-7e7c-1483-4b9c-eb38727e444a\",\n \"user_id\": \"31130c92-6ce8-8a46-8a32-fe76698ac901\",\n \"role_id\": \"b461fb49-8c73-8c43-51b3-4f733e0665bd\"\n },\n {\n \"id\": \"1cf16a09-c698-7fe1-3686-4f75550c5173\",\n \"user_id\": \"e0298934-eecc-8f7b-e6f3-57bf2050967f\",\n \"role_id\": \"9550ed43-c8b8-0230-fbb2-c83d5647551a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7162,12 +7162,12 @@ "value": "application/json" } ], - "body": "{\n \"user_roles\": [\n {\n \"id\": \"5da440fb-62c0-712c-17ce-3350872eedcb\",\n \"uid\": \"ullamco laborumid magna Ut ut se\",\n \"user_id\": \"f7b0ccb9-81f9-d51e-0ee8-5b83b36262ad\",\n \"role_id\": \"355a52a4-220c-8b92-76ba-f9f490ee89bf\"\n },\n {\n \"id\": \"985a38f0-2f32-e152-f087-d70687456e7b\",\n \"uid\": \"sed pariatur consectetur Ut labo\",\n \"user_id\": \"urn:uuid:be38c3c3-f6ea-fcc3-0146-eb332bb820cc\",\n \"role_id\": \"d0dff925-fd2f-0342-3260-c5a4cf586e99\"\n }\n ]\n}", + "body": "{\n \"user_roles\": [\n {\n \"id\": \"bbb8d362-d631-e463-75e5-303657940b87\",\n \"uid\": \"consectetur eiusmod id infugiat \",\n \"user_id\": \"urn:uuid:d6fcf83a-a405-023a-8057-e48d1a6eda51\",\n \"role_id\": \"6cc848e0-91cf-358f-b42f-ee3cd7fc1012\"\n },\n {\n \"id\": \"urn:uuid:2400c897-f33a-c7d0-4341-43c37b0ddf8b\",\n \"uid\": \"in sunt irure autetempor reprehe\",\n \"user_id\": \"8ff1a344-bfbc-ff0c-0daa-001a9639352c\",\n \"role_id\": \"bd68c688-e4c4-cc7c-ba29-f9756af5faba\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "727a2569-ddf1-4ba3-b5ab-f42ddb065790", + "id": "c0f9e06b-d2b2-4910-9e84-f58d5fa87adf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7201,7 +7201,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:3d710674-41c3-d805-534c-e499fe864412\",\n \"user_id\": \"urn:uuid:248adfed-82a7-44e1-7a5b-97851a8398d8\",\n \"role_id\": \"urn:uuid:86e61445-d9f4-93bf-f3bd-f58b067326f4\"\n },\n {\n \"id\": \"7ac97cb1-23ec-dfbf-905e-95c08a31ef01\",\n \"user_id\": \"urn:uuid:2e36de54-0138-7be8-3639-af9551411bb5\",\n \"role_id\": \"235bc6c7-87f1-bd37-ce7c-909f9382985a\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:b2c9eaa3-7e7c-1483-4b9c-eb38727e444a\",\n \"user_id\": \"31130c92-6ce8-8a46-8a32-fe76698ac901\",\n \"role_id\": \"b461fb49-8c73-8c43-51b3-4f733e0665bd\"\n },\n {\n \"id\": \"1cf16a09-c698-7fe1-3686-4f75550c5173\",\n \"user_id\": \"e0298934-eecc-8f7b-e6f3-57bf2050967f\",\n \"role_id\": \"9550ed43-c8b8-0230-fbb2-c83d5647551a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7223,7 +7223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f34aff3a-8be0-4037-a2ad-f9903f0608ea", + "id": "bdec8761-790f-49bb-9ae3-5c94f36b15b4", "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\": \"urn:uuid:3d710674-41c3-d805-534c-e499fe864412\",\n \"user_id\": \"urn:uuid:248adfed-82a7-44e1-7a5b-97851a8398d8\",\n \"role_id\": \"urn:uuid:86e61445-d9f4-93bf-f3bd-f58b067326f4\"\n },\n {\n \"id\": \"7ac97cb1-23ec-dfbf-905e-95c08a31ef01\",\n \"user_id\": \"urn:uuid:2e36de54-0138-7be8-3639-af9551411bb5\",\n \"role_id\": \"235bc6c7-87f1-bd37-ce7c-909f9382985a\"\n }\n ]\n}", + "raw": "{\n \"user_roles\": [\n {\n \"id\": \"urn:uuid:b2c9eaa3-7e7c-1483-4b9c-eb38727e444a\",\n \"user_id\": \"31130c92-6ce8-8a46-8a32-fe76698ac901\",\n \"role_id\": \"b461fb49-8c73-8c43-51b3-4f733e0665bd\"\n },\n {\n \"id\": \"1cf16a09-c698-7fe1-3686-4f75550c5173\",\n \"user_id\": \"e0298934-eecc-8f7b-e6f3-57bf2050967f\",\n \"role_id\": \"9550ed43-c8b8-0230-fbb2-c83d5647551a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -7285,7 +7285,7 @@ } }, { - "id": "edf156ee-cf87-44c7-afa6-620ed8d350a2", + "id": "620879fb-e2e9-4afc-bf4e-4b160c5d4374", "name": "Find user role pairing by id", "request": { "name": "Find user role pairing by id", @@ -7327,7 +7327,7 @@ }, "response": [ { - "id": "c65822db-abd2-4eeb-86b6-dc4b0115f7da", + "id": "7c2e97a4-0fa5-4d9d-a630-e717503935df", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -7366,12 +7366,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:c751d007-13bf-c66a-4765-b7444f97cb15\",\n \"uid\": \"sed dolor commodoqui non commodo\",\n \"user_id\": \"7b41d445-f8b3-eb65-3ec3-1fcb729540ab\",\n \"role_id\": \"urn:uuid:7f876b8c-346f-c859-43f8-0b5555b4f693\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"67453fc4-563f-ff44-23a1-d0a1b5c7e668\",\n \"uid\": \"consequat temporid labore Duis a\",\n \"user_id\": \"urn:uuid:2f915922-4d35-d011-7ca2-184d2ef46eaa\",\n \"role_id\": \"urn:uuid:f78ae961-e8d3-24ed-24c3-77890639c069\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1da0b29e-4616-41a8-94a0-4c821e43d689", + "id": "9df210b6-cbb3-41d7-a045-8bb7cde1d949", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7415,7 +7415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf57900b-b95f-420c-b820-7da3b946dae3", + "id": "6befc683-1162-4587-b7e7-b591bf98c031", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7465,7 +7465,7 @@ } }, { - "id": "dc616b69-1c36-48c8-9f64-67f44df14430", + "id": "1473f4ae-1fed-43d1-83f7-9300a0734825", "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:ef36a993-32b0-1fb0-2377-6ecf897ddb5d\",\n \"role_id\": \"804c95fd-e815-4985-6a84-00a80648d2e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"0bda9530-9e8c-ea70-4792-f4b632b7b41e\",\n \"role_id\": \"034b3f30-9c6b-b1d0-48bc-19befb7bb8e3\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7520,7 +7520,7 @@ }, "response": [ { - "id": "89a0d938-4029-4c1c-92cb-a5e865514c3b", + "id": "d4c2ed96-79da-40c0-ab05-59da7ad3d980", "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:ef36a993-32b0-1fb0-2377-6ecf897ddb5d\",\n \"role_id\": \"804c95fd-e815-4985-6a84-00a80648d2e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"0bda9530-9e8c-ea70-4792-f4b632b7b41e\",\n \"role_id\": \"034b3f30-9c6b-b1d0-48bc-19befb7bb8e3\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7572,12 +7572,12 @@ "value": "application/json" } ], - "body": "{\n \"user_role\": {\n \"id\": \"urn:uuid:c751d007-13bf-c66a-4765-b7444f97cb15\",\n \"uid\": \"sed dolor commodoqui non commodo\",\n \"user_id\": \"7b41d445-f8b3-eb65-3ec3-1fcb729540ab\",\n \"role_id\": \"urn:uuid:7f876b8c-346f-c859-43f8-0b5555b4f693\"\n }\n}", + "body": "{\n \"user_role\": {\n \"id\": \"67453fc4-563f-ff44-23a1-d0a1b5c7e668\",\n \"uid\": \"consequat temporid labore Duis a\",\n \"user_id\": \"urn:uuid:2f915922-4d35-d011-7ca2-184d2ef46eaa\",\n \"role_id\": \"urn:uuid:f78ae961-e8d3-24ed-24c3-77890639c069\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "598055e8-98b9-4780-aada-4a9ec6556360", + "id": "1fdb8fd5-de00-45f5-8442-85ebb5a643f4", "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:ef36a993-32b0-1fb0-2377-6ecf897ddb5d\",\n \"role_id\": \"804c95fd-e815-4985-6a84-00a80648d2e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"0bda9530-9e8c-ea70-4792-f4b632b7b41e\",\n \"role_id\": \"034b3f30-9c6b-b1d0-48bc-19befb7bb8e3\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7634,7 +7634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df6409fa-f009-476f-83de-3e9e33d381b4", + "id": "ca2014f7-a49c-467f-9bd0-fcf07c602388", "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:ef36a993-32b0-1fb0-2377-6ecf897ddb5d\",\n \"role_id\": \"804c95fd-e815-4985-6a84-00a80648d2e1\"\n }\n}", + "raw": "{\n \"user_role\": {\n \"user_id\": \"0bda9530-9e8c-ea70-4792-f4b632b7b41e\",\n \"role_id\": \"034b3f30-9c6b-b1d0-48bc-19befb7bb8e3\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -7697,7 +7697,7 @@ } }, { - "id": "390937fe-999e-4b9c-a2ef-44387da187e6", + "id": "f51e9442-db7d-4616-983f-e438140c2fa6", "name": "Delete a user role assignment", "request": { "name": "Delete a user role assignment", @@ -7739,7 +7739,7 @@ }, "response": [ { - "id": "449dde3a-74b9-4a17-9c40-6e17ca2dfcef", + "id": "8c711a5c-2b1b-4ab0-878d-4e10bbddfd7d", "name": "User role was destroyed", "originalRequest": { "url": { @@ -7783,7 +7783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "999d093b-f86a-4477-ba58-209ef7f4e772", + "id": "da74f32d-58a0-46bb-8fde-bd88f48e1d29", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -7827,7 +7827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ab91b34-f59d-41ca-8ad0-d8c50b75cfc7", + "id": "b1d18c7b-5b82-4716-8f2d-cc3c6ba31ec0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -7883,7 +7883,7 @@ "description": "", "item": [ { - "id": "c9079426-b6d0-4dd4-8330-7ffc860dc6df", + "id": "17191111-3b94-43b9-be75-04c4b8dcf2fa", "name": "Get attribute data in bulk", "request": { "name": "Get attribute data in bulk", @@ -7968,7 +7968,7 @@ }, "response": [ { - "id": "bbe00df5-d8b8-4fe5-a14d-d5b45c6ba762", + "id": "b3152898-fba2-4d7a-bb88-0e558c6df8f8", "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\": \"anim Duisdolor non sit in labori\",\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\": \"1971-08-31T08:18:42.843Z\",\n \"created_at\": \"1986-08-07T06:05:35.382Z\",\n \"updated_at\": \"1983-09-08T12:29:00.375Z\",\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\": \"magna ex Duisdolor do Excepteur \",\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\": \"1956-11-23T00:05:35.429Z\",\n \"created_at\": \"2002-08-22T17:49:39.424Z\",\n \"updated_at\": \"1985-12-09T17:14:58.771Z\",\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\": \"2012-01-17T06:39:16.166Z\",\n \"tmp_updated_at\": \"1947-09-15T12:28:57.390Z\"\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\": \"sed mollit ullamco idlabore offi\",\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-12-07T22:26:29.768Z\",\n \"created_at\": \"1963-12-23T04:00:14.369Z\",\n \"updated_at\": \"1970-09-06T08:53:41.613Z\",\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\": \"ut laboris essereprehenderit eiu\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1986-07-30T15:35:22.817Z\",\n \"created_at\": \"2023-11-14T13:31:40.576Z\",\n \"updated_at\": \"2022-01-02T08:53:51.094Z\",\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\": \"1958-07-03T21:26:26.985Z\",\n \"tmp_updated_at\": \"2022-10-28T17:40:14.267Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": 78942517,\n \"offset\": 3679413,\n \"total\": 93209763,\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\": \"nonin ut auteex esselaborum inci\",\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-10-26T05:41:28.245Z\",\n \"created_at\": \"2005-11-30T08:20:02.177Z\",\n \"updated_at\": \"1949-01-10T06:25:09.109Z\",\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\": \"ad officia sint nonreprehenderit\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"1993-12-28T02:11:56.083Z\",\n \"created_at\": \"1995-05-18T00:53:59.263Z\",\n \"updated_at\": \"1997-05-25T19:35:43.358Z\",\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\": \"1954-03-27T15:15:28.793Z\",\n \"tmp_updated_at\": \"1976-01-28T22:17:36.430Z\"\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\": \"commodo dolor pariatur Duis dolo\",\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\": \"2018-11-14T12:00:40.947Z\",\n \"created_at\": \"1982-03-15T07:25:43.374Z\",\n \"updated_at\": \"2003-11-07T09:03:45.144Z\",\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\": \"ullamco deserunt sit voluptateul\",\n \"label\": \"birthday\",\n \"description\": \"Your birthday\",\n \"tool_tip\": \"Put your birthday here mm-dd-yyyy\",\n \"crypt\": false,\n \"archived\": false,\n \"archived_on\": \"2010-08-14T04:09:17.905Z\",\n \"created_at\": \"2004-05-28T10:25:09.486Z\",\n \"updated_at\": \"2021-04-17T16:22:17.786Z\",\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\": \"1983-10-25T19:37:59.802Z\",\n \"tmp_updated_at\": \"2000-07-13T21:04:37.442Z\"\n },\n \"profile_type_id\": \"ac4aae0b-4140-49a4-a84c-126762fd0c8f\",\n \"data_type\": \"text field\",\n \"type\": \"AttachmentAttribute\"\n }\n ],\n \"_metadata\": {\n \"limit\": -45031150,\n \"offset\": 20969923,\n \"total\": 75301251,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "26c3d7f7-c9f1-499d-bd0e-3c339cb4754a", + "id": "d4fa5b24-39e0-4433-ae05-76226862f105", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8164,7 +8164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7163cf22-cb87-42d4-85d5-af8177344d39", + "id": "3b501475-acf7-4dce-a238-5429cfd1fe06", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8268,7 +8268,7 @@ } }, { - "id": "7e1c8688-d6e5-4f08-b60c-f17bceb93722", + "id": "3c664be1-b35e-4a0c-8756-2b61c8896876", "name": "Create an attribute", "request": { "name": "Create an attribute", @@ -8311,7 +8311,7 @@ }, "response": [ { - "id": "220fc8d9-adf8-42ab-852f-50a792ec0470", + "id": "926e24c7-e23e-4d00-92c2-c93045fd3710", "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\": \"ullamco aliquipirure autevolupta\",\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\": \"2002-12-10T04:54:40.123Z\",\n \"created_at\": \"1958-06-12T08:21:05.128Z\",\n \"updated_at\": \"2000-12-15T15:53:14.718Z\",\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\": \"anim irurecupidatat ut dolor exe\",\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\": \"2020-01-22T06:35:42.777Z\",\n \"created_at\": \"2009-02-13T21:23:13.888Z\",\n \"updated_at\": \"1977-09-14T17:19:29.597Z\",\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\": \"1954-11-13T03:38:14.072Z\",\n \"tmp_updated_at\": \"2016-03-09T22:20:14.367Z\"\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\": \"occaecatullamco veniam aliquipqu\",\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\": \"2007-12-02T11:16:09.969Z\",\n \"created_at\": \"1948-11-17T17:22:49.623Z\",\n \"updated_at\": \"1964-08-12T19:27:14.337Z\",\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\": \"in reprehenderit incididuntmagna\",\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-02-16T12:43:49.012Z\",\n \"created_at\": \"1997-11-02T13:13:55.162Z\",\n \"updated_at\": \"1992-06-27T03:16:01.257Z\",\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\": \"1980-02-14T01:32:18.270Z\",\n \"tmp_updated_at\": \"1955-12-02T00:12:21.802Z\"\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": "e2f757e2-365f-4b5e-b48a-a726b0a42243", + "id": "666cfea0-b7bf-4b36-b293-9b107a1222c3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8423,7 +8423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b1d187c-3009-42ee-848d-5611b59592a6", + "id": "86177ac1-f987-4d02-9128-f71f7548a522", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8485,7 +8485,7 @@ } }, { - "id": "6f8d7ce2-af72-41c9-a678-aee66ea00efb", + "id": "93b2898d-ceab-41a3-a3b8-b45ea592da6e", "name": "Find attribute data by id", "request": { "name": "Find attribute data by id", @@ -8527,7 +8527,7 @@ }, "response": [ { - "id": "170379f6-16a0-4a1e-8f92-6b67f8d6c2e5", + "id": "4131eacf-fba2-4c3e-aa9e-d8f15c4bd4e4", "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\": \"ullamco aliquipirure autevolupta\",\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\": \"2002-12-10T04:54:40.123Z\",\n \"created_at\": \"1958-06-12T08:21:05.128Z\",\n \"updated_at\": \"2000-12-15T15:53:14.718Z\",\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\": \"anim irurecupidatat ut dolor exe\",\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\": \"2020-01-22T06:35:42.777Z\",\n \"created_at\": \"2009-02-13T21:23:13.888Z\",\n \"updated_at\": \"1977-09-14T17:19:29.597Z\",\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\": \"1954-11-13T03:38:14.072Z\",\n \"tmp_updated_at\": \"2016-03-09T22:20:14.367Z\"\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\": \"occaecatullamco veniam aliquipqu\",\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\": \"2007-12-02T11:16:09.969Z\",\n \"created_at\": \"1948-11-17T17:22:49.623Z\",\n \"updated_at\": \"1964-08-12T19:27:14.337Z\",\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\": \"in reprehenderit incididuntmagna\",\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-02-16T12:43:49.012Z\",\n \"created_at\": \"1997-11-02T13:13:55.162Z\",\n \"updated_at\": \"1992-06-27T03:16:01.257Z\",\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\": \"1980-02-14T01:32:18.270Z\",\n \"tmp_updated_at\": \"1955-12-02T00:12:21.802Z\"\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": "20eae698-081a-4a37-8556-cd6f4e4fd7cc", + "id": "daf46e2f-b51c-4e22-9e21-6dae76bad2f5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8615,7 +8615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24dd888c-e829-48c8-af31-21c9d7390a79", + "id": "a7afaa9c-034d-4e8a-896f-d800101585d4", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8665,7 +8665,7 @@ } }, { - "id": "45adc209-a2ee-4880-8854-2b81bd0f88d4", + "id": "3a1b2586-5755-4216-8db8-1f07756886fe", "name": "Update attribute data by id", "request": { "name": "Update attribute data by id", @@ -8720,7 +8720,7 @@ }, "response": [ { - "id": "11215da8-a15b-41b1-8d9f-f0cba1a5f4af", + "id": "5efc4593-baeb-4ad1-853d-8ca4fa0885a1", "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\": \"ullamco aliquipirure autevolupta\",\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\": \"2002-12-10T04:54:40.123Z\",\n \"created_at\": \"1958-06-12T08:21:05.128Z\",\n \"updated_at\": \"2000-12-15T15:53:14.718Z\",\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\": \"anim irurecupidatat ut dolor exe\",\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\": \"2020-01-22T06:35:42.777Z\",\n \"created_at\": \"2009-02-13T21:23:13.888Z\",\n \"updated_at\": \"1977-09-14T17:19:29.597Z\",\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\": \"1954-11-13T03:38:14.072Z\",\n \"tmp_updated_at\": \"2016-03-09T22:20:14.367Z\"\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\": \"occaecatullamco veniam aliquipqu\",\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\": \"2007-12-02T11:16:09.969Z\",\n \"created_at\": \"1948-11-17T17:22:49.623Z\",\n \"updated_at\": \"1964-08-12T19:27:14.337Z\",\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\": \"in reprehenderit incididuntmagna\",\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-02-16T12:43:49.012Z\",\n \"created_at\": \"1997-11-02T13:13:55.162Z\",\n \"updated_at\": \"1992-06-27T03:16:01.257Z\",\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\": \"1980-02-14T01:32:18.270Z\",\n \"tmp_updated_at\": \"1955-12-02T00:12:21.802Z\"\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": "41e40284-ed6c-41b8-8f46-b7478fedec9a", + "id": "125ca2c3-5823-4bbc-a602-d52a7eecfb45", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -8834,7 +8834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c4a8f91-ad06-40e0-92cd-becc22586edd", + "id": "37b22c9f-01ce-4b07-a590-cb70db441be6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -8903,7 +8903,7 @@ "description": "", "item": [ { - "id": "bcca8416-7d2d-49e9-8ac0-c67c374f8054", + "id": "b5af7d27-f6cb-46b9-9b24-2238d9b823aa", "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\": \"a3a79fbc-25ba-bd01-8bc5-d4bcd5fd1c68\",\n \"option\": \"magna dolore ex adipisicing\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"5bb41b51-c8f3-0c86-edf5-2276b364d5a1\",\n \"option\": \"dolore irure Duis\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8946,7 +8946,7 @@ }, "response": [ { - "id": "12fc9f6f-5960-4c62-86b6-1052de4b54c7", + "id": "ada21256-4742-4cd0-89a0-83636ffd18f4", "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\": \"a3a79fbc-25ba-bd01-8bc5-d4bcd5fd1c68\",\n \"option\": \"magna dolore ex adipisicing\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"5bb41b51-c8f3-0c86-edf5-2276b364d5a1\",\n \"option\": \"dolore irure Duis\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -8997,12 +8997,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"ee7ff0a1-7ea1-731a-92f7-b7c9fb0104fc\",\n \"uid\": \"velitproident et utlabore quises\",\n \"ne_attribute_id\": \"urn:uuid:cf77e3ed-32db-cc80-e1aa-523bdb68fc8a\",\n \"option\": \"deserunt in in magna\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:752148fa-1cbb-4fd6-7ec5-dd3bcb9e6dad\",\n \"uid\": \"voluptate exercitation sunt dese\",\n \"ne_attribute_id\": \"77668e61-7d57-c98a-fa43-f6ebd14fb477\",\n \"option\": \"Duis i\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "52798ab2-35ee-407a-820f-897aa84024b8", + "id": "4b0cef92-d605-4b4d-9c01-a4d9dd95c268", "name": "Invalid input", "originalRequest": { "url": { @@ -9032,7 +9032,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"a3a79fbc-25ba-bd01-8bc5-d4bcd5fd1c68\",\n \"option\": \"magna dolore ex adipisicing\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"5bb41b51-c8f3-0c86-edf5-2276b364d5a1\",\n \"option\": \"dolore irure Duis\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -9054,7 +9054,7 @@ } }, { - "id": "fce7debe-eacf-485c-84f5-24456428da0a", + "id": "33f381ae-12c2-4885-b56e-06e69a08accc", "name": "Get option based attribute values", "request": { "name": "Get option based attribute values", @@ -9130,7 +9130,7 @@ }, "response": [ { - "id": "64b3e50e-5159-4327-946c-ec7bad55a653", + "id": "4ff15189-6209-47e2-9fdd-4ad36a302ff7", "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:f848c004-e119-32bd-3e75-da96bb8a5cc3\",\n \"uid\": \"minim proident dolorsint et cupi\",\n \"ne_attribute_id\": \"urn:uuid:ea27486e-e8a5-2176-1c99-adf017007d78\",\n \"option\": \"enim ex eu cillum\"\n },\n {\n \"id\": \"urn:uuid:b463882a-64dc-c743-ce41-039aab4c6845\",\n \"uid\": \"occaecat aliquip Excepteur ameti\",\n \"ne_attribute_id\": \"urn:uuid:cb33474d-eb34-ab09-d285-12677d982dc8\",\n \"option\": \"consectetur voluptate qui\"\n }\n ],\n \"_metadata\": {\n \"limit\": 84843752,\n \"offset\": 66007548,\n \"total\": 94776373,\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:15a463eb-e30d-93d1-0b3a-550a69c3799c\",\n \"uid\": \"ipsum officiasint eu deserunt ma\",\n \"ne_attribute_id\": \"urn:uuid:a49592e6-db55-8317-4e7b-88b91fcf47c2\",\n \"option\": \"incididunt et proident\"\n },\n {\n \"id\": \"a89d9706-4188-9820-6495-df2919afff72\",\n \"uid\": \"velit reprehenderit occaecat inm\",\n \"ne_attribute_id\": \"urn:uuid:85124df8-cb9e-c830-7a14-db95c2519351\",\n \"option\": \"adipisicing sit amet\"\n }\n ],\n \"_metadata\": {\n \"limit\": 65353127,\n \"offset\": -71141138,\n \"total\": -95370552,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "15e29cc4-44ba-4614-9b2f-518b6ff59d7c", + "id": "63a51cf9-bb95-4d9f-bae9-752911a1c8ac", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9308,7 +9308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ced1e20b-d528-47d7-9e24-1ca856d8fc4d", + "id": "536146a9-15ee-45ab-851d-9c9aa1ccee3a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -9403,7 +9403,7 @@ } }, { - "id": "eb0c40cc-4086-4444-b4de-4aa84f4375c0", + "id": "eae6bca0-2fd9-427b-92a6-52082172f4ef", "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\": \"d1e8f98b-f9f5-3a07-bcf7-bb1247032507\",\n \"option\": \"dolor eu ea amet enim\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:866e4b85-37f5-b4b6-3f42-b247c1b5a8e3\",\n \"option\": \"culpa veniam tempor\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:1557ea17-97dc-546b-ece5-faa7434f3e02\",\n \"option\": \"ea Duis minim magna\"\n },\n {\n \"ne_attribute_id\": \"8239bca2-3e06-8adf-3c7b-4668dc7167ba\",\n \"option\": \"deserunt\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9446,7 +9446,7 @@ }, "response": [ { - "id": "66199854-b20d-4d99-a48b-6abff6c48e3c", + "id": "8432551e-86ae-4f1a-a146-7a0c748eeb82", "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\": \"d1e8f98b-f9f5-3a07-bcf7-bb1247032507\",\n \"option\": \"dolor eu ea amet enim\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:866e4b85-37f5-b4b6-3f42-b247c1b5a8e3\",\n \"option\": \"culpa veniam tempor\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:1557ea17-97dc-546b-ece5-faa7434f3e02\",\n \"option\": \"ea Duis minim magna\"\n },\n {\n \"ne_attribute_id\": \"8239bca2-3e06-8adf-3c7b-4668dc7167ba\",\n \"option\": \"deserunt\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9497,12 +9497,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"3a689da5-a6f4-e645-0089-16e137043262\",\n \"uid\": \"aliquip nulla fugiatmagna consec\",\n \"ne_attribute_id\": \"d4359873-d878-b2f9-64d5-be6222a8bae8\",\n \"option\": \"eu esse Lorem quis\"\n },\n {\n \"id\": \"urn:uuid:510a967c-8a5f-0d1a-d964-07bd3503f24c\",\n \"uid\": \"ad sint reprehenderitipsum nostr\",\n \"ne_attribute_id\": \"urn:uuid:f4f79995-5dd7-a952-af35-ab30621cbb7b\",\n \"option\": \"laboris nisi consectetur Ut\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:0e6f0452-97d9-0774-32d4-5c15e348a09f\",\n \"uid\": \"ad nulla velit ut laboruminex ea\",\n \"ne_attribute_id\": \"urn:uuid:068bf4af-e98e-4f3e-4d71-466ac48db919\",\n \"option\": \"elit id laborum culpa\"\n },\n {\n \"id\": \"urn:uuid:d95ebdfa-a1b9-89c2-e410-c10dd7e12264\",\n \"uid\": \"velit nostrudnon doullamcoestsit\",\n \"ne_attribute_id\": \"8039ea91-8e79-9a48-300d-b94ef3499a2b\",\n \"option\": \"cillum elit culpa\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d0c6a40e-950c-4acb-a688-f52cc339ef97", + "id": "3d945efd-6386-4615-9e02-dcd25dfa7392", "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\": \"d1e8f98b-f9f5-3a07-bcf7-bb1247032507\",\n \"option\": \"dolor eu ea amet enim\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:866e4b85-37f5-b4b6-3f42-b247c1b5a8e3\",\n \"option\": \"culpa veniam tempor\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:1557ea17-97dc-546b-ece5-faa7434f3e02\",\n \"option\": \"ea Duis minim magna\"\n },\n {\n \"ne_attribute_id\": \"8239bca2-3e06-8adf-3c7b-4668dc7167ba\",\n \"option\": \"deserunt\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9558,7 +9558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cef97eea-0e67-43a7-af2d-159834539e93", + "id": "8a05a2d3-8f19-44ee-8abb-6be3e43b4142", "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\": \"d1e8f98b-f9f5-3a07-bcf7-bb1247032507\",\n \"option\": \"dolor eu ea amet enim\"\n },\n {\n \"ne_attribute_id\": \"urn:uuid:866e4b85-37f5-b4b6-3f42-b247c1b5a8e3\",\n \"option\": \"culpa veniam tempor\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"ne_attribute_id\": \"urn:uuid:1557ea17-97dc-546b-ece5-faa7434f3e02\",\n \"option\": \"ea Duis minim magna\"\n },\n {\n \"ne_attribute_id\": \"8239bca2-3e06-8adf-3c7b-4668dc7167ba\",\n \"option\": \"deserunt\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9620,7 +9620,7 @@ } }, { - "id": "69832087-fd6a-4413-8ceb-5599f6bd6240", + "id": "c0f06980-0b50-4a3b-91a5-3afa1d5d72ff", "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\": \"83c84a1e-57ce-9b19-6eca-9b9bc768b410\",\n \"ne_attribute_id\": \"urn:uuid:a5805140-5428-6cc1-e540-a418e4880689\",\n \"option\": \"sit sed laborum\"\n },\n {\n \"id\": \"urn:uuid:a6dab6c0-c9a3-3674-b180-a04bd7e00c4b\",\n \"ne_attribute_id\": \"urn:uuid:708fb274-16a4-911b-e002-6969e0d83a06\",\n \"option\": \"dolor e\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"7e3e9455-3670-c49b-5f8d-cd0366e4d20b\",\n \"ne_attribute_id\": \"639e0aa2-7a86-cfd3-83b0-84a03d7e6264\",\n \"option\": \"enim ea anim sunt\"\n },\n {\n \"id\": \"urn:uuid:f72ee747-377a-b33a-f891-e1b3134fa9cd\",\n \"ne_attribute_id\": \"urn:uuid:1cde0392-22d4-f6d7-02a7-78b1babb5197\",\n \"option\": \"tempor ex et\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9663,7 +9663,7 @@ }, "response": [ { - "id": "c74fe3a5-5477-469e-9f3d-e27aa4cad5a9", + "id": "03ba1783-4d31-4587-8561-1bc3e902f67a", "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\": \"83c84a1e-57ce-9b19-6eca-9b9bc768b410\",\n \"ne_attribute_id\": \"urn:uuid:a5805140-5428-6cc1-e540-a418e4880689\",\n \"option\": \"sit sed laborum\"\n },\n {\n \"id\": \"urn:uuid:a6dab6c0-c9a3-3674-b180-a04bd7e00c4b\",\n \"ne_attribute_id\": \"urn:uuid:708fb274-16a4-911b-e002-6969e0d83a06\",\n \"option\": \"dolor e\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"7e3e9455-3670-c49b-5f8d-cd0366e4d20b\",\n \"ne_attribute_id\": \"639e0aa2-7a86-cfd3-83b0-84a03d7e6264\",\n \"option\": \"enim ea anim sunt\"\n },\n {\n \"id\": \"urn:uuid:f72ee747-377a-b33a-f891-e1b3134fa9cd\",\n \"ne_attribute_id\": \"urn:uuid:1cde0392-22d4-f6d7-02a7-78b1babb5197\",\n \"option\": \"tempor ex et\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9714,12 +9714,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"3a689da5-a6f4-e645-0089-16e137043262\",\n \"uid\": \"aliquip nulla fugiatmagna consec\",\n \"ne_attribute_id\": \"d4359873-d878-b2f9-64d5-be6222a8bae8\",\n \"option\": \"eu esse Lorem quis\"\n },\n {\n \"id\": \"urn:uuid:510a967c-8a5f-0d1a-d964-07bd3503f24c\",\n \"uid\": \"ad sint reprehenderitipsum nostr\",\n \"ne_attribute_id\": \"urn:uuid:f4f79995-5dd7-a952-af35-ab30621cbb7b\",\n \"option\": \"laboris nisi consectetur Ut\"\n }\n ]\n}", + "body": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"urn:uuid:0e6f0452-97d9-0774-32d4-5c15e348a09f\",\n \"uid\": \"ad nulla velit ut laboruminex ea\",\n \"ne_attribute_id\": \"urn:uuid:068bf4af-e98e-4f3e-4d71-466ac48db919\",\n \"option\": \"elit id laborum culpa\"\n },\n {\n \"id\": \"urn:uuid:d95ebdfa-a1b9-89c2-e410-c10dd7e12264\",\n \"uid\": \"velit nostrudnon doullamcoestsit\",\n \"ne_attribute_id\": \"8039ea91-8e79-9a48-300d-b94ef3499a2b\",\n \"option\": \"cillum elit culpa\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3459b8c6-322d-4d15-859f-c25e688f0968", + "id": "29bf88d6-6469-4c2b-a0f3-917d92781989", "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\": \"83c84a1e-57ce-9b19-6eca-9b9bc768b410\",\n \"ne_attribute_id\": \"urn:uuid:a5805140-5428-6cc1-e540-a418e4880689\",\n \"option\": \"sit sed laborum\"\n },\n {\n \"id\": \"urn:uuid:a6dab6c0-c9a3-3674-b180-a04bd7e00c4b\",\n \"ne_attribute_id\": \"urn:uuid:708fb274-16a4-911b-e002-6969e0d83a06\",\n \"option\": \"dolor e\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"7e3e9455-3670-c49b-5f8d-cd0366e4d20b\",\n \"ne_attribute_id\": \"639e0aa2-7a86-cfd3-83b0-84a03d7e6264\",\n \"option\": \"enim ea anim sunt\"\n },\n {\n \"id\": \"urn:uuid:f72ee747-377a-b33a-f891-e1b3134fa9cd\",\n \"ne_attribute_id\": \"urn:uuid:1cde0392-22d4-f6d7-02a7-78b1babb5197\",\n \"option\": \"tempor ex et\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9775,7 +9775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bec85f69-755a-498d-b0b2-cae3ec6dddbd", + "id": "f85bd66d-4a7d-456f-ba92-c0798b6a2ccd", "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\": \"83c84a1e-57ce-9b19-6eca-9b9bc768b410\",\n \"ne_attribute_id\": \"urn:uuid:a5805140-5428-6cc1-e540-a418e4880689\",\n \"option\": \"sit sed laborum\"\n },\n {\n \"id\": \"urn:uuid:a6dab6c0-c9a3-3674-b180-a04bd7e00c4b\",\n \"ne_attribute_id\": \"urn:uuid:708fb274-16a4-911b-e002-6969e0d83a06\",\n \"option\": \"dolor e\"\n }\n ]\n}", + "raw": "{\n \"ne_attribute_options\": [\n {\n \"id\": \"7e3e9455-3670-c49b-5f8d-cd0366e4d20b\",\n \"ne_attribute_id\": \"639e0aa2-7a86-cfd3-83b0-84a03d7e6264\",\n \"option\": \"enim ea anim sunt\"\n },\n {\n \"id\": \"urn:uuid:f72ee747-377a-b33a-f891-e1b3134fa9cd\",\n \"ne_attribute_id\": \"urn:uuid:1cde0392-22d4-f6d7-02a7-78b1babb5197\",\n \"option\": \"tempor ex et\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -9837,7 +9837,7 @@ } }, { - "id": "7581b72a-67b1-42d7-864c-233c9237dfc5", + "id": "947eec60-a81a-40ba-b59f-39d15880cd9e", "name": "Find option based attribute value by id", "request": { "name": "Find option based attribute value by id", @@ -9879,7 +9879,7 @@ }, "response": [ { - "id": "3e550ec3-aff2-4821-8fef-c4a98799d814", + "id": "8baa7978-7c18-445f-88b7-f79cf01a6771", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -9918,12 +9918,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"ee7ff0a1-7ea1-731a-92f7-b7c9fb0104fc\",\n \"uid\": \"velitproident et utlabore quises\",\n \"ne_attribute_id\": \"urn:uuid:cf77e3ed-32db-cc80-e1aa-523bdb68fc8a\",\n \"option\": \"deserunt in in magna\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:752148fa-1cbb-4fd6-7ec5-dd3bcb9e6dad\",\n \"uid\": \"voluptate exercitation sunt dese\",\n \"ne_attribute_id\": \"77668e61-7d57-c98a-fa43-f6ebd14fb477\",\n \"option\": \"Duis i\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "855c472e-e5b0-459c-8dea-4918817a2eb3", + "id": "618294db-1ead-4ea2-887d-436fe793e7e7", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -9967,7 +9967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d752dec-50fd-4903-8b83-407bc55d8916", + "id": "a0f56c96-a028-4c80-9d01-b47db71c1f5f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10017,7 +10017,7 @@ } }, { - "id": "4a99ff91-9564-4e93-af24-8dd2561d84b1", + "id": "d5915f76-6fdf-4eec-8ded-35ab1fa17895", "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\": \"a3a79fbc-25ba-bd01-8bc5-d4bcd5fd1c68\",\n \"option\": \"magna dolore ex adipisicing\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"5bb41b51-c8f3-0c86-edf5-2276b364d5a1\",\n \"option\": \"dolore irure Duis\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10072,7 +10072,7 @@ }, "response": [ { - "id": "8063af2e-d624-4706-b322-431360cdb997", + "id": "92192e91-f9dc-42a0-8162-cd25013dae9b", "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\": \"a3a79fbc-25ba-bd01-8bc5-d4bcd5fd1c68\",\n \"option\": \"magna dolore ex adipisicing\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"5bb41b51-c8f3-0c86-edf5-2276b364d5a1\",\n \"option\": \"dolore irure Duis\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10124,12 +10124,12 @@ "value": "application/json" } ], - "body": "{\n \"ne_attribute_option\": {\n \"id\": \"ee7ff0a1-7ea1-731a-92f7-b7c9fb0104fc\",\n \"uid\": \"velitproident et utlabore quises\",\n \"ne_attribute_id\": \"urn:uuid:cf77e3ed-32db-cc80-e1aa-523bdb68fc8a\",\n \"option\": \"deserunt in in magna\"\n }\n}", + "body": "{\n \"ne_attribute_option\": {\n \"id\": \"urn:uuid:752148fa-1cbb-4fd6-7ec5-dd3bcb9e6dad\",\n \"uid\": \"voluptate exercitation sunt dese\",\n \"ne_attribute_id\": \"77668e61-7d57-c98a-fa43-f6ebd14fb477\",\n \"option\": \"Duis i\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cc45a167-7ab7-4cee-bf64-3fe1de70cf00", + "id": "f2684d89-4552-4e3b-ba01-81e24a6ca46b", "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\": \"a3a79fbc-25ba-bd01-8bc5-d4bcd5fd1c68\",\n \"option\": \"magna dolore ex adipisicing\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"5bb41b51-c8f3-0c86-edf5-2276b364d5a1\",\n \"option\": \"dolore irure Duis\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10186,7 +10186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e3a0b0f-3243-47d3-add7-fe7ccc5e2147", + "id": "7be63c74-f1b8-49c4-a4fb-72065dc12a4f", "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\": \"a3a79fbc-25ba-bd01-8bc5-d4bcd5fd1c68\",\n \"option\": \"magna dolore ex adipisicing\"\n }\n}", + "raw": "{\n \"ne_attribute_option\": {\n \"ne_attribute_id\": \"5bb41b51-c8f3-0c86-edf5-2276b364d5a1\",\n \"option\": \"dolore irure Duis\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -10249,7 +10249,7 @@ } }, { - "id": "dda77142-d5aa-4ae4-ab77-059ffcfaec72", + "id": "4aba73ca-658e-40e6-be9e-b8130eaa4b7f", "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": "237a0095-842a-4533-bf47-6c0049b327d2", + "id": "e577789b-5f15-4bbf-bbd3-349988ba7857", "name": "Confirmation of a deleted object", "originalRequest": { "url": { @@ -10335,7 +10335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61a4f7d3-3b2e-47fb-9384-fa63da8882c2", + "id": "d9725044-a2fb-44ed-b73d-b3436a291c9e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10379,7 +10379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a6e66f7-0ac3-46be-91a3-56b6033916e6", + "id": "9a2c1617-6478-496a-bf7e-13f49e6e56bb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10435,7 +10435,7 @@ "description": "", "item": [ { - "id": "74c6ed11-a241-431b-a0ef-24b637e0dc74", + "id": "b430098a-a2ef-41bd-bbe2-00b4bce1046c", "name": "Create a profile page", "request": { "name": "Create a profile page", @@ -10479,7 +10479,7 @@ }, "response": [ { - "id": "d1a8334d-3670-4617-bc24-55972543bee9", + "id": "c1e51212-c3f6-4840-9ad7-2c1a0084e3a9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10536,7 +10536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9769022c-528d-4ce7-8dd5-4936cf55b38c", + "id": "9e6b7f7d-0882-46e9-aa6c-5b7cd8b2e795", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10593,7 +10593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83edb7f4-dba4-4f68-983f-df53f5228c96", + "id": "61801470-4340-41c0-8b25-2e89e89e4703", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10656,7 +10656,7 @@ } }, { - "id": "e73a6004-8e4f-48e0-a01d-3e4fe5d5ffd0", + "id": "2b1390e0-bcbc-41c9-8ead-a5faab9c0d95", "name": "Create a workflow page", "request": { "name": "Create a workflow page", @@ -10700,7 +10700,7 @@ }, "response": [ { - "id": "19094e41-4055-4f71-b783-2527d3097f93", + "id": "05be1d74-0f08-42d0-80bd-567e72439850", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -10757,7 +10757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "200d75d6-891a-4ed3-8b18-8e71d4e7e37a", + "id": "043e5a97-b6f9-4115-af26-f3726ddea320", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -10814,7 +10814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69a23af9-84cd-4a3f-af06-1ea70989818e", + "id": "64381fb9-ce69-4b70-ac7e-06ba5df4922d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -10883,7 +10883,7 @@ "description": "", "item": [ { - "id": "07dd2bc7-898d-4332-b692-c23bbb182591", + "id": "8a2618db-8414-4264-b19d-c2975854d248", "name": "Create a profile type", "request": { "name": "Create a profile type", @@ -10926,7 +10926,7 @@ }, "response": [ { - "id": "9a8f03fb-63dd-44db-8356-040a08adb29a", + "id": "b7a05757-5efe-4414-94d1-2b906628f56a", "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\": \"commodo proident inamet id minim\",\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\": \"adipisicing proident eaanim sunt\",\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\": \"fugiat laborum reprehenderitrepr\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolor aliquip laborisveniam magn\",\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\": \"ullamco minimaute amet sed incil\",\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\": \"reprehenderit nulla doloreet ips\",\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 adipisicing sit suntco\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolor ea reprehenderit officiaea\",\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\": \"inLorem veniam consectetur quiad\",\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\": \"nostrud culpa Loremincididunt ma\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0cdeea30-a8bd-442e-b44c-1523a3ae7596", + "id": "9adba14e-59df-4754-8485-04d62a681bb4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11038,7 +11038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1daf9d3a-9e05-41e2-8fac-818a5d882f6f", + "id": "fa1f117a-703e-4fac-9a95-c8d4084262f1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11100,7 +11100,7 @@ } }, { - "id": "5e18fffb-b09b-418f-8904-053d7f190011", + "id": "fb5bc982-710e-48b7-9662-c3faaac3cd98", "name": "Get profile types", "request": { "name": "Get profile types", @@ -11185,7 +11185,7 @@ }, "response": [ { - "id": "b8f00ecd-f6d8-4dc1-84ce-0b7af0b79fc7", + "id": "89e6e74d-71de-4ab7-97a7-3ae50a6cd553", "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\": \"ut minim quis consecteturlabore \",\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\": \"officia est Ut adlaborum dolore \",\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\": \"eu est do magna sintculpa amet n\",\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\": \"anim nonreprehenderit Lorem quid\",\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\": \"nisinisi eiusmod ad reprehenderi\",\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\": \"esse elit ut veniamExcepteurExce\",\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\": \"Excepteurlaboreirureirure amet i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"do minim Ut labore Duisquiveniam\",\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\": \"Excepteur minimlaboris culpacons\",\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\": \"laborisut ullamco reprehenderit \",\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\": -55314107,\n \"offset\": -57536955,\n \"total\": -88230202,\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\": \"incididunt eiusmodet quis ad qui\",\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\": \"do deserunt cillumexercitation c\",\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\": \"irure dolor Excepteur occaecat i\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"velit doExcepteur enim elit eius\",\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\": \"et ipsum sit sinteu voluptate al\",\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\": \"qui dolor Lorem incididuntfugiat\",\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\": \"in sint culpa eiusmod idaliquip \",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"et aliqua proidentproident amet \",\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\": \"velit dolor est Duis idnon irure\",\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\": \"exercitationeiusmod enim aliqua \",\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\": 28837810,\n \"offset\": -83446127,\n \"total\": -69137601,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5d817114-adbb-4c43-b760-81c1b988e508", + "id": "fbe2f4fb-083f-4c61-93d8-338a1d73edf1", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11381,7 +11381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3af95a6-38be-4abe-83ba-bc88b03dccc4", + "id": "c6c60510-3738-4790-8dbb-c2c171553226", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11485,7 +11485,7 @@ } }, { - "id": "952b7d2f-c53b-4940-895d-c9cdebd0723c", + "id": "64f9bfe3-b4c0-4a05-87ad-f63ec9a2d8f9", "name": "Find profile type by id", "request": { "name": "Find profile type by id", @@ -11527,7 +11527,7 @@ }, "response": [ { - "id": "b3c48935-8458-4a4d-a06b-57540865164d", + "id": "0745b596-5ca0-48e8-929c-dd80ed070bc2", "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\": \"commodo proident inamet id minim\",\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\": \"adipisicing proident eaanim sunt\",\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\": \"fugiat laborum reprehenderitrepr\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolor aliquip laborisveniam magn\",\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\": \"ullamco minimaute amet sed incil\",\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\": \"reprehenderit nulla doloreet ips\",\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 adipisicing sit suntco\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolor ea reprehenderit officiaea\",\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\": \"inLorem veniam consectetur quiad\",\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\": \"nostrud culpa Loremincididunt ma\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b8eb6809-57da-4122-ae1b-ced731af6872", + "id": "95b892c2-9e62-4d96-a8a8-f8ca0a310e67", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11615,7 +11615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a735367-e7fc-4f88-8e4a-b659be3d88b6", + "id": "2ced1b8e-ed43-43c8-82ee-4d5aacb1622a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11665,7 +11665,7 @@ } }, { - "id": "80222282-169d-496d-bb4e-0afd6aa53d8b", + "id": "f8cadc53-0721-4677-a270-1b077a0c6fd9", "name": "Update a profile type by id", "request": { "name": "Update a profile type by id", @@ -11720,7 +11720,7 @@ }, "response": [ { - "id": "6ffab9a4-de07-4a02-8e66-690f167f1da5", + "id": "d9a919ee-98cf-48f7-96ed-efe8712c9e2c", "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\": \"commodo proident inamet id minim\",\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\": \"adipisicing proident eaanim sunt\",\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\": \"fugiat laborum reprehenderitrepr\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n }\n ],\n \"profile_type_namings\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolor aliquip laborisveniam magn\",\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\": \"ullamco minimaute amet sed incil\",\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\": \"reprehenderit nulla doloreet ips\",\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 adipisicing sit suntco\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\"\n },\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"dolor ea reprehenderit officiaea\",\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\": \"inLorem veniam consectetur quiad\",\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\": \"nostrud culpa Loremincididunt ma\",\n \"profile_type_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"ne_attribute_id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"order\": 0\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5c2d1c69-1685-4fe1-b335-f2c7ca6a882a", + "id": "655dd7ba-f5ea-4527-a046-54aff8c02dc4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -11834,7 +11834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6825d07b-dbfd-44e2-bea7-afda9f560f62", + "id": "284defd0-23a6-407f-a330-6c69ea095db2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -11897,7 +11897,7 @@ } }, { - "id": "2d60f484-ef70-464f-b328-25d553fb0236", + "id": "70a0ba62-bb7f-47af-8b0a-ee0d31427129", "name": "Delete profile type", "request": { "name": "Delete profile type", @@ -11939,7 +11939,7 @@ }, "response": [ { - "id": "d3acbf39-64bf-425c-a889-e2c7c093682f", + "id": "ae686749-5a13-4d45-b9bc-9147629e188d", "name": "Info about the operation", "originalRequest": { "url": { @@ -11983,7 +11983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1ef47d1-0e36-4045-b34f-c775e2217ba1", + "id": "b89ca661-1f91-40f9-add7-771d1876c2aa", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12027,7 +12027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3454408-e2f8-424c-9f3c-72e8b084af32", + "id": "c2eb5533-101b-438e-ad49-498b86e10223", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12083,7 +12083,7 @@ "description": "", "item": [ { - "id": "8f3d1ce8-44de-401a-a67c-2aac69edbeb6", + "id": "04e12ae1-bd5b-4471-b35f-d670a66c9fff", "name": "profile_types/ne_attributes synced status", "request": { "name": "profile_types/ne_attributes synced status", @@ -12181,7 +12181,7 @@ }, "response": [ { - "id": "6a004740-69c0-40b7-9d9c-f57de37c8ab4", + "id": "ae2b294e-4541-4a56-b370-614e8a92fc79", "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\": \"irure suntest ut Duis cupidatat \",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"deserunt aute occaecat aliquip l\",\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\": \"reprehenderit dolor minim ipsum \",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n },\n {\n \"id\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\",\n \"uid\": \"aute tempordolore incididunt ute\",\n \"label\": \"object\",\n \"synced\": \"1246d8b3-ac29-4015-8154-dea4434a73fa\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fc5ef356-339c-44bb-98df-a5ef09a73f28", + "id": "9ff4880f-fa42-49a2-be06-f0cb9aff01b4", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12363,7 +12363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9236a36b-2207-4bd7-b781-f0d52c5e02b2", + "id": "334256f0-1386-49b1-ac82-379d226b87cf", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12460,7 +12460,7 @@ } }, { - "id": "a1e0eb7d-ed29-40a2-bc0f-4a2c428d8f74", + "id": "ca3551c8-655d-48f6-b12a-ba697ef18322", "name": "Create a synced attribute", "request": { "name": "Create a synced attribute", @@ -12510,7 +12510,7 @@ }, "response": [ { - "id": "371a50b6-7411-4755-bbb5-4c378ceb46d4", + "id": "e4af729e-a498-411e-8e7b-065e3e9082f3", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12568,7 +12568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "358b7b9b-12f0-440d-b3b0-fb5deb46a4a3", + "id": "b42220a9-454f-48b5-bbba-ae1e6e7376ac", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12626,7 +12626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6b694df-ef0d-4e37-ab10-de68fcb3297a", + "id": "fd3a22f6-513c-4082-bea8-a35f77ffb539", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12690,7 +12690,7 @@ } }, { - "id": "46d37fda-d1e6-48c7-9652-409000c813bf", + "id": "0df6e521-4c98-48b3-8b4f-3e9459ccb359", "name": "Delete synced attribute", "request": { "name": "Delete synced attribute", @@ -12744,7 +12744,7 @@ }, "response": [ { - "id": "001b57ee-019f-450e-a8fc-55278bb8f31b", + "id": "b244dff4-4e1b-4ef1-93a2-c08d09275852", "name": "Info about the operation", "originalRequest": { "url": { @@ -12790,7 +12790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b19c8257-2741-4e16-bc42-94e4c94822ae", + "id": "cf8611ad-0208-4f7d-ac69-35ca92fa8364", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -12836,7 +12836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90cae6a9-3d19-46fb-a165-3e49d29addfc", + "id": "e0f6eeb4-4a51-42d2-a403-8a1d8b7979d5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -12894,7 +12894,7 @@ "description": "", "item": [ { - "id": "156b0ef7-a301-4e75-85f6-fbda6f6a7605", + "id": "a4ec5316-1449-4b58-9d75-f57b38f086d6", "name": "Create a profile type role", "request": { "name": "Create a profile type role", @@ -12937,7 +12937,7 @@ }, "response": [ { - "id": "1fda36bd-30d9-4a69-bfb1-2482b8689007", + "id": "b1f0f579-9b5c-4d60-951e-85a9e445cfd8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -12993,7 +12993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97d64ac0-1e57-471f-bc27-b419de8d0b86", + "id": "cb46cf7c-321f-488c-b29c-24f49e1071f2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13049,7 +13049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd4b8090-6c47-46ac-b911-a9bd79161ea8", + "id": "1312b8cf-7a18-4ea2-8e61-7db0c091fcb1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13117,7 +13117,7 @@ "description": "", "item": [ { - "id": "60aa7787-3d08-4e88-9e89-cc110abcd3f5", + "id": "52537c8c-4c7b-497c-acd8-f19af88f5928", "name": "Create a profile", "request": { "name": "Create a profile", @@ -13160,7 +13160,7 @@ }, "response": [ { - "id": "c2426508-badd-405d-a81f-0ca32b60297b", + "id": "e194591b-173e-44bb-8a7e-dc01c1553601", "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\": \"Ut exercitationin adipisicing nu\",\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\": \"Excepteur aliquipminim proident \",\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": "497afe55-42fc-4f0f-a18b-9991976315fe", + "id": "f451f6e6-2114-4884-a951-74d7b40cef24", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13272,7 +13272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d047152-f696-43fb-ae27-7f953edf9226", + "id": "161f8b22-88b9-41f6-95c4-cb060eaed10e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13334,7 +13334,7 @@ } }, { - "id": "f9462676-30e0-4f24-b7e1-88f4b04c97bf", + "id": "a480160f-1e91-44b3-8d41-5ccb8efb45cb", "name": "Get profiles", "request": { "name": "Get profiles", @@ -13446,7 +13446,7 @@ }, "response": [ { - "id": "57fdc9f4-a12e-46b0-b464-377d535010e9", + "id": "93aaeb1c-4e8f-4fd2-b01b-719b1d7974a4", "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\": \"occaecat cillum doloretdolore de\",\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\": \"cillum incididunt adessefugiat i\",\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\": 89847355,\n \"offset\": -7091411,\n \"total\": -99277843,\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\": \"commodo reprehenderit elitnisi 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\": \"nostrud exdolore cillumcillum si\",\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\": 34293470,\n \"offset\": -92485950,\n \"total\": -31618032,\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": "8a0d6cd0-5ddc-47ed-a745-6abb9d353f39", + "id": "84fc234c-2553-4a7a-931f-959f45d55009", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13696,7 +13696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0065d69-4af1-42e9-94e6-f4e719f19488", + "id": "c72d8d93-9ccf-41b0-8d82-cb4375754c15", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -13827,7 +13827,7 @@ } }, { - "id": "f9bad1b0-8ee0-453f-ae65-5971463fd065", + "id": "8041fca8-ed69-45d9-a8ee-7b66429d6bdf", "name": "Create multiple profiles", "request": { "name": "Create multiple profiles", @@ -13870,7 +13870,7 @@ }, "response": [ { - "id": "4e0ff0ef-3d5c-4497-9cdf-a4d8ebf91179", + "id": "daed2a65-3935-4479-bffb-ee5af1a4c94e", "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\": \"deserunt pariatur non labore tem\",\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\": \"dolore minimin quinulla ut sint \",\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\": \"aute ut nisinostrud Ut officia s\",\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\": \"ametdolor adipisicing non consec\",\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": "7623d22f-bff8-4ef8-9f06-3a6b3d12fa6c", + "id": "df322eb7-c061-492f-8925-8c52cb861b02", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -13982,7 +13982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b798341-82f4-4a4d-a5fc-154482f454a1", + "id": "2be1a5eb-2a68-4ebd-8661-417693756ed5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14044,7 +14044,7 @@ } }, { - "id": "0a0bf66b-b905-4e47-a759-947a40ba9228", + "id": "7428e470-b3f0-4954-bf2c-5fed627f5736", "name": "Update multiple profiles", "request": { "name": "Update multiple profiles", @@ -14087,7 +14087,7 @@ }, "response": [ { - "id": "96b31ef9-6768-40bf-9ca0-499721ce19f7", + "id": "24d9fb03-9a7c-4fce-9d83-6178bd97badc", "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\": \"deserunt pariatur non labore tem\",\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\": \"dolore minimin quinulla ut sint \",\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\": \"aute ut nisinostrud Ut officia s\",\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\": \"ametdolor adipisicing non consec\",\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": "e326cfae-8feb-4a85-9c95-e66bbb0a99ae", + "id": "1c8ad8a5-9f6b-48cd-96f8-9e5a86e16f9e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14199,7 +14199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7c59c9f-4efd-4978-afc5-6da2a22c99ec", + "id": "3d529054-c5a2-4a08-8d44-aebd058f4c51", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14261,7 +14261,7 @@ } }, { - "id": "9714201f-3f7d-4f64-a63b-2ec7282b720f", + "id": "c66bd741-7a51-4837-9902-d917469a2ce9", "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:7983c141-86d1-7be1-62d1-dcf8bf826c57\"\n },\n {\n \"id\": \"61a985d8-6ff7-c48b-5886-c3d159c87d22\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:dab57abd-1cb5-4aea-d0e6-bfe30b778b38\"\n },\n {\n \"id\": \"51139e68-52d0-d836-2b49-4f4a0bf7924a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -14304,7 +14304,7 @@ }, "response": [ { - "id": "3b965054-4ded-4848-811b-979b298d5bf2", + "id": "709fed8b-f8da-477d-a0d1-e148655ce986", "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:7983c141-86d1-7be1-62d1-dcf8bf826c57\"\n },\n {\n \"id\": \"61a985d8-6ff7-c48b-5886-c3d159c87d22\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:dab57abd-1cb5-4aea-d0e6-bfe30b778b38\"\n },\n {\n \"id\": \"51139e68-52d0-d836-2b49-4f4a0bf7924a\"\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\": \"deserunt pariatur non labore tem\",\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\": \"dolore minimin quinulla ut sint \",\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\": \"aute ut nisinostrud Ut officia s\",\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\": \"ametdolor adipisicing non consec\",\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": "70f096ba-85ae-4c8d-a059-adf2c520e406", + "id": "3c9ccdc4-321a-4427-99bf-ebd61f2ca2ca", "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:7983c141-86d1-7be1-62d1-dcf8bf826c57\"\n },\n {\n \"id\": \"61a985d8-6ff7-c48b-5886-c3d159c87d22\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:dab57abd-1cb5-4aea-d0e6-bfe30b778b38\"\n },\n {\n \"id\": \"51139e68-52d0-d836-2b49-4f4a0bf7924a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -14416,7 +14416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e50c7555-023e-4cd5-a232-3ccd7002d1b3", + "id": "efe79f57-e5e5-479a-ac93-ceb0e031215e", "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:7983c141-86d1-7be1-62d1-dcf8bf826c57\"\n },\n {\n \"id\": \"61a985d8-6ff7-c48b-5886-c3d159c87d22\"\n }\n ]\n}", + "raw": "{\n \"profiles\": [\n {\n \"id\": \"urn:uuid:dab57abd-1cb5-4aea-d0e6-bfe30b778b38\"\n },\n {\n \"id\": \"51139e68-52d0-d836-2b49-4f4a0bf7924a\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -14478,7 +14478,7 @@ } }, { - "id": "a15cc615-7acc-4460-9dca-78f7e85eeb42", + "id": "c21fbe21-e57d-4486-b925-1bdd19ffaf73", "name": "Find profile by id", "request": { "name": "Find profile by id", @@ -14520,7 +14520,7 @@ }, "response": [ { - "id": "1a16baea-3e94-43e4-90fd-ff119a1ad5eb", + "id": "a1613222-ea58-4693-b8bc-5653dd7f6ffc", "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\": \"Ut exercitationin adipisicing nu\",\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\": \"Excepteur aliquipminim proident \",\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": "a7030859-a6b4-4af2-910d-6ef9cf6ace3b", + "id": "7314bff1-fc71-47c6-bebb-7ea2b7204e7e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14608,7 +14608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53cbd2ae-4b49-4dfa-947a-19139091a9cc", + "id": "864edeaa-a331-4121-bd00-a3797adbe510", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14658,7 +14658,7 @@ } }, { - "id": "147c7751-b517-40b0-8d0d-097ea4ec86ed", + "id": "530f031a-cd8c-4415-9092-a218d744b48b", "name": "Update a profile by id", "request": { "name": "Update a profile by id", @@ -14713,7 +14713,7 @@ }, "response": [ { - "id": "f794b314-3a75-4845-8f51-c17df0cfe5a5", + "id": "32d0a775-2d75-48f0-894b-0e6c6f714979", "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\": \"Ut exercitationin adipisicing nu\",\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\": \"Excepteur aliquipminim proident \",\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": "4541a858-d673-48fb-adf4-f3fcb738c860", + "id": "992b24e6-450e-4f1c-a923-6f6e5bca5f4d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -14827,7 +14827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5e7f9c6-5d65-4e38-8db6-44d70f8eaa3c", + "id": "83b4dd7d-cc1f-4fac-8546-c1060a4ce761", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -14890,7 +14890,7 @@ } }, { - "id": "aec614df-0f40-40be-ba5b-462cc8fe9a63", + "id": "cb860451-f89c-42d3-bc4e-f9f06582332c", "name": "Delete a single profile", "request": { "name": "Delete a single profile", @@ -14932,7 +14932,7 @@ }, "response": [ { - "id": "b403c7bc-0482-43c9-b740-ca56243b4515", + "id": "3ab9daff-59ab-4250-bc49-21f85335ae23", "name": "The Profile was successfully deleted.", "originalRequest": { "url": { @@ -14966,7 +14966,7 @@ "_postman_previewlanguage": "text" }, { - "id": "054e8e3d-25c0-4916-8738-0f7033ced4c3", + "id": "c2216ca0-7aec-444b-94fd-783cb061f8aa", "name": "Error deleting Profile", "originalRequest": { "url": { @@ -15005,12 +15005,12 @@ "value": "application/json" } ], - "body": "{\n \"error\": \"dolor dolore\"\n}", + "body": "{\n \"error\": \"sint in\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "70fe6156-9f65-4260-9ece-83ee1d0c85b6", + "id": "6079b466-09e7-43dc-8f8f-c084c8aabe64", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15060,7 +15060,7 @@ } }, { - "id": "cbdbfca4-da19-4969-8154-9c3b0b14e793", + "id": "834b20d5-43dd-4114-a27e-2abf8561816d", "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": "3a3b486c-4d93-4616-aae6-ae530455fda0", + "id": "2dbbba32-d356-4d8a-b9b7-0e6a5a864090", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15155,12 +15155,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"sed magna dolor anim\"\n}", + "body": "{\n \"url\": \"esse qui nulla\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c46b10b2-c8b4-4679-8d37-97f3e069370a", + "id": "d6544d56-70c1-4194-85f7-efdaaf0eec90", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15206,7 +15206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb2b6845-a263-4fed-bfba-a7660e1ba489", + "id": "27364b97-320f-4ea7-b398-804ee3c934e5", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15258,7 +15258,7 @@ } }, { - "id": "2d5a89f7-67dc-4a09-8efe-21385df22c2d", + "id": "3701b828-8379-4954-9f14-7f53f4dc5734", "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": "6b00e014-596d-4b7d-90a3-1e2568dc1526", + "id": "fbaa7393-b053-4085-86f9-35bd311cedbf", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15385,12 +15385,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"sed magna dolor anim\"\n}", + "body": "{\n \"url\": \"esse qui nulla\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "88c265be-9bea-456b-84fd-ec03550b47de", + "id": "e839e863-b83a-4ca4-ad9e-af6b6552664b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15452,7 +15452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29a306d7-bef3-4fbc-9da9-4466b7b38777", + "id": "7c194cda-411e-41b9-afe5-9dfef5cc9cd2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15520,7 +15520,7 @@ } }, { - "id": "fade5b6a-6e43-476f-8fc5-e4de3189eead", + "id": "951acd03-47a5-4389-9f2e-8159f446631e", "name": "Retrieves the URL of the profile avatar", "request": { "name": "Retrieves the URL of the profile avatar", @@ -15563,7 +15563,7 @@ }, "response": [ { - "id": "b452ea5a-bb00-4636-919d-00597306bb53", + "id": "cb130b59-0cf6-448d-bcdc-2a67627ebb33", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15603,12 +15603,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"sed magna dolor anim\"\n}", + "body": "{\n \"url\": \"esse qui nulla\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4d00cae3-9aea-493f-bf1b-b86e8f926ddf", + "id": "d0f65ef8-3d6c-4fb3-9681-258b5d64d20d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15653,7 +15653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02574662-9fc5-4f22-b6b3-867171933ef8", + "id": "0fad2c9a-b42b-4534-9f2e-b200f971ef02", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15704,7 +15704,7 @@ } }, { - "id": "43f059d7-b06f-408c-bdd2-3fa11d9f8b82", + "id": "419787c7-c3c5-4ecf-beab-8ae909fbed2a", "name": "Uploads a new profile avatar", "request": { "name": "Uploads a new profile avatar", @@ -15763,7 +15763,7 @@ }, "response": [ { - "id": "a7e7d879-d7da-4d1c-9e0e-65944f4b3394", + "id": "c4c126dc-c784-4a2f-9f44-acaefcd90ec6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -15819,12 +15819,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"sed magna dolor anim\"\n}", + "body": "{\n \"url\": \"esse qui nulla\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "886ff10d-42d9-492d-a0ce-7daa96224009", + "id": "2fb94b5d-d181-4e19-9252-03bb7450b955", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -15885,7 +15885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a390279b-0094-4729-bb08-549eebfdfa23", + "id": "524734d7-a2d5-49a1-8b96-029765748246", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -15958,7 +15958,7 @@ "description": "", "item": [ { - "id": "1e98d563-f6ff-40e8-af89-bca61d405b72", + "id": "69467e46-bfa1-442d-a182-7ec7c858627e", "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:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16017,7 +16017,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "Profile" + "value": "WorkflowSession" }, { "disabled": false, @@ -16026,7 +16026,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16035,7 +16035,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16044,7 +16044,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16070,7 +16070,7 @@ }, "response": [ { - "id": "6fddb016-8f11-4a7d-81b9-5e9ff3f2f14c", + "id": "08bef171-06ae-4d73-9bfe-de971c411701", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16115,7 +16115,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16124,7 +16124,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "Profile" + "value": "WorkflowSession" }, { "disabled": false, @@ -16133,7 +16133,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16142,7 +16142,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16151,7 +16151,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16190,12 +16190,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_scores\": [\n {\n \"id\": \"urn:uuid:a44dc58a-dd40-2f0c-9737-6e90898682ff\",\n \"uid\": \"in labore eaconsequat labore eli\",\n \"object_id\": \"urn:uuid:93c936a6-b81a-d226-20c2-ae0873eb0a2b\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 95495473.47,\n \"overall_risk_level_id\": \"bc2d5ff2-4439-58c9-db14-a0922c69cc3d\",\n \"impact_score\": 172046002.03,\n \"impact_risk_level_id\": \"2f42c200-1d24-7b4e-3baf-d5b2b6ed9f3d\",\n \"probability_score\": 108062368.18,\n \"probability_risk_level_id\": \"1a1b9859-2fda-7d26-ca74-c535de9c8297\"\n },\n {\n \"id\": \"91cb1d22-e341-53c2-21bb-1596eb3af71a\",\n \"uid\": \"in consequat Excepteur officiain\",\n \"object_id\": \"12aff5cb-5dbf-fa72-ba82-7da1fe5fd424\",\n \"object_type\": \"Profile\",\n \"overall_score\": 191794426.39000002,\n \"overall_risk_level_id\": \"urn:uuid:2614e0e4-fa7a-eb5b-73d0-d7433fbef744\",\n \"impact_score\": 157348818.69,\n \"impact_risk_level_id\": \"633e96ac-ea0b-963e-48f9-cd95f76e017b\",\n \"probability_score\": 34323431.63,\n \"probability_risk_level_id\": \"c3f5393e-c4bc-da81-975b-8ad8e94b088a\"\n }\n ],\n \"_metadata\": {\n \"limit\": 22848463,\n \"offset\": 60702550,\n \"total\": -16207328,\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:d9d07094-7c57-a591-cfa1-340ff5b3c75e\",\n \"uid\": \"esse nostrud laboris velitullamc\",\n \"object_id\": \"b5115899-f87a-2276-a85b-a06afc83f660\",\n \"object_type\": \"Profile\",\n \"overall_score\": 2030854,\n \"overall_risk_level_id\": \"6101b0f7-10df-4a9a-cc5f-a2b592de9991\",\n \"impact_score\": 34041647.96,\n \"impact_risk_level_id\": \"5009a144-9f49-ae18-c78f-eaae80b320da\",\n \"probability_score\": 197867395.41,\n \"probability_risk_level_id\": \"8b6ae49f-aea7-70d4-b91a-61473e878b85\"\n },\n {\n \"id\": \"urn:uuid:ff6f2eeb-9eec-ac32-8ce4-b0e7d648ff37\",\n \"uid\": \"officia enim suntaute voluptate \",\n \"object_id\": \"urn:uuid:f2b394ca-c45f-090e-d77f-2160c92427d4\",\n \"object_type\": \"Profile\",\n \"overall_score\": 129311745.98,\n \"overall_risk_level_id\": \"urn:uuid:1a749991-5e49-d415-c3e3-bdc3be0ba8f9\",\n \"impact_score\": 178861713.64000002,\n \"impact_risk_level_id\": \"f5ac9014-dcc9-0429-16bb-815e8448a695\",\n \"probability_score\": 59193375.94,\n \"probability_risk_level_id\": \"urn:uuid:1910a519-88f2-fab6-d953-fda58011737b\"\n }\n ],\n \"_metadata\": {\n \"limit\": 61177974,\n \"offset\": 73901152,\n \"total\": -82699652,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3005de75-d1f4-46e3-b55a-1e8854448fda", + "id": "c4788f47-cfd9-48a2-81c5-07e856ad208d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16240,7 +16240,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16249,7 +16249,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "Profile" + "value": "WorkflowSession" }, { "disabled": false, @@ -16258,7 +16258,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16267,7 +16267,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16276,7 +16276,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16320,7 +16320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "247cd1af-2edf-4b87-bda9-831a0b57e188", + "id": "c095ade4-6e2b-414e-8316-7d2000c17148", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16365,7 +16365,7 @@ "type": "text/plain" }, "key": "object_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16374,7 +16374,7 @@ "type": "text/plain" }, "key": "object_type", - "value": "Profile" + "value": "WorkflowSession" }, { "disabled": false, @@ -16383,7 +16383,7 @@ "type": "text/plain" }, "key": "overall_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16392,7 +16392,7 @@ "type": "text/plain" }, "key": "impact_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16401,7 +16401,7 @@ "type": "text/plain" }, "key": "probability_risk_level_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -16451,7 +16451,7 @@ } }, { - "id": "4c3b18c8-50b1-4901-8ec0-f78dfe88e2a4", + "id": "0539baf4-9b22-4636-88dd-8c48696ee4d6", "name": "Find risk score data by id", "request": { "name": "Find risk score data by id", @@ -16493,7 +16493,7 @@ }, "response": [ { - "id": "eeab461d-d3f2-4495-a096-ce989dfeedef", + "id": "29b12eb4-10b8-45fa-9fdc-c9e59fa4fafc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -16532,12 +16532,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_score\": {\n \"id\": \"34fba7d1-4dcb-1633-3224-5c33119b7b89\",\n \"uid\": \"commodo dolore nullaut Lorem qui\",\n \"object_id\": \"urn:uuid:70692b92-7756-fe1e-2a34-56c29193a7f9\",\n \"object_type\": \"WorkflowSession\",\n \"overall_score\": 164295247.12,\n \"overall_risk_level_id\": \"e4432c28-0c49-b76a-b6fb-1394269a4c12\",\n \"impact_score\": 118529048.94,\n \"impact_risk_level_id\": \"urn:uuid:a590f5b9-3a75-58e0-ddd7-644da1a66f9b\",\n \"probability_score\": 113079762.32000001,\n \"probability_risk_level_id\": \"urn:uuid:f8cb3a95-eda9-59b6-f3ae-fd25de527228\"\n }\n}", + "body": "{\n \"risk_score\": {\n \"id\": \"2acd8680-863d-aedf-5325-f8d5b0df1059\",\n \"uid\": \"Lorem eu Excepteurnostrud adipis\",\n \"object_id\": \"urn:uuid:6d696a96-6761-5c0a-9e6f-aed9942c3a12\",\n \"object_type\": \"Profile\",\n \"overall_score\": 21928714.05,\n \"overall_risk_level_id\": \"urn:uuid:9d0d8747-0916-503a-4597-0fa46cb901e1\",\n \"impact_score\": 37922557.56,\n \"impact_risk_level_id\": \"urn:uuid:f6f8ef9d-2441-da62-24cd-63ec401dbfa8\",\n \"probability_score\": 56381976.730000004,\n \"probability_risk_level_id\": \"e336292f-0c8a-7a4c-b1f1-65fbb88074ab\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f9ec0e5b-31b8-4508-9e33-4b688074c69c", + "id": "ddc58527-48f3-4318-a605-7ecbd660a650", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16581,7 +16581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cbbf7e7-d311-4838-af29-b2009d6e4a71", + "id": "2aa40139-68e9-4d7e-8820-54089b765dd9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16637,7 +16637,7 @@ "description": "", "item": [ { - "id": "e9261376-ccae-4041-b7d7-28f0aeb05042", + "id": "13a24a74-bee4-4943-b1e6-02b43b5af015", "name": "Get risk level data in bulk", "request": { "name": "Get risk level data in bulk", @@ -16713,7 +16713,7 @@ }, "response": [ { - "id": "5b29088f-dfed-451b-a765-37579e99055e", + "id": "5151d2e3-7455-413e-ae8e-68d7a36f7cf2", "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:96eb6e47-760f-5fc3-fe53-2c8a50aeb338\",\n \"uid\": \"Lorem velit ipsum dolorconsectet\",\n \"label\": \"est nulla\",\n \"points\": 132395666.12,\n \"order\": 90089940\n },\n {\n \"id\": \"ed66511a-0a34-e6e1-ba31-7958ba42dfa2\",\n \"uid\": \"quis magnaconsectetur commodo al\",\n \"label\": \"conse\",\n \"points\": 22062564.14,\n \"order\": 37481924\n }\n ],\n \"_metadata\": {\n \"limit\": -83317820,\n \"offset\": -81879412,\n \"total\": -53386064,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"risk_levels\": [\n {\n \"id\": \"1a8ead12-1ad4-b7ba-abcb-480147ca7dba\",\n \"uid\": \"esse do dolor cillumex ipsumlabo\",\n \"label\": \"eu dolore ad minim fugiat\",\n \"points\": 13381042.39,\n \"order\": 97655059\n },\n {\n \"id\": \"6651e1dd-b9bb-333f-509f-2459e57b9e7e\",\n \"uid\": \"consequat veniam suntaliqua veni\",\n \"label\": \"commodo s\",\n \"points\": 187799445.14000002,\n \"order\": 63028918\n }\n ],\n \"_metadata\": {\n \"limit\": -40030900,\n \"offset\": -23591771,\n \"total\": -6621114,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "de680fde-d557-414e-9dcd-d970542eede6", + "id": "2cea14d5-7921-4d5a-bb31-ee8400185267", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -16891,7 +16891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7be8c3c-f28d-4b93-b2de-75251cd22391", + "id": "69b144f8-68b9-4656-b12f-0e9474304788", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -16986,7 +16986,7 @@ } }, { - "id": "b194dd9b-5d73-4b4e-9557-2442fb25ee83", + "id": "62be6ac3-a3fe-46cf-8d6c-a2b23a5bd50d", "name": "Find risk level data by id", "request": { "name": "Find risk level data by id", @@ -17028,7 +17028,7 @@ }, "response": [ { - "id": "6734b706-6166-44be-af75-7d90c4cd3f23", + "id": "57be838d-bceb-4ca6-9aa7-946691770650", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17067,12 +17067,12 @@ "value": "application/json" } ], - "body": "{\n \"risk_level\": {\n \"id\": \"urn:uuid:bb419c71-0d82-f7ed-d855-dcded28577fa\",\n \"uid\": \"est utdo sed elit consequat ipsu\",\n \"label\": \"anim adipisicing\",\n \"points\": 130606217.85000001,\n \"order\": 36965558\n }\n}", + "body": "{\n \"risk_level\": {\n \"id\": \"0bc3e327-fccb-9475-6742-20d8b091f5db\",\n \"uid\": \"irure esse culpa nonipsum dolore\",\n \"label\": \"laborum veniam Duis Lorem sed\",\n \"points\": 130349410.75,\n \"order\": 72933959\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4fb058bf-0c65-4c60-979d-164ef9283843", + "id": "50209c11-4dfb-4420-a1d2-d7b816804e7c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17116,7 +17116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73ef3a60-d447-43be-8ead-6ceadeb39c5c", + "id": "803afa18-34ee-4fe1-b814-33fc19cf24c3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17172,7 +17172,7 @@ "description": "", "item": [ { - "id": "adfea28f-055a-4268-8ded-2fa62fe2926b", + "id": "56f3f2fa-feba-49bd-b10d-14f9d12ee604", "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:fdbe0bf4-93b6-4cae-a138-9717b505b380\",\n \"profile_id\": \"urn:uuid:201c7773-e191-0b4d-5062-ab7289df0743\",\n \"ne_attribute_id\": \"urn:uuid:c852247c-9f41-8982-3941-08900cf8269b\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:2b9875f0-93f0-28af-5ce4-2bfa6f734513\",\n \"profile_id\": \"urn:uuid:280f12f4-996a-8acd-f650-29ca43af4c91\",\n \"ne_attribute_id\": \"b685f9cb-7639-047a-4a3b-601e94a46dcb\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17215,7 +17215,7 @@ }, "response": [ { - "id": "20cb611e-c2ec-4db7-b2ed-8e32f21a231b", + "id": "cf392a5f-1d86-42b3-b1d4-e514d96da75b", "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:fdbe0bf4-93b6-4cae-a138-9717b505b380\",\n \"profile_id\": \"urn:uuid:201c7773-e191-0b4d-5062-ab7289df0743\",\n \"ne_attribute_id\": \"urn:uuid:c852247c-9f41-8982-3941-08900cf8269b\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:2b9875f0-93f0-28af-5ce4-2bfa6f734513\",\n \"profile_id\": \"urn:uuid:280f12f4-996a-8acd-f650-29ca43af4c91\",\n \"ne_attribute_id\": \"b685f9cb-7639-047a-4a3b-601e94a46dcb\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17266,12 +17266,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:aa9eb20e-d566-d248-50e2-ed313de8a17c\",\n \"uid\": \"irure dolor cupidatat eiusmodUt \",\n \"user_id\": \"urn:uuid:d3389a20-a27f-dfa0-33b9-6acd6fd97221\",\n \"profile_id\": \"5b454fa0-2321-c004-cdf6-cc81ebcee84c\",\n \"ne_attribute_id\": \"urn:uuid:6d039307-2b7a-bf4c-8153-7e3b68ef7086\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"789fa013-72cc-3f56-b9a5-859e5cda85a7\",\n \"uid\": \"amet exercitation consecteturex \",\n \"user_id\": \"urn:uuid:815d70b5-2359-b528-62b0-ee247b5b78ed\",\n \"profile_id\": \"a496ddf3-a8ac-3f17-6d6f-cb6205bea8dc\",\n \"ne_attribute_id\": \"urn:uuid:ed6a3d93-be66-5db7-09f0-f5bf2e1479fd\",\n \"relationship_type\": \"owner\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "09cebd84-9c19-4b0a-8ea5-41acb9b977e6", + "id": "1071ce29-a45c-42e3-acc7-19980e63bdf2", "name": "Invalid input", "originalRequest": { "url": { @@ -17301,7 +17301,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:fdbe0bf4-93b6-4cae-a138-9717b505b380\",\n \"profile_id\": \"urn:uuid:201c7773-e191-0b4d-5062-ab7289df0743\",\n \"ne_attribute_id\": \"urn:uuid:c852247c-9f41-8982-3941-08900cf8269b\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:2b9875f0-93f0-28af-5ce4-2bfa6f734513\",\n \"profile_id\": \"urn:uuid:280f12f4-996a-8acd-f650-29ca43af4c91\",\n \"ne_attribute_id\": \"b685f9cb-7639-047a-4a3b-601e94a46dcb\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -17323,7 +17323,7 @@ } }, { - "id": "19e1f56e-68ec-4c91-9a38-4b9e28cb7efa", + "id": "e5b949bd-7fbd-436b-970f-a0b7bf6e0c51", "name": "Get user-profile contributor relationships", "request": { "name": "Get user-profile contributor relationships", @@ -17426,7 +17426,7 @@ }, "response": [ { - "id": "23cbf523-5509-47e3-b81e-a247835f3ca4", + "id": "b14709cd-e7c9-4234-89c8-9c1f01774094", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -17537,12 +17537,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"0472785f-6734-b338-232a-27fe26be04a2\",\n \"uid\": \"qui sit esse temporlaboris magna\",\n \"user_id\": \"urn:uuid:00ecf106-e4c3-0bfc-a946-aac7f574372a\",\n \"profile_id\": \"urn:uuid:ef0858be-f459-a8df-8076-f49864fba4e2\",\n \"ne_attribute_id\": \"urn:uuid:67b68e09-9c5a-8c63-6862-8052257c4077\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"dea0a900-19f8-c7cc-4a5e-e78f106d03dd\",\n \"uid\": \"deserunt dolor culpafugiat ullam\",\n \"user_id\": \"cef21fb6-cac3-4db9-036c-7730e6bbaa89\",\n \"profile_id\": \"da99e5ca-d0ef-123e-5d29-58e4c5c2ca2c\",\n \"ne_attribute_id\": \"faed8bc9-6501-33c0-758a-7316843fe88c\",\n \"relationship_type\": \"contributor\"\n }\n ],\n \"_metadata\": {\n \"limit\": -5175565,\n \"offset\": -90158837,\n \"total\": -92840914,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"4b972a05-3fb7-35ba-2fae-d0d507b5301e\",\n \"uid\": \"enimmagnaut consectetur Ut irure\",\n \"user_id\": \"urn:uuid:fc24cbe0-2246-0417-31e0-99c3fd22dbf2\",\n \"profile_id\": \"e6515430-5ac0-0c64-afd5-06a9446b2439\",\n \"ne_attribute_id\": \"urn:uuid:4b3bbe0f-e1f8-1468-1b49-be1072b031c3\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:e2ba7b8c-18e8-36f1-7112-f2431a44eeb1\",\n \"uid\": \"dolore deseruntea irure sedcommo\",\n \"user_id\": \"56d45177-b6f5-7040-6862-a3c9b9b8d240\",\n \"profile_id\": \"ede12339-e7fc-554f-de3f-0acdc37b7a8c\",\n \"ne_attribute_id\": \"urn:uuid:17850dc4-5ddb-bab3-0841-cae7481935fe\",\n \"relationship_type\": \"contributor\"\n }\n ],\n \"_metadata\": {\n \"limit\": -17115698,\n \"offset\": -9711845,\n \"total\": -7817374,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ce4dc8fc-bbc9-438f-9f33-092d7e6854bf", + "id": "cc0c70c9-147a-4a21-80b3-3680578d4c0c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -17658,7 +17658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bed84ca-f529-465e-a843-186da559d5e9", + "id": "238cf9a8-ba01-4a2e-b9a2-e88620705f7a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -17780,7 +17780,7 @@ } }, { - "id": "048e2a62-4aee-48a1-849b-739ade8be172", + "id": "cf627cb1-9efd-4998-be92-2f761673b8b9", "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\": \"7f7c7f83-6386-a153-2fbd-5f258ef75489\",\n \"profile_id\": \"b4ee0b22-c700-8fe2-d805-fdc2d03b9b34\",\n \"ne_attribute_id\": \"urn:uuid:3ef283ff-0a99-247f-0ed0-f77452a96d7b\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"d5a2791c-7ad7-7135-3a36-f2ef194ca1e8\",\n \"profile_id\": \"e490fd5d-ed06-d89a-b54f-73f8abc65458\",\n \"ne_attribute_id\": \"urn:uuid:0b34a1ac-a8f8-bb99-74be-226602032f1e\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:788f2d4e-a0d1-dadc-a291-992d945d5d27\",\n \"profile_id\": \"urn:uuid:8640e4b3-dffd-d259-795c-555c2cc491c1\",\n \"ne_attribute_id\": \"urn:uuid:3db0b0f2-e062-340c-aaad-6a167348430e\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"urn:uuid:5dae62c3-4ae9-6e2c-2797-b0ef4016f095\",\n \"profile_id\": \"urn:uuid:3f40f779-7f07-3eb7-9b3a-652b0979dde7\",\n \"ne_attribute_id\": \"c5cb43ba-7b16-4db2-fdaa-891b4e61e9a1\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17823,7 +17823,7 @@ }, "response": [ { - "id": "0f98af20-0b13-4c37-ac2d-33c78e8326d0", + "id": "b55ed2f4-b0f2-4a0e-b27f-b9cfe7808dde", "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\": \"7f7c7f83-6386-a153-2fbd-5f258ef75489\",\n \"profile_id\": \"b4ee0b22-c700-8fe2-d805-fdc2d03b9b34\",\n \"ne_attribute_id\": \"urn:uuid:3ef283ff-0a99-247f-0ed0-f77452a96d7b\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"d5a2791c-7ad7-7135-3a36-f2ef194ca1e8\",\n \"profile_id\": \"e490fd5d-ed06-d89a-b54f-73f8abc65458\",\n \"ne_attribute_id\": \"urn:uuid:0b34a1ac-a8f8-bb99-74be-226602032f1e\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:788f2d4e-a0d1-dadc-a291-992d945d5d27\",\n \"profile_id\": \"urn:uuid:8640e4b3-dffd-d259-795c-555c2cc491c1\",\n \"ne_attribute_id\": \"urn:uuid:3db0b0f2-e062-340c-aaad-6a167348430e\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"urn:uuid:5dae62c3-4ae9-6e2c-2797-b0ef4016f095\",\n \"profile_id\": \"urn:uuid:3f40f779-7f07-3eb7-9b3a-652b0979dde7\",\n \"ne_attribute_id\": \"c5cb43ba-7b16-4db2-fdaa-891b4e61e9a1\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17874,12 +17874,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:df883525-f8a4-fe97-b973-c37007e922a5\",\n \"uid\": \"elitcommodo Lorem cupidatatfugia\",\n \"user_id\": \"955f4876-5089-a742-75ce-51ded6c73b01\",\n \"profile_id\": \"urn:uuid:803aba0d-e817-48ea-6772-172738ba6b1f\",\n \"ne_attribute_id\": \"97d521ee-1d5d-8988-f90e-c6048cf618d7\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:8ad3d360-0dfd-7591-91f9-0123f79076ab\",\n \"uid\": \"tempor voluptatequi enimesse dol\",\n \"user_id\": \"aa785d3c-5bcf-4c91-20c8-8eee5148254e\",\n \"profile_id\": \"urn:uuid:9826aadb-e251-6acf-5c9a-f469cc58d408\",\n \"ne_attribute_id\": \"urn:uuid:9b00fedf-7dd6-e7b1-3175-c0f862ff9ae6\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:b1085f83-046f-e269-9a86-cc62f3c858d2\",\n \"uid\": \"ex Loremconsectetur labore Lorem\",\n \"user_id\": \"251336a5-5a22-c6fb-1f3d-ad8d198a2864\",\n \"profile_id\": \"urn:uuid:10e3f537-9b2a-a007-0e5d-62af83da2f8b\",\n \"ne_attribute_id\": \"urn:uuid:12fd9cf6-70ea-f753-8a29-abd9511d6a8e\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:c1645a7f-9c92-57e3-075e-4d54bffc5704\",\n \"uid\": \"labore ullamcoid ipsum aute uteu\",\n \"user_id\": \"a641f9d7-55e2-4b54-36a9-59f3b9782881\",\n \"profile_id\": \"urn:uuid:0d4a84c3-916f-4c41-7170-0f7326ba2644\",\n \"ne_attribute_id\": \"urn:uuid:158abd39-8ab6-41ed-5b53-088bbddaaade\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4ef134b9-ab3b-4dd2-b8e9-573b0fe20572", + "id": "5a5c7ccb-c486-405d-88b9-8fa34ec9be7f", "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\": \"7f7c7f83-6386-a153-2fbd-5f258ef75489\",\n \"profile_id\": \"b4ee0b22-c700-8fe2-d805-fdc2d03b9b34\",\n \"ne_attribute_id\": \"urn:uuid:3ef283ff-0a99-247f-0ed0-f77452a96d7b\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"d5a2791c-7ad7-7135-3a36-f2ef194ca1e8\",\n \"profile_id\": \"e490fd5d-ed06-d89a-b54f-73f8abc65458\",\n \"ne_attribute_id\": \"urn:uuid:0b34a1ac-a8f8-bb99-74be-226602032f1e\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:788f2d4e-a0d1-dadc-a291-992d945d5d27\",\n \"profile_id\": \"urn:uuid:8640e4b3-dffd-d259-795c-555c2cc491c1\",\n \"ne_attribute_id\": \"urn:uuid:3db0b0f2-e062-340c-aaad-6a167348430e\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"urn:uuid:5dae62c3-4ae9-6e2c-2797-b0ef4016f095\",\n \"profile_id\": \"urn:uuid:3f40f779-7f07-3eb7-9b3a-652b0979dde7\",\n \"ne_attribute_id\": \"c5cb43ba-7b16-4db2-fdaa-891b4e61e9a1\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17935,7 +17935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e17814e-0fe4-458b-a40e-9d4e1aa989d1", + "id": "87f94d49-6b84-4822-82f1-86c94c150ba0", "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\": \"7f7c7f83-6386-a153-2fbd-5f258ef75489\",\n \"profile_id\": \"b4ee0b22-c700-8fe2-d805-fdc2d03b9b34\",\n \"ne_attribute_id\": \"urn:uuid:3ef283ff-0a99-247f-0ed0-f77452a96d7b\",\n \"relationship_type\": \"owner\"\n },\n {\n \"user_id\": \"d5a2791c-7ad7-7135-3a36-f2ef194ca1e8\",\n \"profile_id\": \"e490fd5d-ed06-d89a-b54f-73f8abc65458\",\n \"ne_attribute_id\": \"urn:uuid:0b34a1ac-a8f8-bb99-74be-226602032f1e\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"user_id\": \"urn:uuid:788f2d4e-a0d1-dadc-a291-992d945d5d27\",\n \"profile_id\": \"urn:uuid:8640e4b3-dffd-d259-795c-555c2cc491c1\",\n \"ne_attribute_id\": \"urn:uuid:3db0b0f2-e062-340c-aaad-6a167348430e\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"user_id\": \"urn:uuid:5dae62c3-4ae9-6e2c-2797-b0ef4016f095\",\n \"profile_id\": \"urn:uuid:3f40f779-7f07-3eb7-9b3a-652b0979dde7\",\n \"ne_attribute_id\": \"c5cb43ba-7b16-4db2-fdaa-891b4e61e9a1\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -17997,7 +17997,7 @@ } }, { - "id": "44b8442f-2b33-4478-864f-0e98adbe8f49", + "id": "723ae59b-91e1-4194-b353-8147cfa660f5", "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\": \"urn:uuid:d2bf2388-9b7b-19ab-d6f1-71fb1e37320a\",\n \"user_id\": \"94136c06-fe6a-0dd8-cce2-a5baae268885\",\n \"profile_id\": \"b3d1d524-11ba-3611-c090-d9e931d2b5cb\",\n \"ne_attribute_id\": \"f6ddb9b7-f81a-48ed-26c7-df6f711a4985\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"7a121207-1187-4781-1890-d79bfc3a0adb\",\n \"user_id\": \"urn:uuid:d02c32ba-93c0-144f-e82b-d0e954d680f9\",\n \"profile_id\": \"bdf550c5-dacf-1317-113c-b9177584e19f\",\n \"ne_attribute_id\": \"urn:uuid:e162298c-c07e-f5e9-5403-9ba8e311df9d\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"491e02bd-49ce-e6e2-3153-c84aad12619b\",\n \"user_id\": \"c21824cc-9e20-c58c-da21-884740d0b1d3\",\n \"profile_id\": \"16638213-9195-8d50-8944-eb4b754bb1ae\",\n \"ne_attribute_id\": \"urn:uuid:79d7a4b4-8fa5-7780-275f-e85434fce150\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"2bbf63e7-4d48-c4b9-7054-c4ddc3871d6c\",\n \"user_id\": \"urn:uuid:5e362bcf-4f1d-5d4f-7846-494843d1cbde\",\n \"profile_id\": \"urn:uuid:38542bbb-59f1-c0c7-d801-742cb24eb034\",\n \"ne_attribute_id\": \"ff4f377c-45c4-7f73-2100-1b1c5660e5d2\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18040,7 +18040,7 @@ }, "response": [ { - "id": "39752913-c5d3-4a15-b1a2-3e29793158e4", + "id": "ffddbc1b-7eeb-476c-b800-bd9b3a569726", "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\": \"urn:uuid:d2bf2388-9b7b-19ab-d6f1-71fb1e37320a\",\n \"user_id\": \"94136c06-fe6a-0dd8-cce2-a5baae268885\",\n \"profile_id\": \"b3d1d524-11ba-3611-c090-d9e931d2b5cb\",\n \"ne_attribute_id\": \"f6ddb9b7-f81a-48ed-26c7-df6f711a4985\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"7a121207-1187-4781-1890-d79bfc3a0adb\",\n \"user_id\": \"urn:uuid:d02c32ba-93c0-144f-e82b-d0e954d680f9\",\n \"profile_id\": \"bdf550c5-dacf-1317-113c-b9177584e19f\",\n \"ne_attribute_id\": \"urn:uuid:e162298c-c07e-f5e9-5403-9ba8e311df9d\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"491e02bd-49ce-e6e2-3153-c84aad12619b\",\n \"user_id\": \"c21824cc-9e20-c58c-da21-884740d0b1d3\",\n \"profile_id\": \"16638213-9195-8d50-8944-eb4b754bb1ae\",\n \"ne_attribute_id\": \"urn:uuid:79d7a4b4-8fa5-7780-275f-e85434fce150\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"2bbf63e7-4d48-c4b9-7054-c4ddc3871d6c\",\n \"user_id\": \"urn:uuid:5e362bcf-4f1d-5d4f-7846-494843d1cbde\",\n \"profile_id\": \"urn:uuid:38542bbb-59f1-c0c7-d801-742cb24eb034\",\n \"ne_attribute_id\": \"ff4f377c-45c4-7f73-2100-1b1c5660e5d2\",\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\": \"urn:uuid:df883525-f8a4-fe97-b973-c37007e922a5\",\n \"uid\": \"elitcommodo Lorem cupidatatfugia\",\n \"user_id\": \"955f4876-5089-a742-75ce-51ded6c73b01\",\n \"profile_id\": \"urn:uuid:803aba0d-e817-48ea-6772-172738ba6b1f\",\n \"ne_attribute_id\": \"97d521ee-1d5d-8988-f90e-c6048cf618d7\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:8ad3d360-0dfd-7591-91f9-0123f79076ab\",\n \"uid\": \"tempor voluptatequi enimesse dol\",\n \"user_id\": \"aa785d3c-5bcf-4c91-20c8-8eee5148254e\",\n \"profile_id\": \"urn:uuid:9826aadb-e251-6acf-5c9a-f469cc58d408\",\n \"ne_attribute_id\": \"urn:uuid:9b00fedf-7dd6-e7b1-3175-c0f862ff9ae6\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:b1085f83-046f-e269-9a86-cc62f3c858d2\",\n \"uid\": \"ex Loremconsectetur labore Lorem\",\n \"user_id\": \"251336a5-5a22-c6fb-1f3d-ad8d198a2864\",\n \"profile_id\": \"urn:uuid:10e3f537-9b2a-a007-0e5d-62af83da2f8b\",\n \"ne_attribute_id\": \"urn:uuid:12fd9cf6-70ea-f753-8a29-abd9511d6a8e\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:c1645a7f-9c92-57e3-075e-4d54bffc5704\",\n \"uid\": \"labore ullamcoid ipsum aute uteu\",\n \"user_id\": \"a641f9d7-55e2-4b54-36a9-59f3b9782881\",\n \"profile_id\": \"urn:uuid:0d4a84c3-916f-4c41-7170-0f7326ba2644\",\n \"ne_attribute_id\": \"urn:uuid:158abd39-8ab6-41ed-5b53-088bbddaaade\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "24d9d262-190b-4532-9554-fdde45e808e6", + "id": "9490b9a7-c04c-43b1-90aa-0b434fca2ffb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18130,7 +18130,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:d2bf2388-9b7b-19ab-d6f1-71fb1e37320a\",\n \"user_id\": \"94136c06-fe6a-0dd8-cce2-a5baae268885\",\n \"profile_id\": \"b3d1d524-11ba-3611-c090-d9e931d2b5cb\",\n \"ne_attribute_id\": \"f6ddb9b7-f81a-48ed-26c7-df6f711a4985\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"7a121207-1187-4781-1890-d79bfc3a0adb\",\n \"user_id\": \"urn:uuid:d02c32ba-93c0-144f-e82b-d0e954d680f9\",\n \"profile_id\": \"bdf550c5-dacf-1317-113c-b9177584e19f\",\n \"ne_attribute_id\": \"urn:uuid:e162298c-c07e-f5e9-5403-9ba8e311df9d\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"491e02bd-49ce-e6e2-3153-c84aad12619b\",\n \"user_id\": \"c21824cc-9e20-c58c-da21-884740d0b1d3\",\n \"profile_id\": \"16638213-9195-8d50-8944-eb4b754bb1ae\",\n \"ne_attribute_id\": \"urn:uuid:79d7a4b4-8fa5-7780-275f-e85434fce150\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"2bbf63e7-4d48-c4b9-7054-c4ddc3871d6c\",\n \"user_id\": \"urn:uuid:5e362bcf-4f1d-5d4f-7846-494843d1cbde\",\n \"profile_id\": \"urn:uuid:38542bbb-59f1-c0c7-d801-742cb24eb034\",\n \"ne_attribute_id\": \"ff4f377c-45c4-7f73-2100-1b1c5660e5d2\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18152,7 +18152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cef72712-19e8-4df9-a948-40e31589193a", + "id": "0edd7812-19d3-4f88-8bc7-b0bd5e3eb0d6", "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\": \"urn:uuid:d2bf2388-9b7b-19ab-d6f1-71fb1e37320a\",\n \"user_id\": \"94136c06-fe6a-0dd8-cce2-a5baae268885\",\n \"profile_id\": \"b3d1d524-11ba-3611-c090-d9e931d2b5cb\",\n \"ne_attribute_id\": \"f6ddb9b7-f81a-48ed-26c7-df6f711a4985\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"7a121207-1187-4781-1890-d79bfc3a0adb\",\n \"user_id\": \"urn:uuid:d02c32ba-93c0-144f-e82b-d0e954d680f9\",\n \"profile_id\": \"bdf550c5-dacf-1317-113c-b9177584e19f\",\n \"ne_attribute_id\": \"urn:uuid:e162298c-c07e-f5e9-5403-9ba8e311df9d\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"491e02bd-49ce-e6e2-3153-c84aad12619b\",\n \"user_id\": \"c21824cc-9e20-c58c-da21-884740d0b1d3\",\n \"profile_id\": \"16638213-9195-8d50-8944-eb4b754bb1ae\",\n \"ne_attribute_id\": \"urn:uuid:79d7a4b4-8fa5-7780-275f-e85434fce150\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"2bbf63e7-4d48-c4b9-7054-c4ddc3871d6c\",\n \"user_id\": \"urn:uuid:5e362bcf-4f1d-5d4f-7846-494843d1cbde\",\n \"profile_id\": \"urn:uuid:38542bbb-59f1-c0c7-d801-742cb24eb034\",\n \"ne_attribute_id\": \"ff4f377c-45c4-7f73-2100-1b1c5660e5d2\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18214,7 +18214,7 @@ } }, { - "id": "dc7f9d67-35f4-47ee-9e0d-16b0f380a574", + "id": "d6889f41-ac7c-4892-8f9c-242886cf5a02", "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:7e0f87ca-96ea-0e64-9ffc-24f61e8b5938\"\n },\n {\n \"id\": \"c74f1f87-7e11-9d5b-8cd3-35343bddb809\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"960b8a80-62e3-a1bf-ad06-0f0db04d5d99\"\n },\n {\n \"id\": \"6ed9e861-1b84-5b74-8c9c-925c6dc06d76\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18257,7 +18257,7 @@ }, "response": [ { - "id": "39d464ff-61cc-4a4f-93ce-9e6a8b442287", + "id": "503e6c45-96f2-40c4-863c-b68714fe1ab0", "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:7e0f87ca-96ea-0e64-9ffc-24f61e8b5938\"\n },\n {\n \"id\": \"c74f1f87-7e11-9d5b-8cd3-35343bddb809\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"960b8a80-62e3-a1bf-ad06-0f0db04d5d99\"\n },\n {\n \"id\": \"6ed9e861-1b84-5b74-8c9c-925c6dc06d76\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18308,12 +18308,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:df883525-f8a4-fe97-b973-c37007e922a5\",\n \"uid\": \"elitcommodo Lorem cupidatatfugia\",\n \"user_id\": \"955f4876-5089-a742-75ce-51ded6c73b01\",\n \"profile_id\": \"urn:uuid:803aba0d-e817-48ea-6772-172738ba6b1f\",\n \"ne_attribute_id\": \"97d521ee-1d5d-8988-f90e-c6048cf618d7\",\n \"relationship_type\": \"contributor\"\n },\n {\n \"id\": \"urn:uuid:8ad3d360-0dfd-7591-91f9-0123f79076ab\",\n \"uid\": \"tempor voluptatequi enimesse dol\",\n \"user_id\": \"aa785d3c-5bcf-4c91-20c8-8eee5148254e\",\n \"profile_id\": \"urn:uuid:9826aadb-e251-6acf-5c9a-f469cc58d408\",\n \"ne_attribute_id\": \"urn:uuid:9b00fedf-7dd6-e7b1-3175-c0f862ff9ae6\",\n \"relationship_type\": \"owner\"\n }\n ]\n}", + "body": "{\n \"user_profiles\": [\n {\n \"id\": \"urn:uuid:b1085f83-046f-e269-9a86-cc62f3c858d2\",\n \"uid\": \"ex Loremconsectetur labore Lorem\",\n \"user_id\": \"251336a5-5a22-c6fb-1f3d-ad8d198a2864\",\n \"profile_id\": \"urn:uuid:10e3f537-9b2a-a007-0e5d-62af83da2f8b\",\n \"ne_attribute_id\": \"urn:uuid:12fd9cf6-70ea-f753-8a29-abd9511d6a8e\",\n \"relationship_type\": \"owner\"\n },\n {\n \"id\": \"urn:uuid:c1645a7f-9c92-57e3-075e-4d54bffc5704\",\n \"uid\": \"labore ullamcoid ipsum aute uteu\",\n \"user_id\": \"a641f9d7-55e2-4b54-36a9-59f3b9782881\",\n \"profile_id\": \"urn:uuid:0d4a84c3-916f-4c41-7170-0f7326ba2644\",\n \"ne_attribute_id\": \"urn:uuid:158abd39-8ab6-41ed-5b53-088bbddaaade\",\n \"relationship_type\": \"contributor\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5828b832-a7f1-4c92-b54e-f7e388c1fe5d", + "id": "0276e643-0eee-4131-895c-792e91bd48a7", "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:7e0f87ca-96ea-0e64-9ffc-24f61e8b5938\"\n },\n {\n \"id\": \"c74f1f87-7e11-9d5b-8cd3-35343bddb809\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"960b8a80-62e3-a1bf-ad06-0f0db04d5d99\"\n },\n {\n \"id\": \"6ed9e861-1b84-5b74-8c9c-925c6dc06d76\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18369,7 +18369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d05afe8c-fe67-454d-ae01-426d4cdf9db7", + "id": "b3496d5b-ada8-4bbf-8c6a-fe49c401d523", "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:7e0f87ca-96ea-0e64-9ffc-24f61e8b5938\"\n },\n {\n \"id\": \"c74f1f87-7e11-9d5b-8cd3-35343bddb809\"\n }\n ]\n}", + "raw": "{\n \"user_profiles\": [\n {\n \"id\": \"960b8a80-62e3-a1bf-ad06-0f0db04d5d99\"\n },\n {\n \"id\": \"6ed9e861-1b84-5b74-8c9c-925c6dc06d76\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -18431,7 +18431,7 @@ } }, { - "id": "0416d24d-c7bd-4bba-a57d-3eb34fd4e358", + "id": "fbaef657-8b6a-4406-a9d3-e68ff5c49cee", "name": "Find user-profile contributor relationship by id", "request": { "name": "Find user-profile contributor relationship by id", @@ -18473,7 +18473,7 @@ }, "response": [ { - "id": "06c8132c-c49d-4351-a1a9-d90d9dc35261", + "id": "2dbb2878-14f7-4ae4-aa3d-442b15e7520c", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -18512,12 +18512,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:aa9eb20e-d566-d248-50e2-ed313de8a17c\",\n \"uid\": \"irure dolor cupidatat eiusmodUt \",\n \"user_id\": \"urn:uuid:d3389a20-a27f-dfa0-33b9-6acd6fd97221\",\n \"profile_id\": \"5b454fa0-2321-c004-cdf6-cc81ebcee84c\",\n \"ne_attribute_id\": \"urn:uuid:6d039307-2b7a-bf4c-8153-7e3b68ef7086\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"789fa013-72cc-3f56-b9a5-859e5cda85a7\",\n \"uid\": \"amet exercitation consecteturex \",\n \"user_id\": \"urn:uuid:815d70b5-2359-b528-62b0-ee247b5b78ed\",\n \"profile_id\": \"a496ddf3-a8ac-3f17-6d6f-cb6205bea8dc\",\n \"ne_attribute_id\": \"urn:uuid:ed6a3d93-be66-5db7-09f0-f5bf2e1479fd\",\n \"relationship_type\": \"owner\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "995ecb72-9da3-4871-b597-495a70bd8060", + "id": "46bdda78-a170-4724-af72-8535d9c22940", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18561,7 +18561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63a8e236-8633-4b04-bae4-adce14d08632", + "id": "46c46e80-f9ea-4522-863b-5d5d69ffe704", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -18611,7 +18611,7 @@ } }, { - "id": "6c706c20-dadc-47bc-975f-77ff46fc482d", + "id": "a311286c-e6f7-4486-a390-da33e1090100", "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:fdbe0bf4-93b6-4cae-a138-9717b505b380\",\n \"profile_id\": \"urn:uuid:201c7773-e191-0b4d-5062-ab7289df0743\",\n \"ne_attribute_id\": \"urn:uuid:c852247c-9f41-8982-3941-08900cf8269b\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:2b9875f0-93f0-28af-5ce4-2bfa6f734513\",\n \"profile_id\": \"urn:uuid:280f12f4-996a-8acd-f650-29ca43af4c91\",\n \"ne_attribute_id\": \"b685f9cb-7639-047a-4a3b-601e94a46dcb\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18666,7 +18666,7 @@ }, "response": [ { - "id": "4fd8a878-e77d-4277-85b3-58d29feb2045", + "id": "98574ce9-839f-4238-ac39-ec99ed6dedfb", "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:fdbe0bf4-93b6-4cae-a138-9717b505b380\",\n \"profile_id\": \"urn:uuid:201c7773-e191-0b4d-5062-ab7289df0743\",\n \"ne_attribute_id\": \"urn:uuid:c852247c-9f41-8982-3941-08900cf8269b\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:2b9875f0-93f0-28af-5ce4-2bfa6f734513\",\n \"profile_id\": \"urn:uuid:280f12f4-996a-8acd-f650-29ca43af4c91\",\n \"ne_attribute_id\": \"b685f9cb-7639-047a-4a3b-601e94a46dcb\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18718,12 +18718,12 @@ "value": "application/json" } ], - "body": "{\n \"user_profile\": {\n \"id\": \"urn:uuid:aa9eb20e-d566-d248-50e2-ed313de8a17c\",\n \"uid\": \"irure dolor cupidatat eiusmodUt \",\n \"user_id\": \"urn:uuid:d3389a20-a27f-dfa0-33b9-6acd6fd97221\",\n \"profile_id\": \"5b454fa0-2321-c004-cdf6-cc81ebcee84c\",\n \"ne_attribute_id\": \"urn:uuid:6d039307-2b7a-bf4c-8153-7e3b68ef7086\",\n \"relationship_type\": \"owner\"\n }\n}", + "body": "{\n \"user_profile\": {\n \"id\": \"789fa013-72cc-3f56-b9a5-859e5cda85a7\",\n \"uid\": \"amet exercitation consecteturex \",\n \"user_id\": \"urn:uuid:815d70b5-2359-b528-62b0-ee247b5b78ed\",\n \"profile_id\": \"a496ddf3-a8ac-3f17-6d6f-cb6205bea8dc\",\n \"ne_attribute_id\": \"urn:uuid:ed6a3d93-be66-5db7-09f0-f5bf2e1479fd\",\n \"relationship_type\": \"owner\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fc1abae9-3db8-4d95-9ec0-c3549a3360d7", + "id": "490a3109-81f9-484b-a475-941cfc92ae56", "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:fdbe0bf4-93b6-4cae-a138-9717b505b380\",\n \"profile_id\": \"urn:uuid:201c7773-e191-0b4d-5062-ab7289df0743\",\n \"ne_attribute_id\": \"urn:uuid:c852247c-9f41-8982-3941-08900cf8269b\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:2b9875f0-93f0-28af-5ce4-2bfa6f734513\",\n \"profile_id\": \"urn:uuid:280f12f4-996a-8acd-f650-29ca43af4c91\",\n \"ne_attribute_id\": \"b685f9cb-7639-047a-4a3b-601e94a46dcb\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18780,7 +18780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4d74d0a-6093-411b-9b2c-4b9989412a0f", + "id": "fdf2684f-4033-4c4d-a7a9-6bdf671fb2bd", "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:fdbe0bf4-93b6-4cae-a138-9717b505b380\",\n \"profile_id\": \"urn:uuid:201c7773-e191-0b4d-5062-ab7289df0743\",\n \"ne_attribute_id\": \"urn:uuid:c852247c-9f41-8982-3941-08900cf8269b\",\n \"relationship_type\": \"contributor\"\n }\n}", + "raw": "{\n \"user_profile\": {\n \"user_id\": \"urn:uuid:2b9875f0-93f0-28af-5ce4-2bfa6f734513\",\n \"profile_id\": \"urn:uuid:280f12f4-996a-8acd-f650-29ca43af4c91\",\n \"ne_attribute_id\": \"b685f9cb-7639-047a-4a3b-601e94a46dcb\",\n \"relationship_type\": \"owner\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -18843,7 +18843,7 @@ } }, { - "id": "cffb96ca-e552-4e48-9030-f24b8e792a9f", + "id": "1a918d3c-6cf9-4bb1-b282-dc15c72bae17", "name": "Delete a user profile assignment", "request": { "name": "Delete a user profile assignment", @@ -18885,7 +18885,7 @@ }, "response": [ { - "id": "a59d5a26-2b69-4084-ac14-df2fc4a275e2", + "id": "bb8cd6fa-4309-4a2a-986b-9f4de2988da9", "name": "User profile was destroyed", "originalRequest": { "url": { @@ -18929,7 +18929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7806c2e-39d6-42bf-8ed0-6fe092a1d5cc", + "id": "f2529b30-b088-46d6-a428-54a75d609537", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -18973,7 +18973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c68a7abc-63e6-442e-8e93-c0694a27c464", + "id": "802a595a-04f7-4afe-a54c-04d864fe1143", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19029,7 +19029,7 @@ "description": "", "item": [ { - "id": "6517d7c9-e1bb-4007-84f9-7730923f616c", + "id": "519884b8-d414-4391-8fb9-0d23913b8b12", "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:a4baa0a2-d16d-d3aa-07f5-b3ae05cb8225\",\n \"profile_id\": \"b30888a1-8da7-4e7c-0af2-46997f239609\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:2a623c47-ad76-3bd1-1622-d3169df7913f\",\n \"profile_id\": \"17008e47-6291-577b-76ea-29ceee3c71c6\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19072,7 +19072,7 @@ }, "response": [ { - "id": "f3c9c4d4-bbcf-4e92-93b5-c660ae6e3f53", + "id": "57650cab-da4e-40dd-8e27-c3255e8e9cba", "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:a4baa0a2-d16d-d3aa-07f5-b3ae05cb8225\",\n \"profile_id\": \"b30888a1-8da7-4e7c-0af2-46997f239609\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:2a623c47-ad76-3bd1-1622-d3169df7913f\",\n \"profile_id\": \"17008e47-6291-577b-76ea-29ceee3c71c6\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19123,12 +19123,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:de0b18a9-124d-3b55-1d2c-f50291d0329c\",\n \"uid\": \"laboris esse inquis magna euoffi\",\n \"role_id\": \"dff5763f-7a1f-c4a4-0bc8-a3d04df80aa8\",\n \"profile_id\": \"4079fcaa-a4c3-8893-b2c2-442f427328f6\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:b96c877b-4cfb-753a-ee2f-87f99120b029\",\n \"uid\": \"exconsequat amet eu pariaturad c\",\n \"role_id\": \"urn:uuid:7d3bd28b-47b9-1d4f-13dd-b8aa97974ddd\",\n \"profile_id\": \"urn:uuid:00d7e9de-d7b7-2fe6-715b-54b7dafcbe90\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "33954b8f-fcc2-4584-a1c8-b2f04f61dc9a", + "id": "a524c5af-ca7e-4dbc-8137-1786e6a23399", "name": "Invalid input", "originalRequest": { "url": { @@ -19158,7 +19158,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:a4baa0a2-d16d-d3aa-07f5-b3ae05cb8225\",\n \"profile_id\": \"b30888a1-8da7-4e7c-0af2-46997f239609\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:2a623c47-ad76-3bd1-1622-d3169df7913f\",\n \"profile_id\": \"17008e47-6291-577b-76ea-29ceee3c71c6\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -19180,7 +19180,7 @@ } }, { - "id": "8ae88a24-99fc-4ca5-b6f2-7e323962702e", + "id": "e066605c-dc3a-4112-8877-60bb5ed56882", "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:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -19265,7 +19265,7 @@ }, "response": [ { - "id": "e7b496b4-da09-4929-a945-0a2b25c97a63", + "id": "84153690-9792-43ee-88a2-d44f91174045", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -19310,7 +19310,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -19358,12 +19358,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"77e27c88-26bf-142e-06ca-63a47f667524\",\n \"uid\": \"commodo sint auteExcepteurDuis a\",\n \"role_id\": \"a7ca95e6-bc34-610c-645d-c6c3e9794f57\",\n \"profile_id\": \"6c4adcdf-af95-8c5d-5215-40945a75ec07\"\n },\n {\n \"id\": \"urn:uuid:6a68ab30-6f2b-ce31-e410-705552a73c28\",\n \"uid\": \"in eudeserunt velitquis mollit i\",\n \"role_id\": \"urn:uuid:386de8b5-b5cb-22b0-d9d0-3b919b0e1217\",\n \"profile_id\": \"8e5b6863-c620-d561-b9ae-5db44bdae6f6\"\n }\n ],\n \"_metadata\": {\n \"limit\": -51447697,\n \"offset\": 7621687,\n \"total\": -1494361,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"bf145db1-047a-bea3-0d8b-51382b41ea5e\",\n \"uid\": \"laboris ad eu enimadipisicing do\",\n \"role_id\": \"4f629af0-e5d3-b86c-64a1-d5332df3b315\",\n \"profile_id\": \"urn:uuid:34104c9a-b3cd-25bf-d9bb-af723e84e44d\"\n },\n {\n \"id\": \"ce287bcf-e221-aa16-2a19-f2caeccdd502\",\n \"uid\": \"do aliquipcillum laboris labore \",\n \"role_id\": \"754f0e25-7c8b-c833-3cb9-3f76337fe383\",\n \"profile_id\": \"cd5c0e4d-21bf-b6be-ffff-65be5118eb3b\"\n }\n ],\n \"_metadata\": {\n \"limit\": 26946176,\n \"offset\": 35402164,\n \"total\": -86716438,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5c5b9ede-5ecd-46c4-8120-2f45241b9f64", + "id": "fb90c80c-fc19-493a-9243-e34a98a7650c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19408,7 +19408,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -19461,7 +19461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fe87536-101a-4b6e-8682-1f683f52ffa1", + "id": "ff49a17e-61b1-4f97-810f-37d195b0591e", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -19506,7 +19506,7 @@ "type": "text/plain" }, "key": "role_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -19565,7 +19565,7 @@ } }, { - "id": "5e9b8819-75ed-4b25-8bb3-9294e0d448fe", + "id": "88b60c4c-b8a9-4ba9-a36d-025b35b48747", "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\": \"urn:uuid:488c2b29-dce5-bf91-6f8a-6e9933780580\",\n \"profile_id\": \"315e7135-f6da-c5be-1e25-9c81e4841ede\"\n },\n {\n \"role_id\": \"e67ae63d-1594-ef23-69b4-2a13b8a9a494\",\n \"profile_id\": \"b04b0ddb-2286-ad9b-0952-54b63e45961c\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:d617add5-9adf-956f-2466-6a7a70d01410\",\n \"profile_id\": \"urn:uuid:9fb6e03e-ad86-4823-b1b8-a709830621ee\"\n },\n {\n \"role_id\": \"47029637-cc2f-ca07-83a4-bed55ded2c99\",\n \"profile_id\": \"urn:uuid:adb00799-1cd5-0117-55b4-141367f6ab8b\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19608,7 +19608,7 @@ }, "response": [ { - "id": "48d07830-a53c-49fc-8a9d-cd749bf9cc89", + "id": "4e2a28f4-c41c-4adc-bdf8-70bb42e3e71d", "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\": \"urn:uuid:488c2b29-dce5-bf91-6f8a-6e9933780580\",\n \"profile_id\": \"315e7135-f6da-c5be-1e25-9c81e4841ede\"\n },\n {\n \"role_id\": \"e67ae63d-1594-ef23-69b4-2a13b8a9a494\",\n \"profile_id\": \"b04b0ddb-2286-ad9b-0952-54b63e45961c\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:d617add5-9adf-956f-2466-6a7a70d01410\",\n \"profile_id\": \"urn:uuid:9fb6e03e-ad86-4823-b1b8-a709830621ee\"\n },\n {\n \"role_id\": \"47029637-cc2f-ca07-83a4-bed55ded2c99\",\n \"profile_id\": \"urn:uuid:adb00799-1cd5-0117-55b4-141367f6ab8b\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19659,12 +19659,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"5061786a-1c44-2693-4790-ceadf4ee1cf8\",\n \"uid\": \"aliquip deserunt in cupidatatdol\",\n \"role_id\": \"urn:uuid:8bce96ca-f7e7-0bdc-1df8-290001ff50ac\",\n \"profile_id\": \"dae70b72-5dc7-2aa3-f3a3-8a2d9394e8c8\"\n },\n {\n \"id\": \"1476756f-8fd0-a8a7-10bc-cd58c24a24f8\",\n \"uid\": \"ullamco esse nostrud auteex eius\",\n \"role_id\": \"urn:uuid:5c7a80c5-5e66-5b6f-8edf-73c0744050d6\",\n \"profile_id\": \"urn:uuid:92b7ab41-b20f-dd20-c219-cfbc71d06050\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:f1d1b506-d474-b564-8be1-688f04a5bf2b\",\n \"uid\": \"ea nisi reprehenderit esse volup\",\n \"role_id\": \"befafa76-8e31-38ed-99f4-4c7258810a2f\",\n \"profile_id\": \"urn:uuid:9b2fb3e2-0de0-5f83-b268-a93215470d55\"\n },\n {\n \"id\": \"urn:uuid:1e583a80-9663-f263-7415-016154ff7aa1\",\n \"uid\": \"non Duis ipsum veniam essemollit\",\n \"role_id\": \"urn:uuid:f230af4e-c9b4-5d89-4924-1c5286cde7b7\",\n \"profile_id\": \"6f70d5a3-efd8-8233-288b-ef628f98192b\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dfeb4b1c-d153-4c87-b6e0-a9fe310f5c7d", + "id": "37f87445-6295-4468-825f-2e2ac3ef3e52", "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\": \"urn:uuid:488c2b29-dce5-bf91-6f8a-6e9933780580\",\n \"profile_id\": \"315e7135-f6da-c5be-1e25-9c81e4841ede\"\n },\n {\n \"role_id\": \"e67ae63d-1594-ef23-69b4-2a13b8a9a494\",\n \"profile_id\": \"b04b0ddb-2286-ad9b-0952-54b63e45961c\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:d617add5-9adf-956f-2466-6a7a70d01410\",\n \"profile_id\": \"urn:uuid:9fb6e03e-ad86-4823-b1b8-a709830621ee\"\n },\n {\n \"role_id\": \"47029637-cc2f-ca07-83a4-bed55ded2c99\",\n \"profile_id\": \"urn:uuid:adb00799-1cd5-0117-55b4-141367f6ab8b\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19720,7 +19720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dc97161-de1b-4667-95d4-33434b5f5921", + "id": "9242a9b6-6fd7-43e4-b14a-a740311f4cb0", "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\": \"urn:uuid:488c2b29-dce5-bf91-6f8a-6e9933780580\",\n \"profile_id\": \"315e7135-f6da-c5be-1e25-9c81e4841ede\"\n },\n {\n \"role_id\": \"e67ae63d-1594-ef23-69b4-2a13b8a9a494\",\n \"profile_id\": \"b04b0ddb-2286-ad9b-0952-54b63e45961c\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"role_id\": \"urn:uuid:d617add5-9adf-956f-2466-6a7a70d01410\",\n \"profile_id\": \"urn:uuid:9fb6e03e-ad86-4823-b1b8-a709830621ee\"\n },\n {\n \"role_id\": \"47029637-cc2f-ca07-83a4-bed55ded2c99\",\n \"profile_id\": \"urn:uuid:adb00799-1cd5-0117-55b4-141367f6ab8b\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19782,7 +19782,7 @@ } }, { - "id": "eeb69106-7261-4c98-a008-8c6b3137e8d5", + "id": "7b12d04d-c6ba-4399-a25a-e08917a1a052", "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\": \"dae363a1-c5e2-42a3-6b3d-12843f6c5ab4\",\n \"role_id\": \"cc9992f2-83a5-a085-1294-52b6ad475de8\",\n \"profile_id\": \"urn:uuid:54391a34-de69-b44c-d5d4-4b5974b4c5a3\"\n },\n {\n \"id\": \"d22c03bb-d0f5-f4e1-8828-5d741ee517d3\",\n \"role_id\": \"bc0f3095-80f7-d5d2-29c9-e53803dced3d\",\n \"profile_id\": \"f0fe895d-768c-512a-4716-80bca98d71d0\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:5b2934b1-c072-d6f4-ddf4-50ead0b45114\",\n \"role_id\": \"20c14050-f8c7-7957-d8ee-e308aeab919c\",\n \"profile_id\": \"urn:uuid:2faca027-0949-2204-bfc4-1e43f579c48f\"\n },\n {\n \"id\": \"urn:uuid:d6c3aa39-0244-2bda-d498-1c5b1dfb6890\",\n \"role_id\": \"aaff91e4-e5c4-8c1f-0c92-4479792a2640\",\n \"profile_id\": \"urn:uuid:fabc2032-9475-8021-7d13-b26ef09bdea4\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19825,7 +19825,7 @@ }, "response": [ { - "id": "630bb73f-c558-4e5e-98e0-24d36c70ffa1", + "id": "464b7a47-dd79-4213-9719-3dc8b87f1e3c", "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\": \"dae363a1-c5e2-42a3-6b3d-12843f6c5ab4\",\n \"role_id\": \"cc9992f2-83a5-a085-1294-52b6ad475de8\",\n \"profile_id\": \"urn:uuid:54391a34-de69-b44c-d5d4-4b5974b4c5a3\"\n },\n {\n \"id\": \"d22c03bb-d0f5-f4e1-8828-5d741ee517d3\",\n \"role_id\": \"bc0f3095-80f7-d5d2-29c9-e53803dced3d\",\n \"profile_id\": \"f0fe895d-768c-512a-4716-80bca98d71d0\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:5b2934b1-c072-d6f4-ddf4-50ead0b45114\",\n \"role_id\": \"20c14050-f8c7-7957-d8ee-e308aeab919c\",\n \"profile_id\": \"urn:uuid:2faca027-0949-2204-bfc4-1e43f579c48f\"\n },\n {\n \"id\": \"urn:uuid:d6c3aa39-0244-2bda-d498-1c5b1dfb6890\",\n \"role_id\": \"aaff91e4-e5c4-8c1f-0c92-4479792a2640\",\n \"profile_id\": \"urn:uuid:fabc2032-9475-8021-7d13-b26ef09bdea4\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19876,12 +19876,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profiles\": [\n {\n \"id\": \"5061786a-1c44-2693-4790-ceadf4ee1cf8\",\n \"uid\": \"aliquip deserunt in cupidatatdol\",\n \"role_id\": \"urn:uuid:8bce96ca-f7e7-0bdc-1df8-290001ff50ac\",\n \"profile_id\": \"dae70b72-5dc7-2aa3-f3a3-8a2d9394e8c8\"\n },\n {\n \"id\": \"1476756f-8fd0-a8a7-10bc-cd58c24a24f8\",\n \"uid\": \"ullamco esse nostrud auteex eius\",\n \"role_id\": \"urn:uuid:5c7a80c5-5e66-5b6f-8edf-73c0744050d6\",\n \"profile_id\": \"urn:uuid:92b7ab41-b20f-dd20-c219-cfbc71d06050\"\n }\n ]\n}", + "body": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:f1d1b506-d474-b564-8be1-688f04a5bf2b\",\n \"uid\": \"ea nisi reprehenderit esse volup\",\n \"role_id\": \"befafa76-8e31-38ed-99f4-4c7258810a2f\",\n \"profile_id\": \"urn:uuid:9b2fb3e2-0de0-5f83-b268-a93215470d55\"\n },\n {\n \"id\": \"urn:uuid:1e583a80-9663-f263-7415-016154ff7aa1\",\n \"uid\": \"non Duis ipsum veniam essemollit\",\n \"role_id\": \"urn:uuid:f230af4e-c9b4-5d89-4924-1c5286cde7b7\",\n \"profile_id\": \"6f70d5a3-efd8-8233-288b-ef628f98192b\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e3d75d96-0879-4f3b-b260-599409eff2e8", + "id": "32c20786-fa58-4f97-8e95-aa9717ec1619", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -19915,7 +19915,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"dae363a1-c5e2-42a3-6b3d-12843f6c5ab4\",\n \"role_id\": \"cc9992f2-83a5-a085-1294-52b6ad475de8\",\n \"profile_id\": \"urn:uuid:54391a34-de69-b44c-d5d4-4b5974b4c5a3\"\n },\n {\n \"id\": \"d22c03bb-d0f5-f4e1-8828-5d741ee517d3\",\n \"role_id\": \"bc0f3095-80f7-d5d2-29c9-e53803dced3d\",\n \"profile_id\": \"f0fe895d-768c-512a-4716-80bca98d71d0\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:5b2934b1-c072-d6f4-ddf4-50ead0b45114\",\n \"role_id\": \"20c14050-f8c7-7957-d8ee-e308aeab919c\",\n \"profile_id\": \"urn:uuid:2faca027-0949-2204-bfc4-1e43f579c48f\"\n },\n {\n \"id\": \"urn:uuid:d6c3aa39-0244-2bda-d498-1c5b1dfb6890\",\n \"role_id\": \"aaff91e4-e5c4-8c1f-0c92-4479792a2640\",\n \"profile_id\": \"urn:uuid:fabc2032-9475-8021-7d13-b26ef09bdea4\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19937,7 +19937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2971d1f-6905-4316-b0fe-40de0a9b7602", + "id": "7fd1a4f8-842c-435a-ba10-4ee9ea3b7da3", "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\": \"dae363a1-c5e2-42a3-6b3d-12843f6c5ab4\",\n \"role_id\": \"cc9992f2-83a5-a085-1294-52b6ad475de8\",\n \"profile_id\": \"urn:uuid:54391a34-de69-b44c-d5d4-4b5974b4c5a3\"\n },\n {\n \"id\": \"d22c03bb-d0f5-f4e1-8828-5d741ee517d3\",\n \"role_id\": \"bc0f3095-80f7-d5d2-29c9-e53803dced3d\",\n \"profile_id\": \"f0fe895d-768c-512a-4716-80bca98d71d0\"\n }\n ]\n}", + "raw": "{\n \"role_profiles\": [\n {\n \"id\": \"urn:uuid:5b2934b1-c072-d6f4-ddf4-50ead0b45114\",\n \"role_id\": \"20c14050-f8c7-7957-d8ee-e308aeab919c\",\n \"profile_id\": \"urn:uuid:2faca027-0949-2204-bfc4-1e43f579c48f\"\n },\n {\n \"id\": \"urn:uuid:d6c3aa39-0244-2bda-d498-1c5b1dfb6890\",\n \"role_id\": \"aaff91e4-e5c4-8c1f-0c92-4479792a2640\",\n \"profile_id\": \"urn:uuid:fabc2032-9475-8021-7d13-b26ef09bdea4\"\n }\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -19999,7 +19999,7 @@ } }, { - "id": "ebacc12a-3235-42ea-b4e5-7f288a1fb9b8", + "id": "9bf0ed7d-63d4-4ed1-b5d0-c32eaee5ef52", "name": "Find role-profile contributor relationship by id", "request": { "name": "Find role-profile contributor relationship by id", @@ -20041,7 +20041,7 @@ }, "response": [ { - "id": "30af8159-5ed1-425f-aace-7a691aae9e23", + "id": "dc0e4749-d08d-4188-900d-baf42114f4d7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -20080,12 +20080,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:de0b18a9-124d-3b55-1d2c-f50291d0329c\",\n \"uid\": \"laboris esse inquis magna euoffi\",\n \"role_id\": \"dff5763f-7a1f-c4a4-0bc8-a3d04df80aa8\",\n \"profile_id\": \"4079fcaa-a4c3-8893-b2c2-442f427328f6\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:b96c877b-4cfb-753a-ee2f-87f99120b029\",\n \"uid\": \"exconsequat amet eu pariaturad c\",\n \"role_id\": \"urn:uuid:7d3bd28b-47b9-1d4f-13dd-b8aa97974ddd\",\n \"profile_id\": \"urn:uuid:00d7e9de-d7b7-2fe6-715b-54b7dafcbe90\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bed1bd12-0560-463d-97ab-61af0dad6891", + "id": "a7fd5ed6-7246-4735-be87-a63a0e65386c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20129,7 +20129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "067eccd0-ef1e-4324-b7bc-946aad4ac982", + "id": "24c6336e-2fa5-4668-ac81-8fb95a800c19", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20179,7 +20179,7 @@ } }, { - "id": "21c102ad-98ba-4caa-8d83-6de5966a85ed", + "id": "b99bf7ab-48ee-46f3-ab10-7bec1a71ea3b", "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:a4baa0a2-d16d-d3aa-07f5-b3ae05cb8225\",\n \"profile_id\": \"b30888a1-8da7-4e7c-0af2-46997f239609\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:2a623c47-ad76-3bd1-1622-d3169df7913f\",\n \"profile_id\": \"17008e47-6291-577b-76ea-29ceee3c71c6\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20234,7 +20234,7 @@ }, "response": [ { - "id": "22837e58-78d5-4aee-961b-f96b38bd6ff3", + "id": "f96a5ce9-d8d5-42b3-b33d-2e196fca4988", "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:a4baa0a2-d16d-d3aa-07f5-b3ae05cb8225\",\n \"profile_id\": \"b30888a1-8da7-4e7c-0af2-46997f239609\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:2a623c47-ad76-3bd1-1622-d3169df7913f\",\n \"profile_id\": \"17008e47-6291-577b-76ea-29ceee3c71c6\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20286,12 +20286,12 @@ "value": "application/json" } ], - "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:de0b18a9-124d-3b55-1d2c-f50291d0329c\",\n \"uid\": \"laboris esse inquis magna euoffi\",\n \"role_id\": \"dff5763f-7a1f-c4a4-0bc8-a3d04df80aa8\",\n \"profile_id\": \"4079fcaa-a4c3-8893-b2c2-442f427328f6\"\n }\n}", + "body": "{\n \"role_profile\": {\n \"id\": \"urn:uuid:b96c877b-4cfb-753a-ee2f-87f99120b029\",\n \"uid\": \"exconsequat amet eu pariaturad c\",\n \"role_id\": \"urn:uuid:7d3bd28b-47b9-1d4f-13dd-b8aa97974ddd\",\n \"profile_id\": \"urn:uuid:00d7e9de-d7b7-2fe6-715b-54b7dafcbe90\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "30570329-d002-4992-ac9c-42dc9538ba92", + "id": "06eb4607-4d24-4f1f-8ab1-e683c4168bdb", "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:a4baa0a2-d16d-d3aa-07f5-b3ae05cb8225\",\n \"profile_id\": \"b30888a1-8da7-4e7c-0af2-46997f239609\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:2a623c47-ad76-3bd1-1622-d3169df7913f\",\n \"profile_id\": \"17008e47-6291-577b-76ea-29ceee3c71c6\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20348,7 +20348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3d5b252-2851-4d21-9a80-997ac19e8bd9", + "id": "5a6b692f-3ab0-4c49-bd19-c28c9ac3e425", "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:a4baa0a2-d16d-d3aa-07f5-b3ae05cb8225\",\n \"profile_id\": \"b30888a1-8da7-4e7c-0af2-46997f239609\"\n }\n}", + "raw": "{\n \"role_profile\": {\n \"role_id\": \"urn:uuid:2a623c47-ad76-3bd1-1622-d3169df7913f\",\n \"profile_id\": \"17008e47-6291-577b-76ea-29ceee3c71c6\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -20411,7 +20411,7 @@ } }, { - "id": "7fa59591-b982-4cda-b49f-2d1158e032e1", + "id": "c9b270bb-ba1d-4510-a94b-b8a61c1c8b60", "name": "Delete a role profile assignment", "request": { "name": "Delete a role profile assignment", @@ -20453,7 +20453,7 @@ }, "response": [ { - "id": "f2b1e621-90e9-4ae5-a1c4-b92ee6a49ff3", + "id": "1bb3fb59-bdd2-4525-ba55-32199394c3c4", "name": "Role profile was destroyed", "originalRequest": { "url": { @@ -20497,7 +20497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7661c895-99e2-45e7-b27d-a817752af07b", + "id": "ff0271fc-1168-4d1d-8e3d-ed57f77808c5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20541,7 +20541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d157217d-ba50-4989-b124-2911e4cc0ca7", + "id": "c66fdd51-8cea-4f45-a8d6-8604a5b16905", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20597,7 +20597,7 @@ "description": "", "item": [ { - "id": "4d8c5e38-4820-44f7-ba2d-600a690ee6b3", + "id": "4d5395a7-5ec9-4c7a-8a27-28983ae41e2d", "name": "Create a create workflow", "request": { "name": "Create a create workflow", @@ -20641,7 +20641,7 @@ }, "response": [ { - "id": "b5dbac62-2f7a-4651-9c57-05f1a8925031", + "id": "6d44d316-2c8a-400f-ad1d-8427af797c32", "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\": \"consectetur dolorest elitculpa a\",\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 \"18f70c0e-04d0-fa84-a4f4-4e33ce0b6564\",\n \"urn:uuid:b47af9f2-f0db-3865-0d9f-d17d488a98fb\"\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\": \"reprehenderit ut irure pariaturi\",\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 \"0e04b324-e5ed-f9fc-44ff-0a4a1707eeb3\",\n \"urn:uuid:88306b38-6364-d7f5-5973-ed15e5634cb3\"\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": "38545f31-a712-4497-b956-5c59a77be98e", + "id": "d697f423-531b-4053-8f85-46d1b9746ddf", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20755,7 +20755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3e1261a-0709-4112-9ec3-563f088f9177", + "id": "23d0cc77-6be3-41be-b3d0-78f3f5d8ec5a", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -20818,7 +20818,7 @@ } }, { - "id": "39a7080e-e41a-43b3-8486-3b7142467d08", + "id": "ca6f9339-9d7c-40c7-9b2d-16ad5d29144a", "name": "Create an update workflow", "request": { "name": "Create an update workflow", @@ -20862,7 +20862,7 @@ }, "response": [ { - "id": "8639cbc7-c462-4e1d-9e01-a2e45c78c09f", + "id": "5dc3f3db-0c27-4e56-8d59-9076fe14b65b", "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\": \"consectetur dolorest elitculpa a\",\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 \"18f70c0e-04d0-fa84-a4f4-4e33ce0b6564\",\n \"urn:uuid:b47af9f2-f0db-3865-0d9f-d17d488a98fb\"\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\": \"reprehenderit ut irure pariaturi\",\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 \"0e04b324-e5ed-f9fc-44ff-0a4a1707eeb3\",\n \"urn:uuid:88306b38-6364-d7f5-5973-ed15e5634cb3\"\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": "3820fd5a-edad-426c-bd05-6d8bce2563b8", + "id": "e3053776-97f5-4f6f-8f7f-97ac8c2de1f2", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -20976,7 +20976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b2b4192-3e0e-488e-b1ef-25bf79dbc449", + "id": "1fc5626b-968a-47c5-bcb9-92a472d71b58", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21039,7 +21039,7 @@ } }, { - "id": "1b68a9a0-1be0-4d48-a0d4-1fab439f6f8f", + "id": "2b1f734e-946e-4d96-8b38-65d7c3a82a69", "name": "Create a batch workflow", "request": { "name": "Create a batch workflow", @@ -21083,7 +21083,7 @@ }, "response": [ { - "id": "cd7b714d-1db3-47ee-b6df-849dbeb7ad51", + "id": "aecda46a-f153-42d8-a4d4-bca4f6ddd02c", "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\": \"consectetur dolorest elitculpa a\",\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 \"18f70c0e-04d0-fa84-a4f4-4e33ce0b6564\",\n \"urn:uuid:b47af9f2-f0db-3865-0d9f-d17d488a98fb\"\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\": \"reprehenderit ut irure pariaturi\",\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 \"0e04b324-e5ed-f9fc-44ff-0a4a1707eeb3\",\n \"urn:uuid:88306b38-6364-d7f5-5973-ed15e5634cb3\"\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": "0292f150-101d-4baf-8936-0717b58f151c", + "id": "f8918fde-e056-457a-b66a-748ecf0630bb", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21197,7 +21197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c58d2890-7c20-4ce0-8a58-faf4cbffeaee", + "id": "21163757-beae-4605-a04a-e3123768a80b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21260,7 +21260,7 @@ } }, { - "id": "7c860b77-817b-47ed-b3ba-51d094f6c9b9", + "id": "a00867f6-2006-4585-917d-b78e096323d5", "name": "Create an automated workflow", "request": { "name": "Create an automated workflow", @@ -21304,7 +21304,7 @@ }, "response": [ { - "id": "c68623f2-ef24-4b54-9e6c-ffe3247b6ba7", + "id": "331fa428-61ab-4029-8dbf-1d7ee7416721", "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\": \"consectetur dolorest elitculpa a\",\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 \"18f70c0e-04d0-fa84-a4f4-4e33ce0b6564\",\n \"urn:uuid:b47af9f2-f0db-3865-0d9f-d17d488a98fb\"\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\": \"reprehenderit ut irure pariaturi\",\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 \"0e04b324-e5ed-f9fc-44ff-0a4a1707eeb3\",\n \"urn:uuid:88306b38-6364-d7f5-5973-ed15e5634cb3\"\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": "2f717861-7f17-451c-bc9d-822d97ce6199", + "id": "2af6c4fc-7726-427b-920f-0c4f8e93f92a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21418,7 +21418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd73d22c-9f94-481b-a857-c3682ccf6a7b", + "id": "38d2ff39-9812-4de7-b551-04c74dde5df7", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21481,7 +21481,7 @@ } }, { - "id": "4be8ce56-f1b0-4133-a883-19cd034a7dc3", + "id": "2b8a97f3-f306-441b-8aa8-e828e78b3a4c", "name": "Create a registration workflow", "request": { "name": "Create a registration workflow", @@ -21525,7 +21525,7 @@ }, "response": [ { - "id": "9e1ec5d5-f78f-41fb-9880-2a0abf104adc", + "id": "60d23d4e-3f3a-40d0-b553-e77589b81689", "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\": \"consectetur dolorest elitculpa a\",\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 \"18f70c0e-04d0-fa84-a4f4-4e33ce0b6564\",\n \"urn:uuid:b47af9f2-f0db-3865-0d9f-d17d488a98fb\"\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\": \"reprehenderit ut irure pariaturi\",\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 \"0e04b324-e5ed-f9fc-44ff-0a4a1707eeb3\",\n \"urn:uuid:88306b38-6364-d7f5-5973-ed15e5634cb3\"\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": "c6009dd1-9224-4866-afd2-975203868815", + "id": "ae685f43-1087-4dc5-bca6-56b44edbe36d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21639,7 +21639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40637502-bb09-49dd-ba70-2fd195ecc8bd", + "id": "8bdd8846-fa7a-4417-9d01-305ec014c22b", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21702,7 +21702,7 @@ } }, { - "id": "2a7744ea-c7e8-43f7-b5a1-388c3d9aa535", + "id": "c91e9995-6abe-41b1-aafa-979c4ede7f81", "name": "Create a login workflow", "request": { "name": "Create a login workflow", @@ -21746,7 +21746,7 @@ }, "response": [ { - "id": "1326aa8f-1be5-48e1-8f84-20f85ee62e1a", + "id": "6bda5047-fe5f-4710-b4f8-64a61f22d4df", "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\": \"consectetur dolorest elitculpa a\",\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 \"18f70c0e-04d0-fa84-a4f4-4e33ce0b6564\",\n \"urn:uuid:b47af9f2-f0db-3865-0d9f-d17d488a98fb\"\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\": \"reprehenderit ut irure pariaturi\",\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 \"0e04b324-e5ed-f9fc-44ff-0a4a1707eeb3\",\n \"urn:uuid:88306b38-6364-d7f5-5973-ed15e5634cb3\"\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": "3f11759f-5fdf-42ad-af4c-8d6ad11c8a83", + "id": "fe95943c-676a-43bc-9b5e-fe6124b56eec", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -21860,7 +21860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc275d7b-c8df-4125-8077-8e6724caffa4", + "id": "bec4f23e-7023-4a57-b1a1-bf02820c39a2", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -21923,7 +21923,7 @@ } }, { - "id": "1b27ac15-0407-4350-9557-ff4d51b3e9c9", + "id": "40397156-e8a9-40b7-acce-ed901cd29694", "name": "Create a password reset workflow", "request": { "name": "Create a password reset workflow", @@ -21967,7 +21967,7 @@ }, "response": [ { - "id": "4463d775-8f8b-48ba-bff8-013a2a807555", + "id": "9923b591-7b2e-4412-abed-1701ab043a8f", "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\": \"consectetur dolorest elitculpa a\",\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 \"18f70c0e-04d0-fa84-a4f4-4e33ce0b6564\",\n \"urn:uuid:b47af9f2-f0db-3865-0d9f-d17d488a98fb\"\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\": \"reprehenderit ut irure pariaturi\",\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 \"0e04b324-e5ed-f9fc-44ff-0a4a1707eeb3\",\n \"urn:uuid:88306b38-6364-d7f5-5973-ed15e5634cb3\"\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": "51f6e73a-5381-443c-af55-c1f3bd5bef56", + "id": "e8b8424b-d2af-4fd1-92ca-6f83d9a6bb03", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22081,7 +22081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d48ba160-be9f-4271-bc9d-e4836613efb7", + "id": "5d77d01c-eec4-4cc2-a932-5290f4f1f57d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22150,7 +22150,7 @@ "description": "", "item": [ { - "id": "b6585d19-94e5-42cb-8d9a-0643d681e2fb", + "id": "3bb7f6a6-2111-4075-adaf-b39bc37f0508", "name": "Create an approval action", "request": { "name": "Create an approval action", @@ -22194,7 +22194,7 @@ }, "response": [ { - "id": "b8ccf007-e8c2-479d-9b64-2565e5f9c12a", + "id": "8e5f66cf-79e7-4bc9-b08b-b4668ae41af8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22251,7 +22251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d5e4aaa-d623-49c0-b204-1f1d1d8a8287", + "id": "b2f0628b-49b0-46da-a510-92bcc37baa88", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22308,7 +22308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24084b6e-2dad-4e93-9162-cec16bd5dcf7", + "id": "528cb9e8-6e74-4f45-842d-891fbf18d0eb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22371,7 +22371,7 @@ } }, { - "id": "7149f44d-9b97-4ee3-a43c-0f703703eeed", + "id": "0f3d897c-4d0f-4f4c-b645-1dc7ee9d7953", "name": "Create ask security question action", "request": { "name": "Create ask security question action", @@ -22415,7 +22415,7 @@ }, "response": [ { - "id": "8860de90-d4a5-4929-9255-46c257408c31", + "id": "3737fa8b-ad6c-45f1-8435-bb71fc54e653", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22472,7 +22472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8918d028-4fc8-4c82-a8cc-d5eafe5f5a38", + "id": "c7c7f175-8b53-41ff-aeba-eb339c24848e", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22529,7 +22529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2ae7c47-9d2e-4308-865d-9ad94254a40c", + "id": "e8edc542-a2de-4a87-a429-02d7e3672089", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22592,7 +22592,7 @@ } }, { - "id": "f1488a09-12dd-4bd3-9f7a-2d427e6a674a", + "id": "ac45a752-5694-46d4-8869-718c8d14b568", "name": "Create an auto assign action", "request": { "name": "Create an auto assign action", @@ -22636,7 +22636,7 @@ }, "response": [ { - "id": "1523df53-7bf1-447d-815b-73e6e164b507", + "id": "58c97533-997d-4698-8fc1-2ace30f35dd0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22693,7 +22693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b659d75-dc9e-43fd-b033-1906fe5cacb9", + "id": "ba863607-467d-4ada-8bb8-2e4f8917ec7f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22750,7 +22750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cccceaa-c217-4edc-88d0-6e4fafdd66df", + "id": "18f84c14-8bcc-434c-9ea3-cec58ea4c8d0", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -22813,7 +22813,7 @@ } }, { - "id": "f95fd15d-8b6f-4155-a4bd-0c514ffc792a", + "id": "171fe825-5963-474c-924e-a22c8f3014b1", "name": "Create a batch update action", "request": { "name": "Create a batch update action", @@ -22857,7 +22857,7 @@ }, "response": [ { - "id": "08d8088b-9f78-4ad8-a162-ae17cfb384f7", + "id": "1fc259f8-49d9-42d6-8fc2-9602def0c3ed", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -22914,7 +22914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb41f641-34ac-4cae-9eec-42f2b5d89f08", + "id": "24f86deb-cdfe-4d9e-a055-68c0f515d35b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -22971,7 +22971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2260efd1-e597-4ae5-afd7-3614abd17b81", + "id": "dccd3c33-ba28-412b-8115-dea8e6fef496", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23034,7 +23034,7 @@ } }, { - "id": "1311bca9-a438-483a-affb-0f8dfbb5874e", + "id": "5527f5b3-b3ce-4141-8bfb-f137205d4702", "name": "Create a close session action", "request": { "name": "Create a close session action", @@ -23078,7 +23078,7 @@ }, "response": [ { - "id": "39545c38-c8a9-44eb-a890-dc78d7990182", + "id": "021acd1b-33d0-45ac-94b8-65732201f72a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23135,7 +23135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74d07aab-6446-44d3-b6d6-d06ebe959e03", + "id": "2cd58583-a5b9-4503-9792-fe06d2e2f19b", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23192,7 +23192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85b877c3-4583-40a5-8dd8-1c7f6c1cc4d2", + "id": "c7a5ca1a-aa32-47d5-b24b-bacf86ac0c5d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23255,7 +23255,7 @@ } }, { - "id": "568265ae-365a-4209-a368-6f52efe3009e", + "id": "0602bd76-aee9-4459-89a6-e2bc17f922ff", "name": "Create a contributors action", "request": { "name": "Create a contributors action", @@ -23299,7 +23299,7 @@ }, "response": [ { - "id": "b6a7eb85-296b-4833-b11b-e39d8339fb8c", + "id": "f7418765-b317-42a0-8944-f5c3a16af92e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23356,7 +23356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e38a673-e7bf-424b-924b-baebd3093b50", + "id": "ad13b606-f818-4181-b434-44d020946b30", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23413,7 +23413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "652886f0-c49c-4b67-b632-f049318726b3", + "id": "1c05bc1f-2674-46f0-afb3-815d410cc7e1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23476,7 +23476,7 @@ } }, { - "id": "1e435da1-d4a0-4d74-9f40-aa03ad670ecb", + "id": "10d9b550-a5e9-43df-a570-c3e246992851", "name": "Create a create profile action", "request": { "name": "Create a create profile action", @@ -23520,7 +23520,7 @@ }, "response": [ { - "id": "a0a871d7-c836-4b3d-aa87-b296715d2290", + "id": "cdc10f36-250c-4c86-98ef-b878cb061552", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23577,7 +23577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "421acd2f-6494-4d8c-b9f7-1f8e7dd664f2", + "id": "bfb5cd3c-9ed8-4203-be56-ace52b6f82c0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23634,7 +23634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dadbcad6-8914-4056-9152-87015e9cd304", + "id": "b109eab6-606c-4210-80db-d610b66460aa", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23697,7 +23697,7 @@ } }, { - "id": "c4e89548-27dd-4580-a6ce-f39c07649737", + "id": "8ac82f3b-e913-41b7-a4ec-1ea567c82223", "name": "Create a duplicate prevention action", "request": { "name": "Create a duplicate prevention action", @@ -23741,7 +23741,7 @@ }, "response": [ { - "id": "797d5c7a-f5d8-4cb5-bb54-e0e83f452b59", + "id": "49005f6b-59ee-459e-9d0b-f44345388aef", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -23798,7 +23798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cee0884e-4873-4a3c-9b43-02ba0f368fae", + "id": "c3b08b39-903e-4a8f-8ae1-da344a8fd31f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -23855,7 +23855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4efb61c0-bb61-4c68-8a4d-1ff9de427f59", + "id": "a66389b1-1803-4bd6-9468-d4510653497f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -23918,7 +23918,7 @@ } }, { - "id": "f75a891d-d62b-4999-b84e-efac6e2a7d20", + "id": "aac75c31-06ab-4f40-bbf0-88b10d81bf9e", "name": "Create an email verification action", "request": { "name": "Create an email verification action", @@ -23962,7 +23962,7 @@ }, "response": [ { - "id": "0bc6fe6a-2edb-4b7b-85c3-8fb8deabbd48", + "id": "1a9db47e-b3e4-48e5-8591-b92f710fc0c9", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24019,7 +24019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9463c6c-2fb0-4930-a2bb-9f180635638c", + "id": "149ecea1-8ada-402e-97ed-71be24fb01f8", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24076,7 +24076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51596b3f-9e32-41ed-8d6b-40ba31c84f28", + "id": "a1a0b220-685d-484f-a611-41d5ba0c136d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24139,7 +24139,7 @@ } }, { - "id": "c76c3420-13ef-4020-b99c-7e162520f4a3", + "id": "c461738e-d07c-48d2-94b2-f87ef639beb4", "name": "Create a fulfillment action", "request": { "name": "Create a fulfillment action", @@ -24183,7 +24183,7 @@ }, "response": [ { - "id": "bb2d6fe8-6d2b-458f-9bcf-f3d4d462308c", + "id": "e923f6e4-b7ac-4dbe-8d92-52e6aba03df6", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24240,7 +24240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04baa7de-1f62-4e55-b398-2992fb7835fe", + "id": "428c841e-8e3a-4bd1-9cf0-ce229362c22f", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24297,7 +24297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fa997b3-f5f0-4ba1-adae-d446f95951c5", + "id": "e18894dc-96ca-40ff-84e7-a50b02c5daf3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24360,7 +24360,7 @@ } }, { - "id": "8b8c0a5c-25d6-4219-8667-fe430f88ceb4", + "id": "6902e413-7d7c-472b-a7c3-4eb1cb3d3306", "name": "Create an identity proofing action", "request": { "name": "Create an identity proofing action", @@ -24404,7 +24404,7 @@ }, "response": [ { - "id": "48662d70-8130-4201-bf14-0a6aa91c42cf", + "id": "47aa5d0c-a272-49e4-a159-0d80b6e34931", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24461,7 +24461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e614c295-cd75-4942-aad2-a98aef2fa276", + "id": "bf91f6b3-e2b4-4419-8356-629be18d78db", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24518,7 +24518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39ad4c4d-bafe-4c41-af89-3aba2b690dbd", + "id": "3dca0d70-a56b-47d4-8c1d-f5665d309434", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24581,7 +24581,7 @@ } }, { - "id": "45a48758-ca5c-4645-a661-20b3dd888722", + "id": "f3016fc7-ba68-4bbd-a422-36eb1409273b", "name": "Create an invitation action", "request": { "name": "Create an invitation action", @@ -24625,7 +24625,7 @@ }, "response": [ { - "id": "e712288e-c5a2-40eb-a00c-9f5e0135085c", + "id": "3bf00405-1cf3-4eab-8976-c798dd9b9bdd", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24682,7 +24682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2972f6a6-74fc-4290-a113-a7be4f60ce36", + "id": "f3588857-04e9-4234-acbe-73fd14947267", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24739,7 +24739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44155d14-e115-46ae-9d6b-41db9ad11d52", + "id": "80c00957-98de-43d1-985c-650d68ea2397", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -24802,7 +24802,7 @@ } }, { - "id": "cec0ef16-112a-4794-85ff-29472826877d", + "id": "e70887ec-8447-48cd-938b-30537d448769", "name": "Create a ldap action", "request": { "name": "Create a ldap action", @@ -24846,7 +24846,7 @@ }, "response": [ { - "id": "6546fd4a-fa84-4b44-a013-3ad6b2b7cbbf", + "id": "ed1ea2e2-6bd9-4646-8b95-ce99a0ea1178", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -24903,7 +24903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6aa0441d-6fb8-4deb-9e74-b5824cf7a392", + "id": "bfc65d94-077f-42e1-a899-4411b81c6cca", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -24960,7 +24960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4546c53-1453-4da7-992b-34190c8c2284", + "id": "06d7d167-f3b0-4d8a-b8c6-96745470c482", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25023,7 +25023,7 @@ } }, { - "id": "013af478-ebbe-425f-8b4a-4c821075e477", + "id": "ffa5a192-e7f3-4af7-9ebb-d008488cccab", "name": "Create a notification action", "request": { "name": "Create a notification action", @@ -25067,7 +25067,7 @@ }, "response": [ { - "id": "4649c0c3-a950-4734-bc2d-236bffdb493d", + "id": "e454c32d-058c-44a1-a218-715edac806d1", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25124,7 +25124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dffe500-e64d-436e-be69-59a5489ef66f", + "id": "1d323911-892d-416a-8b61-6c2825b3e6ff", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25181,7 +25181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d908d0b9-30ee-4edd-aaf6-a0bbf88264f3", + "id": "fc644210-7553-4359-be53-3175c7def250", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25244,7 +25244,7 @@ } }, { - "id": "05a6a04e-bb9d-4ab9-85bd-af55deea7876", + "id": "ed5ce6e4-5cfb-43fd-8621-e48e65a2d9c8", "name": "Create a password reset action", "request": { "name": "Create a password reset action", @@ -25288,7 +25288,7 @@ }, "response": [ { - "id": "85d189ea-ee0c-4422-b9bb-fc376eb7c17b", + "id": "d8ba9b74-fb53-4aa6-b6c9-b0f1e1d2fb0b", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25345,7 +25345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffe18cd3-6c48-4f18-aa92-181e51867d68", + "id": "926eca12-c42e-411f-ae52-2e8d9b51cc80", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25402,7 +25402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d6b49a-3393-4328-bbfb-41af54ac1ba9", + "id": "5fa7e6b1-2937-4b55-9b13-c5aedf98affa", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25465,7 +25465,7 @@ } }, { - "id": "e1d6ecc6-e91f-4dad-9257-ecbfb7e3d7f4", + "id": "b570cc16-55c9-4973-a761-fb6c3d9e42bd", "name": "Create a profile check action", "request": { "name": "Create a profile check action", @@ -25509,7 +25509,7 @@ }, "response": [ { - "id": "190332ef-1551-41cc-9a43-f73d38d1a3c4", + "id": "c8f8b6aa-38d8-4866-8087-145f0bca2b0a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25566,7 +25566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae5fabfa-15ad-4e76-9742-7deeb54e3013", + "id": "04ce7c81-7c7b-4381-8505-7be1606a7ad0", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25623,7 +25623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fece6813-bb2f-4148-a1d2-fa791fe8ea1c", + "id": "8124171e-ec42-4d7f-ba6d-ccbfbf1533b3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25686,7 +25686,7 @@ } }, { - "id": "4da63f7a-d74e-4e9b-b436-2a4cc9b5f0b2", + "id": "46113d62-ad3c-43f2-8319-ef09a3a5f702", "name": "Create a profile select action", "request": { "name": "Create a profile select action", @@ -25730,7 +25730,7 @@ }, "response": [ { - "id": "19914473-52b1-4ea0-88e9-88c786182892", + "id": "abe79d33-40cd-48e8-a953-6a36d07ef639", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -25787,7 +25787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68cc1259-2ad8-4d6b-9994-1a9737154ed8", + "id": "07830e56-bc9e-4865-be96-66c132af9064", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -25844,7 +25844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a0db0d2-c2a3-40ef-b149-4b051fc1a548", + "id": "a4b87099-09c5-4b3c-9409-bae5b96c94a9", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -25907,7 +25907,7 @@ } }, { - "id": "a268a2b0-af91-4b3e-87fa-b6413fa652d7", + "id": "8d9505bf-c130-45ff-b251-4d13dbd2abd4", "name": "Create a request action", "request": { "name": "Create a request action", @@ -25951,7 +25951,7 @@ }, "response": [ { - "id": "d9951f63-b0a5-4800-8a92-aa57e371c4fd", + "id": "9f4a28a3-268d-4ad7-b833-640211f863c8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26008,7 +26008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06134af8-8f34-432e-8c3c-b82bfea57f22", + "id": "6ce9b0c5-92d7-46b7-8191-9fdedde994d5", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26065,7 +26065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3512f682-6e81-49d6-a49e-415606f8855d", + "id": "518ca227-4750-4a16-b055-3aeac084b79f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26128,7 +26128,7 @@ } }, { - "id": "7e9f8339-9926-458c-84e8-68306abe52c5", + "id": "54e6509e-f1b6-465e-a68f-eb5c6c106ea0", "name": "Create a REST API action", "request": { "name": "Create a REST API action", @@ -26172,7 +26172,7 @@ }, "response": [ { - "id": "4fe8d078-8f9a-4a5a-90d5-0787677bd28d", + "id": "6916c391-46d4-40f7-b1bd-b6cc86133db0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26229,7 +26229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee2face-098d-4769-b59c-dca5c9fc3675", + "id": "7c84bdb2-e58e-4913-9c5c-0f70c50e14df", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26286,7 +26286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70b24971-1ad6-4cea-a114-13b947554753", + "id": "2e8b0f67-5b7e-4daf-b6ce-03ec23644e8c", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26349,7 +26349,7 @@ } }, { - "id": "8a2ef94e-049a-45e7-b97e-f2f804632812", + "id": "52940e65-2821-4827-8b71-411c54a1c86b", "name": "Create a review action", "request": { "name": "Create a review action", @@ -26393,7 +26393,7 @@ }, "response": [ { - "id": "19e50d7a-7c0f-41df-8fe6-b9365549daf4", + "id": "5d5f7da2-7977-4869-93bf-7f85241dd32a", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26450,7 +26450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d32a5a8-199c-4db3-9ae4-4b8102e9c913", + "id": "714838cb-82d7-4eb6-9ec1-79f34bcf7542", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26507,7 +26507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e30e8637-3f09-4c51-8461-9b19d32ad967", + "id": "f03a152e-97c1-4050-a822-0c435b91c422", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26570,7 +26570,7 @@ } }, { - "id": "f09f748f-3d8d-4854-a6c1-344abf699bb6", + "id": "b6cfe202-2f21-4b3b-84fe-f5c46aab59c7", "name": "Create a run workflow action", "request": { "name": "Create a run workflow action", @@ -26614,7 +26614,7 @@ }, "response": [ { - "id": "ec826700-0ea3-4df0-a218-b64a962676b0", + "id": "9e4fb476-a2e2-4ff7-82ee-e02abfa00e4e", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26671,7 +26671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51c25e02-5325-4e12-aebc-006b74f09864", + "id": "3db5bac8-cfb5-434e-a21c-160b982c7c82", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26728,7 +26728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "603ccbd8-6788-4360-b471-23d5caf656ee", + "id": "22c45313-2b81-48f8-a08e-341c76967f28", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -26791,7 +26791,7 @@ } }, { - "id": "3a99c800-5e5a-4806-ba18-bc27b6e0114d", + "id": "f3cea3e8-9fd3-439a-b6a6-68f88454b5d6", "name": "Create a set attributes action", "request": { "name": "Create a set attributes action", @@ -26835,7 +26835,7 @@ }, "response": [ { - "id": "6ed74239-1fbd-4e68-87a4-f6e124ba5cae", + "id": "5ffafda0-2922-42fc-bf7c-9f9831e324e2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -26892,7 +26892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "786b7f8c-b816-4417-af8e-80552176eded", + "id": "3980bfd4-f8e6-4cd4-8b8d-22e1d73d67bd", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -26949,7 +26949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "818db7d2-b33b-40c4-9ca1-b25dc36abad8", + "id": "3db0dd22-cc58-408e-805b-ffa7e5230343", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27012,7 +27012,7 @@ } }, { - "id": "95a2ec5b-e29a-4f38-a1ad-be031f4fff32", + "id": "440f8565-48fa-410f-a2bd-3924170d8ab6", "name": "Create set security question action", "request": { "name": "Create set security question action", @@ -27056,7 +27056,7 @@ }, "response": [ { - "id": "c0e7d446-19b2-41e3-bd3e-310dc4bf1a0b", + "id": "4c2f7079-2fb4-417e-bc6b-4c38029c7849", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27113,7 +27113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d4af2f3-9dc2-4857-b51d-7c84a2bd6491", + "id": "4bfcea7a-4cb7-455e-a10e-6bfbcd1072ae", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27170,7 +27170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b303aae6-f73a-44f6-8655-09d2fa8f2629", + "id": "b213a136-3de0-4c97-bb67-6ce3b829d44d", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27233,7 +27233,7 @@ } }, { - "id": "15a6bf11-32fc-4d36-b2b6-0991d1280cf1", + "id": "dfe94c93-0241-4189-bacc-2f7ee3703d8e", "name": "Create a SOAP API action", "request": { "name": "Create a SOAP API action", @@ -27277,7 +27277,7 @@ }, "response": [ { - "id": "b3e76c30-af59-4440-adb7-b906ab389bfa", + "id": "099922df-8dee-4e0c-84b9-53182e4926b7", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27334,7 +27334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d276dcaf-ebfa-426c-87d2-1eab6cc8c243", + "id": "9c588e00-0507-48fd-afb8-384adcd8f53c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27391,7 +27391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f6c6719-313d-44ed-a6a5-2c8489cff6cd", + "id": "3df1783c-b844-4754-b43f-2e1d518172b3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27454,7 +27454,7 @@ } }, { - "id": "722cd04d-67fc-4573-95cb-80a87b2ba243", + "id": "d1603ab9-dc3b-4c8c-b380-652beaf312b3", "name": "Create a status change action", "request": { "name": "Create a status change action", @@ -27498,7 +27498,7 @@ }, "response": [ { - "id": "640aa109-c440-407c-ad30-632d58834116", + "id": "a3b501b5-d46e-4cdc-a42c-247ce5ed341f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27555,7 +27555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "982edf03-0f98-414f-96ac-1757d96eebe2", + "id": "c4ebcf8a-6003-44df-96d6-7d6204e8e3fe", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27612,7 +27612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bda63ef2-7903-4aa1-8809-d543d1168a08", + "id": "d89c6c1f-011e-481b-9762-32760b073388", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27675,7 +27675,7 @@ } }, { - "id": "25619f59-bd26-4e89-b8ac-16fe9c1df838", + "id": "2625a710-4bbb-4c19-a397-74cdcbecf312", "name": "Create an unassign action", "request": { "name": "Create an unassign action", @@ -27719,7 +27719,7 @@ }, "response": [ { - "id": "02fc9990-a6a7-4a9e-8c8d-38b2c30c6e3e", + "id": "b6094209-72d9-40b8-aeae-a1cd8e49191f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27776,7 +27776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cdf5bec-03f0-438c-a058-f16000ba8525", + "id": "75dcca7b-8f93-471c-9bbc-1d7adddc1333", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -27833,7 +27833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3a962cd-6d7a-44eb-bcdb-5865294b042f", + "id": "7fe85fb6-ef9d-4ab1-bc57-c0d2382c296f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -27896,7 +27896,7 @@ } }, { - "id": "a3d91de7-8436-4d60-86c6-a5fa19acadc9", + "id": "01487d7b-8a34-4bf6-8756-5cddf6faee64", "name": "Create an update profile action", "request": { "name": "Create an update profile action", @@ -27940,7 +27940,7 @@ }, "response": [ { - "id": "640a3319-4d40-44e3-9e07-2c9b3245ad3b", + "id": "387a293e-f5a8-4eff-bff3-03a035bf1058", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -27997,7 +27997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bcebb94-47e9-4dae-b36b-7fd34ca2e76f", + "id": "1354b093-7681-497a-bbf9-7e9621c62d31", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28054,7 +28054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c61eb9e-c5f3-4e41-90ea-67d364e82a22", + "id": "6299f3f2-514e-45c6-9da2-cdcc2d0e856f", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28117,7 +28117,7 @@ } }, { - "id": "016b9e1e-028b-40f8-8949-4540a93c773b", + "id": "9026977f-a947-4b84-93c3-919a08c128a8", "name": "Create a username password action", "request": { "name": "Create a username password action", @@ -28161,7 +28161,7 @@ }, "response": [ { - "id": "25ea29e1-0297-4b8c-853e-609f67ef6304", + "id": "5b377124-700d-4e14-9294-70147df1c087", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28218,7 +28218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f711383a-c6d9-47dd-a672-f956168451b7", + "id": "0d4059ef-4f4a-4e58-88fc-b40f1059f706", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28275,7 +28275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89850b8a-1dff-4002-b4a1-9e6f0ef11818", + "id": "49295190-c609-4c49-8be8-7348187ac481", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28338,7 +28338,7 @@ } }, { - "id": "54b02f18-482c-49cc-a3b2-7c80fd8c7ca8", + "id": "b68f0ac5-4afc-4826-b349-84cdc3acf3cc", "name": "Get Workflow Actions", "request": { "name": "Get Workflow Actions", @@ -28378,7 +28378,7 @@ }, "response": [ { - "id": "f03d777c-b130-4203-8919-ceaaf594a22b", + "id": "1d572927-07a7-4a4b-a072-83452c6ab51f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28431,7 +28431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb8320f1-0d67-40c6-af5f-783e725d1f86", + "id": "9aee998a-a09e-4d9c-9402-7560ffaf4878", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28484,7 +28484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53348f50-9b5d-44dc-9046-e9972ebb5ba5", + "id": "b6b51567-ee83-4282-90d3-6e69930f14e8", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28549,7 +28549,7 @@ "description": "", "item": [ { - "id": "af22738c-5776-4eab-9cb0-5707cc2bc36b", + "id": "eeba395e-b595-4827-a31b-f1f1d5a2349c", "name": "Create a workflow action performer", "request": { "name": "Create a workflow action performer", @@ -28592,7 +28592,7 @@ }, "response": [ { - "id": "80f8f1fc-e6b2-4bb9-b60f-9c274fbf8d32", + "id": "0e3140f6-357c-4161-8696-7b795fd11706", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28648,7 +28648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f66b39b3-d880-4225-b8ec-e8c22786ca58", + "id": "a137a097-5b2a-4aff-acab-d89aceb24e09", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -28704,7 +28704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84676010-17a0-4f46-a4d9-d1cb23884b26", + "id": "69f4d1bf-6a29-4d9b-8fec-2ed1637ebbf1", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -28772,7 +28772,7 @@ "description": "", "item": [ { - "id": "b60e4d56-4fd5-4adc-93f4-d3bbd1b4b22c", + "id": "d432f6b8-8c72-4aa3-8eb7-4effbdc2c9df", "name": "Get workflow sessions", "request": { "name": "Get workflow sessions", @@ -28831,7 +28831,7 @@ "type": "text/plain" }, "key": "uid", - "value": "exercitation enim consequatenim " + "value": "in mollitad ex eiusmod temporlab" }, { "disabled": false, @@ -28849,7 +28849,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -28858,7 +28858,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending fulfillment" + "value": "started workflow" }, { "disabled": false, @@ -28884,7 +28884,7 @@ }, "response": [ { - "id": "50eb9a3f-2db3-4a9c-83d4-f9264f26bb08", + "id": "fbc69ac6-497a-4ebd-bc1f-0cd4fead4692", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -28938,7 +28938,7 @@ "type": "text/plain" }, "key": "uid", - "value": "exercitation enim consequatenim " + "value": "in mollitad ex eiusmod temporlab" }, { "disabled": false, @@ -28956,7 +28956,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -28965,7 +28965,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending fulfillment" + "value": "started workflow" }, { "disabled": false, @@ -29004,12 +29004,12 @@ "value": "application/json" } ], - "body": "{\n \"workflow_sessions\": [\n {\n \"id\": \"33f072dd-13b4-41e1-8ea0-16f2a59b57c8\",\n \"uid\": \"ut fugiat consequatvelit estcons\",\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 \"ce75cd96-bf2f-a610-9e47-be7234ba7334\",\n \"03d83657-1042-d645-04cd-d60a6757eea4\"\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\": \"Excepteurofficia pariaturvelit a\",\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 \"5207c1e3-8d19-e8b1-2988-20de323c94e5\",\n \"urn:uuid:1d862ad7-038c-1b93-1328-8bb4815d3571\"\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\": -46958397,\n \"offset\": 48211504,\n \"total\": -90924213,\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\": \"incididunt id Duisdolore reprehe\",\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 \"f23b0dc8-3b69-86f1-3544-e93d05a3a79c\",\n \"urn:uuid:63cd59a7-b04a-f5c2-fe8c-041917a83c8c\"\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\": \"eiusmod auteaute eu et minim ame\",\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 \"0a476fb6-0645-b22b-ad61-4cec8b0bc70d\",\n \"urn:uuid:0e337979-c487-6ce3-27e3-5e3797ae3ec6\"\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\": -54448064,\n \"offset\": -83496804,\n \"total\": 27995200,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "85b7b0b7-babc-44a7-8715-dc73419ac8ba", + "id": "9874c104-c492-48d9-91d8-94f091de2b4d", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29063,7 +29063,7 @@ "type": "text/plain" }, "key": "uid", - "value": "exercitation enim consequatenim " + "value": "in mollitad ex eiusmod temporlab" }, { "disabled": false, @@ -29081,7 +29081,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -29090,7 +29090,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending fulfillment" + "value": "started workflow" }, { "disabled": false, @@ -29134,7 +29134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9250c449-84ad-4348-9a12-ceda1c0d80ea", + "id": "59371cd5-2a0d-4ff9-a120-6c5f7f56e1cb", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29188,7 +29188,7 @@ "type": "text/plain" }, "key": "uid", - "value": "exercitation enim consequatenim " + "value": "in mollitad ex eiusmod temporlab" }, { "disabled": false, @@ -29206,7 +29206,7 @@ "type": "text/plain" }, "key": "requester_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -29215,7 +29215,7 @@ "type": "text/plain" }, "key": "status", - "value": "pending fulfillment" + "value": "started workflow" }, { "disabled": false, @@ -29265,7 +29265,7 @@ } }, { - "id": "588a2c6c-f9d8-44b9-9a85-89996e9732e7", + "id": "75abbae7-30ee-433d-b49d-22ffc5dacfd0", "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:b6309218-34a6-e2fe-657c-c4b662090b52\",\n \"5adb0c19-3e5d-c339-e358-38d3f364d7c2\"\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 \"f46a3243-3a34-a46a-e937-782e005c039c\",\n \"urn:uuid:ea40904b-8f35-4600-4f91-d59ba4ef42e4\"\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": "5b1d46f3-0b15-4def-8891-184f91ac84c3", + "id": "d43b1adc-ee3a-4393-be86-f1fa845a9c1d", "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:b6309218-34a6-e2fe-657c-c4b662090b52\",\n \"5adb0c19-3e5d-c339-e358-38d3f364d7c2\"\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 \"f46a3243-3a34-a46a-e937-782e005c039c\",\n \"urn:uuid:ea40904b-8f35-4600-4f91-d59ba4ef42e4\"\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\": \"et ex esse consecteturvelit dolo\",\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 \"af32ae41-da45-ac0b-13f2-30199e90d2e3\",\n \"urn:uuid:22e3d612-e6a4-412e-8fae-974ecdabf78c\"\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\": \"Excepteur officia Lorem ullamco \",\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:304d7189-6037-a2ca-b23b-3765c71f3499\",\n \"urn:uuid:1454e401-4394-840f-de7c-962dcda779bd\"\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": "1c976fb5-382b-46a2-95e2-57b17fcb303f", + "id": "ffe4ae07-7485-4f37-88ee-10ac1f4a6078", "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:b6309218-34a6-e2fe-657c-c4b662090b52\",\n \"5adb0c19-3e5d-c339-e358-38d3f364d7c2\"\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 \"f46a3243-3a34-a46a-e937-782e005c039c\",\n \"urn:uuid:ea40904b-8f35-4600-4f91-d59ba4ef42e4\"\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": "59b054c7-7c25-4a7f-a194-d9dc1c7934c2", + "id": "dba569bf-5869-4943-a2d1-a7b91378f0c1", "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:b6309218-34a6-e2fe-657c-c4b662090b52\",\n \"5adb0c19-3e5d-c339-e358-38d3f364d7c2\"\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 \"f46a3243-3a34-a46a-e937-782e005c039c\",\n \"urn:uuid:ea40904b-8f35-4600-4f91-d59ba4ef42e4\"\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": "ba43cb39-307a-487c-a8e4-5488e428e7cf", + "id": "a67af04e-7a68-4d61-955f-55a9d955ab47", "name": "Find workflow session by id", "request": { "name": "Find workflow session by id", @@ -29564,7 +29564,7 @@ }, "response": [ { - "id": "71a8cae6-b830-4927-87cf-72303a7ab545", + "id": "4bfcdfc3-7739-4125-9550-3df2ec8a2d86", "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\": \"et ex esse consecteturvelit dolo\",\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 \"af32ae41-da45-ac0b-13f2-30199e90d2e3\",\n \"urn:uuid:22e3d612-e6a4-412e-8fae-974ecdabf78c\"\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\": \"Excepteur officia Lorem ullamco \",\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:304d7189-6037-a2ca-b23b-3765c71f3499\",\n \"urn:uuid:1454e401-4394-840f-de7c-962dcda779bd\"\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": "ecc187a3-c92a-4e5b-a459-f4d295ff63ac", + "id": "65a1f53e-d03e-4495-9850-c57626a01d79", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -29652,7 +29652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb93142-d155-4256-9f87-129178eea3bf", + "id": "c1123e11-6375-47e8-ad9d-6e497eb5e452", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -29702,7 +29702,7 @@ } }, { - "id": "537cf22b-0cad-4b04-876a-f2fca9e30737", + "id": "f7b7ed28-9477-4425-8e91-f9f683b1bb67", "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:4dab1283-f114-f464-8cf9-2d7235e69a4f\",\n \"014983c8-ad08-6c2a-a925-da863e7e630e\"\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 \"16ed80c6-0906-9923-0342-8dc20ce117f8\",\n \"6bad8b41-c777-58cc-c876-6a7c270b0354\"\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": "e87130ff-b112-44ab-91ed-d92f5cfd239b", + "id": "054265f5-7ae9-445b-b676-e4403233ddf9", "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:4dab1283-f114-f464-8cf9-2d7235e69a4f\",\n \"014983c8-ad08-6c2a-a925-da863e7e630e\"\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 \"16ed80c6-0906-9923-0342-8dc20ce117f8\",\n \"6bad8b41-c777-58cc-c876-6a7c270b0354\"\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\": \"et ex esse consecteturvelit dolo\",\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 \"af32ae41-da45-ac0b-13f2-30199e90d2e3\",\n \"urn:uuid:22e3d612-e6a4-412e-8fae-974ecdabf78c\"\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\": \"Excepteur officia Lorem ullamco \",\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:304d7189-6037-a2ca-b23b-3765c71f3499\",\n \"urn:uuid:1454e401-4394-840f-de7c-962dcda779bd\"\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": "98e98720-e81b-490d-baf2-d9dd2922a6dd", + "id": "c29c2aef-a4ab-4306-a41a-ef733261d30b", "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:4dab1283-f114-f464-8cf9-2d7235e69a4f\",\n \"014983c8-ad08-6c2a-a925-da863e7e630e\"\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 \"16ed80c6-0906-9923-0342-8dc20ce117f8\",\n \"6bad8b41-c777-58cc-c876-6a7c270b0354\"\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": "b34980ea-7607-42a7-b109-2f75ec150ce3", + "id": "7d770076-f1a8-43c3-9c63-e2dd73090ccd", "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:4dab1283-f114-f464-8cf9-2d7235e69a4f\",\n \"014983c8-ad08-6c2a-a925-da863e7e630e\"\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 \"16ed80c6-0906-9923-0342-8dc20ce117f8\",\n \"6bad8b41-c777-58cc-c876-6a7c270b0354\"\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": "0fd541ea-6990-4d24-9146-87f3c96e6c2d", + "id": "c8ddc06c-14c6-4197-9ea8-226eca13bb98", "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": "fd15bbd3-511c-474d-ae96-5f0031e57906", + "id": "9a7ec9ea-2e62-4f51-a86f-5e8f38d16c42", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30069,12 +30069,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"sed magna dolor anim\"\n}", + "body": "{\n \"url\": \"esse qui nulla\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "26affab2-f252-4f4f-a6c9-a0b55e014944", + "id": "c92d4aa7-271f-4bfb-8bb3-8083b53e995a", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30120,7 +30120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32219b2a-5fd4-4f8f-bb02-f17c547ac852", + "id": "e92ef403-313c-4abb-b944-91b780e722f6", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30172,7 +30172,7 @@ } }, { - "id": "6a077e90-f868-49ca-bea2-373885541564", + "id": "c4514fc2-1b2d-4c6f-931f-6e1dc9933f3c", "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": "3b6aef4c-bcfa-4bf7-82fe-c49753d15b71", + "id": "0f50e43a-1c65-475c-b86e-f4a87ad64493", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30299,12 +30299,12 @@ "value": "application/json" } ], - "body": "{\n \"url\": \"sed magna dolor anim\"\n}", + "body": "{\n \"url\": \"esse qui nulla\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c4c4ff23-b222-4a81-807c-71b16c6fd2f6", + "id": "bd40a5f1-376d-4e08-9e9f-bd738ab5e75c", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -30366,7 +30366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93da03fd-e18e-4573-967c-a1d00ce52d0a", + "id": "43de0e04-677d-4cf8-96f8-030ad52c64c3", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -30440,7 +30440,7 @@ "description": "", "item": [ { - "id": "70b34a07-0bd6-4ef7-b2eb-d174fe5521a8", + "id": "c98ad815-fc04-4ec3-a9a5-61c1900a0685", "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:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -30508,7 +30508,7 @@ "type": "text/plain" }, "key": "result", - "value": "fail" + "value": "pass" }, { "disabled": false, @@ -30534,7 +30534,7 @@ }, "response": [ { - "id": "ed02999a-2ab2-49d7-860d-2aa7f96f92a6", + "id": "cf4e0930-e9d1-4ea8-88a8-65273d497506", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30588,7 +30588,7 @@ "type": "text/plain" }, "key": "workflow_session_id", - "value": "urn:uuid:aeffed71-872d-cb7c-4cf1-83b3d4b95559" + "value": "3171bf87-186f-700f-a298-b238299ce08f" }, { "disabled": false, @@ -30597,7 +30597,7 @@ "type": "text/plain" }, "key": "result", - "value": "fail" + "value": "pass" }, { "disabled": false, @@ -30636,7 +30636,7 @@ "value": "application/json" } ], - "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"55b716a8-f9d5-ad1f-4d82-0a774c02d34f\",\n \"identity_proofing_action_id\": \"urn:uuid:c7f83828-8493-820b-3e91-80e805aa20b6\",\n \"workflow_session_id\": \"urn:uuid:10948284-2f12-b2d6-ed38-9f5bf699f7eb\",\n \"profile_id\": \"urn:uuid:cb4fb99d-5c9d-c4ca-f53b-14ef0e41be99\",\n \"proofing_workflow\": \"0641749c-c633-2938-d9aa-162c7a17a1b7\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1993-01-07T18:23:02.036Z\",\n \"updated_at\": \"2005-11-14T12:03:37.000Z\"\n },\n {\n \"id\": \"5dc942c5-093a-703d-b0f5-950a67142962\",\n \"identity_proofing_action_id\": \"9bb544f2-caa2-2d66-861c-45a2d0ea9a04\",\n \"workflow_session_id\": \"844531d9-00b0-f2c4-9e7a-691c88f0aaff\",\n \"profile_id\": \"527c3085-5c72-88dd-f526-9c7188313aae\",\n \"proofing_workflow\": \"fbc98e99-a043-df22-0907-015388070f36\",\n \"result\": \"pass\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1960-06-08T09:56:54.968Z\",\n \"updated_at\": \"1965-02-04T07:34:06.225Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": 66202954,\n \"offset\": 88268682,\n \"total\": -58088256,\n \"next\": \"/endpoint?limit=10&offset=60\",\n \"previous\": \"/endpoint?limit=10&offset=40\"\n }\n}", + "body": "{\n \"identity_proofing_results\": [\n {\n \"id\": \"f22f469d-93ac-e43f-5a00-daf35d021f2d\",\n \"identity_proofing_action_id\": \"85fa3349-4379-351d-138f-0bd30b7c8d07\",\n \"workflow_session_id\": \"674f81a8-ce29-ccdd-97de-728112cfaef5\",\n \"profile_id\": \"urn:uuid:3c0896d3-b292-345b-1537-7e41d0905c79\",\n \"proofing_workflow\": \"d397370c-7173-c747-20e3-792cb7477056\",\n \"result\": \"fail\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1951-10-25T11:23:56.090Z\",\n \"updated_at\": \"1966-03-02T07:02:22.926Z\"\n },\n {\n \"id\": \"urn:uuid:5c0ad9ae-c646-1c59-3036-afb56ffbbfb1\",\n \"identity_proofing_action_id\": \"urn:uuid:3718d990-5e50-06e6-d0bc-129c502c6f62\",\n \"workflow_session_id\": \"urn:uuid:c0101af5-acc1-4320-c72c-3b14e3a8723f\",\n \"profile_id\": \"784b3bcd-4595-c990-64f2-14f40ccaa929\",\n \"proofing_workflow\": \"61d5291a-e005-f9e8-53de-2383e90e4621\",\n \"result\": \"pass\",\n \"proofing_attributes\": {\n \"result\": \"approve\"\n },\n \"created_at\": \"1978-09-02T04:00:52.920Z\",\n \"updated_at\": \"1986-05-21T22:47:11.763Z\"\n }\n ],\n \"_metadata\": {\n \"limit\": -27110046,\n \"offset\": -5897989,\n \"total\": 47448618,\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": "962ccfa7-0373-4b00-8696-01a99816ffad", + "id": "534aa2d3-8af4-4f7a-bb5c-9f911349d3e5", "name": "Get saved advanced search queries", "request": { "name": "Get saved advanced search queries", @@ -30683,7 +30683,7 @@ }, "response": [ { - "id": "09ad2eb0-a6e7-46af-8d1c-417c55c7f5cb", + "id": "d1b0e6f2-4a63-474a-a0dc-dda639f6c983", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30721,7 +30721,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": [\n {\n \"id\": \"26b776f0-0a8c-ef05-27fa-b48190294e3b\",\n \"uid\": \"quis irure nostrudid quissunt ma\",\n \"label\": \"Lorem irure tempor laborum amet\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"333cd191-fc0f-9882-9861-472d7d6b5b7b\",\n \"uid\": \"veniam anim cillum proidentmolli\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:bafa67ba-acaf-f9f6-9d0a-df7442ff9a43\"\n },\n {\n \"id\": \"5a2f302c-a866-fdf9-1d02-308f5183fca0\",\n \"uid\": \"fugiateu consectetur quisint ull\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:aef92032-13e1-da04-2ffa-831d1d672439\"\n }\n ]\n },\n {\n \"id\": \"urn:uuid:e6821631-0d2a-f1f1-e177-9cdff9a27ad5\",\n \"uid\": \"ametoccaecat nostrud eudolor dol\",\n \"label\": \"sed irure nisi occaecat\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"460050a4-c777-34a4-f86b-0d70df1036f2\",\n \"uid\": \"nostrud incididunt nisi utquis r\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:9e382167-0f75-c130-3e5e-1bdf48f06f18\"\n },\n {\n \"id\": \"13c5741a-a91b-821e-c557-e8d23b230564\",\n \"uid\": \"reprehenderit aute non quido ea \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"40db7b17-709f-351e-744c-340e8f2d8460\"\n }\n ]\n }\n ]\n}", + "body": "{\n \"advanced_search\": [\n {\n \"id\": \"urn:uuid:fe0333f0-1b4f-5852-76ac-ae637837cf7c\",\n \"uid\": \"commodo occaecat irure consectet\",\n \"label\": \"culpa sunt\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"ec86b2d8-2295-5d83-8350-5bf2dc5b6960\",\n \"uid\": \"dolor cupidatat utesse cillum pa\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:40743f54-b178-8da6-e72c-02d825400fca\"\n },\n {\n \"id\": \"30be4014-7a7c-fc92-4fff-c8d3316c80b1\",\n \"uid\": \"ut dolorfugiat ut suntanim aliqu\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:bda1f31a-6729-6da2-cb56-0d5ddacdcac5\"\n }\n ]\n },\n {\n \"id\": \"9c1a39a9-08f4-f145-b195-1d46b9acc266\",\n \"uid\": \"Excepteur temporid quiconsequat \",\n \"label\": \"dolore voluptate velit ipsum veniam\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"7a80da49-aeff-b05b-3cd0-7b5c85d5a45c\",\n \"uid\": \"ea tempor nostrud quilabore in p\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:e4753b12-6e7f-72bd-239c-2a7a8933eb21\"\n },\n {\n \"id\": \"e673aa5e-e3e7-277d-f07c-817087fd171d\",\n \"uid\": \"laboris pariatur dolor etmollit \",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:d18aeedf-f4cf-e3ad-8b40-9b03604f7b1a\"\n }\n ]\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -30732,7 +30732,7 @@ } }, { - "id": "42cc8d46-6bf1-46fb-9766-d0444e6ffe65", + "id": "5cbe5496-b3b9-4af1-8bec-5595979e5f00", "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\": \"ut ipsum officia\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:0c568e32-c8bf-39d3-ad11-d6c3ab6b0133\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"4edca017-5718-d516-1f1b-fe2043f3a1a8\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ex quis tempor dolore nisi\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"2abf0c73-f107-088b-0298-e5cc25502acb\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"95b78a8d-020c-3771-3412-39725a547dc1\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -30775,7 +30775,7 @@ }, "response": [ { - "id": "259e4056-d40e-46a4-8d5a-f72ad36122ba", + "id": "1c37a9b0-d2d3-490c-8df9-9236a9134cb8", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30809,7 +30809,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"ut ipsum officia\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:0c568e32-c8bf-39d3-ad11-d6c3ab6b0133\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"4edca017-5718-d516-1f1b-fe2043f3a1a8\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ex quis tempor dolore nisi\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"2abf0c73-f107-088b-0298-e5cc25502acb\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"95b78a8d-020c-3771-3412-39725a547dc1\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -30826,7 +30826,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"27af6ae9-b3fb-0fe9-e1bc-e331539bdb73\",\n \"uid\": \"mollitproident eadocommodocillum\",\n \"label\": \"cupidatat nisi\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"ee1a73b5-c03e-9f8e-0e63-ea21993eeb6c\",\n \"uid\": \"nostrud non elit eu fugiatlabore\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:fe455da4-8195-18c4-d292-5acbc9ab9980\"\n },\n {\n \"id\": \"5dd62a13-aa58-bf20-e3f5-c6964fb657d5\",\n \"uid\": \"irure aute proident dolor sintqu\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"6d8f03a0-a69f-1d71-8e6a-1cc8aaa34a7e\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:e076ab1c-d24b-f029-d055-358b688cefab\",\n \"uid\": \"mollitnisi laboreexercitation ex\",\n \"label\": \"pariatur in\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:6feb6f23-a82b-a94e-5727-6ace7cedbcf3\",\n \"uid\": \"veniam aliqua culpa sedLorem pro\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"1a62f171-e36f-a84c-8217-c944664e23e4\"\n },\n {\n \"id\": \"urn:uuid:d9623606-9c25-90d1-3ff3-86600b5f71e3\",\n \"uid\": \"enim consequat quiest laboris ir\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"5e2c0c10-cfd4-749a-b89a-238276b10b66\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -30837,7 +30837,7 @@ } }, { - "id": "a7ae3d17-d4c6-4c83-b303-04f3ecb61c40", + "id": "a6417225-bd4e-4b5f-a046-3421a6af33d0", "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\": \"ut ipsum officia\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:0c568e32-c8bf-39d3-ad11-d6c3ab6b0133\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"4edca017-5718-d516-1f1b-fe2043f3a1a8\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ex quis tempor dolore nisi\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"2abf0c73-f107-088b-0298-e5cc25502acb\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"95b78a8d-020c-3771-3412-39725a547dc1\"\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -30909,7 +30909,7 @@ }, "response": [ { - "id": "f1ab7c86-1c54-42f1-a908-a4d0bbe0ad0e", + "id": "e602e28a-4357-4378-b212-e88ebde8a2be", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -30972,7 +30972,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"label\": \"ut ipsum officia\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:0c568e32-c8bf-39d3-ad11-d6c3ab6b0133\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"4edca017-5718-d516-1f1b-fe2043f3a1a8\"\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"label\": \"ex quis tempor dolore nisi\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"2abf0c73-f107-088b-0298-e5cc25502acb\"\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"95b78a8d-020c-3771-3412-39725a547dc1\"\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\": \"deserunt pariatur non labore tem\",\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\": \"dolore minimin quinulla ut sint \",\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\": \"aute ut nisinostrud Ut officia s\",\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\": \"ametdolor adipisicing non consec\",\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": "838f9093-413f-46e5-b97a-62fc79bd30a5", + "id": "89780a3c-51cd-4581-973e-32f35148d474", "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\": \"435267ca-0b3e-580f-e596-618b9849db49\",\n \"label\": \"veniam ea Excepteur cupidatat\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"c8c1a1d9-da14-7664-0bc8-6ae22a699222\",\n \"_destroy\": false\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:71c8962b-0c31-dacf-8cb6-d492f2312a89\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"1ca02917-ec1c-56c1-e044-7912aba1f8e5\",\n \"label\": \"ea ex cupidatat\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"2470470a-7158-4b59-0e2e-fed393a32e39\",\n \"_destroy\": false\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"90772cb2-d5ca-841e-82fc-a6565852a2fb\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -31055,7 +31055,7 @@ }, "response": [ { - "id": "b3e00a98-6d71-4829-a683-316e30899ead", + "id": "16dbac86-79ab-4e3e-ac56-b300fe5b0ec2", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -31090,7 +31090,7 @@ "method": "PATCH", "body": { "mode": "raw", - "raw": "{\n \"advanced_search\": {\n \"id\": \"435267ca-0b3e-580f-e596-618b9849db49\",\n \"label\": \"veniam ea Excepteur cupidatat\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"c8c1a1d9-da14-7664-0bc8-6ae22a699222\",\n \"_destroy\": false\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"urn:uuid:71c8962b-0c31-dacf-8cb6-d492f2312a89\",\n \"_destroy\": false\n }\n ]\n }\n}", + "raw": "{\n \"advanced_search\": {\n \"id\": \"1ca02917-ec1c-56c1-e044-7912aba1f8e5\",\n \"label\": \"ea ex cupidatat\",\n \"condition_rules_attributes\": [\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"2470470a-7158-4b59-0e2e-fed393a32e39\",\n \"_destroy\": false\n },\n {\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"90772cb2-d5ca-841e-82fc-a6565852a2fb\",\n \"_destroy\": false\n }\n ]\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -31107,7 +31107,7 @@ "value": "application/json" } ], - "body": "{\n \"advanced_search\": {\n \"id\": \"27af6ae9-b3fb-0fe9-e1bc-e331539bdb73\",\n \"uid\": \"mollitproident eadocommodocillum\",\n \"label\": \"cupidatat nisi\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"ee1a73b5-c03e-9f8e-0e63-ea21993eeb6c\",\n \"uid\": \"nostrud non elit eu fugiatlabore\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"urn:uuid:fe455da4-8195-18c4-d292-5acbc9ab9980\"\n },\n {\n \"id\": \"5dd62a13-aa58-bf20-e3f5-c6964fb657d5\",\n \"uid\": \"irure aute proident dolor sintqu\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"==\",\n \"value\": \"6d8f03a0-a69f-1d71-8e6a-1cc8aaa34a7e\"\n }\n ]\n }\n}", + "body": "{\n \"advanced_search\": {\n \"id\": \"urn:uuid:e076ab1c-d24b-f029-d055-358b688cefab\",\n \"uid\": \"mollitnisi laboreexercitation ex\",\n \"label\": \"pariatur in\",\n \"condition_rules_attributes\": [\n {\n \"id\": \"urn:uuid:6feb6f23-a82b-a94e-5727-6ace7cedbcf3\",\n \"uid\": \"veniam aliqua culpa sedLorem pro\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"1a62f171-e36f-a84c-8217-c944664e23e4\"\n },\n {\n \"id\": \"urn:uuid:d9623606-9c25-90d1-3ff3-86600b5f71e3\",\n \"uid\": \"enim consequat quiest laboris ir\",\n \"type\": \"ProfileTypeRule\",\n \"comparison_operator\": \"!=\",\n \"value\": \"5e2c0c10-cfd4-749a-b89a-238276b10b66\"\n }\n ]\n }\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -31118,7 +31118,7 @@ } }, { - "id": "05620d4b-b424-4ce4-bf5d-52aa8dc38b89", + "id": "de136cf7-6eec-41b7-a978-dbb7535ddcdd", "name": "Run a saved advanced search query", "request": { "name": "Run a saved advanced search query", @@ -31189,7 +31189,7 @@ }, "response": [ { - "id": "49af1b11-51ab-461c-90d7-6459697c9992", + "id": "e5404819-6940-4e9b-99fe-ac28a9d75bd7", "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\": \"deserunt pariatur non labore tem\",\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\": \"dolore minimin quinulla ut sint \",\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\": \"aute ut nisinostrud Ut officia s\",\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\": \"ametdolor adipisicing non consec\",\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": "fb013ade-1f52-4430-8889-92285558d4e9", + "id": "b6f72fc8-0195-4286-b801-b1f1bd92a31f", "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": "sit irure Ut laborum" + "value": "sunt laboris dolor" } ], "variable": [] @@ -31314,7 +31314,7 @@ }, "response": [ { - "id": "3f73745b-6d94-4b33-aa93-709eb07c191c", + "id": "134631aa-0262-4b1b-8241-a4c79a74947f", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -31332,7 +31332,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" } ], "variable": [] @@ -31362,12 +31362,12 @@ "value": "application/json" } ], - "body": "{\n \"uid\": \"urn:uuid:62eee740-220b-2f8c-a245-5565693e655f\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"urn:uuid:92de45f9-a104-620b-8e71-af3bcd323d64\",\n \"manager_id\": \"urn:uuid:a8837044-6a16-d544-4c90-2060862980eb\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"urn:uuid:1ae2c7d1-8781-72ab-1134-5f13f844f485\",\n \"manager_id\": \"urn:uuid:abab530a-49ed-09f5-0fa4-219cbc87a6cd\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n }\n ]\n}", + "body": "{\n \"uid\": \"urn:uuid:d67114ee-4b76-6a5b-936b-a8eeae25975c\",\n \"status\": \"complete\",\n \"job_type\": \"import\",\n \"job_data\": [\n {\n \"user_id\": \"eba05f1a-406d-e50f-a480-724903624b59\",\n \"manager_id\": \"urn:uuid:5d48b27f-4d92-8abe-495b-50ee94948b51\",\n \"errors\": [\n \"Validation error for record in job\",\n \"Validation error for record in job\"\n ]\n },\n {\n \"user_id\": \"7faea8c8-89e6-4173-57b6-adfe08192f65\",\n \"manager_id\": \"a86af2dc-790f-dfd8-d4cb-b4faba3a1499\",\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": "40533d9d-acea-488f-b7a8-ef5afe241b4c", + "id": "a9c3f935-e4c3-409c-9580-7c2092d064a3", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -31385,7 +31385,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" } ], "variable": [] @@ -31420,7 +31420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a02a98-43b9-48d9-abff-640f5c87c1bc", + "id": "5a015648-42d6-4a7f-8941-0cd6152b5d71", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -31438,7 +31438,7 @@ "type": "text/plain" }, "key": "job_id", - "value": "sit irure Ut laborum" + "value": "sunt laboris dolor" } ], "variable": [] @@ -31485,7 +31485,7 @@ "description": "", "item": [ { - "id": "afcd5f10-50d8-487b-85b0-cb0ef87694d3", + "id": "308d2f80-cbd5-44ca-8a09-f41338d05b49", "name": "Create a form", "request": { "name": "Create a form", @@ -31528,7 +31528,7 @@ }, "response": [ { - "id": "d242c84a-2ce3-4d07-8ad8-c3d10fb71e4f", + "id": "7ed411e0-0b95-406b-96fa-d7f108f201dc", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -31584,7 +31584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa51fd17-ce73-4ecf-95aa-015cc515d177", + "id": "a5b08218-8a18-43c6-87b8-c98e96881385", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -31640,7 +31640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "026e5859-8f0f-4ae3-8fd5-fae4c4aae6ce", + "id": "ee5960fa-c4df-4008-9318-2b3a7f2db773", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -31708,7 +31708,7 @@ "description": "", "item": [ { - "id": "6e5201ec-7999-48de-a49a-a772496ed863", + "id": "4a263ff4-c331-44f2-a52f-de21ef715322", "name": "Create a form attribute", "request": { "name": "Create a form attribute", @@ -31751,7 +31751,7 @@ }, "response": [ { - "id": "7261e73e-c627-482c-b872-1dfdf4f967f7", + "id": "61df5b24-508b-45e1-8786-25ef6d6473c0", "name": "Expected response to a valid request", "originalRequest": { "url": { @@ -31807,7 +31807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b4feeab-189f-481f-b9d5-9ad7e4f2f00c", + "id": "50a64c61-f9d0-4e70-95c6-dbc07fcb9a69", "name": "Bad Request - unable to complete.", "originalRequest": { "url": { @@ -31863,7 +31863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b2a6a87-169e-427e-95bc-dc5102c0cd99", + "id": "16ea133f-29ff-4242-8316-5bf1f2557421", "name": "Internal Server Error - returned on unhandled exceptions.", "originalRequest": { "url": { @@ -31949,7 +31949,7 @@ } ], "info": { - "_postman_id": "932e97c9-31d9-410e-807d-998b9c39f061", + "_postman_id": "2450a4f7-3fad-4c5a-b7ad-e4e55b5832bc", "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 04e5a691..bc261b20 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": "798764b7-8fb3-45ba-98f1-2b9a070ff7cd", + "id": "d044e4fc-639c-451f-b567-6ea7bf6bce9c", "name": "List Access Model Metadata Attributes", "request": { "name": "List Access Model Metadata Attributes", @@ -54,7 +54,7 @@ }, "response": [ { - "id": "1b976c78-9e9b-45dd-8dcb-6b6366eb9fdf", + "id": "08202406-7ceb-4212-b154-540b4bf20f75", "name": "OK", "originalRequest": { "url": { @@ -117,7 +117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b56fe973-a5f0-4514-9d9b-68378cf3332e", + "id": "12cc4c6f-a774-4c23-8d60-e4e443e02097", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180,7 +180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b537792b-1c7d-4852-99e0-8e43b11eecaf", + "id": "6b783921-e8f4-4e9a-9e49-cdf08c7a30bf", "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": "15cb3e54-a59c-4eb7-b6de-589774a9c115", + "id": "345041a9-13c0-431c-8851-4a1d26652f74", "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": "3a7e6893-b22e-4bae-abb5-a03c499601a7", + "id": "d8ac6625-62ef-40d5-b3ed-e9f9031938fb", "name": "Too Many Requests - Returned in response to too many requests in 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": "29b0fdd0-232f-4d1d-8792-c244329cb517", + "id": "50db8059-6733-4c8c-a394-e4ff74166a26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -438,7 +438,7 @@ } }, { - "id": "f57411cf-2a64-4957-8942-b6b020e5597e", + "id": "181cb0b3-7f11-4bc6-b1f6-f6f563a7bdc3", "name": "Get Access Model Metadata Attribute", "request": { "name": "Get Access Model Metadata Attribute", @@ -489,7 +489,7 @@ }, "response": [ { - "id": "b23db60b-ccab-491a-82af-6e29a749ac08", + "id": "6c328e7b-3b2a-4062-8dfb-ddeb8d53b8bf", "name": "OK", "originalRequest": { "url": { @@ -543,7 +543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6977a76f-747e-44ce-9324-d1973c0b0e01", + "id": "106d9945-c7fc-4db4-acf1-c8c3f29f5d51", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -597,7 +597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b660bb97-c488-4198-ae8f-72705ec55c6c", + "id": "287f4252-2f6b-407d-8308-30cac41e234a", "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": "7dafed85-97ac-4377-b355-276bf9ac7d0d", + "id": "ec557968-835a-4431-9c5c-617ac0c87980", "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": "715538cd-8ea3-4516-93ca-c51ed942bdf1", + "id": "fbb28b38-b419-4ea8-9bbb-b8932ec4cfe3", "name": "Too Many Requests - Returned in response to too many requests in 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": "226350f7-e53b-4a00-bc78-24aa1dc21bf2", + "id": "40392220-0601-4c4a-957d-4a37279bf656", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -819,7 +819,7 @@ } }, { - "id": "38dc87f2-3461-465d-89c9-2e9a72b68e5e", + "id": "1eae54b2-0797-4686-9f30-5592569fbae2", "name": "List Access Model Metadata Values", "request": { "name": "List Access Model Metadata Values", @@ -871,7 +871,7 @@ }, "response": [ { - "id": "f267245c-d38c-405b-8ee3-1eb2cbf3bfc2", + "id": "696a4177-16ee-41c3-a035-e75139ddf0d0", "name": "OK", "originalRequest": { "url": { @@ -926,7 +926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43461727-a989-41d4-b87c-d15fba357015", + "id": "39c5f3c3-ca39-4ee1-b84b-26823da517a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -981,7 +981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edefa2c6-a564-4261-8dff-fe4c9e689a4e", + "id": "7a2fd52b-28f5-433d-897a-410c60899208", "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": "a9819f28-a899-4150-99ba-b590bc2708b5", + "id": "bdddcf24-ec2d-48d8-a37a-b29e8d466df0", "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": "cc1b82d5-a511-4654-93f5-d44d9d734435", + "id": "7f288bb6-e6f1-4187-8253-d58d2e399003", "name": "Too Many Requests - Returned in response to too many requests in 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": "aab9ef57-db03-4eed-bf16-0967b8c1916f", + "id": "ff5db6e7-a27f-40af-8f31-8b740e090a24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1207,7 +1207,7 @@ } }, { - "id": "8408b9fa-209a-48e2-97cd-5d3495950fbb", + "id": "7dcede50-9e64-493d-a820-48b7e0b892b2", "name": "Get Access Model Metadata Value", "request": { "name": "Get Access Model Metadata Value", @@ -1270,7 +1270,7 @@ }, "response": [ { - "id": "75fb34eb-a46c-4c40-a782-1f99272be2e3", + "id": "b4cf494a-ae70-49f6-8079-3771a716c780", "name": "OK", "originalRequest": { "url": { @@ -1326,7 +1326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb723785-5ece-4233-a2da-6531be2636ce", + "id": "1fe3e12e-6355-486e-870a-4d63ca8ef0d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1382,7 +1382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c619d1e-4d05-426b-90c3-7e57e36b03b5", + "id": "640b2255-cd54-4dfc-9fcf-c90064d5904c", "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": "cf8e4cff-83b6-4945-aa5a-02c8357c52ed", + "id": "50000c41-0e5c-4745-aa9c-45b5af1f2c91", "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": "ee847904-955b-4884-9e33-a4b2712bc001", + "id": "1b5e1cc0-ea11-470d-bc0a-0683f7e18c34", "name": "Too Many Requests - Returned in response to too many requests in 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": "4610b69f-c208-4d48-8a04-12c6444cb2d1", + "id": "6bea2095-586f-494c-a265-0f021bb4c510", "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": "d1a7fd40-b244-4f24-8156-5c804e6641d6", + "id": "c3f48425-5a2c-42a1-b044-4bd9bf0a76a1", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -1720,7 +1720,7 @@ }, "response": [ { - "id": "f781b4bc-72c4-4ed7-a63a-6a4093bf2a05", + "id": "7dadaf57-c5ca-4381-8f68-5c44471a5457", "name": "List of access profiles.", "originalRequest": { "url": { @@ -1836,7 +1836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cbcc1a5-958b-4718-8cc9-09f28ecf3d3d", + "id": "69dbd40c-33a7-4153-aaf6-4569c6d4322e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1952,7 +1952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb750147-9a00-4c76-894b-8d1d6e5df137", + "id": "76eb5d52-b529-4446-8e37-54f2a51f719f", "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": "3935fa10-3423-4344-9249-1273bbaa7d42", + "id": "9a90fa98-0873-484e-9d3b-52a913368fb9", "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": "a691853d-928c-4901-a394-94811040e969", + "id": "1973dc3f-ad51-4aa7-bb64-905b07482474", "name": "Too Many Requests - Returned in response to too many requests in 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": "a9f3dcb0-eade-4a66-b502-070caeb5be30", + "id": "04b17503-26da-4b2c-84b3-189874781161", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2422,7 +2422,7 @@ } }, { - "id": "e2b6c505-8e51-460f-b504-82a9f60985c7", + "id": "868ebfd9-268c-4824-9a1b-91eccf640e89", "name": "Create Access Profile", "request": { "name": "Create Access Profile", @@ -2464,7 +2464,7 @@ }, "response": [ { - "id": "ae81fa3e-07ea-447c-815a-ef8ce97e3082", + "id": "b0b09562-befb-4ce1-a4c8-8c7ac6440bd3", "name": "Access profile created.", "originalRequest": { "url": { @@ -2520,7 +2520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71f8db38-e272-49e1-a089-e0e1b7843eaa", + "id": "86281a74-108c-406c-8871-150b56ad4a61", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2576,7 +2576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c84b144-1e2a-4ab4-bf0c-47db66b99ad7", + "id": "365041ab-5d2b-43de-abd1-32a0ad8e054a", "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": "0ff39c48-ee1b-47e3-9518-e5119b94fc4f", + "id": "4062c1a1-27d3-42fc-b3c3-fc18dfd48903", "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": "a2c5dd92-f212-4c3e-8c5b-b5e9b34e7e4d", + "id": "cd96fc10-1cd2-47be-8ae6-421ab1f527af", "name": "Too Many Requests - Returned in response to too many requests in 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": "8c7ff324-0e4d-4f96-adee-c722ed91db2c", + "id": "0df24e19-44e9-4831-9aa4-df56ad34bff8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -2806,7 +2806,7 @@ } }, { - "id": "84acbafb-7a28-46a3-b711-67710574903d", + "id": "d25bcb53-610c-4d55-9847-85e076153dae", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -2847,7 +2847,7 @@ }, "response": [ { - "id": "c2268798-089f-449d-8f2e-aec42d952508", + "id": "ed917e13-a5e5-4908-ad53-28345680a317", "name": "An AccessProfile", "originalRequest": { "url": { @@ -2891,7 +2891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f88e533-b38e-4e15-8bad-e04b8c028bcd", + "id": "59789a38-49d0-41d4-abc7-c4111de838f8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -2935,7 +2935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5571ae02-c00b-4261-9cbf-f7af4cacf1aa", + "id": "4b773bf0-a549-428e-9a9b-7a6f725ee19f", "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": "9818fb54-cf6f-4fb8-a86c-1d76c876d415", + "id": "d37e1614-1862-4f71-956f-de3a38985f5a", "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": "1a10d6cc-0600-4140-b883-a7862e67c745", + "id": "c16ebd21-8615-4c1d-a510-a514e1fd254c", "name": "Too Many Requests - Returned in response to too many requests in 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": "aa806fad-41b9-4c8e-a6dc-3375a31e9d22", + "id": "fd662d02-daff-43ea-9a11-6a973f00927f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3117,7 +3117,7 @@ } }, { - "id": "71198e93-3020-4623-812f-5d56c1f816f2", + "id": "b199c17d-0c34-4e11-9d95-07139144129a", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -3171,7 +3171,7 @@ }, "response": [ { - "id": "9da65ddb-e83a-4800-b5c1-d01a9b0acc4e", + "id": "a7df786a-df9c-4cb2-a368-95ce4357f88f", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3228,7 +3228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "632c3cad-dfe5-43a6-a734-98dfe2a8b4e5", + "id": "da817f14-52e5-4498-a7fb-e6288614c7a5", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3285,7 +3285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d377c168-f7b8-452d-a01b-b70fb8153394", + "id": "e3a15a47-dbce-4e2a-997d-96ba4028038f", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3342,7 +3342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5437b773-ab40-4da7-b86a-54f45e853bce", + "id": "6dd388b8-594a-4f01-8895-bbecee699057", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3399,7 +3399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2501119a-9c74-452b-8c0f-a3fc9a6f3844", + "id": "a687d334-133d-43fd-8138-adc0120e3b3c", "name": "Replace Source", "originalRequest": { "url": { @@ -3456,7 +3456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "967693d4-ff25-464e-8af8-5ae3bb0ddfa6", + "id": "2fd66bf7-a74c-441f-b27b-005de25e3592", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3513,7 +3513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e1e84f8-722f-4df2-af3d-aa8b14f1c957", + "id": "3481c68a-1506-4d72-8e0a-0f6f9d19f596", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3570,7 +3570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0889bd42-52e2-4730-a520-41efd2db2033", + "id": "bd5520fc-7abb-4e71-80ed-48e7c72cb5db", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3627,7 +3627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d917d8d-3f52-4345-a06b-45c578f27ffa", + "id": "79fe9a20-c74b-489d-819d-ed726601fc45", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3684,7 +3684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1a64300-c1c3-4c01-a785-10eacc0f95a9", + "id": "b1bc9482-ab18-45ad-979a-e977132d667b", "name": "Replace Source", "originalRequest": { "url": { @@ -3741,7 +3741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4f23bed-894a-47e3-ab31-6228b7b88ca0", + "id": "53bc8f3b-455d-4d7b-bb04-552edd3103ce", "name": "Add Entitlements", "originalRequest": { "url": { @@ -3798,7 +3798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fde56b4c-4f84-4780-b3a8-314096dc5352", + "id": "89a30df6-bec0-47ca-9941-d9843c319395", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3855,7 +3855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cbf63eb-483d-41c2-80f2-6c1eede31d1c", + "id": "d116f8e1-06d4-4f53-9a11-6c26a199d8b9", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3912,7 +3912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1550cb4c-f5c2-4d30-9594-4e3bb2eda177", + "id": "fd3d1fed-04e3-4503-b26f-557019b742bd", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3969,7 +3969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "075166a0-629e-4004-abd7-1295d7f76a99", + "id": "19f06e90-f75c-4670-afb6-2322c3a5cf9d", "name": "Replace Source", "originalRequest": { "url": { @@ -4026,7 +4026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a040ee2c-8156-43f2-a465-a5469dd5bd24", + "id": "2ca6af6f-7469-4182-9209-84fec988769f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -4083,7 +4083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "055116a6-e21a-4aea-804e-20992404ca52", + "id": "bd7cec87-6cf7-4d84-82b6-11bec7021a60", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -4140,7 +4140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e49c2e17-7bde-4bc4-9184-36fe53f1c283", + "id": "c6298510-b309-4d37-bb80-5ec2b6044175", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -4197,7 +4197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38ba7e34-3793-433c-92a6-aef4329d5f54", + "id": "ab6adb8d-e654-45e8-a682-b5f31d6a6438", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -4254,7 +4254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5c66a94-67a8-4b90-8cc0-5bb2fa188993", + "id": "bbcfc0f9-499d-4fcb-999a-3a5090fb4bef", "name": "Replace Source", "originalRequest": { "url": { @@ -4311,7 +4311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3daa783f-d72b-4843-87ad-7a19aea18d91", + "id": "3c75bdd2-1d2a-4db1-98b6-14959e0d8bd7", "name": "Add Entitlements", "originalRequest": { "url": { @@ -4368,7 +4368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d3b9a2d-12da-45bd-8ec0-8fcd5a8e3df7", + "id": "fcfb5633-8bba-4a43-a023-9f5d9ebac2d0", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -4425,7 +4425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3a86603-1a9c-4978-972b-e8cb6ec59feb", + "id": "11486263-be08-4961-85f7-3d5ac897502b", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -4482,7 +4482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a084d7e4-fdb9-47ea-877e-a775898922b2", + "id": "7df56051-df7b-4000-ab2c-6d278a94091b", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -4539,7 +4539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdf9ddf5-d839-4074-a477-77bece7befeb", + "id": "8500748e-d8e9-44e0-9fc9-0e1d743ca15e", "name": "Replace Source", "originalRequest": { "url": { @@ -4596,7 +4596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6128f65e-7d89-455c-89db-18dceb379a2b", + "id": "b63757cf-22d0-48bb-8573-36d4f9a2724d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -4653,7 +4653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "216cc039-a34a-458e-b53c-6e0f1b2c788d", + "id": "c492fb40-c206-4aa5-9705-119a6d3a5589", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -4710,7 +4710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46121c31-9f1e-4d43-969f-f82708146e74", + "id": "605b4778-08e2-4043-9a93-761692f727f7", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -4767,7 +4767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83326b68-2ba8-4154-a0e6-66e7ec9fa54a", + "id": "a0d99e44-8938-434f-b090-f6fcd6370489", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -4824,7 +4824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79833f89-5ca4-4cb0-a96a-00293199feaa", + "id": "ca274175-07a6-4876-9965-10b6616ba8f9", "name": "Replace Source", "originalRequest": { "url": { @@ -4887,7 +4887,7 @@ } }, { - "id": "5714c74a-3adc-4f3f-885b-2c1bc4820102", + "id": "35405f01-7e4b-4659-8562-6654eb6352ce", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -4928,7 +4928,7 @@ }, "response": [ { - "id": "ff783173-42e1-456b-98d3-2be2f3273c5c", + "id": "4cc31c8b-6673-4828-b610-9b2283c8ec53", "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": "61d1db6a-df42-4570-93f7-b3f4443b82e9", + "id": "610703c2-2f70-48c4-8086-450ea9b9ed31", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -5006,7 +5006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97fdc6e1-39e2-46f7-8c12-4cdfb0dd14ad", + "id": "efc15fa6-155c-4a85-835e-e10f126ecd3a", "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": "fece110e-185b-462f-963a-ab5d32b1f0c8", + "id": "b8aa0481-b685-4f0c-99b3-c3d28cdcd341", "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": "5bbc5f6c-4dfd-4f92-a1a7-a86119545629", + "id": "5436fdc3-1e10-480d-a739-adb35c7c63fd", "name": "Too Many Requests - Returned in response to too many requests in 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": "f0dfed57-d0a0-49c0-a6c8-c01349531f10", + "id": "cb248a7d-3584-412f-98ae-719f5c8e9c75", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5188,7 +5188,7 @@ } }, { - "id": "cda20be9-1b93-4b7d-9cb8-9a2ab07da211", + "id": "28b5ea1e-8991-460b-8766-eafe6b24a09d", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -5231,7 +5231,7 @@ }, "response": [ { - "id": "fdc58de6-6402-4561-822f-1aa84a49da35", + "id": "a6567368-9f77-450e-96aa-efeb8ae0a400", "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": "86a0508d-98c5-4b6a-9ef3-a000e60e0955", + "id": "0e653cd9-972e-4384-a8b0-1262658b63d5", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -5345,7 +5345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc413acb-51ec-4afe-8436-4c1bd06dfcae", + "id": "7b6f4148-3981-494d-8b6a-a52e745a50ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5402,7 +5402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3672e01-72e2-492f-80a3-5655da1b103d", + "id": "78b72329-8122-4b6e-86a0-e1a42591d7b4", "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": "4521fb94-18fa-4db1-9a5a-5f243c06042b", + "id": "238bedc4-712a-4515-b6cf-10b258a2a1ab", "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": "c3f0ac42-dd9a-44f8-80ef-d4ebc6bd0815", + "id": "11fc07f1-07c4-4bda-b9b4-a8b68df114f7", "name": "Too Many Requests - Returned in response to too many requests in 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": "e249b594-01a8-41b0-bce8-61c843c463f8", + "id": "9dda221a-9208-4d24-a7d1-ba8639ee31cf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5636,7 +5636,7 @@ } }, { - "id": "cc9a9e1e-77be-4888-8c96-0b0d824c4a5e", + "id": "4589eaa4-710e-4b61-afd1-42e39e77bd0c", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -5724,7 +5724,7 @@ }, "response": [ { - "id": "91692ed7-bb78-45db-9832-00b6c7fbc2bc", + "id": "3db2566c-bcf7-4fce-ae60-1e59d57af3b5", "name": "List of entitlements.", "originalRequest": { "url": { @@ -5815,7 +5815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c88084c-9132-4b9d-9cdb-9686b2702372", + "id": "8b8581f1-2304-4339-a9a8-56f99e6ab6a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5906,7 +5906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb9b172-7948-4ca6-9674-f07a97c6927d", + "id": "2e909236-3ba7-43e6-8475-979a041fca95", "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": "83233dd6-6034-4faf-8cc4-f507b5e21bda", + "id": "f44e96e3-1263-4dbc-b08b-d729f9063856", "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": "3ab777c8-659c-4cb0-bf5b-a7e4abd819bf", + "id": "b3fbcc4b-740c-4ec4-b5b2-364ad5cccfa0", "name": "Too Many Requests - Returned in response to too many requests in 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": "1ce466bb-40af-4f73-8d04-0bb5146e8c9e", + "id": "5d700147-e212-4f3f-a30f-30bc18e4e544", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6276,7 +6276,7 @@ } }, { - "id": "4143fb27-93b7-4d19-8de6-cf0673f111df", + "id": "bf4bfc12-ca51-4d59-8c41-123acbb9531d", "name": "Update Access Profile(s) requestable field.", "request": { "name": "Update Access Profile(s) requestable field.", @@ -6328,7 +6328,7 @@ }, "response": [ { - "id": "2eb4e031-2eb7-4767-9fe8-039f9a578ec6", + "id": "9e1140f7-241b-414d-b98a-67eb3b42129c", "name": "List of updated and not updated Access Profiles.", "originalRequest": { "url": { @@ -6394,7 +6394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a32b140-ef03-4641-a9af-9a5f0593a105", + "id": "ab3117a5-7aec-4031-bf88-2cc5214c21bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6460,7 +6460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "575ca158-43e6-46e4-9e65-f76643aab67a", + "id": "d14a4a73-b7e0-43ee-aac6-0852d9e8ea50", "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": "21008273-fca6-4002-9905-342ba61c9b3f", + "id": "6d3aedcf-1bbc-43ce-b789-1bb935ad9ff3", "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": "56f98c9f-1869-4da9-ad7f-10c9c50c8fbf", + "id": "383bf02d-f749-45b0-bd3c-e634b353487b", "name": "Precondition Failed - Returned in response if API/Feature not enabled for an organization.", "originalRequest": { "url": { @@ -6658,7 +6658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16e65bc3-406d-409f-9457-c9975c982eb8", + "id": "a5dcbfa0-b930-4ed5-8365-faa8862841bd", "name": "Too Many Requests - Returned in response to too many requests in 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": "24772625-ca20-4623-8ef7-cec047314304", + "id": "49efb203-8474-454a-9603-23c8a9400033", "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": "1bb98c1c-479b-44ff-85fc-e6ce1327750b", + "id": "66e091d1-47e9-4199-9558-a7b557c1b097", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -6887,7 +6887,7 @@ }, "response": [ { - "id": "e6322cde-8fb4-48c3-9d8f-404ab1f2add1", + "id": "56b62f49-e112-448f-9835-978587d68cbe", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -6986,7 +6986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8be3356-fb46-47bc-86cb-935d7e0c0d93", + "id": "331c2e89-aaf8-44f6-9d3a-80ee4c5248a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7085,7 +7085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a868470f-aa80-427c-9658-1d7d33954aa2", + "id": "7167b7ab-0fbf-4701-b903-0ff10474da3c", "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": "4406891c-3c72-4702-a3b0-91a802102660", + "id": "13bd5754-8563-4d7f-a028-687f14898928", "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": "4bb7856b-7fd0-4f6a-9663-b70294b4515d", + "id": "43484a8d-dcc1-40ca-a057-aeb935acceba", "name": "Too Many Requests - Returned in response to too many requests in 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": "edb4346d-0e63-43a6-a8ca-f1516f800807", + "id": "92f0dfe5-5c5b-4edd-b654-a711e0e3ac1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7487,7 +7487,7 @@ } }, { - "id": "a3b31b16-e204-4363-9b76-53bca5062ffa", + "id": "1f589b32-b3ae-4122-a63b-d12a0a8287df", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -7572,7 +7572,7 @@ }, "response": [ { - "id": "fef0f255-3108-42ab-8304-3bc8c9eb8f0d", + "id": "f2321a2c-d0fc-418e-acd6-932828906a37", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -7671,7 +7671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6f41eeb-3813-4a16-b4a7-75b66e4d4408", + "id": "8617b7c5-e308-4d8b-a6af-52e8ec9b450b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7770,7 +7770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ff40e89-f6b6-4a9e-b716-a325f380d42d", + "id": "4d739564-d004-4b90-a836-82f778e338f1", "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": "ba2be07a-06e9-4741-8224-8ede1325ffa3", + "id": "cd0d95f2-b521-42ec-8d3e-3575b5348c45", "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": "2c5e97d2-f1de-4084-a4fe-5a76b9130ab5", + "id": "c7933c17-47fa-4032-81eb-a6c292d0c392", "name": "Too Many Requests - Returned in response to too many requests in 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": "ecb18dc6-9c6d-4fda-b83f-5041b35776d7", + "id": "157dd5c3-7f4e-4792-b36c-bf81f181ad33", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8172,7 +8172,7 @@ } }, { - "id": "5663cdf4-7ed9-4205-a7c5-187e002f7c4d", + "id": "4d38572c-f162-4a03-9678-1590d47f487f", "name": "Approve Access Request Approval", "request": { "name": "Approve Access Request Approval", @@ -8227,7 +8227,7 @@ }, "response": [ { - "id": "135e7062-7c5b-418c-bb83-c9a7af79a3b0", + "id": "44de52d3-3a06-425c-9a5c-67c0988dd9bb", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8285,7 +8285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa437ad4-6225-4305-9d25-ea23934b3626", + "id": "648a91e5-0412-4617-bafb-606ec95509d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8343,7 +8343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f43660d1-8f53-4c09-abfb-a8bd3e907696", + "id": "9f6c3fb9-942f-423b-adbd-51f3055303d4", "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": "bc14c63b-cd19-4aa7-9dd8-459acbeab848", + "id": "ffcd71f7-5ef7-4b6d-8d25-28c9375418ab", "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": "2bdab7ce-313a-4968-82a1-e97053706a3d", + "id": "3ec6cf1b-8fc0-452b-b34a-8cb363d6928d", "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": "cf732c60-f583-477a-9351-1fad59a00d47", + "id": "0057e406-a170-4ee1-85bb-9fb9c450af7c", "name": "Too Many Requests - Returned in response to too many requests in 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": "8b6a1176-57ee-4e72-807e-3ffafbd957fe", + "id": "c39ea31f-3e5f-4cfb-8cde-358f8bfd83c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8639,7 +8639,7 @@ } }, { - "id": "faf5a189-573d-4564-913b-a94f277609c9", + "id": "a56275fa-2874-4932-a77c-c3c63cf9480f", "name": "Reject Access Request Approval", "request": { "name": "Reject Access Request Approval", @@ -8694,7 +8694,7 @@ }, "response": [ { - "id": "fb33e5b4-695b-4190-b03e-781247eb5658", + "id": "a991e2a5-e4a4-45bd-af1b-33a47a830bdf", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8752,7 +8752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1564b89c-9633-4b7d-b171-78b2a4390cf9", + "id": "5188bc28-1dbf-4c26-8065-ba5c3a03c688", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8810,7 +8810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46288e85-5bb3-4191-94fd-13ed92ced3da", + "id": "2352da0d-de0d-418b-9fd6-75c9182cd683", "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": "460587cc-6e86-43dd-a5e1-2cc4b61e22ee", + "id": "cd761896-8d08-4353-ab7e-2b9a21ed8558", "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": "20fbcae6-92d3-48d7-bcc1-f812c9f06f6a", + "id": "1a9126ac-5cea-47bd-932a-91fef55fabf2", "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": "54ad4a7f-4257-4cca-81e2-704c8b034ca3", + "id": "b229e488-6d7d-4719-aac9-559b4a6d8ef8", "name": "Too Many Requests - Returned in response to too many requests in 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": "66a74543-3b57-473b-afc8-742a628348dc", + "id": "9e076505-717e-44bc-bc2a-113877d0c202", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9106,7 +9106,7 @@ } }, { - "id": "ab9711c7-3757-4a6e-aba5-f35e4e44e53e", + "id": "587135bf-c6f0-4066-b7e1-d165e1ae481b", "name": "Forward Access Request Approval", "request": { "name": "Forward Access Request Approval", @@ -9161,7 +9161,7 @@ }, "response": [ { - "id": "e1a08557-3674-48f8-b695-ddafeb297228", + "id": "f99bf5ec-57ac-4cdc-bfed-acd56913b254", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -9219,7 +9219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a613a6-2dda-4f57-88da-a47d8d3b0267", + "id": "15a1b1ee-e0d3-437f-929a-f3c3caff0de1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9277,7 +9277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10c217e6-f810-4b9f-85b6-d388ba6d4ba8", + "id": "f8b0e298-0ebe-40f7-accf-24ad4c31155a", "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": "4c6e43cd-28e9-4c2d-9fa3-8f322dccec3f", + "id": "271b6dfa-cea1-486d-be82-90c8a3f01255", "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": "349eac97-c18e-4ec5-bf75-608b50274aa2", + "id": "dc083608-77d1-4133-938c-937210ccc269", "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": "e6470a7f-9119-4c9b-9fdd-8bd35463aa16", + "id": "5e38b99d-3cd3-4ed8-aca0-1b1962431a89", "name": "Too Many Requests - Returned in response to too many requests in 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": "255bfc99-3b37-4d24-b39a-73d665586ffc", + "id": "0df5cfa0-bca0-4744-8bd5-04d037413e12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9573,7 +9573,7 @@ } }, { - "id": "f3422997-28d0-4e2b-a522-fd85285f8c3f", + "id": "7d8bf4b1-24ce-4b2d-a417-33486602ba22", "name": "Get Access Requests Approvals Number", "request": { "name": "Get Access Requests Approvals Number", @@ -9622,7 +9622,7 @@ }, "response": [ { - "id": "d4f18907-b699-42e9-ae6b-5fb5388137fb", + "id": "119aadf0-a819-42eb-a54b-6be7076d6614", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -9685,7 +9685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92aafca9-b33e-44bc-97e9-f616188dda9e", + "id": "e34a3f9e-6f2d-4e1a-83c3-255ee1e67280", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -9748,7 +9748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94a7a84b-c05e-4c28-848d-51a9bda3b70d", + "id": "5df97fa1-442e-411c-b303-514fe016c1cf", "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": "ed4b5514-b04f-4ce8-b4ee-0dbd7396fe9e", + "id": "8f2d58cd-1e7e-43f0-a264-ee0254194efd", "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": "4cd6e480-5c39-499e-9a0d-a850272ddcfc", + "id": "0b84c4ba-943b-41b5-b80d-8d384386510b", "name": "Too Many Requests - Returned in response to too many requests in 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": "d2683b78-8c7d-4dea-8e7f-5c5b04f041fc", + "id": "8b5cc046-9a3a-4ad6-bc06-45a7d3523c18", "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": "39185228-3d4d-47d0-a09f-410fcd86a1f4", + "id": "db3d79a8-6703-4cbb-8cce-ac9080d9d046", "name": "Return access request identity metrics", "request": { "name": "Return access request identity metrics", @@ -10086,7 +10086,7 @@ }, "response": [ { - "id": "fbc973ae-4c73-444a-95b2-a83b13431c7f", + "id": "c8700850-fdf2-4b4e-b213-75fe41f47c8c", "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": "472b2620-ad7b-4315-834e-e03c0434f4db", + "id": "81944571-e460-444e-9064-35b6dab4bec0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10200,7 +10200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08e0bf73-5d09-41ee-add1-0a9f0026393e", + "id": "5c24f28f-84ab-419e-a651-887eff76dd54", "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": "2a1d95f0-2678-4815-a3fd-ee88c5289e06", + "id": "8bee4b52-1bfe-4dca-9dfc-c52f663ee9ed", "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": "1c0522d2-c818-4d6f-9e39-7a59d867a855", + "id": "753c3380-b89c-4e2d-9fa9-3ba5f17443ff", "name": "Too Many Requests - Returned in response to too many requests in 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": "f145a225-fd64-4721-8c4d-c618b399a4c5", + "id": "aff3eef6-cf77-4adf-b0d8-83104198d2ea", "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": "8191ec7a-8a7d-46e7-9628-4d8f68cfe895", + "id": "d237b948-7269-46a2-aacc-a77fd95d7f1d", "name": "Submit Access Request", "request": { "name": "Submit Access Request", @@ -10482,7 +10482,7 @@ }, "response": [ { - "id": "46630ab0-c2ef-47fc-90de-6bc4769dd6ee", + "id": "7e104bfc-3228-4851-b4bc-aaaa71d3a4d7", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -10538,7 +10538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d37c672-15f9-4dcd-b059-a973d9719401", + "id": "8010cc14-03c0-4aed-bb18-a2fdf3664738", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10594,7 +10594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f660900-4fc4-4c25-a388-c66f11fce92f", + "id": "e0fe0511-89d0-4dd3-8e62-d26cf3e8d398", "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": "19cab137-610f-47d6-829f-3e8d66cd666b", + "id": "15945309-2c6d-452f-a738-fc79985afd22", "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": "47ba2767-ae89-4aaa-987b-c63c3b52b48e", + "id": "a2fa1e0d-32a8-41b1-ba4d-9451c5d1a4fd", "name": "Too Many Requests - Returned in response to too many requests in 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": "81b7712c-5271-4244-8686-22987d707f0a", + "id": "6b3929c8-65e2-45ad-ac63-a4988d3ab1a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10824,7 +10824,7 @@ } }, { - "id": "116ad80f-a460-4206-9fdb-4767a2695f44", + "id": "a5c76b61-38f5-4cf3-a4d4-ca383d36ee85", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -10867,7 +10867,7 @@ }, "response": [ { - "id": "7a2d50ef-e366-4bab-bf01-f676cec395ea", + "id": "15b8b824-cdc1-4f0a-981d-5f050283c22f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -10924,7 +10924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2f1a95d-1d90-4262-b610-11ef06052499", + "id": "2ae003ff-147f-4ced-9fe3-9c94b5a127b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10981,7 +10981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aeabd72-773d-4d47-aec4-8a0bfeed3fb6", + "id": "036590ac-2d9e-4324-9a8e-73c09cfdebaa", "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": "81a5c0ac-7993-47e9-879a-a3a190588576", + "id": "231a237a-5b48-4da2-aba9-74af2b9bfa7d", "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": "79731e7d-24cc-4515-a867-105c66a89e86", + "id": "4342006a-a1e1-4894-aa02-96942e76187e", "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": "41d51525-35aa-4bb4-8995-f4cb18c6a533", + "id": "3ae116bb-d48d-4891-b4fe-3d7dd32a1730", "name": "Too Many Requests - Returned in response to too many requests in 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": "b8cbb8ab-76ee-4775-8e6f-14060a7c24c4", + "id": "4ac03567-813a-477e-942d-a2133f42adc2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11272,7 +11272,7 @@ } }, { - "id": "c273d0bf-af05-467b-95d4-e851b1ea255d", + "id": "bcc0c2e6-3baf-439f-baf5-d0faf97b49f4", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -11301,7 +11301,7 @@ }, "response": [ { - "id": "c9ed292f-a7b4-4e54-bca3-e3533fdd5069", + "id": "b26ae641-3b33-4248-87d1-6fb1c1f6c36b", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -11344,7 +11344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19c48652-c810-4be0-b387-fcdbd8c1f938", + "id": "8b544764-4b76-4920-9d3a-9660a1fd956a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11387,7 +11387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94da8933-a452-463a-85bb-5c9474d08c5d", + "id": "4bef7634-4606-42ec-a87b-6ff3db40b03e", "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": "71d48d7b-0c27-40f4-968a-31be0d866710", + "id": "8fd217b4-9d4a-460d-94a6-55632ff97e9a", "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": "bbacb468-7993-46f7-9c0d-935e21cafb49", + "id": "f1447762-00d4-4a56-b638-53568c7d60c3", "name": "Too Many Requests - Returned in response to too many requests in 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": "ba57e2ca-1cd2-4e3d-8e96-a2adf411eaf8", + "id": "63be85a9-f374-46cd-98ac-42ba4c85d22a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11565,7 +11565,7 @@ } }, { - "id": "26bcdcbe-1994-4aaf-b553-d81eb095027b", + "id": "ee0652e2-e330-42cf-91a0-048bae67de7c", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -11607,7 +11607,7 @@ }, "response": [ { - "id": "eae3e425-bad3-4d31-a36e-1b08ca8e52cd", + "id": "cd7c73a3-231e-4c16-b4c3-42bbb1a644c9", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -11663,7 +11663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2d6e2ab-79a6-4905-a763-383ec4f29004", + "id": "33c3cce3-801b-45ee-8b71-38914115b7b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11719,7 +11719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c68b8dd9-3924-4598-bb2a-83628b5b139b", + "id": "3c747934-f3df-4aca-898e-ec108db53b05", "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": "d750af7d-0eca-44cc-9887-73076c6db399", + "id": "5e0ce503-951b-4b93-8d90-557fbf1e269c", "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": "dd3ef566-856c-4920-8b76-37b5396e470e", + "id": "846bddc6-30c7-4a79-9a3d-cbd6d1fc9136", "name": "Too Many Requests - Returned in response to too many requests in 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": "0f0f1cb1-698a-451d-a952-1948503d26e0", + "id": "66cc7599-a3b7-4e35-bd1c-096b11cc78ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11949,7 +11949,7 @@ } }, { - "id": "839b2976-dfaf-4005-a8fc-5173d90ad8a8", + "id": "e01d1c41-4d1d-4761-a44c-f98edfe76b6a", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -12060,7 +12060,7 @@ }, "response": [ { - "id": "77b97f2a-3ef9-4c13-82e9-6d741d3cfa65", + "id": "d3b49e97-568d-4a88-a8f4-64512303e6f2", "name": "List of requested item statuses.", "originalRequest": { "url": { @@ -12185,7 +12185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "043a71c0-16ad-44f0-8828-844809fa6566", + "id": "45597d0a-a0f4-4021-bdf2-4ae6ee73f948", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12310,7 +12310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c28f6fb-b6e2-44e0-801d-1060b848fa3c", + "id": "8443992b-9560-4232-8fe6-7b930274a9eb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12435,7 +12435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43c39c97-6831-4085-a503-f9a80f911b9f", + "id": "9cc1c946-714f-4b48-aaae-b556209fcdc8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12560,7 +12560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8afc2b6-6ecc-469f-9d47-4c46c64421a4", + "id": "2f825db2-1303-4dda-9582-c2d4ea235362", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12685,7 +12685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64c942d1-15cd-4b58-a24e-2fae725497e7", + "id": "a8095600-5ae2-4d23-b532-70ba9650927d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12816,7 +12816,7 @@ } }, { - "id": "9faa1fcc-290d-4d3e-9dfb-79b5d7471016", + "id": "77afa0c0-656b-4dad-a469-7517efffe46c", "name": "Close Access Request", "request": { "name": "Close Access Request", @@ -12868,7 +12868,7 @@ }, "response": [ { - "id": "da2581f8-a833-46cb-8f8a-90ab9c35c2d2", + "id": "8e96d3c3-5b30-4a2a-bac8-d92b3c1b0b0d", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -12934,7 +12934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e809404-7eab-42a8-aa6a-e57cea34e7d8", + "id": "91d1ea3d-2b28-4042-aa24-2bc7af72cc95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13000,7 +13000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79b24b37-1b51-47a5-979d-abe45b3040e3", + "id": "49828a29-745f-4c83-b241-688ec73ec73d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13066,7 +13066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aea48e2-d76b-4038-8a7b-d14d2febf341", + "id": "d6d05eae-8e9f-4034-8718-7ed445fb6b22", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13132,7 +13132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66bc519c-5ed7-4ab5-b1c8-f4b7a8d0175a", + "id": "e92a645c-6343-4948-950f-20a678a6a572", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13198,7 +13198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ed8279-c3ed-45a4-8ab6-e197aaf96532", + "id": "ac1d390d-2e65-4f32-a5d0-514edd344150", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13276,7 +13276,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": "2e3df279-843a-4b94-b8d6-f3ccca135f96", + "id": "2fae5b8b-80c5-43b3-b16c-2bc1a8f2c189", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -13378,7 +13378,7 @@ }, "response": [ { - "id": "b2367354-f32e-4433-8275-6965c504e76a", + "id": "658cc0fb-13c9-4e27-a20d-5fafb52383a4", "name": "List of account activities", "originalRequest": { "url": { @@ -13494,7 +13494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f7239aa-1af3-4ce9-bede-72e17cef7c1a", + "id": "2cd5c351-83e0-4b02-a063-2eb50b7d62b7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13610,7 +13610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eccfb48-2a4f-450f-8de6-43b5198e7516", + "id": "81d5fdff-c4db-4e7c-be0c-5afbe73fdccb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13726,7 +13726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d11b896-f817-43f9-9161-0098745e8770", + "id": "ab5ed152-905f-4c3c-980e-1f97c34dd3a5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13842,7 +13842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6396f2f2-cb87-4722-b58b-28aef832ea23", + "id": "55ed80b0-a0a9-4e1c-a833-45dd75cabaea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13958,7 +13958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d214701-7351-4f43-9a8d-35cbc406b0ed", + "id": "af2d96ce-525e-4bb6-b4d7-4f2c41540c0d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14080,7 +14080,7 @@ } }, { - "id": "add8cf64-ae58-43ff-b214-51a428ae7920", + "id": "97610972-f9e6-428e-a53e-1fa4d1d35689", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -14121,7 +14121,7 @@ }, "response": [ { - "id": "bab23583-9b21-4cde-95f8-b859c400034a", + "id": "43b474bb-b2cb-481f-b145-bd9799462517", "name": "An account activity object", "originalRequest": { "url": { @@ -14165,7 +14165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bbbbf9e-1a71-4530-bd18-b80691b48463", + "id": "66f15729-675f-4659-a675-70854cfaef17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -14209,7 +14209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d608bc0d-e674-4197-ba34-e72506ec8283", + "id": "14e637a3-ce2b-4a04-9a67-7ca4a01a297e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14253,7 +14253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6cf5f01-13e6-447e-b477-be3e77462045", + "id": "9b133798-7eda-4664-9f31-3e19772f4865", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14297,7 +14297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a5476d8-bb8d-45e2-92b1-ee8f0ead24d6", + "id": "a644cd10-2e22-4c55-966a-a4bf01e55660", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14341,7 +14341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c647527-cf0d-48c9-8184-2d209887adc0", + "id": "86b97b0d-09e5-46cc-bc1a-70cc5dbc7d30", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14385,7 +14385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c342752-225d-49ee-95fe-8dc5ea31caa5", + "id": "3603e2d2-253c-41cc-b4e6-4f177d22cdda", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14441,7 +14441,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": "9bc0f8e7-6355-42f2-bb48-b5161d4c2568", + "id": "aec10e3e-d0f8-47e7-81bf-f9e8dbe5b427", "name": "In-progress Account Aggregation status", "request": { "name": "In-progress Account Aggregation status", @@ -14492,7 +14492,7 @@ }, "response": [ { - "id": "c120497c-ecce-490e-9d50-178e6398d855", + "id": "eac377cb-cb99-49d0-b7fd-a6dd2f91a92f", "name": "An account aggregation status object", "originalRequest": { "url": { @@ -14546,7 +14546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9edd732-4965-4209-9f6d-8bdf93139d3f", + "id": "67cec19c-9510-436d-8b13-ac37f56fa617", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -14600,7 +14600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c529d15a-92b9-4f32-8609-11169fbe37d8", + "id": "1f24a4ce-1cb0-4058-97d1-4f0758e9a311", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -14654,7 +14654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01938d80-2e7c-405e-bae3-c1da392237fc", + "id": "73eb7913-f0bb-4119-b120-1a4db71f48da", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -14708,7 +14708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eee6b2d-d13f-4f92-91b9-b10d2334c482", + "id": "d717ce09-d984-407a-8519-565ab469e264", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -14762,7 +14762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9191c8c-047a-4dd5-919a-7f4cca868161", + "id": "1745e9f8-3e75-4e0a-8d5d-2a3c46a6975b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -14828,7 +14828,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": "52efa1cf-9413-4c79-ac5f-695098104e26", + "id": "dd4323b1-173b-4a8f-a40a-86273aa7a79c", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -14907,7 +14907,7 @@ }, "response": [ { - "id": "62709056-84bd-42d0-8399-af51e016ba88", + "id": "a1e6928c-e213-4336-9309-a6759c11a2ab", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -14989,7 +14989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22cc5897-aa42-41e0-a1d0-7523d484832d", + "id": "b2d0f862-d47d-47dd-92ac-507b1a2a22a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15071,7 +15071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c129b05-dcc8-4dda-830a-17e3f651c66d", + "id": "13d94464-1a40-42d3-b03d-644a2af219f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15153,7 +15153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec986562-fd93-42e2-8958-c2f4c03c78db", + "id": "4f91ae27-cfd8-4991-a5d5-1357c7542ff3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15235,7 +15235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b0b3e5a-e43b-476a-9ac6-6cb809b604d8", + "id": "8c3c14db-8ff4-4746-9b99-b4994bcfddc8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15317,7 +15317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f7cb237-bf36-4fbe-9ee8-63b13c4a87ba", + "id": "b1133d39-5f60-4ed9-aa8b-426657f20626", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15411,7 +15411,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": "ca1dd3b8-d272-41c2-afd2-691a8cbaf40f", + "id": "93d8aa92-4be6-47ae-888d-246f1c557479", "name": "Accounts List", "request": { "name": "Accounts List", @@ -15457,7 +15457,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -15486,7 +15486,7 @@ }, "response": [ { - "id": "fb79e875-e754-49d4-b475-b176fa57f470", + "id": "03a28c21-567d-4673-ad5c-9f7877d94ad3", "name": "List of account objects", "originalRequest": { "url": { @@ -15527,7 +15527,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -15570,12 +15570,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"type\": \"NON_HUMAN\",\n \"description\": null,\n \"uuid\": \"slpt.support\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"4c5c8534e99445de98eef6c75e25eb01\",\n \"name\": \"John Cavender\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c918084660f45d6016617daa9210584\",\n \"name\": \"Adam Kennedy\"\n },\n \"ownerGroup\": {\n \"type\": \"GOVERNANCE_GROUP\",\n \"id\": \"8d3e0094e99445de98eef6c75e25jc04\",\n \"name\": \"GovGroup AX17Z\"\n }\n },\n {\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"type\": \"NON_HUMAN\",\n \"description\": null,\n \"uuid\": \"slpt.support\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"4c5c8534e99445de98eef6c75e25eb01\",\n \"name\": \"John Cavender\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c918084660f45d6016617daa9210584\",\n \"name\": \"Adam Kennedy\"\n },\n \"ownerGroup\": {\n \"type\": \"GOVERNANCE_GROUP\",\n \"id\": \"8d3e0094e99445de98eef6c75e25jc04\",\n \"name\": \"GovGroup AX17Z\"\n }\n }\n]", + "body": "[\n {\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"isMachine\": true,\n \"recommendation\": {\n \"type\": \"MACHINE\",\n \"method\": \"DISCOVERY\"\n },\n \"description\": null,\n \"uuid\": \"{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n }\n },\n {\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"isMachine\": true,\n \"recommendation\": {\n \"type\": \"MACHINE\",\n \"method\": \"DISCOVERY\"\n },\n \"description\": null,\n \"uuid\": \"{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fc2729dd-1936-4979-91a4-aea4d5670803", + "id": "f6b91aba-e4a8-430d-b47d-bc7d35454501", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15616,7 +15616,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -15664,7 +15664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23b2feca-311d-4764-b126-8731dcd19965", + "id": "c4014ba0-7db9-43a5-bb5a-71e209d8b3dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15705,7 +15705,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -15753,7 +15753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6790a34e-c460-4d5a-b42c-7756af208f0a", + "id": "84ef2da4-e96f-42b8-ac68-6fad216a5025", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15794,7 +15794,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -15842,7 +15842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5e0edc5-1098-49d3-9150-18b8e518a7bd", + "id": "2c6781be-788e-47ba-8e99-112f89350838", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15883,7 +15883,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -15931,7 +15931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72fbec04-c41b-4a67-9d9e-fd4b1afd2952", + "id": "d3399d7e-f514-4e78-9f95-15c5205e8c99", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15972,7 +15972,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -16026,7 +16026,7 @@ } }, { - "id": "2f610529-2350-41f0-b366-9d8ccb085acb", + "id": "6ee81b56-7f25-4f86-9cfa-ea443735cb91", "name": "Create Account", "request": { "name": "Create Account", @@ -16068,7 +16068,7 @@ }, "response": [ { - "id": "d6c41c9a-31dc-4ee0-8568-837cbb94741c", + "id": "6256da7d-b811-4050-a251-0471f4a72a41", "name": "Async task details", "originalRequest": { "url": { @@ -16124,7 +16124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "937ebdee-06d2-4342-b187-ff60ab77c909", + "id": "078d8100-7589-45bb-aeee-29dc224f7484", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16180,7 +16180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59a5fe63-3eaf-4a5a-8e80-ce49819f4c14", + "id": "c27f65ef-1566-4bfa-be25-62cafdd42cb7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16236,7 +16236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19fd0c2-4cda-496c-a752-d26b79a0c649", + "id": "c068972f-3fd7-4472-b618-443b151c35cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16292,7 +16292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c85f028-6ebd-4c62-810b-6b5117a1ec81", + "id": "8bd28a18-0d9d-4532-9457-b8d6e0d39c06", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16348,7 +16348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9594f4d3-61bf-4af4-8811-c722df5973de", + "id": "c9895761-ecaf-4ad0-8608-b83b7bc1f0d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16410,7 +16410,7 @@ } }, { - "id": "0b20dffa-a76f-47f7-8cec-c7639dede26a", + "id": "6c32bc92-ff84-46e0-94d0-5716b4ea140e", "name": "Account Details", "request": { "name": "Account Details", @@ -16451,7 +16451,7 @@ }, "response": [ { - "id": "c979efe0-aaf8-4644-b8c3-97d6464d5755", + "id": "9b92f5fb-907f-49e3-8f0f-b3f18acc353b", "name": "Account object.", "originalRequest": { "url": { @@ -16490,12 +16490,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"type\": \"NON_HUMAN\",\n \"description\": null,\n \"uuid\": \"slpt.support\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"4c5c8534e99445de98eef6c75e25eb01\",\n \"name\": \"John Cavender\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c918084660f45d6016617daa9210584\",\n \"name\": \"Adam Kennedy\"\n },\n \"ownerGroup\": {\n \"type\": \"GOVERNANCE_GROUP\",\n \"id\": \"8d3e0094e99445de98eef6c75e25jc04\",\n \"name\": \"GovGroup AX17Z\"\n }\n}", + "body": "{\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"isMachine\": true,\n \"recommendation\": {\n \"type\": \"MACHINE\",\n \"method\": \"DISCOVERY\"\n },\n \"description\": null,\n \"uuid\": \"{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3a7cc3fd-7cda-4bbc-83b0-1bc8f4da1d2d", + "id": "f1f5c3a0-55cd-4343-b94a-0ea9c4026dcf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16539,7 +16539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82416db9-b1f3-47f8-a434-1b9008884f8e", + "id": "f984d474-3ec8-4913-9709-ea9acb091b53", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16583,7 +16583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0a3e4b9-4447-440a-a0b3-2521041c8be7", + "id": "b12c2d82-0f9c-4860-9ee2-bdc38ee9662d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16627,7 +16627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9728eba2-d90c-49ec-9260-df2f5fd8210d", + "id": "55ef2b14-18ba-472b-8157-619f3f12d5d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16671,7 +16671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f44c9e1-d7ef-4881-8081-e19a9e08ada0", + "id": "85ec7527-d07f-402c-a13e-97b40b1d019a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16715,7 +16715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71a247e0-a403-46d7-9b76-95aeff68c5bb", + "id": "d309e65f-1f66-473f-8d22-67f201c02ccc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16765,7 +16765,7 @@ } }, { - "id": "34f4c388-effb-4314-8bc3-c350e5bdb025", + "id": "18845ad7-c935-4e6c-b837-b526c7f45420", "name": "Update Account", "request": { "name": "Update Account", @@ -16819,7 +16819,7 @@ }, "response": [ { - "id": "f2140c7e-c36c-4ae9-8bf8-c8559c4a86f2", + "id": "486af831-3c1e-44cf-86bf-4959e0d71c02", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -16876,7 +16876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8d87e63-8edf-499c-b8c2-5239b8b0de2c", + "id": "bf918ebf-94b9-43cc-98a4-053326666620", "name": "Reassign account", "originalRequest": { "url": { @@ -16933,7 +16933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef859d28-84f6-4fff-ab1b-3c735c756ac4", + "id": "35945396-60e8-4b1b-b698-3e7ebc098017", "name": "Add account attribute", "originalRequest": { "url": { @@ -16990,7 +16990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1799fa73-53c0-43be-b245-dc525d932f60", + "id": "4176f24e-ef89-4261-aa4d-966a8ff4969b", "name": "Replace account attribute", "originalRequest": { "url": { @@ -17047,7 +17047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be92ab00-f9ad-4a73-aad1-51ff92a89dde", + "id": "f5d7ac7c-1300-48fb-99dd-81e0a669806a", "name": "Remove account attribute", "originalRequest": { "url": { @@ -17104,7 +17104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe7bcb74-b83a-41ea-b128-b684bb8e00b1", + "id": "8ec3f74b-4f3a-4cc8-ba38-3e6727232cf2", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -17161,7 +17161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19cb1416-b54b-4f75-b4f9-0eb6b397c310", + "id": "630e3d59-43d7-4789-b5ce-bb978de3ade3", "name": "Reassign account", "originalRequest": { "url": { @@ -17218,7 +17218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9ad5200-63b6-4e37-80eb-ddabe5ccc81f", + "id": "449f0e85-15bc-4b84-add5-a0a3dbed8246", "name": "Add account attribute", "originalRequest": { "url": { @@ -17275,7 +17275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e61dbcbd-a293-4cbd-b8a6-ef03bd5e02c3", + "id": "b143b2e5-e29f-4f81-8d6d-73888513a47e", "name": "Replace account attribute", "originalRequest": { "url": { @@ -17332,7 +17332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d41a498-5b76-43b1-be9f-f1451509dea1", + "id": "fcb55beb-da81-48ec-880a-f88f13b251a7", "name": "Remove account attribute", "originalRequest": { "url": { @@ -17389,7 +17389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66714646-ef44-456e-99ee-1ec5acb4b5b5", + "id": "b1c961cd-6b12-4d94-be3a-9bcebfd61960", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -17446,7 +17446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e885eee8-8abf-4092-955c-25ea29dcb792", + "id": "c796b086-6ef4-4e4d-861d-80ff8e7dea05", "name": "Reassign account", "originalRequest": { "url": { @@ -17503,7 +17503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "557cac88-7b40-44b2-b77b-03112836a3ce", + "id": "0eaec899-f530-4f9c-badf-00724a06da4c", "name": "Add account attribute", "originalRequest": { "url": { @@ -17560,7 +17560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b1c7fa-402e-49f0-bd98-dfad615e2dc1", + "id": "a0439ed2-ab14-4df9-abf5-6fcf08e0deab", "name": "Replace account attribute", "originalRequest": { "url": { @@ -17617,7 +17617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd14ee1b-ceba-4711-ae0a-277c2e0c0e79", + "id": "3c5947f5-c549-453f-8aa5-188cc10b620c", "name": "Remove account attribute", "originalRequest": { "url": { @@ -17674,7 +17674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24aa408d-f63f-40ec-94ba-39e58bc1dc1e", + "id": "3dc44672-ff1e-43dd-bdba-824d261f64e6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -17731,7 +17731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bd5e57d-ba9a-4f76-9bdb-737339912911", + "id": "e7e88e50-4db3-4180-9150-8c800d4a30bf", "name": "Reassign account", "originalRequest": { "url": { @@ -17788,7 +17788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b902b08d-c966-4f5d-a06b-04b6805638d8", + "id": "343c8b7a-454a-4155-a1c1-6e16162975bc", "name": "Add account attribute", "originalRequest": { "url": { @@ -17845,7 +17845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d86900d-ebf3-4e74-ad99-0246ca058c1c", + "id": "8d74feb7-c105-44a4-92a6-db97dc93b1b4", "name": "Replace account attribute", "originalRequest": { "url": { @@ -17902,7 +17902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "642ca2f0-0804-4b8c-bfb6-0e5e794338cc", + "id": "e5720aa7-50ab-45ed-a3e6-83851a21d2a2", "name": "Remove account attribute", "originalRequest": { "url": { @@ -17959,7 +17959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1194c143-6efc-47b9-ac1e-6aaf3972f777", + "id": "e08aa046-c53e-420c-8556-8fc2aa47067d", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -18016,7 +18016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ad7000f-1c26-4d33-9d7b-81f6f53743f0", + "id": "82ac1946-f026-4f2e-bd7f-5a8eb61cc6d8", "name": "Reassign account", "originalRequest": { "url": { @@ -18073,7 +18073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b5dad2b-c414-44d9-b8a0-4507aeb35421", + "id": "60dd18a0-f726-40a0-ac62-c0c2aa0932b2", "name": "Add account attribute", "originalRequest": { "url": { @@ -18130,7 +18130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a47c2d8d-cf6a-4ddc-b6af-2989d8d29bc1", + "id": "1fd41d6f-ba41-46e3-9549-ef066a5490f5", "name": "Replace account attribute", "originalRequest": { "url": { @@ -18187,7 +18187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00b521aa-f03b-4d94-badd-af3d5621e378", + "id": "236d4ebb-1366-4cb3-8fc5-855fe33982d9", "name": "Remove account attribute", "originalRequest": { "url": { @@ -18244,7 +18244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2307fae5-bbc0-4b08-a731-bc533fdec2bc", + "id": "0f6df2e3-1088-4542-8715-834ea57ce2e4", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -18301,7 +18301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a785644e-db8a-4a24-9b68-3e5b7917ec65", + "id": "3c2568fd-8db4-4a16-b640-5887afbd7724", "name": "Reassign account", "originalRequest": { "url": { @@ -18358,7 +18358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "323bc682-f8b8-4147-8bbd-7a178b951c35", + "id": "2bdefdad-a700-473d-b59b-83750410cb70", "name": "Add account attribute", "originalRequest": { "url": { @@ -18415,7 +18415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd286766-87ca-4a06-80b1-57ab83e0b6cc", + "id": "eb18c7fd-1375-4be4-a327-e6074effb96a", "name": "Replace account attribute", "originalRequest": { "url": { @@ -18472,7 +18472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08b3c571-ecde-42ad-9e56-b647a9559402", + "id": "b42e772e-b3ea-4453-b5ab-d750808fd117", "name": "Remove account attribute", "originalRequest": { "url": { @@ -18529,7 +18529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "029b98ec-8488-47d0-8f9c-aa88c9b7d2d5", + "id": "9d359c93-038f-44a0-b911-200324c6fdf4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -18586,7 +18586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e472f5ca-df49-4d6c-a043-2ab351e54388", + "id": "c2b8c075-4881-488c-8015-d4ef8b82e956", "name": "Reassign account", "originalRequest": { "url": { @@ -18643,7 +18643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e978995-fd75-4fa9-926d-0b4ff4e556c3", + "id": "8fb4bd7d-18ce-42e2-b018-3bd90d65acec", "name": "Add account attribute", "originalRequest": { "url": { @@ -18700,7 +18700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2884e0a-87c0-4e14-a68c-15ad83dc70cf", + "id": "9334d2a5-1f4d-47e6-bc9a-958b998c7759", "name": "Replace account attribute", "originalRequest": { "url": { @@ -18757,7 +18757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9787445f-c005-4753-bd1c-cde564613c2d", + "id": "d0182eee-8032-440c-9cad-83b459fd3b81", "name": "Remove account attribute", "originalRequest": { "url": { @@ -18820,7 +18820,7 @@ } }, { - "id": "bb57290a-0a08-4106-a267-50ce9ba8358a", + "id": "0f4b2836-c468-4a87-a9bf-9986500baf5e", "name": "Update Account", "request": { "name": "Update Account", @@ -18874,7 +18874,7 @@ }, "response": [ { - "id": "24b9ee64-830f-4fe2-af6f-5b61d336d770", + "id": "3c277460-30b8-41dc-8c3f-3c52a3d9851b", "name": "Async task details.", "originalRequest": { "url": { @@ -18931,7 +18931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b23e56e2-6012-4667-8cea-241ccc201eec", + "id": "219f8fb7-81e8-4b48-8752-e6ca0479d8a2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18988,7 +18988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d96eb4c7-8e5c-4b60-b666-9842ff98b9de", + "id": "f0a05e9d-d3f3-43e1-aa77-5dd799f77f93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19045,7 +19045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2ae6dec-b7d7-4ba6-9b19-7127b2931d2c", + "id": "22788e5c-8fc1-4bd5-96f9-d93809abe9c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19102,7 +19102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e653e353-cfb0-4b6b-bbcb-014612b9836b", + "id": "1106fb73-0c24-4474-886d-7786758b4cf1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19159,7 +19159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225c277d-14e5-44a1-ad5f-a56b5adfa8ea", + "id": "47759940-5cf4-427e-b6d4-b5a04514c402", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19216,7 +19216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35477104-de96-42c2-8e41-c354102e176e", + "id": "03296d64-b12a-46a3-b765-fd8f330886cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19279,7 +19279,7 @@ } }, { - "id": "31cff346-d08f-4698-a94e-1c9308e296fe", + "id": "9d2823f7-697d-4d32-aaef-2bd5742fcd78", "name": "Delete Account", "request": { "name": "Delete Account", @@ -19320,7 +19320,7 @@ }, "response": [ { - "id": "513d41d3-e474-47aa-9c4d-141db6b969fe", + "id": "b324b84c-1192-4915-ba98-e2244acee96a", "name": "Async task details.", "originalRequest": { "url": { @@ -19364,7 +19364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4de6f2e-079a-424c-9257-1fd5387ae3a5", + "id": "da04e716-cb24-4731-b0f4-a017d0d6062b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19408,7 +19408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e4d08e1-a719-44f3-8b9b-3fb49ede3103", + "id": "8511ffd7-ff09-48fc-a5d1-44ef3a9d33f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19452,7 +19452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d7c7f78-f411-487d-af54-73b5976251d6", + "id": "18fcf5c2-54cf-4f69-915e-3c98ea8a006e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19496,7 +19496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e39ad9-44e5-4114-a701-ad2b0eea7e93", + "id": "50f1aab0-129b-4a9c-b579-9644024ae61a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -19540,7 +19540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa7d1c3-bdb1-4e5b-a9be-c7f2534d12b3", + "id": "eda66654-293c-48b4-a14d-39b279d8470a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19584,7 +19584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5bdc58-de8f-4699-a25c-f7cb9ba8789e", + "id": "7c12c053-714c-43e5-b4b4-cd2fcd3b49df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19634,7 +19634,7 @@ } }, { - "id": "e6a04d51-bf8f-4852-ad41-825f84fb7109", + "id": "17a67086-f160-4690-bcce-1d6c90663d8e", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -19704,7 +19704,7 @@ }, "response": [ { - "id": "e9031deb-d54d-460a-af80-e193a7f027ed", + "id": "676088f2-b63a-4a39-991c-88625a067f9e", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -19777,7 +19777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31062800-6829-4955-8b67-dff05a2026f6", + "id": "024614f7-a53e-4c32-b4fb-ee3309915ebe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19850,7 +19850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad874719-2b5d-412e-8f93-921a638198cc", + "id": "5e40a92b-ce63-4a80-967a-eebeef0b4d54", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19923,7 +19923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1218a043-0901-48f5-be12-5681865d9993", + "id": "706eb451-2c85-4822-8cca-8fb67c299d48", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19996,7 +19996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e77c6c6-3bdf-412d-9290-6b62499262f8", + "id": "4dba7957-daab-4a65-a352-0742b9671757", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20069,7 +20069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bf9a3e7-68b5-4ec8-8405-26d8529d44ab", + "id": "2d132393-a052-4d9f-b3c1-9ad9487944df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20142,7 +20142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2b01eee-116b-40e5-9f4d-78982b67a4cc", + "id": "eacc00f0-ba6d-4de7-a8ab-139007a793f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20221,7 +20221,7 @@ } }, { - "id": "4e4c4031-9bb6-429c-98c6-12f679a41888", + "id": "422c2930-849b-419a-8505-e90de3b0b4f5", "name": "Reload Account", "request": { "name": "Reload Account", @@ -20263,7 +20263,7 @@ }, "response": [ { - "id": "71c90e59-d22e-43af-af6a-d5d888241cd6", + "id": "e502f887-5a58-4fd4-882c-5bdcca10201e", "name": "Async task details", "originalRequest": { "url": { @@ -20308,7 +20308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d3f5895-d486-406b-8783-43493b1fdf25", + "id": "e0adee52-36b0-4cd4-a5a1-dcf8a24b36e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20353,7 +20353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd54b491-e4a9-4e8d-b389-6ce89b0b99a4", + "id": "a2039cdf-bba5-44e1-aae5-748ddb9c4ea1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20398,7 +20398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75a5fee1-8e1d-4a01-b223-3fb37ba4005b", + "id": "43e5d115-d6b9-40a5-926d-5053b76f063f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20443,7 +20443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efed9c6f-5653-4f08-aeeb-bc7aef21cbf0", + "id": "44ec6d25-d9c2-43f0-8ed3-d3aaae429a88", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20488,7 +20488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a56d86d-0565-47c6-9af4-45a294acc8d3", + "id": "600d7bbe-b818-4f37-a4c9-57281d86fb6b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20533,7 +20533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7919a967-9c79-4868-b46e-7119441e754a", + "id": "6879236a-ee03-4e09-9b1f-3e9af9fac901", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20584,7 +20584,7 @@ } }, { - "id": "89a06f7f-11bd-4800-9125-44d1cf47e677", + "id": "8421cc6e-49a0-4bda-aba8-ab9ab065af74", "name": "Enable Account", "request": { "name": "Enable Account", @@ -20639,7 +20639,7 @@ }, "response": [ { - "id": "3f7ce13c-d646-44d0-81c4-c90fa7d7ca80", + "id": "ed495106-29cb-4794-bca8-1addca14b35c", "name": "Async task details", "originalRequest": { "url": { @@ -20697,7 +20697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10b0cac7-0bb2-40f6-a93b-40da79c1c7c9", + "id": "ef7d27b8-4954-4e7c-b0c8-a64c419b3dc6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20755,7 +20755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c732d0d0-c169-4d8e-a2a5-2ce7dc267b84", + "id": "3ec87a7e-6e3b-40db-bd81-3db481e769ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20813,7 +20813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cedf5f90-5714-4134-8a25-e957428522c4", + "id": "e121f82b-eb8b-4441-bdfb-5d79d093d7bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20871,7 +20871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e56cd8f-6203-46e4-acbf-0c7399a85911", + "id": "750e9eb8-c93c-4fe8-a40c-514662d03f54", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20929,7 +20929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1b51c8c-68b9-48c8-817e-c8017710c174", + "id": "d799e8e3-396f-45a9-a237-7bd99c2ee457", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20987,7 +20987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43604665-5909-4b0a-b66b-bbce72d6a641", + "id": "90dbab15-c69a-44f8-8aff-3fa3e9b7e27d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21051,7 +21051,7 @@ } }, { - "id": "cbf5193a-6292-440a-9031-11daebf68c46", + "id": "632b533e-a6df-46fa-9265-b64adf33df28", "name": "Disable Account", "request": { "name": "Disable Account", @@ -21106,7 +21106,7 @@ }, "response": [ { - "id": "e3fec0b5-006f-4958-9e2b-4fbb521b6809", + "id": "cedfb01c-a38b-4d92-9e14-94815213b518", "name": "Async task details", "originalRequest": { "url": { @@ -21164,7 +21164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "463d56de-5474-449e-a965-e84874944c23", + "id": "849e4f27-c2ec-486e-b1c7-fa7b81bae631", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21222,7 +21222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "885cfeba-9856-4733-9fe0-b2d753590f2f", + "id": "2c69d800-ea58-44a7-968c-5510910d5259", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21280,7 +21280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86293a7a-18c7-4630-8823-e4c3a3aafb19", + "id": "8b89c845-9160-42b0-ab85-f2f6abeab009", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21338,7 +21338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "629a4a66-4099-41a9-8a08-6b0938cfd55d", + "id": "3a720379-7295-483e-b310-668e3e8f1684", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21396,7 +21396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad245df4-4175-433a-9c6e-5998bec1e4d4", + "id": "49ef0bef-43ae-44fc-8e17-4e4124cdf460", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21454,7 +21454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8194879-2b70-435c-ae11-c9cce7f69f00", + "id": "28e767fc-3c7e-4ca4-bd88-3f9fa4126045", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21518,7 +21518,7 @@ } }, { - "id": "4561577f-9c97-4c8a-8e57-ba19bd704e3b", + "id": "b49ee705-3483-49f9-b5e2-ac7da4477b3c", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -21573,7 +21573,7 @@ }, "response": [ { - "id": "13e1ee0b-31ee-454a-a427-b16457e222f0", + "id": "7327e25c-98dc-466f-8ba0-eb8d867772fd", "name": "Async task details", "originalRequest": { "url": { @@ -21631,7 +21631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc4c1482-3670-4eac-97f0-80156385e783", + "id": "85f41fbf-aeb7-4b80-a40d-810c6f542541", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21689,7 +21689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62ae818d-f764-421f-b4c9-b0ec043fe9fe", + "id": "cc47efc9-3c0d-4cd8-9655-746bd3bf0a8b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21747,7 +21747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e65d23a-fc74-4aa6-b731-99a4b3432217", + "id": "229cc66f-dc56-4e3c-a94f-8c6dadf99978", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21805,7 +21805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99041734-97dd-4182-ab0e-e03a03dda49a", + "id": "f425dd37-cdc3-42db-b302-e1746a061d89", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -21863,7 +21863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9564dbb8-f31b-4657-b35b-b7bcc5126206", + "id": "19a730ac-d944-4601-b525-5d355789b18f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21921,7 +21921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8425a115-c4db-4949-93eb-efb00ff322ab", + "id": "b04fe434-efb0-4d6b-85c4-71311fa51710", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21985,7 +21985,7 @@ } }, { - "id": "83528ae2-f1b3-41b7-a5b8-274005d28d88", + "id": "436a47d5-4c24-41b5-a940-7b56b13c0c95", "name": "Remove Account", "request": { "name": "Remove Account", @@ -22036,7 +22036,7 @@ }, "response": [ { - "id": "04f4fc22-e552-483c-a1f0-d489380a5bb3", + "id": "6878109c-7594-44b6-b20b-a59f8ddf5fb6", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -22090,7 +22090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46c5dcca-ce9e-4263-9441-41fdb572206b", + "id": "b98774b9-0f0a-41ed-9100-4a5acd9ff173", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22144,7 +22144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e09ea5d-72f6-4215-9ff1-dc485b557e0e", + "id": "89eca90d-3288-4e20-8acf-37d4fb705eab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22198,7 +22198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b75132c-d381-4fb1-98ea-407bb4bd4294", + "id": "d6830939-08b0-4639-9b56-1574c728b0b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22252,7 +22252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b4cad47-2399-4839-a890-ffc218174fb0", + "id": "763d04f2-66a8-41de-ac21-08d4e5af35df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22306,7 +22306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8efcaee-8c1d-41cb-9017-ea32eac7be8f", + "id": "63dee687-5342-464b-a59b-47d085c45f64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22366,7 +22366,7 @@ } }, { - "id": "1370c816-0493-4b72-96ab-e98fb06cc682", + "id": "cdcd1632-66ac-4207-80c6-3fd3a21f1efb", "name": "Enable IDN Account for Identity", "request": { "name": "Enable IDN Account for Identity", @@ -22417,7 +22417,7 @@ }, "response": [ { - "id": "9e2783a6-e4ac-4323-8618-91d167d88f8c", + "id": "0d9b28ab-1ea3-454c-97fc-3d9922556b63", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -22471,7 +22471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6998399b-c886-4b03-ac11-b89411dfcfe3", + "id": "dc4fffb7-eb09-4caa-a166-444b3be8ac1d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22525,7 +22525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a37ce6e-119d-41d0-88bc-7b48a1db6272", + "id": "2ff8a64b-392c-419e-861a-98bf5ce1aa04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22579,7 +22579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8856ad8-d4df-4d70-a53c-01ee02333ea0", + "id": "f6114e3a-bc23-4a90-95e3-c8e5f4f720bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22633,7 +22633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca16bef9-6611-4b87-afdf-096c7d04924c", + "id": "c666a7f1-c6bf-481e-8c75-cca610326452", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22687,7 +22687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e54a934-9d43-4871-a652-dfc02b791e2b", + "id": "e84182dd-d0e3-46ec-a22f-dfec0d63fde2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22741,7 +22741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c23730a9-fd7a-4d55-9d8b-e86b6b2a767f", + "id": "06418526-4db1-499f-b308-5cac42a20f7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22801,7 +22801,7 @@ } }, { - "id": "caf9c4a5-fc6d-4edf-bba8-478b0f08123b", + "id": "17d8ecaf-5353-47da-b9af-faf02627fd09", "name": "Disable IDN Account for Identity", "request": { "name": "Disable IDN Account for Identity", @@ -22852,7 +22852,7 @@ }, "response": [ { - "id": "3ff6b842-993b-4483-b5f5-cfeea47de834", + "id": "6f1b7e10-267f-413e-98ad-9ad580bb017f", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -22906,7 +22906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b9342bf-a7da-4de5-9439-633c92608647", + "id": "a90eeb71-ed93-4d89-b1e5-5ff55573148b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22960,7 +22960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd850631-8e5f-468d-80bb-ab1e10181cae", + "id": "475659a1-dbc2-4e68-9ee3-216017f37807", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23014,7 +23014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15e859ee-69b0-43d6-ba96-beecfa8a853c", + "id": "c5ef6fb0-cce5-497e-b43d-d450ab6269e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23068,7 +23068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43794996-a76c-4d33-b81f-a8cd440f4cb6", + "id": "ae9c167c-e171-479c-a466-cb9385619645", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23122,7 +23122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7553679-6a19-407e-9939-d11ceaa36e6f", + "id": "d414bc93-ad26-4c88-b735-ba15401124be", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23176,7 +23176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f6d3c64-a13d-441d-ba34-e82f3270ee0e", + "id": "34048292-9038-4589-ad0e-1df229780d5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23236,7 +23236,7 @@ } }, { - "id": "1ac5028c-65e5-4f66-b412-7562333f3945", + "id": "3b952c1b-3731-441b-bb37-618c0f7f7f44", "name": "Enable IDN Accounts for Identities", "request": { "name": "Enable IDN Accounts for Identities", @@ -23288,7 +23288,7 @@ }, "response": [ { - "id": "dfc44dac-ea07-40bc-a986-886d814fa526", + "id": "13f6e3c7-830a-4d10-9a82-eae4f70eb055", "name": "Bulk response details.", "originalRequest": { "url": { @@ -23354,7 +23354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a08f551-0bf4-41e1-a7b7-ee3147726843", + "id": "e9ca2fa6-3a9a-406e-86ec-8be7b985f7e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23420,7 +23420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e32c8ec9-c1a2-4bfb-b4e3-43904d3a27e8", + "id": "10bfc2f4-269d-45a7-af83-e9da06ef3055", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23486,7 +23486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ca2a55c-4669-44a0-9230-7ae1a9fb844f", + "id": "f2165a3b-97cc-4059-a14c-cc6b83a14a44", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23552,7 +23552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8742070c-881e-4142-9d85-2c36a3a51aad", + "id": "b0b38ff2-3860-4819-a120-b5420a145196", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23618,7 +23618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e08f39-6e5a-4b4a-806e-5a28684d4d0a", + "id": "2193784a-71a2-4b7b-9ddf-f31ad43900cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23690,7 +23690,7 @@ } }, { - "id": "1e9d0a05-818d-4579-ad6c-cd7fa165e09a", + "id": "f8362bf9-47c7-4de5-a9e9-0a062120533e", "name": "Disable IDN Accounts for Identities", "request": { "name": "Disable IDN Accounts for Identities", @@ -23742,7 +23742,7 @@ }, "response": [ { - "id": "3820c2f8-5a82-4762-bb87-fddee0da26d3", + "id": "cec826ee-bc28-423d-af8e-7ade364122f2", "name": "Bulk response details.", "originalRequest": { "url": { @@ -23808,7 +23808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25cfb0c3-4b46-43c2-9682-aaccd5ccbf39", + "id": "c93acd61-007a-4d99-8554-12045cb32e40", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23874,7 +23874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db8fb3c5-9db3-488c-af3e-e37fc5be575d", + "id": "cc9621ac-ddfd-4fd5-b789-3232a082bcb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23940,7 +23940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f79fe7f3-0867-4f83-ab10-d81705a5158f", + "id": "12196f03-235a-45c6-8809-c84e8617636a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24006,7 +24006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61d9a82d-afa6-40c2-8d3f-4c22e7e1a7e6", + "id": "f4bcca51-24b4-46aa-a880-95a2e4ebde09", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24072,7 +24072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a90b25d7-012f-4ddb-b762-0bb9e22a90bc", + "id": "6f924a04-5691-47fa-968d-c43b05447979", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24150,7 +24150,7 @@ "description": "Use this API to discover applications within your Okta connector and receive connector recommendations by manually uploading application names.\n", "item": [ { - "id": "390040d6-0f82-40ee-9ba5-596359863da1", + "id": "38e1c4a1-7ce2-48f2-aa2b-513bb0a7adb7", "name": "Get Discovered Applications for Tenant", "request": { "name": "Get Discovered Applications for Tenant", @@ -24225,7 +24225,7 @@ }, "response": [ { - "id": "39381566-2b92-4b6c-b7fc-ae51cc3c4de4", + "id": "95f08fe5-b4d7-42b4-b48c-4817af2485e0", "name": "Slim Discovered Application", "originalRequest": { "url": { @@ -24314,7 +24314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "753a06bf-6b8e-4d46-9524-71186d004757", + "id": "95e78511-5c48-413c-8f06-49a41ea82f4f", "name": "Discovered Application", "originalRequest": { "url": { @@ -24403,7 +24403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e271a6b8-78da-43c3-8c1e-daeeb5e1118d", + "id": "4105044e-5cab-45fe-8584-ea09067b17b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24492,7 +24492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8cf110b-efba-42a1-afe3-a6947357b5c2", + "id": "6c83ecc9-fa37-4c09-be09-96be29f48b6a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24581,7 +24581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72ac0eb-464f-4f65-b6e3-f07399e6d1b1", + "id": "32cdad81-6bb4-4119-b330-775a8653cfb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24670,7 +24670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d06a7882-b7df-4479-98c1-53a4cef11775", + "id": "9a7fe9b3-f48e-472c-b1c7-2618ded34655", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24759,7 +24759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afae50bb-1516-4188-9d0d-7161e7c0e266", + "id": "a0e4bc90-4a6c-424f-b65d-09048879422d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24854,7 +24854,7 @@ } }, { - "id": "08f2b4bc-0d5e-4f25-9a1f-f9e4dcf6984d", + "id": "fa9f1cd9-cf53-4d8d-8b5e-0582589ad1c7", "name": "Download CSV Template for Discovery", "request": { "name": "Download CSV Template for Discovery", @@ -24883,7 +24883,7 @@ }, "response": [ { - "id": "8cb0b133-d5f4-4aa8-9506-0116fa327b35", + "id": "9bc3a240-6900-4dae-bc56-00a0e7012a92", "name": "A CSV file download was successful.", "originalRequest": { "url": { @@ -24926,7 +24926,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8d1e714f-1968-4910-9960-0c7fb30e2380", + "id": "ea672480-f6a6-4394-b18c-fedda590f666", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24969,7 +24969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbc8c40b-2bde-494a-9808-e6c7f88e8316", + "id": "ae4fca79-8adb-4579-8778-2c628fb3b142", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25012,7 +25012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4e21f9e-04ee-4013-b97e-e8df95c50756", + "id": "93b22bab-00fd-4120-b870-43d9f1ed9fc6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25055,7 +25055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fdac2d6-508c-4254-b839-b97ed00f49d5", + "id": "d0123f45-6600-4f78-b257-c783fa366402", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25098,7 +25098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e51c9a8b-235e-48f8-8e52-b93ae7cd1a71", + "id": "c7a88e88-8024-4894-9f7d-ae0f13d2ad7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25147,7 +25147,7 @@ } }, { - "id": "54bf9c40-a3a1-4429-bc9b-ccb23d90132a", + "id": "534a572a-d0d8-450f-96d2-22f50cc0b3a3", "name": "Upload CSV to Discover Applications", "request": { "name": "Upload CSV to Discover Applications", @@ -25192,7 +25192,7 @@ }, "response": [ { - "id": "fd383c4e-2981-4e7a-9efa-3ea55ee1e44d", + "id": "00a2bf8b-8d98-4aa7-86fd-19f9468976d7", "name": "The CSV has been successfully processed.", "originalRequest": { "url": { @@ -25241,7 +25241,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a85b8d36-9d1e-4919-a922-8f343e090637", + "id": "57be3428-4d11-4564-a1c8-617fb89eb879", "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": { @@ -25300,7 +25300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19acefd5-056d-473c-a66d-950e387fab83", + "id": "c69d492b-d5cb-4665-88ae-e906315d9061", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25359,7 +25359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c528914f-d96e-44de-92c8-5562b9341900", + "id": "c09be7a6-4a7e-4c90-8dc1-8dba1c208607", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25418,7 +25418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfe28134-131c-4ddc-b7fe-cf1946e9054f", + "id": "c337fb5e-29d9-49bf-b6fb-84105cfca730", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25477,7 +25477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b7d5043-55af-48c2-a311-82f0b04ce854", + "id": "d44e2f62-2c66-45fe-9983-4425742eaac6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25548,7 +25548,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": "549265ab-b9b3-47c5-b140-3b508060acbb", + "id": "1cabdacc-bd90-40d0-b804-d4d89cf68194", "name": "Get Approvals", "request": { "name": "Get Approvals", @@ -25614,7 +25614,7 @@ }, "response": [ { - "id": "15d76987-8ecc-4db0-91de-ed2c5862063c", + "id": "9d07c314-75f5-41a3-8d94-7deca4806026", "name": "List of Approvals", "originalRequest": { "url": { @@ -25694,7 +25694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1c52da0-3601-417d-92a5-3652850a9528", + "id": "9d43fe9c-2f78-4e24-ae75-54ed3fae94b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25774,7 +25774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14898d59-347a-4b1f-a007-19db2c8210e5", + "id": "3aacdd3e-e5aa-4177-907e-c8b051010589", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25854,7 +25854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35d63cc2-b003-48c3-964e-1335af263b7d", + "id": "b0d44622-df7b-4094-b83d-96d11efcd80f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25934,7 +25934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20ebad69-bc34-4020-bf5a-cde632323048", + "id": "7e504629-94bc-4126-aa2d-4f35d6a06304", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26014,7 +26014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b10ccecb-4422-41fc-850f-0c6360050e4a", + "id": "60b740de-496b-4eb3-82f5-3273c59b1e3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26100,7 +26100,7 @@ } }, { - "id": "6f31e476-b247-44c1-92a3-dec369dd5e75", + "id": "6df7958d-bea5-4ab5-beeb-c00b2d4d779f", "name": "Get an approval", "request": { "name": "Get an approval", @@ -26150,7 +26150,7 @@ }, "response": [ { - "id": "83bac127-5662-4e8e-8c5a-1098317f636d", + "id": "0419e4c5-0440-4476-ae3d-e226920e9e95", "name": "Approval object", "originalRequest": { "url": { @@ -26203,7 +26203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61ba78ea-eec7-4134-9e17-4c2b7142b5c3", + "id": "26464a5d-2cb5-4522-8a92-2fa349cfe073", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26256,7 +26256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1706d7ae-548b-4ca7-9ffe-9a019a99e653", + "id": "4a4aa878-f289-4a9b-951b-092426f2770e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26309,7 +26309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a08af225-731a-4481-ab02-27b30427d75c", + "id": "9b4e9bb4-4f57-4edf-9f06-5baa6c7b7c82", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26362,7 +26362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af86f9e2-85b5-4182-8391-3828dcee481a", + "id": "dc5a302c-23f5-457f-8a17-b1c03b0a1a63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26415,7 +26415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "222a1461-7255-4fe8-9c4e-13e0a0e5189e", + "id": "7c1902a1-5581-4f7d-a142-afb538678364", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26480,7 +26480,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": "c0c7cae0-855a-4fd4-b060-fb738c8ea5f9", + "id": "119e3229-81e2-4e74-ab64-6b8c3d100a92", "name": "Get source app by ID", "request": { "name": "Get source app by ID", @@ -26530,7 +26530,7 @@ }, "response": [ { - "id": "0cd9db29-5d12-4272-992e-84ffeee03d3d", + "id": "8869ff2f-09b5-40d1-87b5-9f95bfd122f5", "name": "Responds with the source app.", "originalRequest": { "url": { @@ -26583,7 +26583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d94045c-df6d-4d50-860e-84c0c291cdc4", + "id": "db5d2327-aa5b-4e25-8754-df8115390b70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26636,7 +26636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93c66739-73dc-492e-bf10-451a6154bac7", + "id": "b17ed495-407f-4380-9f58-ba8dff9ae2ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26689,7 +26689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c2107e9-3c01-4ce2-b21a-66750df61f7c", + "id": "8989eca5-a1cf-41e2-b34c-408656318529", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26742,7 +26742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed68229-8c8a-4e0b-b0af-f0d7c4cab89e", + "id": "466ddbef-9374-4a4e-aad4-52c8982ac380", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -26795,7 +26795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a9aeb88-fa35-4504-a19a-58db8589ca36", + "id": "9872f12a-dca1-4523-822f-6f861e5fec01", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26848,7 +26848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db43ca07-5974-4392-bc45-99be1c3b348a", + "id": "da7c3547-3bbf-41c1-97fa-53d25899a0c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26907,7 +26907,7 @@ } }, { - "id": "98bd3bdc-ca79-43f7-8fd0-700733dfaf4b", + "id": "1b0dd005-2fda-4ff1-ac60-92a07be5594b", "name": "Patch source app by ID", "request": { "name": "Patch source app by ID", @@ -26970,7 +26970,7 @@ }, "response": [ { - "id": "0976e4b3-b7d2-4a79-b594-6e111f3871b9", + "id": "b412eae2-eb0e-4af3-8039-72683f844a27", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -27036,7 +27036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a37f0fc-dea7-4b45-a272-8b04d47282ac", + "id": "944394af-c21c-46c9-9a8d-b7c11df724a5", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -27102,7 +27102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1701ede-51eb-4cbb-a0b7-26ddda99bad0", + "id": "990803d4-1f9d-496a-9af8-61c3646806b8", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -27168,7 +27168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba86ad10-cb2f-4393-9e56-85d231d134d1", + "id": "a031032b-bfd1-4c14-9958-dd13287d8cf4", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -27234,7 +27234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74486a8e-ab30-421a-979b-4991e1015b78", + "id": "6d2b75af-9e5b-4cd1-888e-ab49d4ea3778", "name": "Add access profile", "originalRequest": { "url": { @@ -27300,7 +27300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c80926c2-4b82-4ef1-9b28-142851cba4e5", + "id": "b8470b9e-4634-4f7c-a818-42524dfa31b3", "name": "Replace access profiles", "originalRequest": { "url": { @@ -27366,7 +27366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfe466e3-e487-40eb-8ff3-bfd71de1bfef", + "id": "c2addd75-6420-4452-9558-06379325dfe0", "name": "Remove access profile", "originalRequest": { "url": { @@ -27432,7 +27432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eb7fcdf-95d0-45bf-863a-64b0710c74f5", + "id": "90ebb56e-e8cd-4e9c-8bee-f33f355da86b", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -27498,7 +27498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66863ce2-8254-4fe5-8b63-9ebc0ac65c26", + "id": "9c94e373-78ea-4720-9fb5-a15b05b0e17f", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -27564,7 +27564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e14af85e-c5a2-4cc5-8a58-e746e522146d", + "id": "baa3e833-ab1f-467f-a7ea-ef6041268037", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -27630,7 +27630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93e23b85-3c40-408a-bf57-d139263c473d", + "id": "794dfa84-9e9b-42c8-9eed-41f1630f1f6a", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -27696,7 +27696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e65f98b5-1bad-4bbc-8fea-d44117464c95", + "id": "f5858f83-5556-40ec-a1ef-a349c92a9b16", "name": "Add access profile", "originalRequest": { "url": { @@ -27762,7 +27762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b17366d-ac1b-480d-9fe3-5cec496b980a", + "id": "b58b2288-15e8-4718-9a63-bfed20dc81af", "name": "Replace access profiles", "originalRequest": { "url": { @@ -27828,7 +27828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c9ead35-9486-4a6f-bdb0-9f135577d07f", + "id": "0e042875-fe16-4012-a67d-cd31a4b7da87", "name": "Remove access profile", "originalRequest": { "url": { @@ -27894,7 +27894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7c14cf0-d8a6-4b2b-8975-bce9c22214e0", + "id": "b071b303-17e4-41a5-a8e3-9cd79f1cbb59", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -27960,7 +27960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce149600-f7f8-42ab-ad9d-362dd1e849cc", + "id": "ae7f117f-d3b5-4354-9f1c-9921422c7d3e", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -28026,7 +28026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0a80294-6a17-4d2e-9a27-92f0121133da", + "id": "edf781d3-ed09-450b-b5fb-a60e02519fd9", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -28092,7 +28092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b628c2fc-5c8d-4b87-8a88-77c108dd331a", + "id": "093ebaa3-07ee-4878-b2cd-ba2315d80e47", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -28158,7 +28158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6125aa29-2a64-4304-a507-a22892806541", + "id": "5ccb34c0-e46c-4799-a264-5c61dd484426", "name": "Add access profile", "originalRequest": { "url": { @@ -28224,7 +28224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcc9897f-3317-4f9b-8089-361ce4fb74f4", + "id": "80639d66-7cbb-407f-af7b-eec2da608bec", "name": "Replace access profiles", "originalRequest": { "url": { @@ -28290,7 +28290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d1e4c5-f3a5-40a8-be72-720fd07aa07e", + "id": "4bd9d30a-c020-4386-ad55-69158cd66b24", "name": "Remove access profile", "originalRequest": { "url": { @@ -28356,7 +28356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a26db9c-cab4-49c9-8d1b-99bcfb896808", + "id": "8e57cdcc-cf32-46b9-ab26-55c659354a57", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -28422,7 +28422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "870fd7b1-9866-4479-ba7b-3b174c0bf6d0", + "id": "3ef3b0be-eecc-4ff7-9833-141052ad9414", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -28488,7 +28488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c184ace7-083e-4cb0-82c5-d478b8b59ec9", + "id": "c9868418-4a47-441e-8364-0352f52d0229", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -28554,7 +28554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d8d9199-f305-492a-8e97-f0bb51d664a8", + "id": "c35a6ade-e8a3-402e-a7bf-49bd25a527de", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -28620,7 +28620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56d0f1c0-66d9-4990-bc9b-44f69c7ea3b1", + "id": "431a2407-a204-4773-93bd-6bdac2dd77ca", "name": "Add access profile", "originalRequest": { "url": { @@ -28686,7 +28686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e59fcb54-8841-49b7-8a22-5fde11ebd72b", + "id": "8283f2c2-5a66-4e3a-8a6e-d7deb50b4656", "name": "Replace access profiles", "originalRequest": { "url": { @@ -28752,7 +28752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5beafe5-099d-4080-9323-93556dc107df", + "id": "6d046040-4ef0-40b4-b98e-f5ae6ff4b621", "name": "Remove access profile", "originalRequest": { "url": { @@ -28818,7 +28818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e796f83-d02b-4519-afb2-409f48ca8654", + "id": "18727dac-e334-43ce-80e9-83ae340dc0e9", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -28884,7 +28884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b118f75b-523f-4d20-a61b-e57055557dca", + "id": "b55e8021-6767-49c7-9053-7769348d5285", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -28950,7 +28950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddbc1cd3-2e42-4ba4-b34a-f7e41f9bc4a1", + "id": "d5ebcd90-d1e2-4aef-ba49-7fb60931bdd9", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -29016,7 +29016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4d78e3d-f99f-4a27-bfc2-d962cf7bde7c", + "id": "350affb1-a86b-42cf-9737-092833d7e029", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -29082,7 +29082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "018ca0b6-55d3-40c1-8baa-7dbea7d29ae6", + "id": "67566129-6aa6-449d-a37a-6a9773cbb2ac", "name": "Add access profile", "originalRequest": { "url": { @@ -29148,7 +29148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be25ba55-c84f-4d96-9af7-18fa4d3778d8", + "id": "9fef8b95-6f00-4a4c-9ac2-ca10b40a5538", "name": "Replace access profiles", "originalRequest": { "url": { @@ -29214,7 +29214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96fa83c6-c051-4e66-b169-54d07818b03e", + "id": "d53986e2-4387-4e50-8c70-53040e895487", "name": "Remove access profile", "originalRequest": { "url": { @@ -29280,7 +29280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de96daca-fdd2-47fc-8e10-62c244d1842a", + "id": "e757c708-5873-466e-8b7a-29e86b0780ca", "name": "Make an app enabled and matchAllAccounts in one call", "originalRequest": { "url": { @@ -29346,7 +29346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59c9f26e-67bf-4273-b070-b6ca16dbde8e", + "id": "d081f230-d556-4eb7-a4d1-6e0d4ea15d6b", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -29412,7 +29412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e770d97-a2d8-4cea-9831-80a7ac20dfd4", + "id": "dceaa9e1-1c95-47f5-b031-a188dbd7a058", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -29478,7 +29478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64e5705f-3824-4d68-9a7c-7e910414a110", + "id": "e2afe14e-45ae-444d-b1ed-2820158ea1d2", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -29544,7 +29544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee194e38-d82f-4cf2-a837-f0ea7e07949f", + "id": "4ebad5d5-d31a-435c-a006-595c27f1e823", "name": "Add access profile", "originalRequest": { "url": { @@ -29610,7 +29610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c716bd0-55f1-4226-a02c-d7a7d1fda8a1", + "id": "b2b0d762-2868-4e55-b7fc-66070e66328d", "name": "Replace access profiles", "originalRequest": { "url": { @@ -29676,7 +29676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "452149a3-de26-4a0f-9612-739a062c0c80", + "id": "34e0d744-076f-4e24-9948-728daf9f41f0", "name": "Remove access profile", "originalRequest": { "url": { @@ -29742,7 +29742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29069b66-b1ad-4b9f-8532-df7eb4559657", + "id": "96210196-f255-4e6a-a2c3-4ccd19a45892", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -29808,7 +29808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b40a8336-ef4a-4961-a404-95c77360c89c", + "id": "749ba5da-e833-4739-90f1-1f60250368d5", "name": "Replace an owner for an source app", "originalRequest": { "url": { @@ -29874,7 +29874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1542e1fe-db5e-4b4e-a6e5-292b70d99d6b", + "id": "66748950-a8d2-476e-b517-e4463db17552", "name": "Update the description for the source app", "originalRequest": { "url": { @@ -29940,7 +29940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "661cd2df-6d9f-41a6-b9f9-c4b940f438d9", + "id": "64a5140a-50dd-4070-b640-c0323b1ef4af", "name": "Update the name for the source app", "originalRequest": { "url": { @@ -30006,7 +30006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bc8ac40-79e7-45d1-a276-8fb0da71708f", + "id": "9626d63c-7e77-43e8-86fe-3d6644de6a73", "name": "Add access profile", "originalRequest": { "url": { @@ -30072,7 +30072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a7eb8af-f0cd-4a32-b13d-77307ceb216c", + "id": "7119581c-583d-4d7b-a51c-a8ac186c8494", "name": "Replace access profiles", "originalRequest": { "url": { @@ -30138,7 +30138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aa40b94-f055-42f1-ba6a-e7a3d5d1db1e", + "id": "5cb2616d-ea40-4252-b4be-b4ba7636745c", "name": "Remove access profile", "originalRequest": { "url": { @@ -30210,7 +30210,7 @@ } }, { - "id": "9681976f-d06e-4d4b-8e71-150a42dfb2a8", + "id": "3002e734-421f-4dd9-b009-8c7b213038f3", "name": "Delete source app by ID", "request": { "name": "Delete source app by ID", @@ -30260,7 +30260,7 @@ }, "response": [ { - "id": "6d9f6a18-8f79-4208-b027-c1c014a8fa4d", + "id": "88dad405-22b7-40fe-b487-6e483d114543", "name": "Responds with the source app as deleted.", "originalRequest": { "url": { @@ -30313,7 +30313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb348c83-b388-4fa0-a5e8-f2ff0fa2ef49", + "id": "2a1f3f96-45e8-497a-a0ad-b099910c439b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30366,7 +30366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dfa825a-8b5b-435c-bee4-633e626b97b8", + "id": "fc98086e-b4e7-4cc8-a9e4-2cb512f9874e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30419,7 +30419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba7ec046-8bc4-468f-8371-f97886b65dc3", + "id": "a0d574fe-71f5-4308-afda-3f405f3ca7c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30472,7 +30472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "030f69eb-ae11-46b3-b378-eb3c5125dfdd", + "id": "c038c696-f5a4-4e9d-a735-01d1936d07c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30525,7 +30525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49fc7dee-7616-4797-bf0a-8bcc1b40772b", + "id": "edbe3690-f9fc-435c-bbbb-6f6961d15326", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30584,7 +30584,7 @@ } }, { - "id": "52f5e74e-a127-49e2-9914-ea1c196c79ae", + "id": "36a3ed8a-c185-47e0-8522-0cd15c5c9c3b", "name": "Bulk update source apps", "request": { "name": "Bulk update source apps", @@ -30636,7 +30636,7 @@ }, "response": [ { - "id": "0e82cadf-096f-4b36-98da-2f3632413a96", + "id": "404e47c8-c890-48d1-9827-c62ad9c6aa03", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -30692,7 +30692,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1485192c-e30b-4132-9ad2-6ba80a0544e3", + "id": "d97f057d-cd8a-4950-aa6a-363344bf9016", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30758,7 +30758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a952337f-d2f2-4259-81f8-7cbb9a3bebc0", + "id": "f91caf8b-5841-41e9-9b11-3407c8baa9bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30824,7 +30824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc972e63-9e58-4d0b-be2d-46c76bf038f6", + "id": "be6ba349-d540-44b7-9d90-5d66b37f48bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30890,7 +30890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "097acb42-0c25-445e-bddf-c657505c71fe", + "id": "65a4e7d8-7af2-4e55-b965-48e94c19e2c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30956,7 +30956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c81dee7-c130-428f-abaf-b7290a3c4b0d", + "id": "8d070a52-5388-4e92-b166-2baffe8cc259", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31022,7 +31022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23599318-5e60-409c-9003-8d7d6c273cc2", + "id": "43443d16-3ea1-42a4-8bc9-7027bb5f685e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31094,7 +31094,7 @@ } }, { - "id": "4217bfbc-ec34-44b8-84f6-77880dd717b4", + "id": "818c0343-2f43-4cf3-83c6-8213997b0781", "name": "List assigned source apps", "request": { "name": "List assigned source apps", @@ -31170,7 +31170,7 @@ }, "response": [ { - "id": "b561a3e9-101c-4b18-a732-33e5df47911f", + "id": "17cfaa87-e0b7-45dd-ba75-2eacf956cb06", "name": "List of source apps", "originalRequest": { "url": { @@ -31260,7 +31260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f9f2c8-6e13-485b-89d6-a148686391c3", + "id": "fe6f26d3-530f-4081-9431-461959c51ad3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31350,7 +31350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13be758a-3a48-4ad1-9e4e-470b4d612b2a", + "id": "60ea10e5-dbb9-4aaf-ab7e-0c644192b5e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31440,7 +31440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad78ca94-4ff3-42a3-9a40-4cf8fb6febe1", + "id": "1c3b377e-9722-4251-b7e3-7297f67896b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31530,7 +31530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90cdd308-25c9-43d7-9a21-3e16ccefe54c", + "id": "67fb7d53-8fb2-49f3-a704-0521ecc089b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31620,7 +31620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a74ee7a-05ae-4665-b8ae-73db3cf083e0", + "id": "405d1d6a-6ebc-477c-95b1-81218b8feb67", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31716,7 +31716,7 @@ } }, { - "id": "66d1de8b-0228-4314-80bc-08e13756824b", + "id": "bfe4ef7f-3144-4c33-8f10-c441f9f70e49", "name": "List available source apps", "request": { "name": "List available source apps", @@ -31791,7 +31791,7 @@ }, "response": [ { - "id": "2cfea273-bdd0-4b1d-9c76-61abc929d7c2", + "id": "88c07e48-b172-475a-80c7-a7140a065e77", "name": "List of source apps", "originalRequest": { "url": { @@ -31880,7 +31880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ec70a34-4ded-41ae-95fd-5b9728951275", + "id": "758725e2-c1de-4c0d-b9d7-80dc64e8abf0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31969,7 +31969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aec93749-c9e8-436e-9035-8b461e6643e2", + "id": "a740e2c9-dd0b-4305-acfb-9e1a2feb7e1c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32058,7 +32058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26f43e14-29b2-456d-9ad0-9a0770c3613c", + "id": "fc1f3228-aed7-4c49-80e0-4679eea056b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32147,7 +32147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00895bbc-0498-49ee-ae0c-af8db5660dc0", + "id": "443cde98-c78a-455b-9b79-1d111afd07ce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32236,7 +32236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d5f1071-4231-4615-91c0-498001aeed7a", + "id": "fa3d7cae-c581-408c-b758-e53f62b6c518", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32331,7 +32331,7 @@ } }, { - "id": "eeb3b821-fa04-4096-8303-a595ff0c167e", + "id": "82134d0a-9c7e-4d9a-acab-d576e9bd3b54", "name": "Create source app", "request": { "name": "Create source app", @@ -32382,7 +32382,7 @@ }, "response": [ { - "id": "4d902845-43f1-4370-a137-d108d4f2706a", + "id": "0d917859-5839-40d8-80e8-38673542a22d", "name": "Responds with the source app as created.", "originalRequest": { "url": { @@ -32447,7 +32447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a894bc6a-723e-4a7d-9da0-4e9e86b016d6", + "id": "b41f08c3-7f19-441f-98a3-b5cdd92159a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32512,7 +32512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "631c25e8-83bb-4ffd-b77b-ef3904a60235", + "id": "7fb549d4-b561-4aca-be05-9b75ba5bd377", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32577,7 +32577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41153a72-5b65-4466-8e05-113e1dbc44c7", + "id": "c93ee72c-13cb-49bd-85ca-246a3cf29956", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32642,7 +32642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ee7bd8-45ef-4f2f-937e-728d4d6d3f51", + "id": "6750278c-6a66-407e-b5f1-2411589a0613", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32707,7 +32707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d20b3cc-060a-4010-81ac-5ce7460d00d8", + "id": "acfe8d85-e203-46a6-993b-615e6f6397c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32778,7 +32778,7 @@ } }, { - "id": "d51dd378-cb7a-4705-b820-10558b55b7da", + "id": "7878b9e8-7bcb-465c-aa08-0848e5ed742e", "name": "List all source apps", "request": { "name": "List all source apps", @@ -32854,7 +32854,7 @@ }, "response": [ { - "id": "069c3f23-f286-4bf6-9f51-1c92b21a27cf", + "id": "5d9f5e81-dd1e-4ece-a272-cc5a370b49dc", "name": "List of source apps", "originalRequest": { "url": { @@ -32944,7 +32944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c398dbf-b78d-4da9-a627-3b2de9de4684", + "id": "60eea211-38ef-4564-8dc2-ecfc12936f5d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33034,7 +33034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb4a1843-8ffd-4192-b44a-990529a9e9c2", + "id": "4e8e11e1-ee30-4220-87dd-7eca6bf5b302", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33124,7 +33124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06ee2299-f5d9-425a-9eca-853eef792d9a", + "id": "0b74c47c-2da9-4555-8b78-b6415c256c38", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33214,7 +33214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6a34141-cf29-41e5-8f50-e50db0336a02", + "id": "6f38240b-f4ef-4f38-9f33-a60fe0acdfe7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33304,7 +33304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c02e38-6e19-455c-b48f-d8600ced9d07", + "id": "dc2c9aa0-0721-464f-9de8-d100bb1862cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33400,7 +33400,7 @@ } }, { - "id": "328f1248-9d42-45ee-811c-ff9e5ec4adf5", + "id": "e49a4900-12b3-42dc-938a-0d1de5b6cd21", "name": "List access profiles for the specified source app", "request": { "name": "List access profiles for the specified source app", @@ -33470,7 +33470,7 @@ }, "response": [ { - "id": "fcfe45f4-bf7e-4c46-9a06-c0f7af2f62a0", + "id": "53d850f3-305e-4f20-a754-5027d084ba2a", "name": "List of access profiles for the specified source app", "originalRequest": { "url": { @@ -33543,7 +33543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27b38a4b-0020-4313-834b-00068bb4a654", + "id": "7b9fb449-f591-4e6c-b81b-b44664b1c868", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -33616,7 +33616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c00968-31a1-43df-a29a-b09d1dc59610", + "id": "b1a05823-7154-4e6d-845a-4f9f477eae1f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -33689,7 +33689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e14ad10-aac1-45a4-bb91-166456c9da57", + "id": "4087ad30-ee92-4460-8d63-35bd7b629778", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -33762,7 +33762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f55b638f-605b-4e00-9df8-0b90cf7850e1", + "id": "e66f9765-df1b-4eec-b9cf-fc16465fa255", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -33835,7 +33835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "337613e8-055f-4db7-bcbf-9646a5627b4e", + "id": "d2df53d3-2e41-41c8-9a8d-77280bb8085d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33914,7 +33914,7 @@ } }, { - "id": "9a61850b-d020-4629-a81f-7227aadca697", + "id": "0a499ca2-04e3-4942-8df7-8bf5acdae6ee", "name": "Bulk remove access profiles from the specified source app", "request": { "name": "Bulk remove access profiles from the specified source app", @@ -33989,7 +33989,7 @@ }, "response": [ { - "id": "01479fe7-10be-4094-a877-a936daf4bfb4", + "id": "35b4e908-5b8a-4ff3-ad2d-5e7c5bb7a0fa", "name": "The final list of access profiles for the specified source app", "originalRequest": { "url": { @@ -34067,7 +34067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cdbd6f8-cf1f-4b53-b8c2-40d82f49ac7e", + "id": "431e552c-c1b1-420a-89c9-403c6a549171", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34145,7 +34145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6905339-34ef-462f-b4a5-cd1625d8fe25", + "id": "50d3e7e4-2dea-41b0-a5a8-caadd0c0830f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34223,7 +34223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80db2e75-8afe-4c5e-8b12-2925a600bf42", + "id": "daa082ea-1195-46cc-8d91-941192d0c0e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34301,7 +34301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3301776a-3320-405d-a711-d857dc35014b", + "id": "a4807dd1-01fe-4f01-9988-3f1121f13ba6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34379,7 +34379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19f993b2-8bf6-4847-90f4-a7f9b6c3e4b6", + "id": "e9260c35-f222-43f2-bb26-0475b35a16ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34463,7 +34463,7 @@ } }, { - "id": "17754c6e-ea34-46c4-b7be-b49792d865ba", + "id": "96a5e4d9-39a4-45f2-93ba-3fd733766d35", "name": "Patch user app by ID", "request": { "name": "Patch user app by ID", @@ -34526,7 +34526,7 @@ }, "response": [ { - "id": "7af796f0-cebd-4f6b-8b0a-4c06f6c2232a", + "id": "9739f499-db9e-4a0f-ad76-0229cbe2fad5", "name": "Responds with the user app as updated.", "originalRequest": { "url": { @@ -34592,7 +34592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc1645d1-f8db-46a4-98b2-1695ea47ab77", + "id": "d0231e02-3236-46da-8fb3-8ed4aac436c3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34658,7 +34658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c4deb35-e79e-43b3-8127-df050f759d2c", + "id": "482684b9-f6cf-481e-94f8-687a0e5af0bc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34724,7 +34724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf1bdffb-9ebb-4668-b0e2-8d274116d8ed", + "id": "6732d970-65b0-443e-90fd-5bca52a39b5a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34790,7 +34790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c28648f9-4cc5-4e37-8e87-54406c23ce19", + "id": "77f1ecd0-1e14-4790-957b-25ff92dd4528", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -34856,7 +34856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dcbc490-a924-49cf-8c8d-5ed9c90145a5", + "id": "b4fa815b-ca2d-4c79-a195-fe180ed1fc97", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34922,7 +34922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12d7439c-17a4-4516-90e4-0832592ecc8e", + "id": "a5253302-465a-4aee-961f-2ebba22bd7c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -34994,7 +34994,7 @@ } }, { - "id": "632e503a-de9a-4c3e-bf8d-4210ae8dd668", + "id": "24d6e7ec-a16c-4654-88e2-720c1d9542f8", "name": "List available accounts for user app", "request": { "name": "List available accounts for user app", @@ -35064,7 +35064,7 @@ }, "response": [ { - "id": "aabbc802-6fca-4db2-b74e-8b9953443dd4", + "id": "c611ef24-ec15-4cb2-ae5d-61d4777146de", "name": "List of available accounts for the specified user app", "originalRequest": { "url": { @@ -35137,7 +35137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a188e11e-a74f-46a5-93c8-e04385c51cea", + "id": "22ad89c4-89c5-416f-9b62-9fba517da262", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35210,7 +35210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c677f013-c12e-461c-aca7-ef9a0dbc31a0", + "id": "63c9d1f1-a81f-47d3-8f5c-7fb2d331ec04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35283,7 +35283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "815e7cb7-e2af-42b5-8392-ba24fb228a86", + "id": "e381a17a-faf7-439d-b0e3-5c37325ea690", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35356,7 +35356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49ddac2f-7f3a-46e4-be07-297e8c7e2d42", + "id": "1edabb6c-e6bb-42e9-943d-9ac8b7063756", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35429,7 +35429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae3f6ae9-ee91-4660-bff1-f025bf0740ab", + "id": "66776bb8-f411-487c-a5c2-79c1f5c71273", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35508,7 +35508,7 @@ } }, { - "id": "c409a534-4577-4879-8e3b-4359e5fdfcbe", + "id": "a3588a60-3fe2-44f1-b689-87a14f1b24c6", "name": "List owned user apps", "request": { "name": "List owned user apps", @@ -35574,7 +35574,7 @@ }, "response": [ { - "id": "247b4099-e8ed-402b-a5ec-245603da959e", + "id": "507c9d40-21cb-4f7c-b5eb-cb44ecd551be", "name": "List of user apps", "originalRequest": { "url": { @@ -35654,7 +35654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019fdc74-9265-4ee6-97ff-043e7ff67709", + "id": "7cd7328d-5931-4961-8ac0-949b0f7ba2db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35734,7 +35734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3c56078-9689-4e5f-8c45-fe422e68f784", + "id": "6a0f4846-ba71-487c-9d82-c2bfc1c4cf45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35814,7 +35814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1bfc0ae-8a41-4a2b-96b9-2f5d9b2237d1", + "id": "fc638322-e8d5-4a8c-b4b8-bf575b9fccc9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35894,7 +35894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39cee53-bcb5-492f-84f0-96ed306d10d4", + "id": "eee635d0-40c8-48bf-8f96-ed7b1ebeb641", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35974,7 +35974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3783ab5-fad7-4c27-8937-17a14b2244b7", + "id": "052cea30-78e2-48da-9bd5-0934329e5cee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36060,7 +36060,7 @@ } }, { - "id": "7784087f-9ede-4795-a8d8-b005a2ba1848", + "id": "5731bf9b-a1b1-4f38-8d91-138df2690d1b", "name": "List all user apps", "request": { "name": "List all user apps", @@ -36127,7 +36127,7 @@ }, "response": [ { - "id": "3985b5d0-535d-4173-9de1-89c7d7564027", + "id": "76dac944-5159-4d49-b4ec-d9ec116cc155", "name": "List of user apps", "originalRequest": { "url": { @@ -36208,7 +36208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a8b3b20-9588-44c7-9fde-049a26791a66", + "id": "c815a48d-180b-431a-a0e9-915cc2bd5ae6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36289,7 +36289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aa4304d-c061-4d14-a794-37df59f48e72", + "id": "1476552d-7f5f-4dc2-acd5-04162f5be043", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36370,7 +36370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5988ad8b-36e7-4354-b0d4-53f8a83a4b13", + "id": "6be06702-8fd8-4b97-9837-b7d8fc934983", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36451,7 +36451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb3fc75-5740-49d6-9b16-76965eb72e43", + "id": "5a003fbe-86d7-4090-bba2-ff632f48dcaf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36532,7 +36532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aae14b7-2a2c-44c0-ad94-62f17cba4cfd", + "id": "ab04a72d-060c-4dcb-9b8a-7d9084b8ee27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36625,7 +36625,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": "8d05349f-aa52-4e7e-9b9b-d807c3efa2be", + "id": "efba89f2-8c8c-436b-a7a9-cb76d7e88c8b", "name": "Get list of Auth Profiles.", "request": { "name": "Get list of Auth Profiles.", @@ -36663,7 +36663,7 @@ }, "response": [ { - "id": "19ac2b71-7d3b-4a01-a105-b0b286cc2afb", + "id": "e37371d9-f950-4649-aeb0-b8cbe4df8194", "name": "List of Auth Profiles", "originalRequest": { "url": { @@ -36715,7 +36715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eaa9b5e4-5524-491e-8196-8b0eb0ada1e3", + "id": "42f58fdb-dd77-4fb9-997a-71e9c297288b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36767,7 +36767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d519ee44-5dab-4f5e-b1da-3932cb887d77", + "id": "c3398f3f-b2f0-4ca4-b66a-83d1f88b64e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36819,7 +36819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f1ca8f-ebb7-4a60-91cb-0e5ec8971756", + "id": "b4646b3d-0680-42ef-9cac-853731358529", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36871,7 +36871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0eb49df-2a4a-452d-b733-b211ca540c2c", + "id": "edc277dc-a280-40e9-a0b5-f9ae5da765a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36923,7 +36923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8de0b7c1-2923-4d7b-b699-ec804815f10f", + "id": "de7dfecc-4654-4091-90ee-22e56d807d13", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36981,7 +36981,7 @@ } }, { - "id": "fe888397-e2d4-4908-a0d9-41df91d4cb04", + "id": "5be9fa4e-dd95-4fbd-9762-fc6efb9dec19", "name": "Get Auth Profile.", "request": { "name": "Get Auth Profile.", @@ -37025,7 +37025,7 @@ }, "response": [ { - "id": "8e1de8fb-1730-4e0d-927c-9216cff9ed2c", + "id": "98be1923-e183-481c-b335-93f59875ddba", "name": "Auth Profile", "originalRequest": { "url": { @@ -37078,7 +37078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd2f181c-0376-48e4-9dfb-74847810eab7", + "id": "b868386b-9317-4958-8eda-0f89fd1040fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37131,7 +37131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6da325ce-2322-4876-a027-15dd94fcb6c5", + "id": "b5f76bed-255d-4ab8-b26e-87afe78f359f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37184,7 +37184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6c1784a-641c-47ba-9e35-af608f37a48b", + "id": "a66216ba-b25f-4f9c-b56c-11b2fd557cf9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37237,7 +37237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26862396-7739-4330-a0d0-07d6cfbeb92c", + "id": "8806e74b-cb4d-41b0-9408-5fbd857dceb6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -37290,7 +37290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "299cd1d2-bcf3-4307-bc41-1e7a1cd87b68", + "id": "569fe76e-f7dd-49ff-91d5-fb6526cb3398", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37343,7 +37343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "064d8a6f-4a53-424c-8580-0c22bdc82aa9", + "id": "9ccf1b77-c772-417c-86c6-e8b9bc4a8696", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37402,7 +37402,7 @@ } }, { - "id": "2b4e56d9-5385-4b23-8b0d-e9121a6086bf", + "id": "a73cb748-e81e-458f-bd3f-cc0296bb4100", "name": "Patch a specified Auth Profile", "request": { "name": "Patch a specified Auth Profile", @@ -37465,7 +37465,7 @@ }, "response": [ { - "id": "786bff4b-70ac-4acc-95f4-9a24e910ee66", + "id": "7e1c8589-411a-4996-a36b-dec04a9d01cf", "name": "Responds with the Auth Profile as updated.", "originalRequest": { "url": { @@ -37531,7 +37531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b37dd1ca-887d-4451-b62d-82b20f968365", + "id": "6e079cd4-4152-4066-8494-335fa5b28020", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -37597,7 +37597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc4d73c8-78ec-453b-aa7e-33babc30a413", + "id": "5c8a2932-aa61-44fd-be70-a6a71aa7363c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -37663,7 +37663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93a658c0-f84c-4427-9f42-060281880366", + "id": "0b9e4ff7-5c94-42d6-8074-0315019d5cb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -37729,7 +37729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de34832-bb2e-4c98-887e-d18b34c7f2b9", + "id": "eae19288-1d5f-4461-b886-4bce769d15f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -37795,7 +37795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2aff61b-ed39-482a-b01e-e1728534f397", + "id": "e89a6107-1c40-488d-aec5-a1fea78d1e96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -37873,7 +37873,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": "d88950de-2886-483c-abce-6a13b8e0f090", + "id": "4dc33904-3854-4a22-ad26-04dcb59e3c6e", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -37914,7 +37914,7 @@ }, "response": [ { - "id": "1fb20444-e8f3-4048-914f-864c7507bfa7", + "id": "b84cce03-d2cb-41c0-a5c5-d1927f5608b9", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -37958,7 +37958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73ac169b-1178-40da-8519-6d10765aeabf", + "id": "0558448a-4b51-436d-9395-51d552be03d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38002,7 +38002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08038b23-ee24-4208-9dff-b1f3a821c8fb", + "id": "85c138d2-af36-49db-b78f-6739e56f4b4c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38046,7 +38046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57d92edf-8a5e-4077-8407-05f7f8f4a057", + "id": "2c694c80-9feb-4a8f-9432-9f4fb67c588a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38090,7 +38090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a51fc77-3372-4e80-8e73-7f452cb06a9f", + "id": "dbbdbd42-8049-4ca2-92a6-19590a55ef1a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38134,7 +38134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "024f425b-b460-4f44-958a-eb6a3025a7d1", + "id": "ef76a129-c257-4271-a509-c20783f98aa1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38178,7 +38178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7a8ff51-c521-49e4-bf88-4d7933868c0e", + "id": "a2d74ec8-25fc-4683-af86-2560f3a2d823", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38228,7 +38228,7 @@ } }, { - "id": "fc3a4901-1731-4693-807b-350edc5a812c", + "id": "5ee58a97-e054-4f6d-a4f9-0e724a330676", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -38282,7 +38282,7 @@ }, "response": [ { - "id": "407330e4-689e-41ce-a009-92da195c5d5c", + "id": "967eaa19-de14-4546-b551-54b5ee803acc", "name": "Auth user updated.", "originalRequest": { "url": { @@ -38339,7 +38339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee7bfa75-1c62-4ded-810a-894d4f2c2c3e", + "id": "37bf3229-78d9-4a50-81bf-3b07c889bcfd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38396,7 +38396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1e738da-5539-4d94-b9bf-94e5cc994d8d", + "id": "392f107f-dcb9-422c-9e2f-42d2958a1919", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38453,7 +38453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68f33ff3-76e0-451c-96d5-59a0dd0b6d21", + "id": "07d52898-52da-479a-bd04-c752c17a0103", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38510,7 +38510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7041c091-49dd-4de3-bb8d-ecd3b2a42f79", + "id": "58501ee0-b7df-44f5-a810-6d48440bcab0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38567,7 +38567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95dd4883-bcdf-4785-8f1d-4ddd38c05d44", + "id": "fa65a37a-f1ea-4b0d-9c70-dfa0c4957b46", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38624,7 +38624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbc239df-f83b-4717-bcab-005ad7ee738f", + "id": "cc4bb3a3-ef82-4480-a3a8-84e45c95365b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38693,7 +38693,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": "0b3ec536-0de1-4ccc-8055-f0045290b2d9", + "id": "2bf8e660-1f81-49c6-ba9b-ec0efd65282a", "name": "List of branding items", "request": { "name": "List of branding items", @@ -38722,7 +38722,7 @@ }, "response": [ { - "id": "972b9f18-da6f-4562-9184-f2939f5b9845", + "id": "dc1cba09-12c0-4c66-b18d-7564b29b082b", "name": "A list of branding items.", "originalRequest": { "url": { @@ -38760,12 +38760,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"reprehenderit Lorem\",\n \"navigationColor\": \"in\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"irure ad eiusmod exercitation\",\n \"navigationColor\": \"eiusmod officia d\",\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\": \"eiusmod tempor\",\n \"navigationColor\": \"Lo\",\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 sunt ea eiusmod\",\n \"navigationColor\": \"fugiat sit\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a1fcf33e-9db4-41f7-a92d-40162e4d5c45", + "id": "809c015a-996e-4eae-bad9-199598ece5a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38808,7 +38808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "559d680e-3b63-4fcf-9e97-d7b0b203d52e", + "id": "26a69327-5778-4011-9a3d-2ee02935b410", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38851,7 +38851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8114b558-9dcb-407c-83cc-4f6d13101c35", + "id": "170c6b9c-5011-4a4f-940e-f311bc244760", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38894,7 +38894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd37829f-ba91-42d4-a751-b669c6693a1b", + "id": "fa26dd58-24ed-46e4-ab94-7665d4585d35", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -38937,7 +38937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5723890-7962-4de0-bda8-572b20fa3e45", + "id": "a89e8f17-56aa-4b93-adcd-5aa00dcc1a50", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -38986,7 +38986,7 @@ } }, { - "id": "5a963e5c-3145-48c4-9534-05ef4e5971fb", + "id": "30da0f12-235e-4ae4-aa09-8b0b5c5a1936", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -39051,7 +39051,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -39060,7 +39060,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -39094,7 +39094,7 @@ }, "response": [ { - "id": "878d8849-18d7-4ca6-9162-8213a6031abc", + "id": "2512eb7d-9112-47e9-aaae-0ed47a39a1e4", "name": "Branding item created", "originalRequest": { "url": { @@ -39162,7 +39162,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -39171,7 +39171,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -39211,12 +39211,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"occaecat ullamco in\",\n \"navigationColor\": \"Lorem aliquip\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"cu\",\n \"navigationColor\": \"mollit cupidatat do amet quis\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4eb66f83-c842-463d-91e3-4b82a46a09db", + "id": "3c248808-0848-482d-8ba2-e02e0d7e2702", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39284,7 +39284,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -39293,7 +39293,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -39338,7 +39338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2944191-984a-475e-8133-c398b6c227ec", + "id": "78f4a010-5619-4f48-aa72-8f563b45b416", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39406,7 +39406,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -39415,7 +39415,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -39460,7 +39460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd615e44-b83d-4e89-80ef-26a3a9f523c3", + "id": "2901ca49-297c-4336-9d63-9d70add67c85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39528,7 +39528,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -39537,7 +39537,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -39582,7 +39582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eef35a7b-a66c-4dbc-a2f0-292d80cd9371", + "id": "be4e0512-c3ab-4f4e-9e88-8b7a1bbaf9a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39650,7 +39650,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -39659,7 +39659,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -39704,7 +39704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8d119ad-72cd-4bee-a3b8-0e704c5a16e0", + "id": "e59ca366-5686-4c13-82b6-c93e01def385", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39772,7 +39772,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -39781,7 +39781,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -39832,7 +39832,7 @@ } }, { - "id": "337e0d09-62d8-4606-b8bc-82f126832b5b", + "id": "fae1eb52-66bb-4669-97a2-dd7ef8376102", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -39873,7 +39873,7 @@ }, "response": [ { - "id": "7efbd0ff-57a5-459e-8331-2f576e3090d8", + "id": "4a7e39b0-9a67-4b1a-8090-c6217c98486b", "name": "A branding item object", "originalRequest": { "url": { @@ -39912,12 +39912,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"occaecat ullamco in\",\n \"navigationColor\": \"Lorem aliquip\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"cu\",\n \"navigationColor\": \"mollit cupidatat do amet quis\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d80616b5-4f8d-483f-8267-ccad49b9a178", + "id": "f568e1a2-e49b-4e88-9b78-346069a3ea8f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39961,7 +39961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa57ffa1-79eb-4287-b94b-38356cccddc3", + "id": "778a1c89-6193-4e40-b404-4b2381341180", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40005,7 +40005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac353dfd-61b3-4d2e-959b-4847f8aa0128", + "id": "5fce9d5b-f2a0-49ff-ae85-e4c8500f691e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40049,7 +40049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd329c55-8db9-4abe-ba7d-4b30b86808e0", + "id": "89565a28-2aac-41b3-82d3-6b8bbf4d78af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40093,7 +40093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be9ce104-2f3d-45bc-afd1-d02ba64cb325", + "id": "86ee097c-480f-4ca0-b137-f0554405b11d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40137,7 +40137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29100d45-f072-4c04-8dc6-8670a421651c", + "id": "bf46e3ec-1380-494d-9ed3-ab0ba4be34d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40187,7 +40187,7 @@ } }, { - "id": "609288be-7c7d-4154-a761-354112a6e288", + "id": "b27bb070-dadd-46ef-b5f9-833448bab848", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -40264,7 +40264,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -40273,7 +40273,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -40307,7 +40307,7 @@ }, "response": [ { - "id": "9307f3e5-9357-42b7-8d9a-6696a689c790", + "id": "a91e89fc-f092-4eac-ab2b-603f33dd5a64", "name": "Branding item updated", "originalRequest": { "url": { @@ -40376,7 +40376,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -40385,7 +40385,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -40425,12 +40425,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"occaecat ullamco in\",\n \"navigationColor\": \"Lorem aliquip\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"cu\",\n \"navigationColor\": \"mollit cupidatat do amet quis\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51646c54-e1b9-4d5e-9ac6-0799c523ac59", + "id": "87d69826-69f7-4ad5-9338-545b41fbb90f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40499,7 +40499,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -40508,7 +40508,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -40553,7 +40553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab014c01-4b1f-4899-88db-ccf9806dec1c", + "id": "a5cfd3cd-7d48-4044-a22f-986e6f72deaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40622,7 +40622,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -40631,7 +40631,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -40676,7 +40676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42eb741d-b11b-4635-8c64-ae035b038db0", + "id": "d919271e-7572-4628-98db-6dde2a37321c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40745,7 +40745,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -40754,7 +40754,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -40799,7 +40799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a2060ea-ddad-48a5-8d72-8d8b0c9c3596", + "id": "2d0ff53f-bff8-4d5a-86d0-acaf33e34b70", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40868,7 +40868,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -40877,7 +40877,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -40922,7 +40922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bddc78c-5110-44ef-ab9c-0df42e64d70a", + "id": "b81adeef-9344-426e-8500-55558812bbfd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40991,7 +40991,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -41000,7 +41000,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -41045,7 +41045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccc85978-b4f0-45d5-9f04-2cef408dfbb4", + "id": "7f004333-6126-4c0b-812f-5b1d39a5f762", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41114,7 +41114,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "consequat sed nisi voluptate", + "value": "culpa dolor aliquip minim", "type": "text" }, { @@ -41123,7 +41123,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "ullamco dolore dolor", + "value": "exercitation adipisicing nisi Duis laborum", "type": "text" }, { @@ -41174,7 +41174,7 @@ } }, { - "id": "cc2ddd3a-cc6c-427c-ad4b-ea6c844ea69a", + "id": "d7fb1da6-1c47-43a5-b8ca-6e8fc86a94bb", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -41215,7 +41215,7 @@ }, "response": [ { - "id": "45590bf8-23fd-430d-a3e3-8d0af03cea8d", + "id": "0d06dbd8-0848-45cb-a511-a0f3bbb96d26", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -41249,7 +41249,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8d3272a5-4488-4a2d-9ee7-13eac232db89", + "id": "d9cbb998-1398-4458-b90e-9545a2460c6d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41293,7 +41293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebb61e4b-1eaf-4fd3-9970-164c8e1020d0", + "id": "01dac718-4de0-485a-a449-0257d5f4a235", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41337,7 +41337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c4a5dbe-fa4b-4b77-93ad-2aa588365d0d", + "id": "6524053e-abcf-4389-9305-3885f0a8226f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41381,7 +41381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "790ef9df-ddec-469e-9557-64cdd6359fe0", + "id": "78746776-7f55-431b-a202-cb8b0b61e858", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41425,7 +41425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab56be1f-c7ee-404a-8e81-fad5644c4169", + "id": "fef2b901-cc07-4539-b6fa-06472eeaf358", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41469,7 +41469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8ec7e6b-e08c-4375-ba6b-d025468149c3", + "id": "10a8fc97-dadc-4f4b-a738-1049a80c038e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41525,7 +41525,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": "0705cc41-19a4-4257-b4dc-624cac7e15b6", + "id": "46c7e9c4-87d8-4e5f-85e7-67d18508057d", "name": "Create Campaign Filter", "request": { "name": "Create Campaign Filter", @@ -41567,7 +41567,7 @@ }, "response": [ { - "id": "8f9fbc20-a307-44d8-8fce-9de3aa5b955c", + "id": "c6295d8d-a4df-465b-bc49-36bd22bf6ee9", "name": "Created successfully.", "originalRequest": { "url": { @@ -41623,7 +41623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "904a11eb-ebbe-443c-a473-d016ef95c922", + "id": "be1317c9-02b6-4d4b-b408-cce5e07e8e0a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41679,7 +41679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48490a94-ef9f-4cf4-8dd3-dabf5e479b92", + "id": "0c8c6d9a-6a58-41e1-9dff-7762ffad5a48", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41735,7 +41735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d171b2d2-d8e2-4e7a-9936-ee0410fc8c16", + "id": "fb7be64d-534f-4bc4-82f7-5c59e6d350cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41791,7 +41791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0882c7c-183f-411e-9269-93858664f09c", + "id": "ddf77871-7c56-4fd4-9f94-cf2190cd0b62", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41847,7 +41847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4a58789-8e1f-4859-bf55-72579511cace", + "id": "411ea99a-3392-4fcb-84fe-d1125bf26f58", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41909,7 +41909,7 @@ } }, { - "id": "fa77ec3a-9ec8-4c8c-8137-e29da4134ed8", + "id": "0e76f2b1-5c2f-4e8d-b0c7-7da65cc465c2", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -41966,7 +41966,7 @@ }, "response": [ { - "id": "f5c0f5a8-eddd-4afb-aed9-ce818c8faaca", + "id": "c6dfd2b1-69b9-4045-ae7d-122fd85467fa", "name": "List of campaign filter objects.", "originalRequest": { "url": { @@ -42037,7 +42037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d45026f8-bf3e-4ee2-aed1-b5677faaee6a", + "id": "1be111e3-f000-4973-9451-40b44eab4bb6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42108,7 +42108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "748d0039-7121-4908-b7e8-7d0f12ec1f68", + "id": "584660e3-366d-4de7-82dc-ed067f601cc0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42179,7 +42179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7acf9d8-11fa-4f64-ac5d-afca83f51c22", + "id": "0d0be0a3-4caf-455d-9b76-9e4bb317ce95", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42250,7 +42250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fb90a77-f06e-4706-bb8c-763769d8c362", + "id": "93037289-3637-459c-8473-2dec3dddb013", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42321,7 +42321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d0c767c-de47-46c9-975e-e8294093035a", + "id": "bfaf04db-e96e-484f-856b-7f26b7a8d3b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42398,7 +42398,7 @@ } }, { - "id": "8cc21b92-f6d9-47ad-8b02-7165ad705c8b", + "id": "bb9dde03-d604-4e0b-91e6-7163698ea9ae", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -42439,7 +42439,7 @@ }, "response": [ { - "id": "b43a50cd-64f4-439e-a2aa-07a7134e2960", + "id": "22a48733-c0a3-492c-abaa-e22f6cfa34ed", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -42483,7 +42483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f469d69f-8376-45bc-9a7b-69700e9da52e", + "id": "84d33d39-56ac-4347-a104-81809d31b48f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42527,7 +42527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8776c56-1314-4729-b3cf-e7b6c1efd1eb", + "id": "97764b1a-ec36-4430-b109-a71de18d5607", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42571,7 +42571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f983e365-7860-4624-bb8e-fbc0731ddfbb", + "id": "a7c89bb4-492a-4638-afc0-b0c1e370b432", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42615,7 +42615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7de38718-ec62-401d-959a-702ad3ac993f", + "id": "52e649f0-bea7-4f00-bd25-3108814d5d80", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42659,7 +42659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae182ae2-8035-4689-8073-34bfb7fff76b", + "id": "e23dde3d-37a4-4218-a4d0-44de248bd6b8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42703,7 +42703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e399eb64-254d-48d0-b9e1-1350de44097c", + "id": "1afe773e-3acb-4503-8a7f-9b1a2e23f993", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42753,7 +42753,7 @@ } }, { - "id": "9495e3b0-6e5f-4c88-b4f8-3ae66b6d31aa", + "id": "327d1b57-16dd-489c-a019-b445efa0363b", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -42811,7 +42811,7 @@ }, "response": [ { - "id": "9ab53e04-403f-4b37-9e8c-acbc40ec2a3c", + "id": "67e4a26f-6add-4485-9dcf-19c2cd30321d", "name": "Created successfully.", "originalRequest": { "url": { @@ -42868,7 +42868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96d9c414-98a1-4312-a623-d7e20a8a6098", + "id": "04b0bbeb-0e8e-4c45-8b7b-0f44aab16bc9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42925,7 +42925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33467234-6b7c-4ae1-b0fb-a983f1ebf97a", + "id": "e0c808e5-2610-4078-8c01-1446ca51f7de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42982,7 +42982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "112fd84a-ae5b-4527-a787-9565cd79bd0a", + "id": "01d8c82c-4067-4391-a25a-7fc8da6bb596", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43039,7 +43039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82ac67cf-038e-4614-aa7a-b3be47345616", + "id": "fb8d7149-923c-496a-9087-62e7a3b1f340", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43096,7 +43096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e365170-2faa-4da9-874c-474ee1585587", + "id": "c8a2c7bd-6a34-4808-ad14-9d6c47f8ad97", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43159,7 +43159,7 @@ } }, { - "id": "c30b5d82-8296-471b-8d43-2e8dcbf7a9cf", + "id": "674d2f82-f80e-46d4-a3fe-9a21d0d0e511", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -43202,7 +43202,7 @@ }, "response": [ { - "id": "159da9e9-d898-46f4-b67b-ca601bb59117", + "id": "935b4ff4-fc57-470d-aaf2-25c54441c1d7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -43249,7 +43249,7 @@ "_postman_previewlanguage": "text" }, { - "id": "089842ec-a4d5-465b-9533-4a28bd8d453a", + "id": "a11ebe85-4abc-464d-a37c-6f8c445edd41", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43306,7 +43306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb955963-028f-4bbf-b280-00e311dce317", + "id": "e1668c7a-bc7e-4447-b348-55fc92a33388", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43363,7 +43363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47e60e49-07b6-4b64-843b-a5b1fe6d79b7", + "id": "5f9bf887-ed1c-4fbd-acfe-5b993d4f983f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43420,7 +43420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f509ccf9-5504-42db-8838-fee40a149930", + "id": "490ac1f2-481c-4062-8a02-dcf6ca11da9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43477,7 +43477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a730704-db8b-4a01-9b00-d84db38b401e", + "id": "5a16db69-a64a-48e9-914a-eb7098cf73b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43534,7 +43534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fa1b0de-0aad-4072-9bd9-b113cd497437", + "id": "48fc9bc9-e401-4af8-89b6-70bb3b887c6f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43603,7 +43603,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": "ee5ff38d-e3de-47ee-b5b8-e7c08ccf5569", + "id": "3f395691-8dc3-4a8e-b341-3801b403a11d", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -43687,7 +43687,7 @@ }, "response": [ { - "id": "37912b66-b608-42a3-9c66-f94f57a1fedc", + "id": "e87f220e-c3d3-49ee-81c8-87fd5276c981", "name": "Slim Campaign", "originalRequest": { "url": { @@ -43785,7 +43785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5437a23-6c03-44f5-8bb2-19f2ff434ed3", + "id": "ba607e03-bb6a-4ade-8a14-dbd0b9feb665", "name": "Full Campaign", "originalRequest": { "url": { @@ -43883,7 +43883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daf5560b-1ce0-4ca1-9fbd-c510a463b149", + "id": "b39d3eee-ce6d-4899-8f17-ea602f491a49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43981,7 +43981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44d39245-3689-4b2f-880a-b9961e66f5ae", + "id": "903f9669-4499-4f61-a6db-ee2e9253bccd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44079,7 +44079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aebc124-5da2-4c6d-98cb-e91c0655f82d", + "id": "e82c291a-a5ce-4a4f-a579-171eae447cd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44177,7 +44177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d07bdc35-2055-468d-a4d0-a8f518a19c03", + "id": "29fa48b6-4e11-4844-b359-a4458c8a113d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44275,7 +44275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41763168-5223-4a1e-acc3-023b86ddfaa3", + "id": "999979c0-25bf-485b-84da-cfadd05a6192", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44379,7 +44379,7 @@ } }, { - "id": "8e72632f-6f24-4311-9e9e-50ef3c348e44", + "id": "b6fd2ca3-db90-4ddf-bbf8-0ca2922883ef", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -44421,7 +44421,7 @@ }, "response": [ { - "id": "735aa8a5-9cb4-4a72-99e8-15a9dba42f2a", + "id": "848fd71d-267e-40bc-8c1b-72ffee73c0e8", "name": "Manager", "originalRequest": { "url": { @@ -44477,7 +44477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0f9426f-a57f-401c-838a-7bfc8f26d3e8", + "id": "e62dd5df-e57d-4179-b5ab-16742bd5676c", "name": "Search", "originalRequest": { "url": { @@ -44533,7 +44533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a7e0c86-f2ad-4b44-9386-8671cae71dc6", + "id": "5f47a8ea-fb59-4958-860b-6238c483bb87", "name": "Source Owner", "originalRequest": { "url": { @@ -44589,7 +44589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25ff40c0-fc81-4c22-b73c-1b6bc759488c", + "id": "a449fdf7-8583-4d9c-ae84-6a835a17eeb4", "name": "Role Composition", "originalRequest": { "url": { @@ -44645,7 +44645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd128307-0950-433a-a131-b6b89628074a", + "id": "0d1d1a96-3bbf-4e49-80ce-a9ffe2af8ec6", "name": "Manager", "originalRequest": { "url": { @@ -44701,7 +44701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "246baa68-834c-41e6-8eae-e2cb16ffbf18", + "id": "3bd1f6aa-79c3-4cd1-ab99-4d4acd80fcd4", "name": "Search", "originalRequest": { "url": { @@ -44757,7 +44757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "208f8499-2ba6-48f4-bc29-978c9e8a374f", + "id": "31bbf0c3-a679-4089-89c0-86258c46cd2b", "name": "Source Owner", "originalRequest": { "url": { @@ -44813,7 +44813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a172955-9a4c-4b8b-8d91-f53a4b01d466", + "id": "3b6d6b0a-683f-4e88-87f0-451b5d8c978c", "name": "Role Composition", "originalRequest": { "url": { @@ -44869,7 +44869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d8fee62-9cb0-4db8-a8a8-412ea384e208", + "id": "f7f36c95-9839-46ec-b34b-5a2c6b6aad04", "name": "Machine Account", "originalRequest": { "url": { @@ -44925,7 +44925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74be40d4-fec1-4c3e-bb30-c4a95765fe1f", + "id": "2f0b55b5-f9b7-4032-a6c6-d2883b520486", "name": "Manager", "originalRequest": { "url": { @@ -44981,7 +44981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe108360-5e55-4319-a6fe-3b12cc1f7c0a", + "id": "5da72422-5aaf-4568-bc40-e41a94888230", "name": "Search", "originalRequest": { "url": { @@ -45037,7 +45037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e630f3cf-6efd-4acc-9608-c43eff37e9d8", + "id": "32087a66-2c27-4938-9744-7ce4b8e4fa9d", "name": "Source Owner", "originalRequest": { "url": { @@ -45093,7 +45093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01e0242a-eff2-4294-ad19-0b3f5b9b594b", + "id": "f3aea5f1-8ec4-408d-aee5-4cdc1e23e76a", "name": "Role Composition", "originalRequest": { "url": { @@ -45149,7 +45149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47172323-a33d-45be-93a2-807a16b46b8a", + "id": "d14e0356-3393-4a2c-934c-cb4c418134c3", "name": "Machine Account", "originalRequest": { "url": { @@ -45205,7 +45205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "897489dd-a89b-45ed-9c08-759f70b6893c", + "id": "911c0f10-8278-45d1-b639-5e713afa1ffb", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -45261,7 +45261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff4e2ebc-7ffb-4979-84f8-86700af32734", + "id": "8248af4b-3c8a-4465-b6df-758a11018c09", "name": "Search", "originalRequest": { "url": { @@ -45317,7 +45317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87e13af6-8e70-4d81-b4e3-71d537bfe7e0", + "id": "3478a2ed-026f-4bca-9ecb-a33a19349bc8", "name": "Source Owner", "originalRequest": { "url": { @@ -45373,7 +45373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a50b6e3-33a1-4fb6-bb78-8d2c1b41f923", + "id": "5d296922-3e04-4593-816d-6b28d4a59bb1", "name": "Role Composition", "originalRequest": { "url": { @@ -45429,7 +45429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c435d9c7-b01f-4367-b957-837c5dc3dbe1", + "id": "d986e197-c0f2-4524-9264-69bfdf7ddd62", "name": "Machine Account", "originalRequest": { "url": { @@ -45485,7 +45485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d21a66c-f18d-4f1e-b81e-e66a5e0f8034", + "id": "8837c2f0-838f-4be7-8a78-918867178112", "name": "Manager", "originalRequest": { "url": { @@ -45541,7 +45541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70ae2a4e-2f37-4058-a37e-a65536b5cfc3", + "id": "ba58f794-da32-4a0f-b3c0-c613eeca3f74", "name": "Search", "originalRequest": { "url": { @@ -45597,7 +45597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26964387-65ef-48a2-a542-fc7d4eb30427", + "id": "e40569f5-10d1-4344-8c8f-823fa043e454", "name": "Source Owner", "originalRequest": { "url": { @@ -45653,7 +45653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c96bb8e-7608-4316-80a8-d913b8e815f5", + "id": "b7b89208-feb1-466b-935f-d7f3f3d2700c", "name": "Role Composition", "originalRequest": { "url": { @@ -45709,7 +45709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3691ade6-c7e4-407a-a203-fbdc773988f2", + "id": "072319f7-5e6b-4607-899e-e37124170279", "name": "Machine Account", "originalRequest": { "url": { @@ -45765,7 +45765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ceaed36-ebd1-49ec-b0b2-30e4772fb0e5", + "id": "f15d002c-75c8-4568-982e-59cbf410c53e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -45821,7 +45821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "743863a4-8783-463a-983d-68d29bd278b8", + "id": "82bef783-96eb-4229-8456-b5ad36c39428", "name": "Search", "originalRequest": { "url": { @@ -45877,7 +45877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8d15eef-9b1a-43a8-bfae-b07aba1026c7", + "id": "02a65967-57f5-47cf-897c-4090fc03e5c0", "name": "Source Owner", "originalRequest": { "url": { @@ -45933,7 +45933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "703cc20d-83fe-4674-8e36-8eb49ce0b307", + "id": "a404cf71-e0f5-4651-a398-a6dc35092e13", "name": "Role Composition", "originalRequest": { "url": { @@ -45989,7 +45989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64700c39-e44d-4010-9d81-ab453c9e0db2", + "id": "e1c8f020-59ee-4629-af07-3cffd4b074a2", "name": "Machine Account", "originalRequest": { "url": { @@ -46051,7 +46051,7 @@ } }, { - "id": "06ca28f9-509e-4563-9bfa-a5a6c30a464e", + "id": "acb637d2-a689-4454-9ea3-bd1ed31746e9", "name": "Get Campaign", "request": { "name": "Get Campaign", @@ -46102,7 +46102,7 @@ }, "response": [ { - "id": "55c8626e-5aa1-4af4-afb7-4c67a81d0ecb", + "id": "3a2162ed-c843-44d8-a402-47b5c537048b", "name": "Manager", "originalRequest": { "url": { @@ -46156,7 +46156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e992e64-fa35-4f6b-92a6-00133c1a0e19", + "id": "aed828ae-63ae-4542-811c-01b207fc4ab1", "name": "Search", "originalRequest": { "url": { @@ -46210,7 +46210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bcb7027-df21-4e51-80c2-23ee85e94182", + "id": "350e25e3-971c-4508-90cd-7a350010fe3f", "name": "Source Owner", "originalRequest": { "url": { @@ -46264,7 +46264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8218009d-e967-4d1e-9797-bf82ed15ac39", + "id": "1cbe6ba8-5a83-446e-88b9-1bf37b1fbab8", "name": "RoleComposition", "originalRequest": { "url": { @@ -46318,7 +46318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e45d7b72-7acf-43f9-8b1b-997e46e5c60d", + "id": "dfd73053-f8da-4b9d-bbae-a7d38e370736", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46372,7 +46372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53ed2a13-71b4-4628-a530-a09eff2142ea", + "id": "733dc516-c959-41d6-82bc-08d8b444189b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46426,7 +46426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49a5375f-332e-45e7-b3ce-404646e9c709", + "id": "203cf2a8-2c07-4235-a3b4-fd48f6496296", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46480,7 +46480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb98150a-f15d-47a3-973e-7f2be3c76897", + "id": "0c697a63-37f7-4ea6-957e-554a46a4f2ee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46534,7 +46534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9ca3802-d9d0-46f7-8148-db1798db91ec", + "id": "d083adec-2d60-4295-ad65-2ed649e993b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46588,7 +46588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5664c6a0-88d1-460e-985a-0e26f784bd67", + "id": "a695e0af-edf0-4046-ab02-05c1a2568b28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46648,7 +46648,7 @@ } }, { - "id": "98bd4f71-d70c-44d3-9875-215187d4e05b", + "id": "de8cb99e-0c47-41aa-bfee-33fb886b4127", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -46702,7 +46702,7 @@ }, "response": [ { - "id": "ef6dae24-6f6e-4aa6-81a9-b394dbfd6c9c", + "id": "b197965a-8dfe-4318-a4c1-98a9aab01f8b", "name": "Manager", "originalRequest": { "url": { @@ -46759,7 +46759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dc7a297-d34d-44f5-be8c-ca71edd163b6", + "id": "2913ad0b-2b64-437d-92fd-43ee57786484", "name": "Search", "originalRequest": { "url": { @@ -46816,7 +46816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bcf7b90-beb3-4f91-b4ee-1de8e0f5e438", + "id": "7ef0bb23-d3ce-4752-8919-1ba0df015041", "name": "Source Owner", "originalRequest": { "url": { @@ -46873,7 +46873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76b47387-f2b5-4f14-b51a-4888e75b583f", + "id": "f5f9c262-9ed6-4406-9c7e-46ac550561c6", "name": "RoleComposition", "originalRequest": { "url": { @@ -46930,7 +46930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d479fa-a7db-45c4-a7e0-061d0db25db1", + "id": "bffd21d8-2e3c-4fb9-b2ec-7100941fa736", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46987,7 +46987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3bc7ed4-0c9c-4cee-be0e-a4fad8f3b871", + "id": "84e46f77-6843-465a-8be7-d7b1a05ea6e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47044,7 +47044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ccf1a43-3427-4fc7-ad8d-46e9490548fc", + "id": "ea2c0190-ab5f-4f28-bfa6-74d0e596e497", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47101,7 +47101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "675af1c1-635a-4a7e-9e13-2d58177559ed", + "id": "143d9f1d-6f23-4c7a-8300-20fba90105de", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47158,7 +47158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d180bea3-51ac-4909-a494-b779cd1ea93b", + "id": "c727a139-a6f5-49cf-980f-f05241c4d0cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47215,7 +47215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1878e8c-b66b-4ed1-90a0-345b1cbdf75c", + "id": "3dfd0878-cfeb-49cb-b308-383561d753c6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47278,7 +47278,7 @@ } }, { - "id": "9b3c54d1-f8b0-4758-95ef-a4880924c0d1", + "id": "207bcb6e-fde2-4ef2-81c2-e49cc680cf45", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -47333,7 +47333,7 @@ }, "response": [ { - "id": "31aa6a3b-ccde-4b52-9e2d-8386b0da8bdc", + "id": "6d048cac-ac7e-4d6f-904c-1afeedfac4b0", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -47391,7 +47391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d7ae3dc-b906-4b1d-b257-17e1c22d58de", + "id": "ced21f7c-5ba9-4009-8960-f9492c156c64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47449,7 +47449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5189eee2-84c2-4f99-a37a-e7a18366c3ec", + "id": "55e3c84c-cc50-48be-b0c6-6423fc5825e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47507,7 +47507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "114e9995-f417-4dd1-a023-cffd55583d5f", + "id": "ad7aaedc-651f-41e9-b77c-3c57699f78d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47565,7 +47565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65574cb8-adbc-4e9a-bdbc-165d7c9e19c1", + "id": "6c446757-0315-4f63-8a98-5ab46f8f0a5d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47623,7 +47623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bfced10-6c96-401c-af94-e20466b3c432", + "id": "13f88836-3114-4850-ba7c-c26762e4f71f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47681,7 +47681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05eb72a0-3304-4dca-aa67-deb4bf243707", + "id": "743fb01e-c84a-46bf-8612-b2f799412722", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47745,7 +47745,7 @@ } }, { - "id": "ca719f69-bff3-47aa-a05d-351e7fbdc221", + "id": "248b2d04-1112-49cb-9225-039d2180979b", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -47800,7 +47800,7 @@ }, "response": [ { - "id": "199df97c-7dd5-44a3-b979-09c0e6c9cda3", + "id": "24736acb-2495-49b1-b889-b88bd74affe4", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -47858,7 +47858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80dc2853-8c6b-498d-b465-a65db3c06f9c", + "id": "fdf58fd6-aef3-46af-8738-00ed2da48691", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47916,7 +47916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b257f086-61f9-4318-93e1-ecb493c37821", + "id": "26aa4e28-f5a3-469b-b214-c78d59c35420", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47974,7 +47974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fe51416-8593-4051-a951-302ef9fb40ae", + "id": "45ee2009-7e06-4fa2-8849-a0b4849a4591", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48032,7 +48032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8e8aec2-9f65-4d41-8015-46d643ca93a2", + "id": "6dd0cd82-2ef8-42e9-81e5-769944193eca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48090,7 +48090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac26532f-ce40-4416-8a54-24430340cff5", + "id": "f0d5cde7-3d25-462c-91d8-79db8059a67a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48148,7 +48148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6452a2fc-b05e-4696-9cc0-e23dbb1790ca", + "id": "5c04e9f5-3aa2-4ca0-9504-9cd67d4c4f29", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48212,7 +48212,7 @@ } }, { - "id": "2a4284e0-97e8-428a-9329-14262bee1365", + "id": "292e822a-0ab9-4aac-9d94-60a5de916d74", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -48267,7 +48267,7 @@ }, "response": [ { - "id": "468c79b8-3d46-463a-a823-07f7ece526b2", + "id": "205f22c2-709e-485d-82d8-7101626e09cd", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -48325,7 +48325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a811a0ca-7422-4451-8944-5f6715b086a8", + "id": "454ee839-88ee-408f-b51b-87659ef40e27", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48383,7 +48383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7b107b0-e348-480c-ad65-37f67d92453c", + "id": "4a93ef69-e536-499e-92c7-80a26f6c1fa0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48441,7 +48441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d08cfe2-396a-4244-a51d-1d79590c8934", + "id": "cdbbf925-ee51-4f0d-9710-7ff011d38d15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48499,7 +48499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71b869d2-c6d2-406d-bab7-a9189215f22d", + "id": "bb9985eb-db7e-475e-ac1a-e1789b1aa49e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48557,7 +48557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31380b9e-5de3-4353-bab2-13007965229d", + "id": "0e9f6928-4afb-4e2c-96bc-9c2b71ec269b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48615,7 +48615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea6a5d01-3aba-4978-8feb-a71a6a9ef83a", + "id": "40b199fc-108d-40e4-9b62-8f5ca6f8aa44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48679,7 +48679,7 @@ } }, { - "id": "cec8a87a-05b5-4b30-a4c7-a624ad63425c", + "id": "8bc6585b-8452-44f7-914e-3c2540dcb105", "name": "Delete Campaigns", "request": { "name": "Delete Campaigns", @@ -48722,7 +48722,7 @@ }, "response": [ { - "id": "3aed423a-e26d-4bf7-93ec-6c2b20852218", + "id": "9dd1aab3-0b80-4791-b2cc-63def8eb4aed", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -48779,7 +48779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5caacbd-7805-4d18-922a-76939a076b72", + "id": "426789ec-dac9-427b-ab7a-822deb61e97f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48836,7 +48836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60686e31-4e1b-4b7b-9c55-8903af31ead4", + "id": "ae75f412-306d-450e-890b-67f9dfd97f82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48893,7 +48893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e851340-e4cd-4894-8d15-644e739f7e62", + "id": "9a006754-7c27-44ea-9096-0557042c387f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48950,7 +48950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56493559-4e86-46a9-85aa-4d07a659f209", + "id": "8ec18b63-3379-4f2b-8639-6dcf7c8c5a06", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49007,7 +49007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bfa5987-2a1f-4426-a514-b1e82af42f64", + "id": "2105f2e3-8f35-4723-b92b-a80e2922cc2f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49064,7 +49064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff5ca729-f249-41fc-9fee-39b372493c62", + "id": "5a6aed45-8ec4-4ff9-a997-9e210238e568", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49127,7 +49127,7 @@ } }, { - "id": "6fe31b64-0c32-4653-970c-46cbcfccb01d", + "id": "7155efe0-bd67-4ed1-b274-b181e3b2dc29", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -49169,7 +49169,7 @@ }, "response": [ { - "id": "ab844db7-8dae-4073-aa5f-befa5143b1b5", + "id": "82d638b3-9b60-422c-836f-b86d4b360db2", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -49214,7 +49214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "662f7e66-8fbd-437d-9580-c7c02d5fc889", + "id": "c62ae3b8-2c11-4dc8-a52d-0d3accf4cd66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49259,7 +49259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d925a893-e01d-4be2-add6-34e5f325a15d", + "id": "c0ac99cc-6f96-4ae7-98c9-e874cfe33b24", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49304,7 +49304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "340243f3-c849-4d1d-b089-045eb5f110ab", + "id": "ae50454b-3b0d-4e95-aaeb-f94aadad8070", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49349,7 +49349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d235f9db-8fe4-4854-ae10-023f596421e7", + "id": "e6ee7f20-7b8e-4b59-9846-d78a5bfdadcf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49394,7 +49394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6744daa0-fd41-4353-98a9-0cd40ee6c6b8", + "id": "e28cba4f-e2bd-4047-a4ca-28d97cf18c7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49439,7 +49439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0527b87c-44f7-41db-a1dd-bedf477a81ae", + "id": "e26a6b28-1926-4e24-9203-aa5a8fb93d22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49490,7 +49490,7 @@ } }, { - "id": "0d12d84c-7551-4ea8-a7ad-8bc254ac5eb9", + "id": "dde89a84-44d2-43c1-a836-15f375076f82", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -49532,7 +49532,7 @@ }, "response": [ { - "id": "571c5b2c-cd9f-4a14-828b-3ac9b07d4156", + "id": "cbc87363-2d72-44f7-9a7b-ff0c23cc2127", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -49577,7 +49577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22ac058d-d063-45a2-82a6-42dec1aa02ed", + "id": "c5e98df7-6cc2-4899-a331-fe841e84a8fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49622,7 +49622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35ad6b94-dd68-42d7-966f-b325dab3eb87", + "id": "16c2dfaa-5581-479e-8f8a-97fd90807494", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49667,7 +49667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b780476-eae9-4045-94e5-9c2f667e739e", + "id": "b80cd978-d834-4fc2-8cce-55a23ede84f8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49712,7 +49712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0118c44d-3b2a-486d-8ecf-b41979194b86", + "id": "7ecdce09-d053-408c-9483-3979a729a524", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49757,7 +49757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc00bb22-d3f3-449a-a6be-e0982a19edaa", + "id": "35819fb6-7ebb-42d6-ae77-ff07705bc8f9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49802,7 +49802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b50b4cf-7d49-4240-becc-f8897c0b3901", + "id": "559e96ad-27d1-4759-bfe2-46e4f166b9a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49853,7 +49853,7 @@ } }, { - "id": "bda11004-ea07-4ccf-b815-060e51a659d3", + "id": "2671d852-14b9-42d6-9eca-b487e84933f7", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -49906,7 +49906,7 @@ }, "response": [ { - "id": "05c7a3cd-9060-4bbc-a45e-5be4ce8b4f4a", + "id": "9093ec5e-fd18-4960-ac1d-dbbf76bfd2db", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -49952,7 +49952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9630e63e-b6bc-4361-92ae-6605ea4e57d3", + "id": "1b4f44b0-e426-4c5b-9c2e-750f289f56d4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49998,7 +49998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67605ca9-8b40-40d4-9d22-bf90d35d8e40", + "id": "e067da54-4553-4a34-9a2d-c52d279b0ddf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50044,7 +50044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8868dd9f-7843-4e27-8adc-c705db9515f7", + "id": "4aa764f0-57eb-4d92-8107-4d7284e38bb4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50090,7 +50090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a74a7c2e-f0e4-49e5-8a11-a3cb21c76b3a", + "id": "cbe9f8d0-027c-4cab-9f59-416011c42553", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50136,7 +50136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "febddfd9-9653-4063-acff-6857fef222e5", + "id": "19096b7a-08b4-460f-82b9-31ba421fe182", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50182,7 +50182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1c4b098-7aa5-4619-937a-dbe93c2b4b1d", + "id": "ff830ef1-cc75-445c-a45d-6ef2901236e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50234,7 +50234,7 @@ } }, { - "id": "b4483cc6-24e7-4c73-a9ad-b19424d97e4d", + "id": "054e9f64-1768-490a-851e-9f66a8bf552a", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -50264,7 +50264,7 @@ }, "response": [ { - "id": "eea77dd3-719b-4426-8d4f-806a5f406ba5", + "id": "33f98955-8b08-4086-8c17-c9356619d8f2", "name": "Campaign report configuration.", "originalRequest": { "url": { @@ -50308,7 +50308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8cd46a1-627c-4ce6-8b87-72525e33bad8", + "id": "41caa9be-ec9b-4c25-b785-059b8f4484be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50352,7 +50352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aa8910c-0e0f-4bf9-aca4-170298fd34c7", + "id": "8f0b18ab-fe96-49c5-a34a-fc6f53023501", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50396,7 +50396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3340145f-15a1-4292-bf32-b8a786776105", + "id": "8d77af98-0202-4ac2-aa81-8f9cac73b08e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50440,7 +50440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfd4dfa4-3a1c-419b-a4ba-d478ef6ab54c", + "id": "2244f134-8d8e-4141-b10e-c1342ba100fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50484,7 +50484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5458675a-6ff4-48af-98ef-93509eed8f96", + "id": "43228b37-24d0-4ace-bad3-47a8bc8b6e74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50534,7 +50534,7 @@ } }, { - "id": "4b35e818-6a6d-4de2-b41a-b19cbd2a7129", + "id": "b4758076-9bad-4a89-8a1a-cd2fe4608a7a", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -50577,7 +50577,7 @@ }, "response": [ { - "id": "ffd1c8ea-318f-457f-8a67-e4a54cf7224f", + "id": "b45944e9-458d-428c-a4dd-3d2d3dd4c314", "name": "The persisted campaign report configuration.", "originalRequest": { "url": { @@ -50634,7 +50634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c25d6dd-db8f-4a3c-ad95-84787295e996", + "id": "9546b679-bf2e-4529-9a51-d1650bbe7ba1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50691,7 +50691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e8decb1-0b59-449d-b087-33dfca363dfe", + "id": "5154f3af-db6f-4e71-95ba-de0c7dfd9aa5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50748,7 +50748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47ef1bdd-b4da-49db-b2c2-cddc4ffa638f", + "id": "bcc83c74-16b0-4261-ab10-5570ef560374", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50805,7 +50805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8df72a-8eb8-4b3a-8023-a3846805af70", + "id": "a6a530d3-d71a-4201-9d82-1411463d65a4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50862,7 +50862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f80f00e-5a24-4b77-8bf5-341c2cd62429", + "id": "455b171c-9440-4e23-a9b7-c527687d0f89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50925,7 +50925,7 @@ } }, { - "id": "72180320-3ecc-4ccc-86a7-7f9add9378ed", + "id": "6895fedf-b325-45ca-97f7-ddaf54a4e48f", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -50967,7 +50967,7 @@ }, "response": [ { - "id": "fdcb0423-69c6-470e-9136-4d60b39b3a23", + "id": "55ce52de-51b0-4186-bece-9d3bd609a5a4", "name": "Manager", "originalRequest": { "url": { @@ -51023,7 +51023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c5974e2-60cb-4ccf-8e44-430ed4524f97", + "id": "62cf3f94-c94f-42dc-90ae-82cddac52c18", "name": "Search", "originalRequest": { "url": { @@ -51079,7 +51079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5500385-e353-4221-bfa6-fb42d8cf8f1a", + "id": "6b8b7ca4-b9c5-49ad-9172-60fbf990a9b0", "name": "Source Owner", "originalRequest": { "url": { @@ -51135,7 +51135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4485043c-11df-41e3-8f10-600ffd91e9a7", + "id": "ddec3d0e-f93d-423d-82a9-39dfdfcfc173", "name": "RoleComposition", "originalRequest": { "url": { @@ -51191,7 +51191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2743c77-3b41-4bdd-858a-6346ae221166", + "id": "c578b27a-82d9-4134-b8f8-81458a2e58b7", "name": "Manager", "originalRequest": { "url": { @@ -51247,7 +51247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68ae67d4-f20a-4da1-b08e-4d90466126e3", + "id": "5ae4bbe7-c1d0-40be-aa7d-1226e1c20c39", "name": "Search", "originalRequest": { "url": { @@ -51303,7 +51303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59cf5142-e7e2-488d-9b11-29ce3dbaf34a", + "id": "6bb27c91-78c1-4541-bdf8-7e4897b9bb1a", "name": "Source Owner", "originalRequest": { "url": { @@ -51359,7 +51359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf8fa326-f0f2-465c-91b0-258ee14cfbe5", + "id": "466b0b24-959d-4e25-bc78-9d3a02027588", "name": "RoleComposition", "originalRequest": { "url": { @@ -51415,7 +51415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f3f9c11-eb7e-427d-8fcb-c5abffa1c438", + "id": "0cc38cbf-496a-42ec-b717-4732941760ce", "name": "Manager", "originalRequest": { "url": { @@ -51471,7 +51471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42532c6c-ed3f-4495-a604-d461c96b328b", + "id": "0425036c-cfe2-4fa5-9cc7-2d4dc836ca3e", "name": "Search", "originalRequest": { "url": { @@ -51527,7 +51527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f416cb1f-3943-4f2c-9d8f-d74d5cfc8394", + "id": "2a9c48dd-31bc-4b96-b42b-dee2eccc965c", "name": "Source Owner", "originalRequest": { "url": { @@ -51583,7 +51583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c7eeb51-4a5a-4258-8927-c6bae0212c24", + "id": "1a2602d5-23ea-4262-abc0-2610eda112cc", "name": "RoleComposition", "originalRequest": { "url": { @@ -51639,7 +51639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "313279ee-3727-4293-a5d3-27611d08e59e", + "id": "5ede6f99-df1e-4738-ba9f-1fc340c38296", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -51695,7 +51695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e896f42-9dd2-4b3f-818b-919762c7ce6c", + "id": "71251c6f-c136-48aa-a0f5-4dd8011ad8c9", "name": "Search", "originalRequest": { "url": { @@ -51751,7 +51751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf4fc9e0-b1e8-4cb3-a739-61784bc8a53f", + "id": "3a753f68-4d0d-4a67-8899-4bce88a0f56e", "name": "Source Owner", "originalRequest": { "url": { @@ -51807,7 +51807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c4bb234-892c-43a9-b7cb-40ef04d1c3ce", + "id": "7c15cb22-395b-4986-9631-b00bc783e02d", "name": "RoleComposition", "originalRequest": { "url": { @@ -51863,7 +51863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4717385-01d8-4d8f-95ab-e597ab1ec396", + "id": "f67b3c69-717d-4850-8337-c4a538b6cb0f", "name": "Manager", "originalRequest": { "url": { @@ -51919,7 +51919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c299661e-fe1e-4839-b5f1-28c1cf0aed0e", + "id": "af162127-0729-4159-9b49-67f1da87de81", "name": "Search", "originalRequest": { "url": { @@ -51975,7 +51975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d0cfce7-dfdd-4a9a-8176-a7bea0664b26", + "id": "ca2de11d-4dd4-4366-bf3f-c7178f438bb8", "name": "Source Owner", "originalRequest": { "url": { @@ -52031,7 +52031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffc9494e-bc94-493c-9aeb-77a59d46f0a1", + "id": "9ab12545-c3ae-4118-a939-eb67adebac14", "name": "RoleComposition", "originalRequest": { "url": { @@ -52087,7 +52087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54a433ff-5eb3-4d45-8b46-001de5335ab8", + "id": "992d02ea-9d09-4cc7-b9f6-57273950268e", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -52143,7 +52143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fda5bc1-1715-4f0c-a8cf-df45fe884cc0", + "id": "9ee57439-30d6-4eaa-8985-4792a85c33bc", "name": "Search", "originalRequest": { "url": { @@ -52199,7 +52199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45eb4fad-e08c-44fd-b0a6-babbdb524dfc", + "id": "cdcbdb5c-3752-4cca-8be0-fda7983462cc", "name": "Source Owner", "originalRequest": { "url": { @@ -52255,7 +52255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc5cacc7-04aa-4fee-9fc1-c66397ffc269", + "id": "be3b081f-ae12-4a0b-bbe9-40f4a6a0dce4", "name": "RoleComposition", "originalRequest": { "url": { @@ -52317,7 +52317,7 @@ } }, { - "id": "426b00cc-d2bf-47b0-9b69-b851f250e3a6", + "id": "702ebeaf-38c8-4cce-8c6b-c775964725e7", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -52392,7 +52392,7 @@ }, "response": [ { - "id": "3f6c2b75-d992-4488-973d-6b2924461886", + "id": "fb66acbb-5d6c-491b-ab25-a09216494693", "name": "List of campaign template objects.", "originalRequest": { "url": { @@ -52481,7 +52481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6591cba4-1f82-4553-b0d8-70f6232ad932", + "id": "5a9dca29-64af-435b-bfc3-f1adb101d00a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52570,7 +52570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e29e643-54e8-4c7f-97c8-c093bfb389cb", + "id": "93bcc5d8-f1b1-46ac-8671-f5e2fb627dce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52659,7 +52659,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63ae8d5f-2163-457e-b343-ed2a0c972ce8", + "id": "c0b94b02-7ee9-4924-841b-9c5524850817", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52748,7 +52748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c2eddb-686b-4f0a-80e3-0719872a4430", + "id": "85f915b5-ffcd-4588-b766-bf2959544351", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52837,7 +52837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d00cfa-dfa6-4931-92e6-9a1b2a71d736", + "id": "234df489-0a3e-460b-9502-8bcb2fed73ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52932,7 +52932,7 @@ } }, { - "id": "06cfbcf5-f0b3-4072-b768-06fbf3c757c9", + "id": "564d32fc-3876-4673-957f-7d7cb4a72082", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -52986,7 +52986,7 @@ }, "response": [ { - "id": "cf4b99f7-61d3-41fb-ad03-787adc386e99", + "id": "863fb11e-3934-46e7-9d39-37eaa5d70d72", "name": "Manager", "originalRequest": { "url": { @@ -53043,7 +53043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a47d9ec8-caa7-41de-a74e-06a8ed86997e", + "id": "8673d138-dc56-45ac-8e16-fa6c19830c42", "name": "Search", "originalRequest": { "url": { @@ -53100,7 +53100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78a34f8e-1179-4576-ab46-704633dfe832", + "id": "32775b59-28c1-4e50-869b-1981cd43d1fb", "name": "Source Owner", "originalRequest": { "url": { @@ -53157,7 +53157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6277ebba-d5a6-429f-a102-4497256e2abd", + "id": "01a70e95-844d-451f-8911-b04e8e31fb35", "name": "RoleComposition", "originalRequest": { "url": { @@ -53214,7 +53214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a09df0c1-f244-462f-ba85-ab0148defb57", + "id": "0f2a7573-a39e-41be-a310-f3c5694b8996", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53271,7 +53271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d56bdd6b-0e5e-43cd-ba21-4d1af4c45562", + "id": "a95effa6-4e54-4795-984b-422ece4efa7c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53328,7 +53328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4287ed60-2682-4d25-b721-bef955ed8ccc", + "id": "eda99cd2-71b9-4a58-955f-bcc0564b223e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53385,7 +53385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee500c7e-38b6-4ecf-99aa-923b43f33802", + "id": "ca668e7c-2249-4741-a714-a0d83b6ae565", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53442,7 +53442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acda6800-783c-44cd-82ad-0f1826e6779d", + "id": "8d5e75dc-805b-41bf-8fb5-a4750de25a5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53499,7 +53499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7a06b7e-8e36-48e4-b59c-400b5b73ea31", + "id": "518989e6-4b91-4e84-8b3e-a91593f11e58", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53562,7 +53562,7 @@ } }, { - "id": "00bcd53c-0679-4d61-9ffa-97259b5edd0e", + "id": "9245df72-0ec7-4397-88f1-a697e656ba7f", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -53603,7 +53603,7 @@ }, "response": [ { - "id": "693e5d9e-9db9-419a-88da-cba48d1fbca6", + "id": "c9d3d679-3f2f-4859-ab4c-77f2f7f0d757", "name": "Manager", "originalRequest": { "url": { @@ -53647,7 +53647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cb6a0d3-4742-4351-b805-6d1d6280f7fb", + "id": "d7a82b91-142a-45a6-810e-b21461fd4496", "name": "Search", "originalRequest": { "url": { @@ -53691,7 +53691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ef7f74b-eee3-463d-b592-af1ef0f754a6", + "id": "50355751-6c12-4d84-9a89-fca264687553", "name": "Source Owner", "originalRequest": { "url": { @@ -53735,7 +53735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef016f83-3610-4e70-8282-b346860ecdb5", + "id": "219dfd8c-9bc5-476a-bed2-f36cec33b461", "name": "RoleComposition", "originalRequest": { "url": { @@ -53779,7 +53779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0bb0884-88b9-476c-9251-0a10ab454550", + "id": "0e55ba77-9472-4e80-bb4f-b346baf08e4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53823,7 +53823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63b03312-9ffe-4574-826c-0b562bf1041e", + "id": "b9b9b252-ded5-4bdb-900c-f0d2d8e4a7de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53867,7 +53867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d25785-e619-4ea8-b1d8-a67da5e0d42a", + "id": "795c5184-15b7-4c24-9af0-ec7967b4c915", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53911,7 +53911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37807732-a40e-4e47-ae7d-cd55204ada99", + "id": "e75715e0-a355-4440-939b-a68ee1a36725", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53955,7 +53955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab4411b5-9f29-40bd-904f-87de3a522792", + "id": "bc4e0d4f-bb7c-4048-b770-a595dfcc8278", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53999,7 +53999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b83dae8-0a6b-42d3-8126-328f980b4650", + "id": "fa40126d-0dce-4dc5-83fb-414326ff9370", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54049,7 +54049,7 @@ } }, { - "id": "12fa710d-db38-482a-8953-1102136c5df7", + "id": "27df97a1-d128-40f3-a834-7bddd5accc00", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -54090,7 +54090,7 @@ }, "response": [ { - "id": "163452d6-b82f-4ffa-b309-9ce5eb668703", + "id": "e053bb79-0532-447c-bf95-d548203931a9", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -54124,7 +54124,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d93786a4-fbb0-4020-9bf6-02876b1cfe1e", + "id": "a0d5503c-151d-47c2-b154-7280f41841af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54168,7 +54168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77da77f4-9cc5-4c7b-a342-0233f0696a5c", + "id": "95a75b75-7752-4a1a-95b4-3dddc757e268", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54212,7 +54212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc8b8beb-f275-4b34-9d3c-9b6662444b1f", + "id": "57f691a2-5c8a-4d25-8f34-ab25ca5d53db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54256,7 +54256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41522e0d-1e1e-4a81-bd5c-309e32531b9d", + "id": "20273ded-18d1-46f7-b7a4-2f3efe9bd871", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54300,7 +54300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbed7f21-4e2a-4fa8-bc3f-98c075ddeb8d", + "id": "9c5bf506-70e0-4191-a462-9eca843fc854", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54344,7 +54344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c130ef4a-38e2-4f87-b8fb-0c53af3ce22f", + "id": "8a6dbc2c-e84b-4347-be99-44b534fdfcf6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54394,7 +54394,7 @@ } }, { - "id": "152d091e-87c0-495b-90fe-6d7801d6203d", + "id": "6a5f2843-52a4-4077-ba17-f2cfc957fab0", "name": "Get Campaign Template Schedule", "request": { "name": "Get Campaign Template Schedule", @@ -54436,7 +54436,7 @@ }, "response": [ { - "id": "5e5371c1-589c-4d6f-9134-21377b3e59ea", + "id": "385fc507-95fb-4cef-9c11-78492f96c50b", "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": { @@ -54481,7 +54481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2da3ef8b-058f-4baf-b555-615861087cbc", + "id": "6b9bc5f9-f303-4515-9ede-40240b0d434f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54526,7 +54526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e5663af-fc99-471c-8b0d-23234080e206", + "id": "be23ab42-f816-4b39-8bcd-873a91dea00d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54571,7 +54571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ef04f12-c8cd-4d32-9a3f-a6e33df7edb8", + "id": "d5ace399-6692-4a6d-9703-8519581a1df8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54616,7 +54616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2669a51-5150-4765-a164-b8d7053d8dee", + "id": "de3cf1d8-2a3d-4b8f-b9a0-3955bfc42299", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54661,7 +54661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aa4c35c-5b24-483b-9d1c-ab09ab755b35", + "id": "d40a5ec5-25f0-42f8-978c-49a5fca5f2e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54706,7 +54706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84baca95-0426-4bc2-9af1-39510511f4c2", + "id": "0a562304-f0ed-458d-ad86-250880c368ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54757,7 +54757,7 @@ } }, { - "id": "f65a9426-73e7-40e0-a48e-46b41d71e2e3", + "id": "d3f93994-a86b-4988-99c6-0af173bf9fef", "name": "Set Campaign Template Schedule", "request": { "name": "Set Campaign Template Schedule", @@ -54812,7 +54812,7 @@ }, "response": [ { - "id": "dbed285d-bf5f-4e94-8c22-6ee86a2eba3a", + "id": "d03e7e2f-515c-4ba8-8fb5-3ae4e686017c", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -54860,7 +54860,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dfebca4e-63df-45b3-a79b-52c817af9f00", + "id": "10dfc04b-11fe-4eca-a78d-d56ff361c848", "name": "Monthly", "originalRequest": { "url": { @@ -54918,7 +54918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee6367ff-46ea-45f8-8b1b-2f5eb25e11a4", + "id": "11e6d38d-a6c0-4b2d-b540-2ff2e0ad7c84", "name": "Once a year", "originalRequest": { "url": { @@ -54976,7 +54976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea5de420-cc48-42e3-bcf8-e45aa0f93541", + "id": "2b566738-dfac-4877-9944-e7c418fc2891", "name": "Quarterly", "originalRequest": { "url": { @@ -55034,7 +55034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "880e8701-986c-45da-a755-c2a77bec4241", + "id": "f9989df8-33c7-4cc0-9953-94cefde1f029", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -55092,7 +55092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da6c3b99-cbb2-4eeb-acac-5e3ece323de1", + "id": "f22f4b4f-5330-40f7-a0eb-bf7ada6b8622", "name": "On a Specific Date", "originalRequest": { "url": { @@ -55150,7 +55150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd6eeae1-8dd2-4af7-a90d-f84a37821dd4", + "id": "cb875dc2-05a7-40b7-b621-ca63371e9d80", "name": "Monthly", "originalRequest": { "url": { @@ -55208,7 +55208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11c1bd58-2f64-4381-8a34-e47459eca99d", + "id": "f03d6608-f5d4-4da2-87c5-2ec8dbd49bea", "name": "Once a year", "originalRequest": { "url": { @@ -55266,7 +55266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f485ec71-e849-44da-b11c-66fcfc2d6715", + "id": "5470e3bb-99eb-4a7d-bf91-0434bcbda6e4", "name": "Quarterly", "originalRequest": { "url": { @@ -55324,7 +55324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a22c39a-2d25-4199-8065-40479a70c519", + "id": "12db3b9e-2caf-4fa9-a2c6-7d409febbaa9", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -55382,7 +55382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52d07a3d-4829-4591-ab51-ff54ad4a9bd5", + "id": "b524c032-7637-48bb-a0a1-4c9b163b9ab0", "name": "On a Specific Date", "originalRequest": { "url": { @@ -55440,7 +55440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7735fddb-9184-4562-bab1-9815a3e66a81", + "id": "720569b2-e1bf-48a9-b90a-4c45d5037742", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -55498,7 +55498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0c47604-e634-4f5d-b468-9db921d037e6", + "id": "d207793e-e84d-474d-8d81-ced1ed03097c", "name": "Once a year", "originalRequest": { "url": { @@ -55556,7 +55556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "826180dc-d00a-43da-a7f0-2ae2ab8969ff", + "id": "fa944b35-1472-481e-a597-7bddfde98b4b", "name": "Quarterly", "originalRequest": { "url": { @@ -55614,7 +55614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39597d95-6a8e-41ce-b1c8-ba4d8a1b110a", + "id": "5bcfc170-6b40-4a4a-8f1a-bc89ba988642", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -55672,7 +55672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a859efdc-3d83-4fc6-93d1-a05a56c45788", + "id": "b9a477c8-c8cb-4413-a737-9a30f0d5b2aa", "name": "On a Specific Date", "originalRequest": { "url": { @@ -55730,7 +55730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b65e97ec-5653-4cc2-956a-e371609714f7", + "id": "74c7dff5-6b3f-4127-8646-491d2a43feb5", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -55788,7 +55788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f050cf7-999e-4bca-9e6b-273d7805b1f6", + "id": "e2694a8a-119f-4388-97e5-a9903c984471", "name": "Once a year", "originalRequest": { "url": { @@ -55846,7 +55846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8423543f-db97-491f-9741-2bfeea8e92fa", + "id": "0be4675b-0242-4326-b49e-a8556af7cc94", "name": "Quarterly", "originalRequest": { "url": { @@ -55904,7 +55904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5199257-ebea-40ca-beaf-37024bc70ee0", + "id": "fdb201c3-a37c-44a7-968c-5fe1bcee6375", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -55962,7 +55962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fd8ed1a-32c4-4d9d-be1b-753140d45df2", + "id": "50d5f9f2-0894-413d-bdc9-62d4a4561816", "name": "On a Specific Date", "originalRequest": { "url": { @@ -56020,7 +56020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84a86482-6776-489e-930a-59bb91ca42c4", + "id": "1aff88ff-9d9e-4f4c-ba4a-a496b0ca26f6", "name": "Monthly", "originalRequest": { "url": { @@ -56078,7 +56078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ea34f3f-caff-465a-8726-6a73802b7db4", + "id": "b2ac1a99-458a-4a27-98fa-c5be8b4048f9", "name": "Once a year", "originalRequest": { "url": { @@ -56136,7 +56136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a8c0ac2-737b-47c4-a00a-37400b509e50", + "id": "b3d2b439-46a3-400c-ab94-1ffe3fd0f4d3", "name": "Quarterly", "originalRequest": { "url": { @@ -56194,7 +56194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa96ce4f-02c1-4dc0-98a8-f34572672e24", + "id": "2629396f-45b9-4fcb-86f6-6168b14b1864", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -56252,7 +56252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76cd6c83-f90c-45a1-8550-828ea1bc99c4", + "id": "94ebbf00-0e5b-41bc-b604-6d9f8117dc1b", "name": "On a Specific Date", "originalRequest": { "url": { @@ -56310,7 +56310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a95b51a8-cf67-44e3-88e1-de10076fc2cf", + "id": "e12735f7-2302-459b-8d65-828ca7ece4d4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -56368,7 +56368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1319af6-d0b2-44fa-a099-2b38d95a40c0", + "id": "5fbb4fe7-51e5-45de-ba25-98ac4654fa32", "name": "Once a year", "originalRequest": { "url": { @@ -56426,7 +56426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1495d4ac-6ad3-4d17-8fd6-9c9c7f62f80b", + "id": "63ba37a7-29c4-4009-b95f-ade1489fcf4b", "name": "Quarterly", "originalRequest": { "url": { @@ -56484,7 +56484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "790f9162-020e-4e9c-be4b-052a76069fb8", + "id": "76f33b6a-0b36-422d-9cbd-bea3211d4bed", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -56542,7 +56542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac821813-ed00-458f-83eb-21da9590ab1f", + "id": "653e8f3a-618b-41d0-9db3-23307ddf601b", "name": "On a Specific Date", "originalRequest": { "url": { @@ -56606,7 +56606,7 @@ } }, { - "id": "049c6c88-d8e3-4737-98dd-4e39a74cb6b1", + "id": "5bb9dde0-81c3-4446-80ec-23a153447ca1", "name": "Delete Campaign Template Schedule", "request": { "name": "Delete Campaign Template Schedule", @@ -56648,7 +56648,7 @@ }, "response": [ { - "id": "efbfcfde-1a07-4191-8193-32767e023e8d", + "id": "39e7f9a3-e2b7-4eec-bb62-d0d46e97122e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -56683,7 +56683,7 @@ "_postman_previewlanguage": "text" }, { - "id": "48a388b5-631f-4abe-80e4-4e22c8cf07b6", + "id": "63e536b9-2cda-4f96-a82b-8014a01bf7a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56728,7 +56728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a00f04d-9ac8-4c14-a56e-dba762707cc0", + "id": "ee1bd0c6-e1c0-42a0-986a-f0ef891dbc0e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56773,7 +56773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9473af9e-46ab-44df-8d28-891372e0db3d", + "id": "297c7f91-53d1-4447-b87f-276245562761", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56818,7 +56818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35a0d833-92c7-46a2-82d8-03a1522fd17d", + "id": "6e1f12dc-6649-40e3-b3db-bc9c050530c4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56863,7 +56863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "986427d3-c473-4ed8-8194-e4c519fa5b0c", + "id": "b483e9b5-dbad-4052-996a-f2ed7717f5ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56908,7 +56908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f39ee23c-41ef-40be-9e62-eb1fc156a48a", + "id": "84a3d027-2710-4f66-9a95-3c70472a38fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56959,7 +56959,7 @@ } }, { - "id": "5c92dc32-ef42-4b24-a180-84a764c41f27", + "id": "a1b40539-7ac4-42e3-946b-b9b600eff903", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -57001,7 +57001,7 @@ }, "response": [ { - "id": "dc9dd436-7cf7-4ebb-a89e-f375dd3a8e14", + "id": "69fa52d5-e1e5-4976-879e-96dd1644cf2f", "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": { @@ -57046,7 +57046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6db5aa8-cdd6-4412-985e-203f27f9518e", + "id": "c3baab85-1f34-4b2a-816c-80733cfa0c8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57091,7 +57091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07a9ca9d-57f9-402b-a3ae-660d5ea6a653", + "id": "ea5fa696-03d5-4926-8d79-313c755e1f49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57136,7 +57136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0986153f-2ce1-405f-8936-04340f3f9e92", + "id": "c5dec0e2-7df6-465e-9545-cb3dda093092", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57181,7 +57181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9aee5ca-52ba-4926-a7e4-db41c16e6825", + "id": "8619f023-5cd3-45da-8e80-fe68d5d2a07d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57226,7 +57226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58452f56-8117-46c4-a5a6-a20e251e04df", + "id": "a3703ba4-149c-4e6b-985e-35347538a6d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57283,7 +57283,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": "8f69d9e1-3822-4ccf-bf5f-00e5d2ea7faa", + "id": "a6f6e804-b787-40f5-955a-5bd3c7590914", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -57335,7 +57335,7 @@ }, "response": [ { - "id": "119de24d-9683-422d-a678-75444f463ec8", + "id": "0abd3ac4-dabc-46e3-b569-f0522d8c2a09", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -57390,7 +57390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "576208e9-64a4-421b-9522-1c7aa6f15513", + "id": "49d698a8-76ff-4716-ac53-06dde4a6e202", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57445,7 +57445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "788195eb-3a3f-4380-9390-efdcd84292a1", + "id": "62146b1a-378c-4d9f-ace2-877f77dadc4c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57500,7 +57500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57913797-5022-4ad8-b11a-dabbc4cc3f69", + "id": "674bfb20-0b2a-4c5c-9ba4-16bc0b4c91fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57555,7 +57555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02a3ce6a-f197-4c9b-b0bc-8ecf6514d28c", + "id": "77815eb8-0aef-4284-a0c5-71ae489209d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57610,7 +57610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "647074b4-26b2-45b5-be82-afce8080c31b", + "id": "e76f9a16-a9c8-4136-b8c4-17b6b1208140", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57665,7 +57665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65627c12-a48d-412e-bded-f8e3ce288ad5", + "id": "e227348e-765b-4f78-bd81-f296bfa51e8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57726,7 +57726,7 @@ } }, { - "id": "acd830b1-b811-4cc6-a35e-bd4274c7186d", + "id": "8a12bc51-6bce-44c2-bd93-3301be9bdb6b", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -57814,7 +57814,7 @@ }, "response": [ { - "id": "fdc2cf6f-ddf3-4283-b9dc-994ee3313c1b", + "id": "fbaf5028-41c8-4546-a814-c14064c068de", "name": "List of identity summaries", "originalRequest": { "url": { @@ -57905,7 +57905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c1721a-07a1-4a33-8b69-78469e35defa", + "id": "6b71e2f8-607c-43f2-9d42-eb622407d340", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57996,7 +57996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a9c4da9-7666-4e55-b655-d56a99668fa0", + "id": "b495fda4-283c-4243-af4e-e6826862f800", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58087,7 +58087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "353ee392-ebe2-4871-aea5-1bed4cb213de", + "id": "0d981f9c-f8fc-4cba-8600-40fbb48e7dc2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58178,7 +58178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09ca67c9-ce8e-4d66-b02e-e1ca99d5a8f9", + "id": "a60f230e-f92c-40c2-b42e-fe4c056aa574", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -58269,7 +58269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6784647-6f9b-409b-aa1b-2c333cc4cfa8", + "id": "a42a66a7-5d0c-43d5-b172-82264797f27b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58360,7 +58360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3b78e2a-9e19-4e8b-92a2-beb5ab72099f", + "id": "29c1837a-77fc-4fd9-9d9f-15a85bd42037", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58457,7 +58457,7 @@ } }, { - "id": "33e1064b-526a-40b8-b4b3-2d4222858102", + "id": "b25dcb82-012e-4219-82ce-f1455453a2b8", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -58556,7 +58556,7 @@ }, "response": [ { - "id": "ce9dd77e-d9c8-4f19-abbe-2338cd0fc8b7", + "id": "9047dfe9-60df-4e60-a54a-2992c093e9ac", "name": "List of access summaries", "originalRequest": { "url": { @@ -58648,7 +58648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1f9c9fc-928c-4e77-b947-8674c8a85ed8", + "id": "ead02d2c-4752-45c9-807c-a23022fdc674", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58740,7 +58740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f264d76-f282-40d5-9ade-c6c1d5979467", + "id": "92c1026f-432e-4cb5-8ebb-e11dd4c5a246", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58832,7 +58832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04f2b5a8-f85c-4d50-ae38-7d6c634fac9e", + "id": "8d5832fc-966b-4741-b94b-b6505bd2e30a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58924,7 +58924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf82303a-11a7-4ad8-8cc9-b48b4013eba1", + "id": "77e4581a-6f46-4469-8fc3-8363e770c2e4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59016,7 +59016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f42cfe54-d7c1-4344-8a16-3c5e97644d6b", + "id": "47ef8e09-d698-4f18-a743-96cd1edeadae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59108,7 +59108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bce37ee8-f7d3-449d-abf8-fd513cf0b986", + "id": "f65e13bd-d406-4cb8-8ffc-87a8837a94b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59206,7 +59206,7 @@ } }, { - "id": "c2def8f0-dc54-42e6-bbd8-968cd896618c", + "id": "eaf70e80-2c53-422f-90c8-371965b8dd68", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -59259,7 +59259,7 @@ }, "response": [ { - "id": "e1a37512-7e16-4527-8cc4-cc7463bb5f97", + "id": "2da8b4c9-a514-48be-8a0b-5c6e52ed632c", "name": "An identity summary", "originalRequest": { "url": { @@ -59305,7 +59305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba2b14ca-6e5b-4dd6-9076-2f91d17bba1a", + "id": "b6dc66a8-79fa-445c-a733-e3771e62e36f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59351,7 +59351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c8f884b-6e1c-4829-8510-3cdab158ef0d", + "id": "1165ebc8-33c7-4fcf-b9a5-b44e43567413", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59397,7 +59397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fc72a7e-307d-4274-ac30-c75956fc912f", + "id": "17a0995a-45ed-4c02-9303-955102f07fba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59443,7 +59443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "268f26f5-38b6-4a25-ac7b-527b5f678a83", + "id": "cdc79d83-a9ab-43f8-a1c9-68802ea34715", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59489,7 +59489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b067c6bc-6f1c-40a5-bbea-81dec1440808", + "id": "94b103fe-340d-49e5-847d-68e763e55d20", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59535,7 +59535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa7f9d6e-1b9e-4fc9-8b8f-6977e7423dcf", + "id": "db416297-5575-4d18-9301-ce018fcf10a3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59593,7 +59593,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": "fffebea9-7a25-451a-89b9-f4e3af6e0f9b", + "id": "f135fd96-07d8-4b37-af97-f52022b13798", "name": "List Identity Campaign Certifications", "request": { "name": "List Identity Campaign Certifications", @@ -59677,7 +59677,7 @@ }, "response": [ { - "id": "0a7dd3b5-51ee-4394-a4bc-47748912578f", + "id": "d8eef6f7-de43-411e-92ba-f6e6ce3600ec", "name": "List of identity campaign certifications.", "originalRequest": { "url": { @@ -59775,7 +59775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ad386aa-f964-447b-b663-52d2bb2e5133", + "id": "5a4f41b4-587a-406c-8597-f13060056969", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59873,7 +59873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c87902c-2302-4284-ad88-f328f641033e", + "id": "28f134ad-ce33-4ed6-bef8-ddfe8b42abb3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59971,7 +59971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f8dd91d-3cde-469f-ac80-5dc4995711ae", + "id": "a5ea9e83-24d1-4411-b022-2913a99e481f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60069,7 +60069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d48e6c1-a773-4d00-98d3-f8a6069657a4", + "id": "65a3cc1d-24e4-46ca-ad06-82e5524f6a95", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60167,7 +60167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "712f7eb7-9ffc-44e6-9773-8d5b6aa29dd1", + "id": "e36438e3-8f3e-4b28-8c3d-45d77f8f6c5d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60271,7 +60271,7 @@ } }, { - "id": "1a7f3407-f0c7-4f98-b00d-f18f4b78439e", + "id": "e3e2a658-5497-4fda-a58c-f9d50029fac5", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -60312,7 +60312,7 @@ }, "response": [ { - "id": "ea7a7b8a-a8f0-4161-9a55-ed95b1f6668c", + "id": "e1118bc9-fc2c-49c0-b0d5-1fe50c8195d7", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -60356,7 +60356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bd865f5-5f76-41c2-b4a2-14d1d34d87f3", + "id": "fe2bfd76-557e-4eda-9293-53bd539f9bbe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60400,7 +60400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f565301-c8dd-4976-943d-617614d0d527", + "id": "bd74b132-8ed6-4b0e-903c-ae1b1e495d4e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60444,7 +60444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abfda3cc-82b4-4378-8446-d70bec3aa856", + "id": "900021a4-4574-400a-bbce-c2288a2f7878", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60488,7 +60488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba0a861a-65f2-4117-b304-3e86a5eb7cad", + "id": "d6f72d4b-2d43-4869-9e3d-a7160f7f98ee", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -60532,7 +60532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fa2e4c5-4c54-4837-a684-649d668e09db", + "id": "3abab689-31c3-4832-901a-6906ea1a4d55", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60576,7 +60576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc12f133-8645-4917-96da-7e0b43222765", + "id": "1390e484-bcf3-487b-8142-573ec31e43d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60626,7 +60626,7 @@ } }, { - "id": "7b4d2b20-7dca-48dd-8217-c8117a1bad9b", + "id": "fa497389-afc0-472c-93ee-0687f3867786", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -60741,7 +60741,7 @@ }, "response": [ { - "id": "a41b63e6-373d-4c5b-a5b9-f254da40a88c", + "id": "7e09d441-a081-4f4b-b804-97fcfe0faf2f", "name": "A list of access review items", "originalRequest": { "url": { @@ -60859,7 +60859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d15e273-1772-45f3-8133-541b63b52012", + "id": "9e82b8bd-f22e-4e98-9c18-96c71e9bddcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60977,7 +60977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d9079bc-966c-4434-a896-e43dc39da3ca", + "id": "426b758d-e889-4e22-83f5-18c5050fa4b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61095,7 +61095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9643cda4-94f3-47f8-8308-6a3957b148a4", + "id": "0b6f0744-e0bb-4245-b893-b056dc8cf6bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61213,7 +61213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15b1b47b-3803-4691-8dc9-a8a0b10907ad", + "id": "63997e6b-6e27-486e-99be-586126019dad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61331,7 +61331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5666ba73-255e-4171-b333-643f90cd9494", + "id": "f76afeed-94af-4a98-918b-0c19e36d4118", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61449,7 +61449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9fec1f-ef39-4d1f-a1da-ea1648535e64", + "id": "97a39a53-371f-42fc-9aec-47d02c234bc4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61573,7 +61573,7 @@ } }, { - "id": "2ebe8764-b7ac-459f-9622-d0230aff1221", + "id": "e0a76712-99af-4e8b-99cc-d58c8c8529f5", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -61628,7 +61628,7 @@ }, "response": [ { - "id": "d343117a-c87c-41a2-96c1-e43d20ce0145", + "id": "5e43f5b8-1736-448f-aa18-e09de149a299", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -61686,7 +61686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b9c2738-0235-49f6-9d12-ef617c52bd42", + "id": "7ea5aacc-944f-4429-ade4-1dd7eecda95f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61744,7 +61744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5be963a-a12b-4286-9fb4-04e654d8ae76", + "id": "28dd14a5-ca96-4a4b-beb3-10f58c96547b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61802,7 +61802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fe3232b-2b73-4781-8c57-c705f710cb94", + "id": "69664c0a-4ce7-4cf6-9e7b-448f538ecab1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61860,7 +61860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6cf0d92-9c93-4ff4-8a2b-60b2d1a5296a", + "id": "18eda65d-bab1-49ef-8293-0157842ff9c8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61918,7 +61918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf8c349e-b2c8-45e2-9f8d-2e4374fff1ee", + "id": "62e301f9-b2d0-43a7-9f77-1dd9e0ff8dbb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61976,7 +61976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c741f04-74b4-46af-b346-3d0c61a53f2b", + "id": "f730777a-bcef-48c2-93f7-d8cc2c190753", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62040,7 +62040,7 @@ } }, { - "id": "a549d6a0-85c1-4762-bdc4-4e25c8e837b5", + "id": "76a1cb9f-92a8-4bdf-bb40-ca522859d12e", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -62095,7 +62095,7 @@ }, "response": [ { - "id": "c6a996a9-d976-4658-aef4-2ff3ebcf2e00", + "id": "9380138d-4bce-4c21-a228-9d0eee1a5112", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -62153,7 +62153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "506d69d0-d78b-4918-872e-902e8735185d", + "id": "bdbeb91c-5c7e-464b-b7d8-c45864289724", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62211,7 +62211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b28e75f3-8f83-4cde-ba5c-35726d91a7d0", + "id": "c3a9fb29-2cf5-453e-802d-398cb7942c81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62269,7 +62269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dcf43ed-b0bf-4c8c-ab74-a0f73f551586", + "id": "c0097f4f-2551-4db6-a135-5a1edc4dd801", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62327,7 +62327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9ecb9e5-8839-4f3e-bc9c-20fb743022d2", + "id": "8fac3c8e-0d45-44a7-954b-759a9efde136", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62385,7 +62385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d153ea65-968b-431d-954a-d0443f9cda14", + "id": "ac5226fb-6b1f-4078-b5c5-347ee1364752", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62443,7 +62443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "505e1323-b784-401e-ad02-03bb209df53b", + "id": "556067e4-a69b-473c-b60c-7944cb0923d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62507,7 +62507,7 @@ } }, { - "id": "6ab298fd-bd8f-4eec-a293-d8dd59df0150", + "id": "b4e269cc-97ca-47e5-b2a2-89ab3b4f1a71", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -62549,7 +62549,7 @@ }, "response": [ { - "id": "51ec2a8c-4231-498d-83b9-27f15d4b2221", + "id": "c19237c6-4ad4-460e-8d48-efad46800ee0", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -62594,7 +62594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46fea3f5-87db-4f1d-8f67-b4dedfde3369", + "id": "1ce64bbe-b11e-417d-aafc-f402d36f8393", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62639,7 +62639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78d3d162-1052-4714-be83-a8baf1e1ddf5", + "id": "94f08874-64ae-4ed6-abf8-625be4f419d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62684,7 +62684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "137d8683-724f-4ee0-b651-6e33ffc39769", + "id": "b9fc99dc-2c2d-452b-94d5-8e588192f883", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62729,7 +62729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37412c47-6bfd-4716-9c2b-8720b09677e5", + "id": "80f6e89e-565f-425b-8b2c-dd6c61931d55", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -62774,7 +62774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceafde96-4898-4d9e-a1d6-b79ea1880738", + "id": "1c6f3ade-97a7-4417-a95f-37aecd4c7f2b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62819,7 +62819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af6d612b-dd7c-4b48-83bb-af89c484ace7", + "id": "213c0b58-5363-4424-90f4-b67dff6b14a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62870,7 +62870,7 @@ } }, { - "id": "be636ee4-8d21-42ef-a151-0a10dfc7815f", + "id": "4e42d073-2395-4ea7-9f1c-b71aeb392330", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -62961,7 +62961,7 @@ }, "response": [ { - "id": "aa1186a5-a3d2-439d-9635-ccfad7eddb19", + "id": "7d547cea-15ef-4052-b344-6a9cd39920fa", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -63045,7 +63045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57ea3354-e891-46f1-a0ec-5badb0100c82", + "id": "f4debb74-186e-4d0a-853c-6a2e76308180", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63129,7 +63129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94c5640-801d-44cf-8875-fef70d7eea17", + "id": "c8eced10-1c72-41c0-b143-8abba6ab93ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63213,7 +63213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0429027b-5eff-4088-ac91-34662e44f166", + "id": "cb004244-c32f-446d-9e3a-0c8fe704f43a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63297,7 +63297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b43d13-d496-478c-897d-3d5a6112af8b", + "id": "ab02b059-368c-4b94-bcf0-574d21c8bc95", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -63381,7 +63381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb448f92-7793-428b-8ece-f3d16828fcf1", + "id": "f6ef6505-8789-4497-9516-eb830e9bf185", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63465,7 +63465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f466597-0b19-4bc1-aff4-1f8773e27d2b", + "id": "825e9eaf-baef-4d9e-8429-f56a6bb19b6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63555,7 +63555,7 @@ } }, { - "id": "3d091ad1-20c0-4ee2-86c5-7333029e7930", + "id": "65b0236c-74a3-438e-83b7-08babec91654", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -63643,7 +63643,7 @@ }, "response": [ { - "id": "b7290820-4f9f-4873-b522-7826364a86a9", + "id": "bc80317e-6f4b-4e7b-a96a-2b3e9e855e9e", "name": "A list of reviewers", "originalRequest": { "url": { @@ -63734,7 +63734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fab56906-e9af-4804-b42f-7c01180cb94e", + "id": "856b8571-2e87-4a98-afb5-c0310522c63f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63825,7 +63825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed757bd3-d4b8-430c-ad87-14faa0af61e1", + "id": "b3f545bf-aa1e-47ef-8085-547516ccf858", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63916,7 +63916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17c3bebf-54ac-4918-918d-c79c2b7576ce", + "id": "201673d5-9d44-42c6-b090-0084fb8a2e7a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64007,7 +64007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c9a30b-b356-42ac-ac3d-e97ddd731907", + "id": "0c5df635-45a3-4784-a430-e751ed3dd1ba", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64098,7 +64098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df3ad8dd-1ba0-4f95-8e1c-e84c3bf6ae86", + "id": "b1d21849-96d4-4a22-9797-72e7b806ee3b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64189,7 +64189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22edddfd-f7b4-4b11-b5e7-b7c43f157803", + "id": "d15ffff5-09bc-48ab-aa75-9b4697b75a6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64286,7 +64286,7 @@ } }, { - "id": "3b2ab3f1-27c6-40b9-a685-a566eb6d7412", + "id": "12a09d4e-d8bc-40db-806e-41166a90fea5", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -64341,7 +64341,7 @@ }, "response": [ { - "id": "b77f1833-5252-4b2c-87b8-ac89584a3d62", + "id": "0cafd18b-46f9-4a14-b607-188a93ba3fdc", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -64399,7 +64399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2d5d779-4cce-4786-bb55-39feb3eb61c3", + "id": "8b819a56-7bf9-4d24-9147-b0fd162c338c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64457,7 +64457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17a0a61f-3dbb-4501-960c-4da21c315e5b", + "id": "c69a2f4d-f652-44a5-b7de-4ce1833fed23", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64515,7 +64515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "017cb3bf-fb3e-422d-a1f6-d62bab943971", + "id": "7b06d7bd-96c9-4fd8-a143-e9e77fe1426f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64573,7 +64573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95638ec3-7336-4451-9721-f37cc2bb9086", + "id": "135bc78f-8737-41b6-87ec-6e5620e826ab", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64631,7 +64631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b0bfe18-a87b-463d-a228-0bf0b7dadbcd", + "id": "ccee1003-e69f-40d4-af5b-2e5ebd46e21d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64689,7 +64689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd5fc2e8-2cb5-48a1-8233-77a683b4a943", + "id": "8bcca2af-d2f8-4566-a3a0-e767f386e6af", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64753,7 +64753,7 @@ } }, { - "id": "49de079d-5de6-40a4-a9ef-6ebde618a2df", + "id": "d520d489-1782-4bb4-837d-b40bdc5c202a", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -64794,7 +64794,7 @@ }, "response": [ { - "id": "8b51eeac-9951-4369-b830-3ef54d29f754", + "id": "080585b9-dd66-48c7-80fd-f8560351915e", "name": "A certification task", "originalRequest": { "url": { @@ -64838,7 +64838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6902dbc-61ca-41c3-9f3d-31d4a5b598be", + "id": "bc9cc80e-bad1-4a1e-a0a1-d95be495f57f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64882,7 +64882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cbbccf4-ce89-46dd-966b-0dbaf74da906", + "id": "fb4dcfa0-5404-41d9-ac7c-5e5cbf58bc76", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64926,7 +64926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56ccf802-efa2-4310-91d9-4bb0e0a922b0", + "id": "aedb7f8b-f5e3-424f-babd-a45d47667cec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64970,7 +64970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a077d64-773d-4b40-8fd4-673f59128395", + "id": "1e40705c-dc28-4f3f-ae83-ae3b9ebce047", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65014,7 +65014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac3d4c76-7553-45c2-ba11-3abc22989f0d", + "id": "2decfc20-d63e-4ce3-adee-394b301a931c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65058,7 +65058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c39430-a743-455f-abe8-d2f192d0c3b8", + "id": "176c6408-fa97-48e7-9b91-6710db0ba2a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65108,7 +65108,7 @@ } }, { - "id": "3e960870-50a2-461e-8814-fc115f71023f", + "id": "2df27a69-82b6-487e-aa4d-8527a15a1598", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -65183,7 +65183,7 @@ }, "response": [ { - "id": "16979015-2d39-4151-bea7-7dad45ef24b9", + "id": "5efeaf94-3ca8-40bc-8115-51ca212e86a1", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -65272,7 +65272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7fd6495-bd50-45e3-86ae-8c6b157bfed5", + "id": "d1ace329-c0d5-4cc3-a5c7-277f840714ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65361,7 +65361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0f7c816-371a-4a55-b4f0-701ce847337f", + "id": "7ea510ee-4b18-4f32-a907-db7a0772ecdd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65450,7 +65450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8deee40f-d995-407e-b8d4-26cbaaba416f", + "id": "edad6fce-fe62-45aa-ba0a-b99f28b36e3a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65539,7 +65539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdbc4930-4c77-4213-ad83-c8b8c36c7143", + "id": "737ea82d-a68c-4de8-8589-796347fc6637", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65628,7 +65628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcc4a8e5-69c9-46d6-a435-9752baca634d", + "id": "6f34d298-f719-4361-a3b7-6462cb2c9d68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65717,7 +65717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "444792e2-8b77-4696-a4e8-044cf3735432", + "id": "f30ea4a2-e525-4dd6-9030-79d040824a11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65818,7 +65818,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": "c14386e8-80ea-4ca1-ab09-fadce263cd39", + "id": "aee5b73e-a7ad-4845-915d-75f9ef981494", "name": "Gets list of object mappings", "request": { "name": "Gets list of object mappings", @@ -65860,7 +65860,7 @@ }, "response": [ { - "id": "205b2114-948d-4045-90e9-32b8dd66a20e", + "id": "d8c3946a-8a80-4321-affa-8acab0d1fc0f", "name": "List of existing object mappings between current org and source org.", "originalRequest": { "url": { @@ -65905,7 +65905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f6d4c62-cb6e-4231-89d1-835a3a1dfde9", + "id": "88c6fd3c-e81e-4f9b-813f-c40394c24aa9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65950,7 +65950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea7dba1-2aae-4332-b8c8-5cd7139dfff0", + "id": "8c512848-2cb9-46ad-94e8-cf1231deaa49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65995,7 +65995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6512b1ec-af84-44b9-b38f-7bf72633a5e6", + "id": "65145b3a-d714-4fe4-9dec-19344f6827cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66040,7 +66040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8b16a23-5e57-4dda-8b4c-b4fc83c684e1", + "id": "8b46b456-5087-45ed-8c64-51224e3bca07", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66085,7 +66085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f734e59c-3f30-49df-b66f-95a3ce695157", + "id": "5c54792e-5366-4ce9-96af-387bd3306174", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66130,7 +66130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c90f4fc5-9298-49a0-a626-2ed821b92785", + "id": "607aa62a-a582-4dfc-9f2d-1aaaf6538c8c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66181,7 +66181,7 @@ } }, { - "id": "66efecb4-1716-42b7-8cf4-c74de0e6707d", + "id": "862f79c2-bfce-4e94-b6d1-e41281ec1dc8", "name": "Creates an object mapping", "request": { "name": "Creates an object mapping", @@ -66236,7 +66236,7 @@ }, "response": [ { - "id": "c58ab603-def7-4659-89e6-a166432396c6", + "id": "aa7804c5-309e-4fa5-b9a6-993446251430", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -66294,7 +66294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d468fef-5f6c-481d-adf8-f68dd4911ff0", + "id": "62d8471d-840f-448f-85a0-87e307caa8c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66352,7 +66352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fb36ab7-c30f-462c-88c7-29b59337ef5e", + "id": "a3dbdc2d-cdb4-4ed4-8e37-2420d52af86d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66410,7 +66410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61d8b280-1863-4339-b582-23a3165bb8c8", + "id": "0a388270-7c3a-4d54-bb2d-fd23b37b3aa7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66468,7 +66468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67f072b3-7157-4750-9a2b-d596832a1a25", + "id": "46607581-9bc6-4042-80e4-c044b2d3cb92", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66526,7 +66526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97b54bd5-af08-4bfe-ab40-eb7514a9bc0c", + "id": "d622b577-e8d5-47b6-9e6c-89a8e8e63b2a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66584,7 +66584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e94bfec-720b-44a5-8cef-9a3a460e5507", + "id": "d5ae12f8-f901-4e7e-ae66-22b30608020d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66648,7 +66648,7 @@ } }, { - "id": "eae7f021-a328-44aa-b1ec-951802fa74e9", + "id": "c1f151da-ddb6-4d64-b464-e2d86d460c11", "name": "Deletes an object mapping", "request": { "name": "Deletes an object mapping", @@ -66701,7 +66701,7 @@ }, "response": [ { - "id": "557db3cf-a3a9-4b5f-ab2b-8f0b437b8931", + "id": "a83d6a3e-8bee-4dd7-967c-4b82d61f9cd4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -66737,7 +66737,7 @@ "_postman_previewlanguage": "text" }, { - "id": "38a6549a-f9cf-4e2e-8952-4fca1293bc24", + "id": "c3dddcff-4097-463a-8b25-ba97fd5a49d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66783,7 +66783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b62fc8b1-eb32-45df-b380-78c89ed86b5a", + "id": "58390af6-56a9-4c17-87a0-8398cb7c0db0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66829,7 +66829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eecf0da2-db00-4d5f-84b3-ac63b26ec878", + "id": "6411bd52-3af9-41f9-99ee-2a2d666b6a4b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66875,7 +66875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f303849b-2658-48b0-a21c-06e857d8028d", + "id": "9fb302da-8123-4991-9327-182530a4e6f7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66921,7 +66921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98980507-f390-46e1-b9e0-b99bfcdaf782", + "id": "78ef095e-69e9-4278-80e1-e28cfdf8bf1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66967,7 +66967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7155e06c-8062-44db-9730-21e2bd767446", + "id": "d6377473-a20f-4f2e-9c87-dbeca646c501", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67019,7 +67019,7 @@ } }, { - "id": "a425fdc9-11b1-402d-871f-69a2a7028f0f", + "id": "a81e1dd3-4493-4f56-b936-5d18393518a0", "name": "Bulk creates object mappings", "request": { "name": "Bulk creates object mappings", @@ -67075,7 +67075,7 @@ }, "response": [ { - "id": "ffdc0555-30cd-4287-bb3d-6b1c8879fc13", + "id": "0eb473d1-e0c8-4657-82e4-bd3d10680892", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -67134,7 +67134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d791e42b-9d08-48ac-8526-f36aa112f5b2", + "id": "3644a79d-f02b-4b1a-9e42-9bf799e64504", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67193,7 +67193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e4d86e8-a9a7-4723-a576-2bea99893bc7", + "id": "7b9c166c-c5f6-40ab-8d74-3520e4af1bbc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67252,7 +67252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6fd07da-b3b7-4733-ad0c-bc928411efcf", + "id": "cef959b2-837f-45e0-badd-698846763b55", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67311,7 +67311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e27869f-8b19-4ed7-9659-22165143235e", + "id": "f6484b2b-e458-4b0d-9f0c-8e2d130322e7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67370,7 +67370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1de254d4-bcaa-43b6-bafe-3d4419c31658", + "id": "9f25cf9e-e754-43a7-a52f-8df1e054bf33", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67429,7 +67429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "527b9b8c-118e-4be0-9263-cbe7e7ff572e", + "id": "09178a37-5c06-4a5f-93b8-a072872f4eba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67494,7 +67494,7 @@ } }, { - "id": "3410e19f-67ff-487d-8027-b35606f8d06f", + "id": "a157e68f-2f98-4f64-bc53-77a216023cb0", "name": "Bulk updates object mappings", "request": { "name": "Bulk updates object mappings", @@ -67550,7 +67550,7 @@ }, "response": [ { - "id": "cc356a6f-0d56-45ce-a9fc-a5f4129f23fb", + "id": "cfcc15d4-7896-4772-a8b1-254ac5842b4e", "name": "The updated object mappings.", "originalRequest": { "url": { @@ -67609,7 +67609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a91e676f-1532-4c24-bc25-2d9a0efea9d6", + "id": "e2526115-bf50-4b6c-a404-9ddd317f0cbc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67668,7 +67668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e924da8d-f9b7-4e82-a4ba-37dff8a3d143", + "id": "86cf899b-07ee-40b1-bfc6-b9a95a87744d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67727,7 +67727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db6c17e0-178e-4281-ba04-af5c22543b7c", + "id": "fcc36b95-6139-4f4c-b40f-214ed0d19eed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67786,7 +67786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d657463-e8e6-4d47-a032-11dc25d2ea50", + "id": "9f8f8355-9660-4117-b8b7-e9a0e2a010ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67845,7 +67845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3d45fdc-f858-4c3d-a1f9-f83c8fa1416e", + "id": "cecf695d-d241-4ac2-b971-0a3e425cb1e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67904,7 +67904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ace0e4e-b997-4faa-8d88-3c7440e12baf", + "id": "c5419b4a-f90e-4678-b7c3-11db78e15444", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67969,7 +67969,7 @@ } }, { - "id": "73fb9f8f-248d-4bb9-ac3e-a93610034f92", + "id": "675dc7e3-1031-4cd2-b8ec-b5e4c0b9140e", "name": "List Uploaded Configurations", "request": { "name": "List Uploaded Configurations", @@ -68010,7 +68010,7 @@ }, "response": [ { - "id": "ee392ffc-82de-43ea-89e5-253a3f0c6b1d", + "id": "ecb6539a-8a39-4d0d-a80b-42c1b2e4927b", "name": "List of existing uploaded configurations.", "originalRequest": { "url": { @@ -68065,7 +68065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d56b1547-a71e-4e33-803b-4ea003be0d0f", + "id": "aff78926-bc59-4941-82a1-6d18b8248df8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68120,7 +68120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1674c8f6-2af1-4239-8cda-93bb904e82f0", + "id": "903eb44b-2392-4dcc-bb69-05bdd96a325d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68175,7 +68175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0869ecb0-0fbf-46d6-89a6-9a7122c6417a", + "id": "ac8b372d-1e73-443e-a423-d30a9ca23eed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68230,7 +68230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8d03480-2406-46f9-be36-14cce6fec08a", + "id": "6d1b446e-faff-4acc-979f-1faa53f5048a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68285,7 +68285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fa3baf1-f8db-482b-ad2c-b3666cd56fb1", + "id": "7ecd9516-dd28-4acf-87e8-2152b75296bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68340,7 +68340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cabfa2e0-ea6c-4741-a15b-78e2a87bba38", + "id": "f4647a76-6836-4ea3-a34e-82c454c01d6b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68401,7 +68401,7 @@ } }, { - "id": "67e45cee-2939-4d89-8d45-d38163ad104f", + "id": "71fe89b5-f642-42fc-98bf-d6f6f1f6dd69", "name": "Upload a Configuration", "request": { "name": "Upload a Configuration", @@ -68449,7 +68449,7 @@ "type": "text/plain" }, "key": "name", - "value": "ad adipisicing sunt", + "value": "cupidatat amet velit", "type": "text" } ] @@ -68457,7 +68457,7 @@ }, "response": [ { - "id": "24ca4326-02d1-4c59-b80b-1ba1cb91f20b", + "id": "1f0cae82-b0c9-4655-80bd-fc130542c07a", "name": "Upload job accepted and queued for processing.", "originalRequest": { "url": { @@ -68508,7 +68508,7 @@ "type": "text/plain" }, "key": "name", - "value": "ad adipisicing sunt", + "value": "cupidatat amet velit", "type": "text" } ] @@ -68527,7 +68527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df7b1066-8d19-45d9-b65a-600d3587a5ff", + "id": "f9764661-4d32-4739-9c28-29f611e49465", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68578,7 +68578,7 @@ "type": "text/plain" }, "key": "name", - "value": "ad adipisicing sunt", + "value": "cupidatat amet velit", "type": "text" } ] @@ -68597,7 +68597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c27dc02f-2c08-47cb-9921-e36ec0ba63e2", + "id": "d2a32aed-306d-46c9-a1f0-54830dd30bb5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68648,7 +68648,7 @@ "type": "text/plain" }, "key": "name", - "value": "ad adipisicing sunt", + "value": "cupidatat amet velit", "type": "text" } ] @@ -68667,7 +68667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45876ab7-59d5-4ed8-b7c1-9bd613421966", + "id": "dc279ffb-8a7e-44ad-87c4-118f4a53de54", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68718,7 +68718,7 @@ "type": "text/plain" }, "key": "name", - "value": "ad adipisicing sunt", + "value": "cupidatat amet velit", "type": "text" } ] @@ -68737,7 +68737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b2a45fb-1c43-4bae-b70d-3c01f075e198", + "id": "f5103752-2870-4ee5-9730-c5ef4adbacf0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68788,7 +68788,7 @@ "type": "text/plain" }, "key": "name", - "value": "ad adipisicing sunt", + "value": "cupidatat amet velit", "type": "text" } ] @@ -68807,7 +68807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c67b681-43ec-4764-a519-6988536d24da", + "id": "d3ba7fcb-885c-45c2-9292-059a12cecbd8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68858,7 +68858,7 @@ "type": "text/plain" }, "key": "name", - "value": "ad adipisicing sunt", + "value": "cupidatat amet velit", "type": "text" } ] @@ -68883,7 +68883,7 @@ } }, { - "id": "154ed5d0-ebb6-4e4c-8adc-ad096c4f0f71", + "id": "3c14535a-919f-4e5a-b1e4-e60a59b04a47", "name": "Get an Uploaded Configuration", "request": { "name": "Get an Uploaded Configuration", @@ -68926,7 +68926,7 @@ }, "response": [ { - "id": "9a3a2aa2-f30a-43f0-8ab8-67ac7f0ca2f2", + "id": "5c06a6d6-17d1-4e96-961f-91e310bf0922", "name": "Gets an uploaded configuration details.", "originalRequest": { "url": { @@ -68972,7 +68972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "357f2363-dd4c-42e6-a342-f08b7f36b08e", + "id": "b78be446-acba-4c21-b0ef-26587233c4bc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69018,7 +69018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25933c66-12e6-4daf-825a-39ce31254501", + "id": "2bf6faed-7aa9-4c52-ba7e-24f99df5e41e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69064,7 +69064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af211cf5-10be-4418-a4f8-732153b12fd9", + "id": "80f1b083-7640-4e55-ba2c-f840f558b41b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69110,7 +69110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c805097-eeee-4796-a840-54ffcca5fa2a", + "id": "11f820fb-20e5-4ae5-947a-da96e56ec166", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69156,7 +69156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9beeb031-4f89-4e93-85b8-d13b6bf71db1", + "id": "6c2da73e-3b78-4a5d-89f0-82d2010bc75b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69202,7 +69202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2308c6d8-25c0-43be-af66-d5b1922d63d3", + "id": "53a7d512-a789-4168-a476-41a04075eda1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69254,7 +69254,7 @@ } }, { - "id": "77a8b437-3217-48d1-bb05-5cdfafbce1fa", + "id": "63748580-8218-4ffd-a0f4-1e9758ede478", "name": "Delete an Uploaded Configuration", "request": { "name": "Delete an Uploaded Configuration", @@ -69297,7 +69297,7 @@ }, "response": [ { - "id": "b846796f-e89d-4157-bed3-3a46ba061600", + "id": "6a29a5d2-9d69-42b1-b007-eb309d13b0b6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -69333,7 +69333,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b211a471-e7f5-4bea-8a0d-969b9a2231cb", + "id": "cf04559b-3b0d-423f-97fd-c1587c578a4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69379,7 +69379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f618d4e6-20f7-43ad-971b-129efe36c13a", + "id": "d3585989-445c-4f94-90da-e61a0376cff1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69425,7 +69425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9bf0472-a082-4b67-b883-68ea9401b5e1", + "id": "bc73d663-f8cf-45dc-9d58-b78a6d657a41", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69471,7 +69471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d994577-9e9b-490c-b85e-17815ad6fb77", + "id": "a481b020-d900-43a5-8224-c3eb24c26dad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69517,7 +69517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f9617ec-5da6-409c-b069-4e5152839767", + "id": "841749cb-8fdd-4909-a613-14f43024cd99", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69563,7 +69563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7030a4da-895d-4563-aa3e-4d7ee56e8024", + "id": "54068182-e14b-46d0-ab69-ba74705d0eb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69615,7 +69615,7 @@ } }, { - "id": "907b7698-8c6f-4077-9004-e5976f731538", + "id": "adf793b3-5d6d-43e0-b0a9-acee164c12bd", "name": "List Backups", "request": { "name": "List Backups", @@ -69655,7 +69655,7 @@ }, "response": [ { - "id": "1310ca21-8d25-4731-b78d-6d40af478d86", + "id": "1626ac02-592c-4f2f-bf7a-b8a02262fc69", "name": "List of existing backups.", "originalRequest": { "url": { @@ -69709,7 +69709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "400e62f2-4e82-4359-92fa-fafa4db34a50", + "id": "ac932992-0352-4339-b068-edd0167ce208", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69763,7 +69763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8e32e29-ebbc-44c6-bcb0-de35874b5eae", + "id": "450889e3-fb39-41ec-9e35-78ed245cf432", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69817,7 +69817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24227e4b-e500-4cf5-b2e7-6aee27159f3e", + "id": "abbcc25c-4f1b-4ed3-9955-a87b8c59004c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69871,7 +69871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "764508ef-db7f-40ce-b04b-3328b7e62677", + "id": "8c05d7e1-484b-4c50-8f18-734d736a28fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69925,7 +69925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f4739e4-04bb-4442-9f2e-7a417912d6d3", + "id": "cf07cb66-9f37-4ac8-bdf3-8f47aa3c6fe5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69985,7 +69985,7 @@ } }, { - "id": "54708da0-367a-4ab8-b518-019d8f5d8b09", + "id": "5dd5b613-35d7-4e82-9ee7-b17f1bef32ec", "name": "Delete a Backup", "request": { "name": "Delete a Backup", @@ -70027,7 +70027,7 @@ }, "response": [ { - "id": "1dcccbea-84a2-4cb5-b869-3b801f81da4e", + "id": "132e0af3-86ae-4cab-942f-5a7ae37fe828", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -70062,7 +70062,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f5a34604-9c68-4786-b1db-a9f961a704fd", + "id": "d89d8031-28df-445b-950a-9f9906c6d1c7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70107,7 +70107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb4ca1ca-649b-4dd9-9060-2b9de2177581", + "id": "19780aa0-db17-471e-9255-007cc548490e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70152,7 +70152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "709a45b0-3f19-462c-89a0-93139dee786a", + "id": "da8cbf7a-9a2e-43db-bbd3-f1ef9a62cedf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70197,7 +70197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "635230c6-f01c-4d99-9dde-88a7f2ce779f", + "id": "c45a9d98-7275-4bf2-9853-690f49fa64c4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70242,7 +70242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0f341db-3991-4319-9c55-422b8e50774e", + "id": "af49b013-93e9-43a4-a6a7-e0207b28a55e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70287,7 +70287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72b66ba8-b7c3-4dfc-bb3f-bf9d370944f0", + "id": "a04bc154-7f2c-4ac8-b8a6-2c1824d42e87", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70338,7 +70338,7 @@ } }, { - "id": "df6e9b56-d1cc-4c56-a74f-29086df48e34", + "id": "ff32eb8f-0abf-4d3e-9a65-db52731fe8df", "name": "List Drafts", "request": { "name": "List Drafts", @@ -70378,7 +70378,7 @@ }, "response": [ { - "id": "166cb95a-69de-4eb2-bf88-177e94060f9c", + "id": "01912067-f43a-4c20-bace-a1e58989ab84", "name": "List of existing drafts.", "originalRequest": { "url": { @@ -70432,7 +70432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f1d738d-b330-48ef-b361-800f9e99eda9", + "id": "faafd67a-6edf-476e-8b58-53cffe804440", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70486,7 +70486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5d3bb77-fbe2-4dbe-a706-9bf81336d6e0", + "id": "bbe928e2-cdff-470c-aed5-82965eba1ef4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70540,7 +70540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db561235-ec98-4d36-9a8c-20125b43eb10", + "id": "9866d7ee-1750-49d1-b6e0-675a9147c659", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70594,7 +70594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7254729-ad02-41ae-9506-e82c87e43a1f", + "id": "47ce699e-a86e-47bb-ac4a-a349df6eb086", "name": "Too Many Requests - Returned in response to too many requests in 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": "187e2f15-c311-4176-a3e4-652d11ccd2a4", + "id": "0f91bb41-5ac2-4630-a3d0-c3a8898e9ecb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70708,7 +70708,7 @@ } }, { - "id": "796f9052-5603-4a73-ae17-1796213eb904", + "id": "61e8199c-a129-498b-bb52-e89cb3763ede", "name": "Delete a draft", "request": { "name": "Delete a draft", @@ -70750,7 +70750,7 @@ }, "response": [ { - "id": "b8ffd9ce-31bc-4ec3-b627-3b7b7e8e301b", + "id": "abe8047f-7cbd-49a3-9b75-55c9705860e6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -70785,7 +70785,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f5575920-19eb-4f69-8587-e7c68e2b5a60", + "id": "6ac692a1-729f-4682-967f-546782873035", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70830,7 +70830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76ae2198-53bf-4c8e-8d47-4dca1ba9fdd6", + "id": "ee6f9668-aa8e-44b1-b9da-102ff6b18d30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70875,7 +70875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f594da1-fb02-4fda-9be9-2942eba6235c", + "id": "2cc816e5-fcc6-4a72-9edc-c99d1c6545c2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70920,7 +70920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3199ab2a-958d-4a0d-9d8c-178336d07fb3", + "id": "49941a7c-5ac3-42e7-b600-9870b74dd75b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70965,7 +70965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb386b6-b66c-40a5-9161-c27e3ec8fc77", + "id": "36959a6a-fa49-4321-89ac-cd01bcdb2780", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71010,7 +71010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9985f426-38ec-4565-862c-438a81679d07", + "id": "75b1e48d-d562-4ddf-bac0-a86ca7c62ea3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71061,7 +71061,7 @@ } }, { - "id": "3dc5521c-6b8a-4939-bc60-13c7607851ce", + "id": "6462bad5-3747-40d8-8a25-9edaf1ea6117", "name": "List Deploys", "request": { "name": "List Deploys", @@ -71091,7 +71091,7 @@ }, "response": [ { - "id": "5c20d57b-c8a8-4765-a4ac-639e89d7a464", + "id": "6af810d1-c12b-4eac-bec5-035f88cfc284", "name": "List of existing deploys.", "originalRequest": { "url": { @@ -71135,7 +71135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbe3058b-c700-4377-8d51-522dd29948b3", + "id": "26b3510c-8ff8-4547-aaab-15adcb3cbe01", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71179,7 +71179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5819e48-cbf9-494e-9538-517e5a04eb0a", + "id": "29882947-d7e9-416c-bc0b-fbdfc4ecaab7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71223,7 +71223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03d6a5c2-2d87-40c2-80ff-691a9f69cf24", + "id": "52d58c8b-f426-4bd0-9e60-6a8a32b5c436", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71267,7 +71267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c3859e9-6240-4a17-81dd-a2711d2aae53", + "id": "d63233d8-eda3-42ff-af08-6b7b0c4d656a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71311,7 +71311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35ad13d1-99fd-4732-bcd5-86216ce6d9db", + "id": "fc55b2f3-138c-4c37-b902-174a08f21be8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71361,7 +71361,7 @@ } }, { - "id": "90bd0b4e-efdf-4c76-abbd-b2a7daaec959", + "id": "c6b8fd4c-5d70-4312-8cdf-1c1909cde359", "name": "Create a Deploy", "request": { "name": "Create a Deploy", @@ -71404,7 +71404,7 @@ }, "response": [ { - "id": "05e75c0a-de58-4fc5-b70f-25b57be5c02a", + "id": "22181257-9c42-4d9e-8906-a75b5bc86892", "name": "Deploy job accepted and queued for processing.", "originalRequest": { "url": { @@ -71461,7 +71461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ec7e88a-e6ca-490f-a10f-58aff753bd49", + "id": "c9b04e29-79de-4035-be49-7fc5d5fbaaf1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71518,7 +71518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5649a064-82cb-4367-a847-220362e02283", + "id": "463a7e77-11d1-4408-8241-5830dded7f91", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71575,7 +71575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e3c872a-054e-46d6-b913-45024ef281e8", + "id": "36664d45-e816-4d93-bdd7-1ed512156638", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71632,7 +71632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bb65ced-e7d9-417f-87e6-46d57c777d34", + "id": "9374099d-2204-4694-a090-667a916686d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71689,7 +71689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9172ba9f-a1f3-4eaa-a8b2-fd3f26c963fa", + "id": "cdf440c6-cb4b-42d6-b554-53f12a4b29ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71752,7 +71752,7 @@ } }, { - "id": "ba4656a9-1ab4-4ccf-ab6c-2171361d7923", + "id": "bdf94e2c-1fab-4ee7-93bb-23bfd344b699", "name": "Get a Deploy", "request": { "name": "Get a Deploy", @@ -71794,7 +71794,7 @@ }, "response": [ { - "id": "8caaeeb6-d84f-4582-b854-dafb89c173c9", + "id": "d3096334-3c4a-4d3b-8ab6-5c123b87cf8d", "name": "Gets the details of a deploy.", "originalRequest": { "url": { @@ -71839,7 +71839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd7fc068-cf39-4d44-915a-5ace1dc2d70e", + "id": "c1d5ed64-d4a1-471b-b3ae-5b1f5ef7b8c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71884,7 +71884,7 @@ "_postman_previewlanguage": "json" }, { - "id": "449a659a-debc-4468-be6b-ff8ec411bd5e", + "id": "361017be-e39c-44a6-a863-a9abfcd4ccd5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71929,7 +71929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "921f52b1-56af-4a78-a304-e7b92f684912", + "id": "05f635c4-e608-4003-987b-d3482c1d9a69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71974,7 +71974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7b55c1d-de7b-4e1e-ba01-aa5d058ae86b", + "id": "d2c6bd8d-1731-4c53-80c6-466e3e39d27b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72019,7 +72019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48de4d3c-cb71-433b-b5b2-df69599c9335", + "id": "7ae24b79-7e99-4b32-9149-9453064ce98d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72064,7 +72064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91c32077-c10b-48cc-96a4-6e1092992896", + "id": "2c710a21-83e3-492e-b1ae-f6897c314d7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72121,7 +72121,7 @@ "description": "", "item": [ { - "id": "c8e9973f-c15a-44af-9050-94845d4cd12a", + "id": "c356f00b-76b4-4f43-b5a9-0e60685dfb90", "name": "List Connector Rules", "request": { "name": "List Connector Rules", @@ -72159,7 +72159,7 @@ }, "response": [ { - "id": "442af056-21ee-462a-b102-7f9a2b77e233", + "id": "8c9d56a0-73d7-4020-bbe0-d310e18a2a68", "name": "A list of connector rules", "originalRequest": { "url": { @@ -72211,7 +72211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9deba563-5e06-454e-ad45-81f31f5bec0b", + "id": "6c6bf1ce-0059-40e2-88f3-ac589df5e8f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72263,7 +72263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b18c9aca-2020-4867-b9ea-1ee310e465e2", + "id": "8c1f0f85-4580-46b5-898c-648d344f3cff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72315,7 +72315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7ddd776-f460-45e9-a811-3a26f96515c8", + "id": "05ef67f0-408e-4c36-b489-32204224b2af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72367,7 +72367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9a38ede-8fe8-4117-8db2-9360b57f94f0", + "id": "76cdce99-5b88-4827-b917-65b5c3e4edce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72419,7 +72419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5d8261b-5be0-49db-b260-e91d4d1188b7", + "id": "48a3eeda-8280-4a75-b931-da5a2bdfb43e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72477,7 +72477,7 @@ } }, { - "id": "be6203d8-2814-4ba0-a637-88858f1d5784", + "id": "ecf419bb-a7ea-4e93-8728-9f5c80a17163", "name": "Create Connector Rule", "request": { "name": "Create Connector Rule", @@ -72528,7 +72528,7 @@ }, "response": [ { - "id": "ab9fa6a9-2713-4459-9b75-87c391ec7ddb", + "id": "acc4bf88-0b10-4a98-a1f7-548566340b45", "name": "The created connector rule", "originalRequest": { "url": { @@ -72593,7 +72593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06611e8d-2272-4b23-9fd3-a8da64712b3e", + "id": "dd2c656c-e697-4100-8d19-f8425b0aecbe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72658,7 +72658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93f62f4d-45c7-4274-b274-e6a3d64e8246", + "id": "8e5d1b33-bb0c-47e9-8d03-035eb336fe2d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72723,7 +72723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08027d2f-7f0a-48c4-b059-5a6680b1c9a1", + "id": "5e378a3b-0bca-4e7e-88d9-c0f1bf6413d5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72788,7 +72788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be94f865-bcb7-4ed3-83cb-d1746d0622ca", + "id": "466e55d1-ebb4-455c-814c-fdc8854af215", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72853,7 +72853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98b51d37-3a31-4fab-989f-622c32d8537c", + "id": "28f8b284-c8ca-4b6a-900a-7ded97dca242", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72924,7 +72924,7 @@ } }, { - "id": "db0335c6-1da3-49c9-a1c1-a4449228c15b", + "id": "bafcffc4-9b8a-4812-a49b-92a84205c94b", "name": "Connector-Rule by ID", "request": { "name": "Connector-Rule by ID", @@ -72974,7 +72974,7 @@ }, "response": [ { - "id": "634e7e31-0eab-4a89-996c-4c921012dcc6", + "id": "1c8464bc-be83-489e-acc3-3786d07a0a87", "name": "Connector rule with the given ID", "originalRequest": { "url": { @@ -73027,7 +73027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4cdf586-fd63-4922-bb7e-6e37ce8334a5", + "id": "0362d2e7-9508-451d-9413-3e4fce840e55", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73080,7 +73080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7b8af6f-1a2c-4f67-9cc8-70471042c1f3", + "id": "cd184ab8-d5f9-47bc-bb74-1d163bb76104", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73133,7 +73133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87eff15d-4200-4c9e-96c9-135113f6199b", + "id": "1442200d-0592-44c3-90f5-63a117eac111", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73186,7 +73186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18cf593f-124d-41f3-a97a-a6c52eda8e55", + "id": "ae40840a-c3f9-45a8-871f-c553c1cb7c1a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73239,7 +73239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab16d2de-d1e0-4138-bfcf-53132180168e", + "id": "2f64804e-eb91-4188-b8c6-01721c272b24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73292,7 +73292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c029221c-c6ca-4094-bfb4-02d2d231d990", + "id": "fc528dff-66b3-463b-a4b9-d72977faed09", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73351,7 +73351,7 @@ } }, { - "id": "5c82d033-c1ef-461c-aeee-a8bcddfd25db", + "id": "1708b4de-ba21-46ff-ad2b-9ed1e1df64ec", "name": "Update a Connector Rule", "request": { "name": "Update a Connector Rule", @@ -73414,7 +73414,7 @@ }, "response": [ { - "id": "7f5ba750-9a3f-4c9b-b08f-1405486a2473", + "id": "a2c708b7-08f8-4091-9390-94223ad2a10b", "name": "The updated connector rule", "originalRequest": { "url": { @@ -73480,7 +73480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b3b2409-6467-4091-a0a3-0d18d7fe5e18", + "id": "bb7ded64-5611-4502-9434-af1f15f6afc8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73546,7 +73546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd0fcd02-866a-4cf1-af65-232c50ace235", + "id": "f54e0b96-2dd3-4dde-92d8-66b78aff82f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73612,7 +73612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7993b7b-869f-428f-b9d9-ae845b238d92", + "id": "af9f416e-4642-42e4-88b7-0f67f83fece1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73678,7 +73678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "981f4ba8-1e6a-45e7-a0e2-dee6373cbbe3", + "id": "963fa992-1a2b-4805-a6ac-91bb44c33190", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73744,7 +73744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06252ea3-0dd9-4db1-920c-90047cdb109a", + "id": "4c56be4a-2164-47aa-b543-65bbac2b3517", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73810,7 +73810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "401b6d7f-89a3-401e-9020-f40edde6c9ad", + "id": "e1b9ec12-7e42-4372-8035-69c77a23c115", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73882,7 +73882,7 @@ } }, { - "id": "de5788c9-98f1-4d6a-a3cc-9c0979202758", + "id": "74685ee2-73f2-4781-9031-32ec1feb0725", "name": "Delete a Connector-Rule", "request": { "name": "Delete a Connector-Rule", @@ -73932,7 +73932,7 @@ }, "response": [ { - "id": "4ee32dd1-7eff-4e02-9a2e-983235152d5f", + "id": "db65e1c5-5fc8-489d-bcea-d3e6e42d10a6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -73975,7 +73975,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1c276632-4cd4-4085-9840-ecac5db1dc78", + "id": "90d68250-6662-4143-9de1-3b176a417f2c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74028,7 +74028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30d96eee-9d3e-495e-867e-a461f0e0f741", + "id": "5cf68aca-6b07-4df3-9f3d-226be31c30c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74081,7 +74081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07b5b285-c991-46f4-a5c7-eb6747e38f1f", + "id": "eabf6e29-161b-4d57-b2e2-1e031d3f237b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74134,7 +74134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2a5c8f0-166b-4314-bc07-7ca47ded6c50", + "id": "59ce9899-b334-4578-9c39-67a0f5393f2c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -74187,7 +74187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78b08111-a6c7-4415-93cc-354b0a35d6fb", + "id": "77ca6435-24ad-4f3b-bd76-d3630773ba26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74240,7 +74240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82b0a14f-6672-4ba7-8832-9a0a403285c9", + "id": "bb97f33a-ba4e-4662-b860-78b0138fed27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74299,7 +74299,7 @@ } }, { - "id": "0fd7b28b-3735-4fd6-a52b-6c888e42a6a9", + "id": "5bc1c34c-2ed0-47b2-86b1-1a3bdbc28b63", "name": "Validate Connector Rule", "request": { "name": "Validate Connector Rule", @@ -74351,7 +74351,7 @@ }, "response": [ { - "id": "4e336b0f-d014-4ee0-8d2c-e7be1cc65690", + "id": "3b6098bd-4f40-47ba-80f2-67eedbfb385a", "name": "The status of the code's eligibility as a connector rule", "originalRequest": { "url": { @@ -74417,7 +74417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ea0dceb-3b26-4914-98cf-42e06092dcb0", + "id": "02ac8128-1a85-4f68-bf6d-93d044caafe1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74483,7 +74483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c0067e8-f235-4ed1-b39e-501ece5f3bbd", + "id": "0e5de15e-760f-4bf9-99d1-2b463fc1776a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74549,7 +74549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "615ab6e0-2b47-4b63-b02b-fb329b382edd", + "id": "c83fea4a-55ee-479d-a097-998c01e0416c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74615,7 +74615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c34271-5136-47e9-8f75-a24baa8b60f4", + "id": "bde4626a-3485-4412-961f-1df6c145d379", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74681,7 +74681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c0b5c42-b2aa-4e4a-af7e-27d8639b25a3", + "id": "bf9d7afd-100b-459a-88d4-e7d1a1ecc947", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74759,7 +74759,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": "5af5f746-2d05-4c56-828a-5cf777cdbce7", + "id": "c6b515fa-9d34-4c8e-8a31-da40e694bb68", "name": "Gets connector by script name", "request": { "name": "Gets connector by script name", @@ -74810,7 +74810,7 @@ }, "response": [ { - "id": "f0aaf015-90d1-43e4-a1ae-d913227e97f5", + "id": "c129799f-ed40-4f75-b5e8-f850694fc219", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -74864,7 +74864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dee325d0-5fed-4993-a956-8e2d88ed10c4", + "id": "b90a8542-3d2d-4048-9b88-631785530bf9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74918,7 +74918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ea2f3f0-2ce2-4647-b065-2be535d5bb1a", + "id": "75221969-d050-4b12-93d5-35958ff49e7a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74972,7 +74972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "018aca83-6d60-412c-874a-06cd27cb8daa", + "id": "980aca1d-363b-421e-9785-e99e7377de02", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75026,7 +75026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b75c3f2b-a87b-410b-abcd-9fb14db15168", + "id": "adfba748-436b-4fab-b283-7625d407648f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -75080,7 +75080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e18914ee-6690-446f-9886-ca3f940ce21a", + "id": "d66bfa01-c698-4c5f-ae0e-c376e0a22c96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75134,7 +75134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea66c34c-8183-4f5d-ba94-9f8e175995a9", + "id": "13b99325-e51a-4c07-80ac-2cc73e8f303a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75194,7 +75194,7 @@ } }, { - "id": "86983253-eed7-47b6-af54-6fe649bb9000", + "id": "dc80dcbb-46fd-4a98-bf8d-768cbfefb2e8", "name": "Deletes connector by script name", "request": { "name": "Deletes connector by script name", @@ -75235,7 +75235,7 @@ }, "response": [ { - "id": "49ee33c7-f71f-4551-a408-612cdc67f3bb", + "id": "319397ae-ed6f-4c6d-a2fa-8ecec35d4b97", "name": "The custom connector was successfully deleted.", "originalRequest": { "url": { @@ -75269,7 +75269,7 @@ "_postman_previewlanguage": "text" }, { - "id": "74ccd558-0683-4bc6-80cb-23aa05c495dd", + "id": "328c76ac-2bc3-4f13-886f-cafbbe2b3f32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75313,7 +75313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afd2eb57-6766-4a4a-bf95-4c545f37bfae", + "id": "6bb5b244-ff63-4600-ad15-73b0b8f5fdd0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75357,7 +75357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ee2dd73-919b-490f-acfe-90bf066fc174", + "id": "c69ef370-32e6-483f-a25f-890844b885b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75401,7 +75401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3121b38-0dfa-4535-bceb-ee12991440d7", + "id": "c5dbd605-a2e1-4954-96a8-56510e9b52d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -75445,7 +75445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f14b6ecb-a331-40df-8601-f283de7de3e2", + "id": "390dc436-a56f-422a-9724-0df910c2f5da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75489,7 +75489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5a3de56-215c-45f6-b3d5-ab3d1f7181f8", + "id": "98e71966-20e2-4056-8ca3-2922e485cd5a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75539,7 +75539,7 @@ } }, { - "id": "24d7e2e0-7492-4720-92dd-1d15d9380ffc", + "id": "78a49aaf-088f-46f6-bd08-86f9579067eb", "name": "Update connector by script name", "request": { "name": "Update connector by script name", @@ -75593,7 +75593,7 @@ }, "response": [ { - "id": "b222b48d-e438-4b26-84bb-eb557b22940a", + "id": "7debdf32-53ff-4121-9462-5915e6e51889", "name": "A updated Connector Dto object", "originalRequest": { "url": { @@ -75650,7 +75650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0be4aef0-5443-4b57-90cf-fbf65aceacdd", + "id": "533808a3-d92e-4716-8c5f-5524daf76c48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75707,7 +75707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cff7baa2-c519-4867-a010-257ecd6cbc00", + "id": "a0abbc3b-2cbd-434e-90e9-946663680fbb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75764,7 +75764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24187038-2ab3-4bff-922b-2fe02f801737", + "id": "79a6850d-2919-4921-8e02-a6a87e1e307b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75821,7 +75821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9ff886e-eea8-4044-b4bc-5a4b5f87934a", + "id": "ed49b233-d8e2-498a-acb7-65dfbe53ea27", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -75878,7 +75878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e5e190c-93fb-4c54-a8f1-15606df07c5f", + "id": "f00c2f10-0c32-483e-9365-7b3477dfedf7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75935,7 +75935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "872371df-31aa-4c0a-b7a1-ffcf85188bb2", + "id": "24bdd1bd-2c33-4bfc-b7ff-d955708b4ce5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75998,7 +75998,7 @@ } }, { - "id": "3829e7a6-3772-440a-84b6-8e9c4c6f7b07", + "id": "f36513e7-42b2-4577-9457-aa10f3e8cfdc", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -76073,7 +76073,7 @@ }, "response": [ { - "id": "5c0d156e-c824-438a-8789-03d1dfcac47e", + "id": "60b1c636-3079-4d21-b3dd-0f3db6814355", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -76162,7 +76162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d3f5c5f-771d-4d1c-a0a7-faa18606b289", + "id": "7c5f9671-33fa-4433-a892-c795584db10d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76251,7 +76251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dfb3f5e-e25d-4384-a491-be97799e600d", + "id": "90980798-11e8-4bb1-bba5-b556936b676b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76340,7 +76340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b687ba1a-2f3e-4d29-8a08-455b6f213877", + "id": "b6009a6c-862d-4768-8514-6fb0ca3187d4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76429,7 +76429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5ded205-d0ba-4bc6-af1c-2832764f62d1", + "id": "6a001af4-879d-4efb-8e4d-59d7dd2b9c36", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -76518,7 +76518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e9754ea-f610-44ba-b920-3b49387659d0", + "id": "fc9fd932-a9eb-439c-9a68-bd2bbb215aee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76607,7 +76607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30288dfc-2d67-412f-8bf1-d2cf437aa6e4", + "id": "51229f37-dcd5-4a82-9cc7-d39f3b2704a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76702,7 +76702,7 @@ } }, { - "id": "37f7124b-3479-4a70-a202-6f043f9bcd0d", + "id": "b760aae5-70eb-45a9-986c-a6292283458e", "name": "Create custom connector", "request": { "name": "Create custom connector", @@ -76744,7 +76744,7 @@ }, "response": [ { - "id": "3b408b36-4d39-423f-b2ce-57e8794d31d0", + "id": "959a8b7b-275b-423d-9699-523e840a7f53", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -76800,7 +76800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6ab3e2f-fe0f-436b-8d5d-41574627d05c", + "id": "1a8c37f9-107b-4640-8702-84a26030afe3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76856,7 +76856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e32af76-c260-45e1-914c-f22ce5abd646", + "id": "d0e7103b-a372-4705-8098-531a19b70b8f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76912,7 +76912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "406ecfb7-f8bd-4333-a97a-91d72655a2ee", + "id": "e0eb5c97-434a-4d91-94e9-b940c4110523", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76968,7 +76968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b4c710d-bc49-4291-9376-25435e8b166b", + "id": "329ea802-7e23-4615-8e47-d31c7abd442b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77024,7 +77024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d4305c-916f-488d-b0a8-a63e1386f824", + "id": "7a37401b-5cd8-4377-a88d-d8bf737cbccb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77080,7 +77080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53406958-6f28-4d5a-ba38-4da2da06ea94", + "id": "e1215ba5-5387-40e4-9a2f-8f29bef198b4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77142,7 +77142,7 @@ } }, { - "id": "dddeb12c-832b-4851-a3eb-21aba96cbe6e", + "id": "42fd6878-f7ac-473f-b149-b587cf3ce1b0", "name": "get Connector Source Config", "request": { "name": "get Connector Source Config", @@ -77184,7 +77184,7 @@ }, "response": [ { - "id": "9a6aae85-b184-4b33-b64c-35a32529f6a8", + "id": "3796e51d-e844-44eb-8cf6-d2f2013bbf27", "name": "The connector's source template", "originalRequest": { "url": { @@ -77229,7 +77229,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "979b454d-0566-4fc8-93ef-766dd70bc1c0", + "id": "67305013-bf4b-4e6d-9651-230d13c293e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77274,7 +77274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcb3aa7c-6683-4c1e-b175-108a3a0c9ce0", + "id": "bf6bb5e2-e5b8-4082-981a-b8effa30bfc7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77319,7 +77319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6f6c10c-aa10-43d2-b62a-f80775347d43", + "id": "8f4bc4d9-8e04-4af6-a4ac-a0e46d1a05da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77364,7 +77364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "facd4aa9-4c57-4560-ab66-83573c3fa9ae", + "id": "ffb2d3aa-0275-4c44-b934-349217becc83", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77409,7 +77409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2b93103-a6a6-49ab-90f4-783ded7c7d69", + "id": "f51d7641-ed2a-48af-8f92-02b4088cfbd7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77454,7 +77454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33960a70-3aa6-4c9e-bfae-dbd5a3e575bf", + "id": "bd5f0feb-ab0b-4fbb-8dfa-56b6c9b28259", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77505,7 +77505,7 @@ } }, { - "id": "f8a8698c-a624-4b00-a8ca-332ab8a2efd7", + "id": "3a299f79-4b9b-4990-9540-e9546651e418", "name": "put Source Config", "request": { "name": "put Source Config", @@ -77563,7 +77563,7 @@ }, "response": [ { - "id": "98ee2f9e-fe26-473f-922a-ea5271667ca4", + "id": "83980c2e-6bb4-4f08-a498-0de957c271a7", "name": "The connector's update detail", "originalRequest": { "url": { @@ -77624,7 +77624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da414f9a-f3f9-43b3-913e-83c8c60dbeae", + "id": "00a61bdf-13d1-47dd-9b63-7bb882dfa329", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77685,7 +77685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53b890b5-367a-4fb3-840f-28d3ec76af3d", + "id": "2f2ff7fd-3c70-4ae0-8b1f-f522772dc714", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77746,7 +77746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2724f29-ec70-4bfc-9889-88d96f635b3c", + "id": "36869138-2615-4aa3-b266-f97414ee86eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77807,7 +77807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce2cc7e-5a1e-4730-bb3c-7f54335dc785", + "id": "223bffec-4502-42e1-8cc5-80c0cbf067dc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -77868,7 +77868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afc591ee-b1b9-4384-8e82-5ba1ed6a8871", + "id": "4c26cf91-2cf9-44b9-ab5c-c748c43be14f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77929,7 +77929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6275840-d231-417e-9621-91b5b44a273a", + "id": "84c92841-95ff-4866-8264-f682930737d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77996,7 +77996,7 @@ } }, { - "id": "c4f05dc8-238d-427b-ae8e-1e97ad23f158", + "id": "93c061f5-f010-4da1-ab6e-a61d2d724926", "name": "get Connector Translations", "request": { "name": "get Connector Translations", @@ -78049,7 +78049,7 @@ }, "response": [ { - "id": "23704742-61ca-46c4-aa8d-d8ad92f8f17b", + "id": "effd65eb-04f0-4f82-b873-da9e67886f49", "name": "The connector's translations", "originalRequest": { "url": { @@ -78090,12 +78090,12 @@ "value": "text/plain" } ], - "body": "dolor quis", + "body": "aute elit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "da07e0c6-cafc-424d-8040-051d281ee5bf", + "id": "3320c419-9b78-4338-bb0b-6fa63c0dfa6b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78141,7 +78141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1ba0a6a-7efd-429c-818f-368d64503b89", + "id": "1ae79b57-df4a-4849-bab6-69a3471ee0f9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78187,7 +78187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c28e76f4-7187-4e60-a8dd-d8d0afb26eb0", + "id": "96d7eab8-db03-4a0f-a353-f0dcd1a12653", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78233,7 +78233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f651f63-858e-4713-aabe-76395b07dc9b", + "id": "d189d9f1-5536-4984-a301-9af27f7a29a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -78279,7 +78279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "756e7cbc-51ec-4b9f-be8c-f91ae463138c", + "id": "d6800fa1-a0f5-49e1-8785-034f85722e47", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78325,7 +78325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d0750d1-5b54-4253-8d68-62b4f2f3d87b", + "id": "d75f4b8c-1312-4bdd-b9d7-6547769fc263", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78377,7 +78377,7 @@ } }, { - "id": "6364bf4c-0285-434b-844c-067d66935fa8", + "id": "e6457266-3be5-4252-985f-18637fd68b39", "name": "put Translations", "request": { "name": "put Translations", @@ -78437,7 +78437,7 @@ }, "response": [ { - "id": "04e23d1a-98c1-4a4e-b8f2-738ce12275d1", + "id": "9b988224-448b-4701-aab6-908a06ac63ec", "name": "The connector's update detail", "originalRequest": { "url": { @@ -78490,7 +78490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "533d3478-c677-46d3-a1e3-12ae1b73423b", + "id": "65028739-a8ba-4a0d-9315-969fa3d3e699", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78543,7 +78543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4040d449-8dee-451c-9c24-bda455106c1a", + "id": "adb796cc-93d8-4b48-8883-c872ad1dacb5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78596,7 +78596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d7b2fb9-657e-45e6-ab4a-ff1ec41cac96", + "id": "73784013-871b-4a54-991a-5e4acae3c50f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78649,7 +78649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c704c1-ebb2-4bc0-ae01-f8cea3a612a4", + "id": "069dc2fe-67ce-443a-9411-19e44625258a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -78702,7 +78702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a994f26-3d48-4327-bd6b-71919f73bb79", + "id": "05d21cf9-21e6-4cfe-82f6-605da203e6c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78755,7 +78755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a34fba75-76d6-4b2d-b26a-cbd19a67485a", + "id": "0bfc570c-f2e0-45b2-b4c3-44047662ee3b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78814,7 +78814,7 @@ } }, { - "id": "3155d1d7-998b-48aa-af5b-6b8115ab5d4b", + "id": "c2dfe2ec-56fc-49fc-bffa-05cc86f025fa", "name": "get Connector Source Template", "request": { "name": "get Connector Source Template", @@ -78856,7 +78856,7 @@ }, "response": [ { - "id": "91b27336-8d14-42af-8167-4aede6029ecf", + "id": "0a34d69f-ad88-4479-ba82-6f9eb202c335", "name": "The connector's source template", "originalRequest": { "url": { @@ -78901,7 +78901,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "ef3c83ea-2154-451d-a624-8e8179775283", + "id": "afd607be-e165-46ea-892a-e12df5b5a667", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78946,7 +78946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1a7861a-b33d-4b91-b619-066b3279774b", + "id": "ec7a4161-2ca3-4aff-bfd0-e82429a3f599", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78991,7 +78991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5081bc6a-d620-430c-83a7-814f795d4a2e", + "id": "b9dc3175-b178-4563-93c1-0678eb7c54c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79036,7 +79036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f702a9c-2d51-417c-9368-b3462e006f2b", + "id": "08730790-0aa0-4ea8-9e1c-4c478cb4f2ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79081,7 +79081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4c7984d-9bec-4bff-a41f-c9656b4d0534", + "id": "34a448bd-ddca-4b3b-9633-d2a7af6f0142", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79126,7 +79126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "407f3c91-638c-436b-8789-2f6f35e82ace", + "id": "5e6a0b70-9037-4a56-b58d-4927bcade059", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79177,7 +79177,7 @@ } }, { - "id": "5f3c47d4-57f7-4f98-8ea5-aa5a3ccf1021", + "id": "bc9d4e71-8623-4008-904d-538a994b47d7", "name": "put Source Template", "request": { "name": "put Source Template", @@ -79235,7 +79235,7 @@ }, "response": [ { - "id": "e2ab9d82-75cd-4b53-8cd4-12eacc8ccfd7", + "id": "0c3f9e2d-58b3-4171-9d53-ac58e126da21", "name": "The connector's update detail", "originalRequest": { "url": { @@ -79296,7 +79296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e52969b4-46a1-4a04-a050-95365e459f01", + "id": "510b1d0f-b317-40c0-9649-15683d7bc545", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79357,7 +79357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "438e0e23-7ad2-40f3-945f-bbe583cd78c7", + "id": "f66da18c-afb0-4b29-8086-f53229619e8d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79418,7 +79418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff55f0b3-31c1-4d88-b892-d77cb5e093fb", + "id": "56bf83b4-5c4b-49f4-9e4e-c936483083e6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79479,7 +79479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3063da28-e541-4885-97c1-d5056e670ee6", + "id": "3f1028f7-a7a6-47b2-9fb3-3726153565c1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79540,7 +79540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c8d5b6f-c4e8-485f-baec-38960577ebba", + "id": "fc530648-8755-4653-8f9c-e98b4a11f458", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79601,7 +79601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "944757fc-c6e7-4cf1-b4f8-17ee98c050a2", + "id": "24950a8a-c1b9-45a6-b906-d32f889d5320", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79668,7 +79668,7 @@ } }, { - "id": "16640339-2384-4841-9ca4-d2c2b1d6c777", + "id": "724f61c8-c57d-4f30-944c-8ab8f09ee003", "name": "get Connector Correlation Config", "request": { "name": "get Connector Correlation Config", @@ -79710,7 +79710,7 @@ }, "response": [ { - "id": "e1352807-2c07-43ce-af24-1a95a06f4a6e", + "id": "1d205948-b85a-4f1c-802c-9289c6450e0b", "name": "The connector's correlation config", "originalRequest": { "url": { @@ -79755,7 +79755,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "71987f63-13b1-43ec-8daf-e7da5409558f", + "id": "23ebd82d-3196-4609-95fa-09dcb6a032f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79800,7 +79800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da4ae532-9643-4429-833e-042f8c1e7900", + "id": "095a9fc8-11f3-4836-84b8-e4b30b21bcd8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79845,7 +79845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50e57dc7-b638-4e6b-a38f-5b797263ef86", + "id": "8eae85ba-2d56-4d9e-b9b8-c9e186e3c9b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79890,7 +79890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ae57bf3-6ffe-4394-9762-1ca747145ff9", + "id": "0e149df7-d138-4f9f-8c82-089103c0d99b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -79935,7 +79935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e1501ce-8212-4e98-bb1c-79e1b3a167ca", + "id": "d90fa43b-7e31-4a4f-ab60-8af6e9beb930", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79980,7 +79980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cdddff2-13a6-46a8-b684-bdd41e5911f3", + "id": "574007be-cbeb-4f38-9b97-3a278167fc3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80031,7 +80031,7 @@ } }, { - "id": "03f60ea5-3eca-4a9e-931e-32301cd84568", + "id": "0f7e17dd-c83a-4334-a219-515fd6715a29", "name": "put Correlation Config", "request": { "name": "put Correlation Config", @@ -80089,7 +80089,7 @@ }, "response": [ { - "id": "16638325-3abe-499d-8eef-e0bd8d54c48e", + "id": "0f9b1eb8-89ab-42e1-857f-bebd093c631c", "name": "The connector's update detail", "originalRequest": { "url": { @@ -80150,7 +80150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "848bc73f-03f8-4996-a2db-d1af19ff4c01", + "id": "32f278b4-6071-4903-b8af-cd8b341a18a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80211,7 +80211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc302ef6-a82c-496a-8ff5-55862544f8cf", + "id": "93e9f494-7a5a-4d1a-ad62-e9e2845ad6fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80272,7 +80272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78416c1f-355b-4a44-b26d-1150768cb05d", + "id": "8097faaf-68d9-45fa-abf8-b9fb1ffe34e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80333,7 +80333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f942817-ff18-451a-a21f-267c7eef7c0c", + "id": "cf1aaed7-4fc4-4e8d-953d-83d00e2fe619", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -80394,7 +80394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff30e0df-eb75-47f5-bf35-17d82a3ddffc", + "id": "3d3f5840-a64f-4011-9b1c-dd5e67a04143", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80455,7 +80455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "644320db-a48c-4f89-a320-f2100455410a", + "id": "541b3961-474b-4e1f-81e7-b3e5f8947576", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80528,7 +80528,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": "2626b144-44bf-4c6d-94ca-d6f1ac47d57a", + "id": "430d71b7-7b19-4908-a994-caa737a531a6", "name": "Export form definitions by tenant.", "request": { "name": "Export form definitions by tenant.", @@ -80603,7 +80603,7 @@ }, "response": [ { - "id": "1e4f158b-5bdc-4d6b-8429-c573ea86cf41", + "id": "a4e8e25c-af23-4f8d-9fec-fa5418a3a14a", "name": "Returns a list of form definitions by tenant", "originalRequest": { "url": { @@ -80687,12 +80687,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\": \"Ut magna\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua ipsum ex 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\": \"laboris commo\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aute officia\"\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 do commodo anim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui 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\": \"dolor dolore officia in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu consectetur fugiat\"\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\": \"incididunt\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"quis et fugiat magna\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing mollit nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"qui commodo\"\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\": \"eu et\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolor officia Excepteur nisi\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"deserunt in\"\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": "c4d68045-8c43-446b-8d08-5541a12b90dc", + "id": "7356a3d8-61c5-49f4-ae0b-40fdcfe3d5f6", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -80776,12 +80776,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5f63c83f-94bb-43e1-bda0-0d7ac1e86bcf", + "id": "11c4b4be-7916-43eb-8b65-84eba74585ae", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -80865,12 +80865,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "719c2771-e3f2-4ec9-8186-1227b5278208", + "id": "dfabba47-445e-4aee-bc0b-9d9c02afcd6e", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -80954,12 +80954,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2d5176c6-4887-45ca-b4c1-15039b609e8e", + "id": "3d0d4e67-a202-441e-a971-7bfe92d784d0", "name": "Too many requests", "originalRequest": { "url": { @@ -81048,7 +81048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb4435fa-d532-4fa7-80ab-3460c87d3be0", + "id": "ba3656c3-7b3c-43af-8b77-5168114b2a6e", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -81132,7 +81132,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -81143,7 +81143,7 @@ } }, { - "id": "f7f4357c-b7bb-4929-956f-f8cef6142f4e", + "id": "5960367e-bf63-41dd-91ac-849728e661df", "name": "Creates a form definition.", "request": { "name": "Creates a form definition.", @@ -81191,7 +81191,7 @@ }, "response": [ { - "id": "93ff98e9-e2c9-429e-bb6b-7c2d2929d0c3", + "id": "dc6ffe89-d4d2-4c26-94e7-013a23aba604", "name": "Returns a new form definition", "originalRequest": { "url": { @@ -81251,12 +81251,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\": \"deserunt officia\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing\"\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 esse sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu minim nisi\"\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\": \"veniam dolor ut amet aliquip\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in 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\": \"tempor \"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut dolor\"\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": "fab129c8-1cee-478c-8a63-ad4ccfe753be", + "id": "36badbf1-4ce8-4f33-921d-2ad43117e4bb", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -81316,12 +81316,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "2ff8de32-8cea-47f5-b315-056438c8580b", + "id": "d064a0c7-9350-4bd5-a5ce-cc1a2139cc33", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -81381,12 +81381,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "52043844-cec5-4053-afdb-7575d310ad0c", + "id": "8f49493a-9ea2-49a4-9c9c-330853c065c5", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -81446,12 +81446,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0f37b9a7-d475-4793-a4fe-a349b418b2f8", + "id": "d36551fe-9c60-415e-bd05-e1534084455f", "name": "Too many requests", "originalRequest": { "url": { @@ -81516,7 +81516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b3e1fdc-c015-4d9c-b88c-05359c0b7f30", + "id": "d5fc2e12-05fd-44e6-b13c-d21e85f44ad1", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -81576,7 +81576,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -81587,7 +81587,7 @@ } }, { - "id": "20697dff-9609-49f6-a259-e7fbc1e7602e", + "id": "0ec0c5b7-2b9b-4df1-b0e4-0572a1555b1c", "name": "Return a form definition.", "request": { "name": "Return a form definition.", @@ -81637,7 +81637,7 @@ }, "response": [ { - "id": "58111dd0-2dd5-4130-91ae-52141b74bbe5", + "id": "b53e85c4-e431-4522-a41b-811007ac7f0e", "name": "Returns a form definition", "originalRequest": { "url": { @@ -81685,12 +81685,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\": \"deserunt officia\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing\"\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 esse sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu minim nisi\"\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\": \"veniam dolor ut amet aliquip\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in 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\": \"tempor \"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut dolor\"\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": "a91e52e8-b381-4cdc-a61f-a29744a7a863", + "id": "eb2a87b9-c155-4f48-ba13-2dd1a6713592", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -81738,12 +81738,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b19acac6-0d2e-4b7b-8fff-fedc2677085d", + "id": "599493e0-5e9d-4bfa-a72d-310a89ed159b", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -81791,12 +81791,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f2023b40-5b03-4843-a5b3-9cd424db2f4d", + "id": "a55f3d30-012c-4ffa-98b7-8fd5ed7043b5", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -81844,12 +81844,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4ffc137a-8b32-4a89-b79f-43bdc11f3ec1", + "id": "0fedaced-a4f5-4958-a9c3-88b244b29c49", "name": "An error with the item not found", "originalRequest": { "url": { @@ -81897,12 +81897,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "57d06215-0922-4997-a2ed-60a3dc94dc8e", + "id": "0f8faae6-5941-4752-b283-4efc3be70abd", "name": "Too many requests", "originalRequest": { "url": { @@ -81955,7 +81955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba2f5fe2-cf82-40f2-8e80-5e325e248ef2", + "id": "2459cf7c-2013-439a-9f65-3451c42663a3", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -82003,7 +82003,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -82014,7 +82014,7 @@ } }, { - "id": "713074ef-ec99-4e0d-8652-8184fd476386", + "id": "ddd89044-db88-4509-bc15-2efdb9fcab23", "name": "Deletes a form definition.", "request": { "name": "Deletes a form definition.", @@ -82064,7 +82064,7 @@ }, "response": [ { - "id": "c7275efb-cbe1-45a6-808e-98fc7b44b9fd", + "id": "c42f0896-37c5-4c35-a7c6-1b687fdd6bfb", "name": "Returns an empty body", "originalRequest": { "url": { @@ -82117,7 +82117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a47c5ec9-ac59-4134-9fcc-6c286cfefedc", + "id": "cb9061d0-7c29-4a9f-b7af-c86750af7620", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -82165,12 +82165,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fec793e7-9406-49f1-a6ce-15db63dabcb2", + "id": "b33b09fd-1112-46f1-93d6-4ec88d89ac05", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -82218,12 +82218,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8aaec4ec-ca05-4343-9ce7-d33c52df70bf", + "id": "17394864-f496-4888-a3a5-77cfaaef01d1", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -82271,12 +82271,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fa8c87bc-5845-4f12-94cb-2374739c099c", + "id": "70190565-5063-4cc1-b7ad-9e798b636913", "name": "An error with the item not found", "originalRequest": { "url": { @@ -82324,12 +82324,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "21311b2d-5acb-4197-8a9b-e8d3fc1c27ad", + "id": "4ba86606-a2df-45b1-9fe1-c5dcd6bf5947", "name": "Too many requests", "originalRequest": { "url": { @@ -82382,7 +82382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e78e052-ffda-4efb-b073-c18db16d03fb", + "id": "e31f3448-d726-44ce-9727-e5f28c2e0adb", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -82430,7 +82430,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -82441,7 +82441,7 @@ } }, { - "id": "b4f990a0-2f52-4bff-9099-9c7aad2c8650", + "id": "503184f2-46fb-4abe-9a6c-91e477c5a70a", "name": "Patch a form definition.", "request": { "name": "Patch a form definition.", @@ -82504,7 +82504,7 @@ }, "response": [ { - "id": "c2e84739-64eb-4c18-9a3a-ef43d284af07", + "id": "991789d7-75cc-4e2d-9302-27af57e308d8", "name": "Returns the form definition updated", "originalRequest": { "url": { @@ -82565,12 +82565,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\": \"deserunt officia\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"adipisicing\"\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 esse sed\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"eu minim nisi\"\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\": \"veniam dolor ut amet aliquip\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"in 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\": \"tempor \"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"ut dolor\"\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": "d6ad2a9b-a6db-4365-bc5a-b7277637c0c4", + "id": "d5788d46-defe-4d84-8530-64c8a9fbac43", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -82631,12 +82631,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6661f5e2-900b-4afc-a5cb-1b7b4ed46a30", + "id": "2b67f5e0-41a4-46ec-ac95-050fcb212eed", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -82697,12 +82697,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "72a513d7-91da-4249-bdb4-0d31511d9550", + "id": "27a76a88-4e51-4edf-8294-9f0ddf881a71", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -82763,12 +82763,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f407d09b-0410-4972-bcae-d7dbc8e4db76", + "id": "2470abcb-9896-45d0-854c-8dd0e636ae00", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -82829,12 +82829,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "252d5fbc-73d3-42eb-b11f-8e86803a72e1", + "id": "34cd1fcd-d058-4910-9c4a-a93f119d60f3", "name": "Too many requests", "originalRequest": { "url": { @@ -82900,7 +82900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78e83ddb-de87-474f-8c4f-c2032c877d34", + "id": "c924eaef-f6b8-4fbd-880c-918d31a3fb10", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -82961,7 +82961,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -82972,7 +82972,7 @@ } }, { - "id": "265f390b-e9b1-4620-9680-9c53c8938a31", + "id": "a3693288-3ab6-4330-8b08-504ca1453f76", "name": "Preview form definition data source.", "request": { "name": "Preview form definition data source.", @@ -83061,7 +83061,7 @@ }, "response": [ { - "id": "2552cfe3-0d17-480d-acd8-86f5a1993ff9", + "id": "6b78a58e-a3d3-44e8-9b87-3952d4076633", "name": "Returns a preview of a form definition data source", "originalRequest": { "url": { @@ -83156,7 +83156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbb57038-0ac7-4701-bfbf-63ac6b0a91be", + "id": "1e9bbbe0-e8e6-4a68-b291-5b5e32717682", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -83246,12 +83246,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "db3cb660-9d7a-44ee-a84b-1c18cb13ada0", + "id": "998fe419-9806-41eb-82f6-5a1ee5f2200d", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -83341,12 +83341,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7588d7f8-db48-4ad4-901f-501106a1902e", + "id": "e8a8d415-a8c5-4a3c-8ee6-003013c109b8", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -83436,12 +83436,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b9cbc440-c31d-46fa-b331-677e0475580e", + "id": "e8595c69-3900-490b-bfd7-db35031d01d2", "name": "An error with the item not found", "originalRequest": { "url": { @@ -83531,12 +83531,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3b80e217-ac37-472d-b587-8e887f2b5e37", + "id": "bcac4c97-2a6f-4171-b5d9-e889e10e85ee", "name": "Too many requests", "originalRequest": { "url": { @@ -83631,7 +83631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22b6e6f6-0ee3-4ad6-a40d-c741f9493d19", + "id": "f8fed3e9-329d-4976-ae97-e6c6d29bd532", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -83721,7 +83721,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -83732,7 +83732,7 @@ } }, { - "id": "c5055ef9-4aca-4ed5-a9d5-174cd42f60fb", + "id": "2f6e56f0-7f1a-47d7-bbd6-337ca1a92daf", "name": "List form definitions by tenant.", "request": { "name": "List form definitions by tenant.", @@ -83808,7 +83808,7 @@ }, "response": [ { - "id": "27ebe138-ce32-4e8d-b305-2a5a88a210b5", + "id": "0936bfb6-64d0-41c4-8c68-117127173190", "name": "Returns a list of form definition objects by tenant used by SP-Config", "originalRequest": { "url": { @@ -83893,12 +83893,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\": \"in est\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure aliquip\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore culpa reprehenderit ea ullamco\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla 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\": \"aliqua ullamco sunt\",\n \"version\": 44243322\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\": \"mollit ullamco et\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"incididunt cillum sun\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"proident\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"pariatur dolore\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"amet esse nulla Lorem\",\n \"version\": 75139919\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\": \"eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit e\"\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 d\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"amet irure non\"\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 sint aliqua est\",\n \"version\": -80179150\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\": \"eiusmod non cupidatat aliquip\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"velit 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\": \"cupidatat sit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliqua non dolore\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"fugiat deserunt sint\",\n \"version\": 89000998\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fb79c7ba-adf3-4a28-9800-893b0b02ab22", + "id": "92b53cd3-da73-4639-880a-c0e5103f12de", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -83983,12 +83983,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0ae56752-3bbb-4a36-acb6-5839df755dd6", + "id": "856c9d75-e9ba-4757-b261-a86f25ae91b3", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -84073,12 +84073,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c6d31d57-4282-456f-be73-5b32cccff848", + "id": "4ed4ac8c-7a72-4e07-87be-5b6a34d5c7e0", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -84163,12 +84163,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "71154112-06c8-4499-963c-6afe2cb78bb0", + "id": "a5200589-34d4-45a0-9ddc-04b70cf623fe", "name": "Too many requests", "originalRequest": { "url": { @@ -84258,7 +84258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ccddb14-bd65-4316-ac81-5747a473965f", + "id": "10dd68cb-9771-4f1d-a4a1-e54381175b0d", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -84343,7 +84343,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -84354,7 +84354,7 @@ } }, { - "id": "b4e09591-9522-476b-8b50-4f4f398b5d27", + "id": "5d5080c0-cc3e-4d77-89b3-cc55516ef529", "name": "Generate JSON Schema dynamically.", "request": { "name": "Generate JSON Schema dynamically.", @@ -84403,7 +84403,7 @@ }, "response": [ { - "id": "efff4c71-de46-4902-b632-0348d91580ff", + "id": "8511413e-9ddc-4089-9099-d15c5b553235", "name": "Returns a form elements dynamic schema", "originalRequest": { "url": { @@ -84469,7 +84469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7141e1d-a050-4253-a8dc-95ad2b4979f0", + "id": "591a7cf4-1216-4cee-970a-376531b40205", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -84530,12 +84530,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "823955fa-1181-4188-bfce-a3c53b2b8d82", + "id": "f5391ded-c61a-4f93-ae00-804cd4e09816", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -84596,12 +84596,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b4548770-de03-4c61-a627-7713bd803799", + "id": "c828ad5d-450e-4557-afac-ffdeaa5dc3c2", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -84662,12 +84662,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "904340f8-56d2-4d1b-814a-9ce2ac485ef7", + "id": "da9386db-1276-4f29-889d-894382550278", "name": "An error with the item not found", "originalRequest": { "url": { @@ -84728,12 +84728,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "993678d6-5012-4b7d-aed1-9ad987e727f9", + "id": "e2be57c2-ed3d-4881-be55-0f41494bde61", "name": "Too many requests", "originalRequest": { "url": { @@ -84799,7 +84799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13a80550-7052-4343-a491-7fa5f5234423", + "id": "33cc93dc-c3dc-48ee-8137-fb36349de289", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -84860,7 +84860,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -84871,7 +84871,7 @@ } }, { - "id": "d0a274bc-7eaa-41c0-9adc-4167bcc6655a", + "id": "f5c13d73-f7dc-4b74-b92d-d76c4438bf10", "name": "Import form definitions from export.", "request": { "name": "Import form definitions from export.", @@ -84920,7 +84920,7 @@ }, "response": [ { - "id": "e5c1d442-d2fb-497b-9467-27f38f08ed5b", + "id": "e12b32ad-be8b-405a-b0e3-f99d393b2542", "name": "Returns statuses of those form definition objects imported", "originalRequest": { "url": { @@ -84981,12 +84981,12 @@ "value": "application/json" } ], - "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"laborum875\": {},\n \"est1\": {}\n },\n \"key\": \"null\",\n \"text\": \"irure laboris\"\n },\n {\n \"detail\": {\n \"quisd\": {},\n \"consectetur_2ce\": {},\n \"ullamco_4\": {}\n },\n \"key\": \"aute consequat sit irure\",\n \"text\": \"reprehenderit adipisicing\"\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\": \"dolor qui ut magna\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Duis reprehend\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sit dolore anim enim Duis\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"dolore ut magna\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"esse occaecat amet\",\n \"version\": -75295145\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\": \"in minim\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"officia in\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Duis do culpa\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"deserunt nisi\",\n \"version\": 65439093\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"ut_e5d\": {},\n \"culpa9b\": {}\n },\n \"key\": \"aliquip\",\n \"text\": \"mollit labore veniam aliqua\"\n },\n {\n \"detail\": {\n \"nostruda\": {},\n \"consectetur_0\": {}\n },\n \"key\": \"et reprehenderit do velit ex\",\n \"text\": \"ex quis Lorem\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"voluptate71a\": {}\n },\n \"key\": \"mollit eu\",\n \"text\": \"elit sit dolor\"\n },\n {\n \"detail\": {\n \"ex_6b6\": {},\n \"dob11\": {},\n \"dolor_b\": {},\n \"eiusmod_2d\": {},\n \"aliqua_79\": {}\n },\n \"key\": \"ut irure exercitation laboris\",\n \"text\": \"in\"\n }\n ]\n}", + "body": "{\n \"errors\": [\n {\n \"detail\": {\n \"voluptated\": {}\n },\n \"key\": \"aute minim\",\n \"text\": \"eiusmod deserunt magna pariatur\"\n },\n {\n \"detail\": {\n \"veniam7\": {}\n },\n \"key\": \"Lorem Excepteur\",\n \"text\": \"anim aliqua\"\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 enim labore eu\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"nostrud\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"magna labore adipisicing quis\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"laboris exercitation labore dolor\",\n \"version\": -62041062\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\": \"tempor Lorem laborum Excepteur\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"irure\"\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 aliquip\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nostrud in labore dolore\"\n }\n }\n ]\n }\n ],\n \"created\": \"2023-07-12T20:14:57.74486Z\",\n \"modified\": \"2023-07-12T20:14:57.74486Z\"\n },\n \"self\": \"laborum incididunt eu irure\",\n \"version\": -92812792\n }\n ],\n \"infos\": [\n {\n \"detail\": {\n \"laborum_f\": {},\n \"et_51\": {},\n \"laboris7df\": {}\n },\n \"key\": \"ullamco officia nostrud\",\n \"text\": \"Ut cupidatat cillum occaecat\"\n },\n {\n \"detail\": {\n \"Uta\": {},\n \"add6\": {}\n },\n \"key\": \"sed Excepteur exercitation labore\",\n \"text\": \"Duis do fugiat velit\"\n }\n ],\n \"warnings\": [\n {\n \"detail\": {\n \"Excepteur_b\": {}\n },\n \"key\": \"in consectetur sint\",\n \"text\": \"irure quis non\"\n },\n {\n \"detail\": {\n \"quisd\": {}\n },\n \"key\": \"minim \",\n \"text\": \"exercitation ullamco aliqua\"\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "07c7beea-c414-4e1d-ba31-0d016699fd3f", + "id": "0e677825-3a49-4309-97e3-4e3af53f850a", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -85047,12 +85047,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "beb99724-ae99-4f45-92ea-e00405181f03", + "id": "fbeb2e4a-568b-4e6f-bfb4-ea41afe3311c", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -85113,12 +85113,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "03444c20-93d1-4bf1-92e0-6651e47ea5cc", + "id": "3026e095-c7f7-4819-b4ee-76e2e041a12e", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -85179,12 +85179,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7426c35a-4e20-44cc-ad18-ed5a4e0ea3ea", + "id": "0f140373-239e-491f-b69a-757d1e3ace10", "name": "Too many requests", "originalRequest": { "url": { @@ -85250,7 +85250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce36791-40af-44af-98f0-44b3f4c7d965", + "id": "cbae3132-27a2-49d4-bf70-4a43fd412263", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -85311,7 +85311,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -85322,7 +85322,7 @@ } }, { - "id": "292a68c3-2ee1-4921-8ec2-392939bdc8b0", + "id": "6bdd0ccd-6c17-42e9-8855-058c12e1975e", "name": "Upload new form definition file.", "request": { "name": "Upload new form definition file.", @@ -85390,7 +85390,7 @@ }, "response": [ { - "id": "3ee9fd25-a52e-4e69-be62-2feabf24253d", + "id": "35352269-3ab8-4aa2-b784-b9949cee2462", "name": "Returns a new form definition file", "originalRequest": { "url": { @@ -85461,7 +85461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0ab5bbc-dd98-485f-887b-9ca117d707b9", + "id": "04ad8d6e-992e-409c-9b7d-c2ed1d1e7cf7", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -85527,12 +85527,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1a83ff04-ef7b-49fd-a781-0fe337a1d0fe", + "id": "2a159aa7-ba7d-4c22-aeeb-a15be0f13a04", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -85598,12 +85598,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a9d4773b-4c9d-4171-8e39-06b0320db21b", + "id": "addc9d3e-fd14-4f94-a5fd-24772d9b2e04", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -85669,12 +85669,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "89763612-6f0f-43fa-b805-3a640e1eab9d", + "id": "1f5a42e9-4dcc-4d6c-8527-1fcfd03797c5", "name": "An error with the item not found", "originalRequest": { "url": { @@ -85740,12 +85740,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "922cae1b-767d-40f2-8206-f5ea4ef58f32", + "id": "56c15701-c138-48ee-8e6c-adfc19a6dcc0", "name": "An error with payload size too large", "originalRequest": { "url": { @@ -85811,12 +85811,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "02f1d64f-800c-4359-a60b-2b6d45678121", + "id": "79edd581-04f2-4c09-8720-566737455355", "name": "An error with unsupported media type", "originalRequest": { "url": { @@ -85882,12 +85882,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d0be6a1b-4d1f-4637-8b1e-bd682571d875", + "id": "e06c0534-929e-4791-a4ed-c2995f71102f", "name": "Too many requests", "originalRequest": { "url": { @@ -85958,7 +85958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "600be14a-e5d3-4e46-b202-fd8abd5d8dd5", + "id": "bdab3b8b-389b-46e5-8630-5459b47a8b0a", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -86024,12 +86024,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b1e0b93d-26e3-4a2f-8209-ff41ec0b2ee5", + "id": "5f52ddbd-e348-443c-bac8-e08ef9672113", "name": "An external service is not available", "originalRequest": { "url": { @@ -86095,7 +86095,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -86106,7 +86106,7 @@ } }, { - "id": "2df2b1d9-5d12-4f93-9260-cd5d2c3b4b84", + "id": "2358e102-8c20-430a-a04c-f34481a18a10", "name": "Download definition file by fileId.", "request": { "name": "Download definition file by fileId.", @@ -86165,7 +86165,7 @@ }, "response": [ { - "id": "8b568173-eba0-4a36-aceb-f45291088f8a", + "id": "012dfddd-879d-4588-8cdf-e8cc71d3f813", "name": "Returns a file that is referred to by fileID and associated with the formDefinitionID", "originalRequest": { "url": { @@ -86215,12 +86215,12 @@ "value": "application/json" } ], - "body": "consectetur", + "body": "fugiat elit", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "079d44cd-92ce-4388-ae24-8f454f905ac8", + "id": "fb725893-acba-498d-b26a-d7682f2a6aff", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -86270,12 +86270,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "06d9cd87-0053-45ee-a7b1-b7fcad477aeb", + "id": "a3723024-b532-4455-bc58-a7bd5950cfc4", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -86325,12 +86325,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "23bfa9df-aba1-4b7a-9bc0-dfdd8158a817", + "id": "79167f38-ff72-4df6-9241-6de0031ce9ba", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -86380,12 +86380,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dc22faff-6dea-4279-ae6d-4842cefe2122", + "id": "1c19f51e-40b2-457b-b0d0-62753efce8a4", "name": "An error with the item not found", "originalRequest": { "url": { @@ -86435,12 +86435,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9c4145ec-f2f2-40bf-a5f8-eb13f81a0283", + "id": "bece8785-dfab-47c1-8581-4a6009ace2a9", "name": "Too many requests", "originalRequest": { "url": { @@ -86495,7 +86495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14216ee1-4394-47c3-a60d-b8751518999a", + "id": "93cf1635-e23e-44c4-a372-10187444d4c7", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -86545,12 +86545,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cd215d71-713e-4b5e-b875-389c409cf460", + "id": "6f35b5e2-090a-49d5-9d9d-69bb158f368b", "name": "An external service is not available", "originalRequest": { "url": { @@ -86600,7 +86600,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -86611,7 +86611,7 @@ } }, { - "id": "de62374f-f000-4513-bd66-1ef4d78e514c", + "id": "056c354e-5bda-43b6-a500-6add5ba71f6b", "name": "List form instances by tenant.", "request": { "name": "List form instances by tenant.", @@ -86649,7 +86649,7 @@ }, "response": [ { - "id": "4ac9469e-d950-4f12-9f88-5c8b0f84020a", + "id": "f9a89c77-8faf-49af-be92-15ad2b97a1e9", "name": "Returns a list of form instances by tenant", "originalRequest": { "url": { @@ -86696,12 +86696,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\": \"nulla ex ullamco aliquip proident\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sed et ut dolor\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"aliquip\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Ut reprehenderit\"\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\": \"elit tempor Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"sunt aute 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\": \"in in adipisici\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"esse\"\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\": \"pariatur ipsum\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"Excepteur anim in 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\": \"eiusmod\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"fugiat ex\"\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\": \"et mollit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"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\": \"voluptate do sint fugiat\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"reprehenderit\"\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": "140bbe94-f29b-4aeb-aba1-553312e01ce3", + "id": "ee4c8875-f08e-44a0-8cb6-ce3339151167", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -86748,12 +86748,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6d6c606b-24cd-4a51-ab7d-4a8fbcccbbee", + "id": "5822a2e0-3690-40a5-b43a-6484c255eb7e", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -86800,12 +86800,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "68e63aba-753c-45c5-90c8-7a71dbf8b338", + "id": "c1123cfd-b03d-4be1-a24b-7842c22ec3bd", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -86852,12 +86852,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f9eec3d1-36df-4901-966e-26296488b9e2", + "id": "24a19bb7-8116-4aa0-b1ad-bc0d00114875", "name": "Too many requests", "originalRequest": { "url": { @@ -86909,7 +86909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be854a77-7e0b-433a-9b9a-2bd1c04fb4e2", + "id": "64716fbd-7237-4dd5-91a2-8a8dc8cc213e", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -86956,7 +86956,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -86967,7 +86967,7 @@ } }, { - "id": "fa29d1b8-f299-433c-a802-d9dba55dfe82", + "id": "5215c4b9-ca2f-4b33-9abb-04e19df99623", "name": "Creates a form instance.", "request": { "name": "Creates a form instance.", @@ -87015,7 +87015,7 @@ }, "response": [ { - "id": "bde6f8f8-9a91-4708-8759-1a0d1a695f60", + "id": "d58c2633-df5e-4ef9-b15c-9d83fc9fc03d", "name": "Returns a new form instance", "originalRequest": { "url": { @@ -87075,12 +87075,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\": \"et dolor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor nostrud labore 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\": \"aute amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore veniam est qui 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}", + "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\": \"exercitation laboris elit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation cillum elit Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do labore sit\"\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": "aa16d9c2-435c-405f-9937-5bcdad1ee50a", + "id": "9e03fe38-859a-46cd-abbd-10fb6018d3ee", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -87140,12 +87140,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3fdb1cc8-dd67-4657-b9f2-5afb7709c42d", + "id": "6eb5eb57-1865-4131-9526-d24df7e2c2f2", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -87205,12 +87205,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d169ca47-7499-461a-9be2-3f8012dd0b0f", + "id": "05b8edae-6973-42ef-aa1b-657676e1433f", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -87270,12 +87270,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "6a1fc245-a38a-4f26-ac10-a973b6ab2864", + "id": "39410956-7ae4-4459-816c-b5af34e0fa7d", "name": "Too many requests", "originalRequest": { "url": { @@ -87340,7 +87340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e26f06a-6f55-4fd4-b2ea-e4c13def07b3", + "id": "5450497f-077f-4006-bca9-6a1eaa5f025f", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -87400,7 +87400,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -87411,7 +87411,7 @@ } }, { - "id": "cf3d0636-1b9b-4283-8f9d-d3da3f8ae5f0", + "id": "f867b442-0908-4f48-a23b-322c79cbab3b", "name": "Returns a form instance.", "request": { "name": "Returns a form instance.", @@ -87461,7 +87461,7 @@ }, "response": [ { - "id": "0aa0bc9e-fc78-4cca-901c-26109dc114f8", + "id": "00457368-2cf9-4852-8691-d45974577818", "name": "Returns a form instance by its key", "originalRequest": { "url": { @@ -87509,12 +87509,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\": \"et dolor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor nostrud labore 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\": \"aute amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore veniam est qui 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}", + "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\": \"exercitation laboris elit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation cillum elit Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do labore sit\"\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": "aa805ba8-b27a-4e88-8b0a-c35f673c900b", + "id": "71bea446-49d4-4501-9fc6-258729c680d9", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -87562,12 +87562,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "863c05e6-6ce5-4bb0-a597-8712bd8dd645", + "id": "cd482307-39c3-4ed2-9e88-bf8ba66e0b0d", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -87615,12 +87615,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cb9c3d65-6e08-49c7-8501-c8830d024fde", + "id": "9102cab5-d141-45fd-9696-6995742191df", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -87668,12 +87668,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ebcb6379-a51b-44c0-ae40-dac5e8d4b501", + "id": "c861ef98-0e06-4bf4-8201-9a60280e95f9", "name": "An error with the item not found", "originalRequest": { "url": { @@ -87721,12 +87721,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8f7e4ba2-363e-4daa-830d-c2049078047a", + "id": "7c7161ae-824e-43a4-84a2-bc9fd3c1eef3", "name": "Too many requests", "originalRequest": { "url": { @@ -87779,7 +87779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf529ca5-16f0-4a1c-b9b1-57bc55cef9e3", + "id": "ee9ef636-104b-45ad-a5de-a75b265baec7", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -87827,7 +87827,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -87838,7 +87838,7 @@ } }, { - "id": "5486b012-e9cb-4f64-a385-7213dc3616a6", + "id": "a0e99de5-4e60-486a-afa4-bc2c733b32d7", "name": "Patch a form instance.", "request": { "name": "Patch a form instance.", @@ -87901,7 +87901,7 @@ }, "response": [ { - "id": "67d8cdfe-37e2-45cd-bb8d-f9d745308b12", + "id": "ad4ab5c2-9104-433e-a577-8b2a42789aec", "name": "Returns the form instance updated", "originalRequest": { "url": { @@ -87962,12 +87962,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\": \"et dolor\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"tempor nostrud labore 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\": \"aute amet\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"labore veniam est qui 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}", + "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\": \"exercitation laboris elit\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"nulla\"\n }\n }\n ]\n },\n {\n \"ruleOperator\": \"AND\",\n \"rules\": [\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n },\n {\n \"sourceType\": \"ELEMENT\",\n \"source\": \"department\",\n \"operator\": \"EQ\",\n \"valueType\": \"STRING\",\n \"value\": \"Engineering\"\n }\n ],\n \"effects\": [\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"exercitation cillum elit Ut\"\n }\n },\n {\n \"effectType\": \"HIDE\",\n \"config\": {\n \"defaultValueLabel\": \"Access to Remove\",\n \"element\": \"do labore sit\"\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": "088ccc5f-0411-4b64-bf75-02c1f329ca45", + "id": "10865f8b-8225-499d-8fb6-97d409ee641a", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -88028,12 +88028,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "14de6c41-0113-43e4-8a03-eb977cf3a948", + "id": "39bfa483-4af3-4c43-9253-82a1132a8c84", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -88094,12 +88094,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3c1e1857-a3f7-4d63-8048-b7fd00795d5c", + "id": "e542e84e-fc0e-4c76-a4ed-eb8d4e8a5a89", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -88160,12 +88160,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3f341ab2-3336-4ef9-896a-ee2fa608c86e", + "id": "81c68fff-33c2-4a56-b984-a21731180a12", "name": "An error with the item not found", "originalRequest": { "url": { @@ -88226,12 +88226,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bbb34b76-588e-449f-8553-ede6328d4a58", + "id": "11dbfb2e-d4a5-40b3-b2aa-33cfa53c85d1", "name": "An error with the request property conflicts with stored", "originalRequest": { "url": { @@ -88292,12 +88292,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "11038e20-cdb5-488a-a79f-b6cb4ad9b19c", + "id": "368bc5ec-d92d-4666-9f5f-f3249e971be2", "name": "Too many requests", "originalRequest": { "url": { @@ -88363,7 +88363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02bd2914-10d2-4416-b068-805ba0d520c7", + "id": "54d1f7be-9aef-4cde-a033-1a53cdb40a12", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -88424,7 +88424,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -88435,7 +88435,7 @@ } }, { - "id": "b1d575a0-0bc5-4627-8a2b-6c647958f2b8", + "id": "b222cee2-0fec-43b3-b0da-d6be8f0900ee", "name": "Retrieves dynamic data by element.", "request": { "name": "Retrieves dynamic data by element.", @@ -88525,7 +88525,7 @@ }, "response": [ { - "id": "18661758-5b35-4cee-b70d-1186937d4adc", + "id": "1ef48c35-41ff-4ccb-b469-5a66f0782902", "name": "Retrieves dynamic data to aid in correctly completing a valid form by form element ID from data source configuration", "originalRequest": { "url": { @@ -88608,7 +88608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21bac312-94d5-48a8-98e3-16da8cbe46ab", + "id": "b32792fa-318c-4907-ae0c-ac01745a8b44", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -88686,12 +88686,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "67ce2aa8-6be2-42d2-83e6-b703dc3344bc", + "id": "18c40481-8a39-43f2-9179-38d62a52e7fb", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -88769,12 +88769,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "804bf390-f460-4907-ae0b-8b96f106c4fc", + "id": "162f2bce-aa33-41a3-b923-c4308312c67d", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -88852,12 +88852,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0712fb4b-6b9d-4543-8df9-00dbd9f1bba2", + "id": "7e757162-eb28-4164-b85c-d487d9afc577", "name": "An error with the item not found", "originalRequest": { "url": { @@ -88935,12 +88935,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f6fa1c88-7452-4038-89b5-97f83e8c47ba", + "id": "0a9a87ac-f543-4785-89ff-e331bc7ceb89", "name": "Too many requests", "originalRequest": { "url": { @@ -89023,7 +89023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e56c27f-58d0-4e04-88c9-2acc98da707d", + "id": "fed02d3f-aae1-421a-ae15-e26b833e495d", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -89101,7 +89101,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -89112,7 +89112,7 @@ } }, { - "id": "0d9ca27d-200c-404f-aacb-aed4ed9603c6", + "id": "afb50785-e7d3-4fdf-892a-4fe0502ad29f", "name": "Download instance file by fileId.", "request": { "name": "Download instance file by fileId.", @@ -89171,7 +89171,7 @@ }, "response": [ { - "id": "279ad8c9-5a4b-4b18-abca-f8d46421b71a", + "id": "dce4cf47-0f67-4a7f-be1a-24a90fd21c51", "name": "Returns a file that is referred to by fileID and associated with the formInstanceID", "originalRequest": { "url": { @@ -89221,12 +89221,12 @@ "value": "application/json" } ], - "body": "consectetur", + "body": "fugiat elit", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "19e6bcdb-d178-4851-8e41-bf6ba7e45abf", + "id": "a42b6c75-172d-4701-9ac7-ce01920f1ac1", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -89276,12 +89276,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d9f09b43-21cf-4d5d-8f65-fd582177d14a", + "id": "14da1d1b-fe86-4082-abf9-3b33a39cd69f", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -89331,12 +89331,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "10cd260c-0154-4686-a6a1-3bbe74ac06e4", + "id": "4eab5ac1-8d77-4e31-bbe9-7275ad78c382", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -89386,12 +89386,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "aaf8cc17-f092-41b1-84a9-411ee5b43fd8", + "id": "d13e0aac-a2e7-4f18-9feb-7959227e4c47", "name": "An error with the item not found", "originalRequest": { "url": { @@ -89441,12 +89441,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "81c3af9c-f2da-4abf-8dc8-cc57c9c3a0c8", + "id": "1674c7a8-1081-438f-b22f-e77e02e89140", "name": "Too many requests", "originalRequest": { "url": { @@ -89501,7 +89501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ce8d55a-5489-4177-92af-eec6498c9731", + "id": "249dd1d5-3d34-460b-884b-08124c44f2e9", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -89551,12 +89551,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7f132d78-6051-417b-9c31-102446d7599f", + "id": "5c1977d7-b36e-44b6-9f59-4924c9b73a47", "name": "An external service is not available", "originalRequest": { "url": { @@ -89606,7 +89606,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -89617,7 +89617,7 @@ } }, { - "id": "4eae46e3-11c9-4be2-bcdc-e78075a1d7bc", + "id": "b899dffa-5fa3-4cfa-a7a4-210fccfb8f77", "name": "List predefined select options.", "request": { "name": "List predefined select options.", @@ -89656,7 +89656,7 @@ }, "response": [ { - "id": "88050386-68fc-474f-b3f8-5584fd41c9dc", + "id": "5f8d715e-cb6c-45d8-9486-6863fdcba246", "name": "Returns a list of available predefined select options", "originalRequest": { "url": { @@ -89709,7 +89709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6927b5d2-49b8-4856-9938-91e3d956cb10", + "id": "2ca0272c-36c8-416a-8803-5ddaeb729a1b", "name": "An error with the request occurred", "originalRequest": { "url": { @@ -89757,12 +89757,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "57fcdbdb-a382-4610-bda5-a7df2e786fdb", + "id": "b6a24c71-6a77-4b9c-9c00-9ecdb549d64c", "name": "An error with the authorization occurred", "originalRequest": { "url": { @@ -89810,12 +89810,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "44e42b89-bdf8-4bc9-88e5-854bede995bc", + "id": "966625d4-9054-4518-b8ab-9dedb8c0981e", "name": "An error with the user permissions occurred", "originalRequest": { "url": { @@ -89863,12 +89863,12 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "dffed80f-d42f-49cb-93e8-4c1b67c2711a", + "id": "c5a8b24c-a2a2-4623-adeb-e583118d1105", "name": "Too many requests", "originalRequest": { "url": { @@ -89921,7 +89921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9765ee4f-3dc9-4584-b253-d7dd6799b46d", + "id": "dc83f609-6275-41df-baf0-8062144063a7", "name": "An internal server error occurred", "originalRequest": { "url": { @@ -89969,7 +89969,7 @@ "value": "application/json" } ], - "body": "{\n \"detailCode\": \"eu\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": 48460596,\n \"trackingId\": \"amet\"\n}", + "body": "{\n \"detailCode\": \"culpa Duis\",\n \"messages\": [\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n },\n {\n \"locale\": \"en-US\",\n \"localeOrigin\": \"DEFAULT\",\n \"text\": \"This is an error\"\n }\n ],\n \"statusCode\": -9167132,\n \"trackingId\": \"aute magna do\"\n}", "cookie": [], "_postman_previewlanguage": "json" } @@ -89986,7 +89986,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": "3d163a9e-2b6d-4173-90d0-529e0cfa982a", + "id": "32e8e21f-b1e4-4f4c-8783-09b687615ac4", "name": "Create Custom Password Instructions", "request": { "name": "Create Custom Password Instructions", @@ -90037,7 +90037,7 @@ }, "response": [ { - "id": "18700327-bc01-434a-98ab-dd9fc551c6eb", + "id": "1d83f392-5782-428d-9484-5f734fc5b776", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -90102,7 +90102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e6d419d-6ffa-40c1-a780-6c891cf4c883", + "id": "02a07ccc-6ca6-4b45-a774-725c2e7e3472", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90167,7 +90167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98f865a4-14d3-4f3b-a8c9-8453a2d17bc5", + "id": "0e1b6074-80d3-478d-b9d8-47b7e73962d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90232,7 +90232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d29b3ca-e6a3-4841-9f31-746e1b89da02", + "id": "6be8a22f-c2a2-40d3-9740-8fa8b4112792", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90303,7 +90303,7 @@ } }, { - "id": "12915120-6ff9-4236-918f-c569bdefe1a2", + "id": "4da2d330-9929-4603-b1fc-3d8122b865b8", "name": "Get Custom Password Instructions by Page ID", "request": { "name": "Get Custom Password Instructions by Page ID", @@ -90327,7 +90327,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [ @@ -90363,7 +90363,7 @@ }, "response": [ { - "id": "628ceff2-f8f2-4885-b440-aba7f83b9256", + "id": "027c3ab8-0a59-4d56-b81d-19841498abb9", "name": "Reference to the custom password instructions.", "originalRequest": { "url": { @@ -90382,7 +90382,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -90426,7 +90426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f291f59-646c-4521-8811-8878c475f775", + "id": "96a03ddc-5020-4333-aeda-b9d7a867719c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90445,7 +90445,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -90489,7 +90489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fac24f75-1ff7-4cd8-9c0d-0419f13bd50f", + "id": "1290400b-50cc-4093-a5a0-a22e6536d223", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90508,7 +90508,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -90552,7 +90552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "514dc906-c038-4642-be88-b0ee75f4a22c", + "id": "34e2b28c-8b0d-41ff-a9b6-040c2f0e5f28", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90571,7 +90571,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -90615,7 +90615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f7e5987-3db0-4db1-a946-9b6aed9f2c5c", + "id": "8187975f-7323-4392-9128-155e2a69b198", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90634,7 +90634,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -90684,7 +90684,7 @@ } }, { - "id": "da77ba4b-6427-4cdf-8067-426b5a9824a5", + "id": "4eedd2e2-dacc-477b-882f-2dd93e786439", "name": "Delete Custom Password Instructions by page ID", "request": { "name": "Delete Custom Password Instructions by page ID", @@ -90708,7 +90708,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [ @@ -90744,7 +90744,7 @@ }, "response": [ { - "id": "04492034-f224-48e4-92db-260c326a7840", + "id": "58ae38ba-288d-47da-aeb4-0597a48e5ca6", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -90763,7 +90763,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -90797,7 +90797,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a54f4573-90fe-480e-9ae9-698889348683", + "id": "796164eb-1878-4bbf-86d6-370edeb3b75b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90816,7 +90816,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -90860,7 +90860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5723ab1f-5c20-46c0-a4af-38d99623f0b0", + "id": "9db01bc8-d693-4827-8a24-53702792c0b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90879,7 +90879,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -90923,7 +90923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02eb0008-adcd-4f03-9733-ba771ab0f7a0", + "id": "c8e14878-2500-4794-8d23-477241e4b7c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90942,7 +90942,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -90986,7 +90986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b2ac18-099e-4239-8454-d54931b7a6b1", + "id": "1527ab58-84aa-4fba-b239-aaf0ad5c3f45", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91005,7 +91005,7 @@ "type": "text/plain" }, "key": "locale", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -91061,7 +91061,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": "fec5abba-95f4-4bee-92e1-38a7b91eafc1", + "id": "78adafc1-e05f-4dd2-a412-10389a10b96b", "name": "List Dimensions", "request": { "name": "List Dimensions", @@ -91158,7 +91158,7 @@ }, "response": [ { - "id": "6331315b-d94f-4fd8-881d-0f034db82608", + "id": "c0568ba1-e6c8-489d-9eef-4db31630411b", "name": "List of Dimensions", "originalRequest": { "url": { @@ -91258,7 +91258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c54a347-2d18-413e-a096-0a46ffcbe7a2", + "id": "bf959df0-4619-44eb-b99b-87818fd0fd76", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91358,7 +91358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5777b07c-71f9-4dcc-9772-bccf34ee5bf5", + "id": "ecb5acb4-5295-4822-8779-59a9936d625d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91458,7 +91458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4be41d3-0ef7-4464-9584-0fcdb37e90b4", + "id": "b6bb5163-5be9-4a2f-b56e-e907a984b4cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91558,7 +91558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01a2ca05-cd70-4a9d-aed7-e8aad8974a82", + "id": "da1662d4-3347-4dfd-95a3-9c2c14d28d00", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91658,7 +91658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3f9b616-3139-405d-b2f6-bd88456a938c", + "id": "583631ba-16d4-4087-954e-ba2a07ae5c0a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91764,7 +91764,7 @@ } }, { - "id": "4bdba791-8b03-466e-b52c-2054cfd071f5", + "id": "41b5fe97-782b-4ee9-9a9d-1567d66a530c", "name": "Create a Dimension", "request": { "name": "Create a Dimension", @@ -91819,7 +91819,7 @@ }, "response": [ { - "id": "b4537e6a-dd7a-487d-9299-171aa434a3ee", + "id": "e9ea0d7d-eb81-4216-ba18-7dc5cfee2dc1", "name": "Dimension created", "originalRequest": { "url": { @@ -91877,7 +91877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a258b9d-76df-4491-92f7-428cda828108", + "id": "78be7ef5-bf12-433a-ab5a-fe60570ffd59", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91935,7 +91935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e44a5267-a9f3-4487-b0da-bbee5345ff37", + "id": "5aeb40a7-b219-4139-af62-0a96539eca09", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91993,7 +91993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7fe0cdd-c118-40e2-a0d5-5514df646e00", + "id": "3d168c82-0475-4c7d-b0a5-e3b7d2ad0492", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92051,7 +92051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77ecbba6-204e-421e-9a1a-4a9bc35905b4", + "id": "051c2c29-5f39-423b-88d1-63a977c0ee4e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92109,7 +92109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4e35667-3ed7-4769-8af5-4a384dd5acd8", + "id": "4f4a8d23-436a-4474-9136-617f1cff08aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92173,7 +92173,7 @@ } }, { - "id": "b2fdbba2-840d-4fb9-9ae5-5c747759341b", + "id": "93154784-0f17-4de7-8252-d9ffd47f6e31", "name": "Get a Dimension under Role.", "request": { "name": "Get a Dimension under Role.", @@ -92226,7 +92226,7 @@ }, "response": [ { - "id": "bd6cb8ab-b356-45b7-977e-0db0ceee6f50", + "id": "31556a2e-f2b7-4a57-8b78-7d2ae9b4ef1d", "name": "Dimension", "originalRequest": { "url": { @@ -92272,7 +92272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e97b260-8997-4fb1-a9ca-e193352a353a", + "id": "f45626e8-807b-4aef-92f6-f4f1b7949d3a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92318,7 +92318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d90a13-8b96-4926-91a1-9502d94d94c5", + "id": "b70dab15-42de-423f-a9b3-112c2af83e32", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92364,7 +92364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "849a6372-ff9d-4949-9f86-b0da304a1777", + "id": "c3919364-d7c2-4254-87c2-37a471bd121e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92410,7 +92410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b62366c-2d8a-4558-962f-370f379ddca3", + "id": "0fe79ed6-f4cf-474b-be32-de4345ec8608", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92456,7 +92456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7db9f5f-1e95-453c-b0b8-0c733cc774e2", + "id": "6262fb1e-7bff-4f0f-b3db-62222b70dca5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92508,7 +92508,7 @@ } }, { - "id": "79e6e75c-42e8-44ef-a17f-ca2c1920d3ef", + "id": "a7523c18-6880-4c98-bdd5-0fbdf5019316", "name": "Patch a specified Dimension", "request": { "name": "Patch a specified Dimension", @@ -92574,7 +92574,7 @@ }, "response": [ { - "id": "52e9559c-6a70-4dcc-bac8-08a5e1553a56", + "id": "32531f27-b93a-40ca-b7c6-1ea11f9eecf5", "name": "Update a Dimension name and description field in One Call", "originalRequest": { "url": { @@ -92633,7 +92633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deec7702-daf9-4e8d-af0b-7aa9ce511e1f", + "id": "43540edd-7bb9-412c-bd8a-f7ca836b015a", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -92692,7 +92692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a8ed3ad-8e43-4e23-92bd-3c4f3bb6fe8c", + "id": "e3ce108f-f8bd-42de-9dc1-27a4b519b8f1", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -92751,7 +92751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b95d430d-f012-47ac-99f5-76c4a330f6ac", + "id": "b91e0b58-6e1e-43b0-b3fa-f4e7e878e20e", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -92810,7 +92810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c577e3eb-68ca-4382-8794-975214d02ca6", + "id": "8a13d1eb-a9e9-41be-8e80-61751e39e4b9", "name": "Update a Dimension name and description field in One Call", "originalRequest": { "url": { @@ -92869,7 +92869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd2474e-effe-4158-b670-b8533aa98c67", + "id": "498ced1c-a766-42ca-94b7-9d9bfb840d0a", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -92928,7 +92928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5c492d6-65fb-48e2-9ce0-83b9eb19306e", + "id": "58039349-f236-4f7c-92f2-8d9f45d83a53", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -92987,7 +92987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fd12e31-483d-4b33-beef-c6e6fe71236b", + "id": "50298b3a-aa94-4046-9d7c-5636bc392139", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -93046,7 +93046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65a76fe9-3922-4900-8536-0efaec5379d1", + "id": "1a60af86-6881-4833-84a2-d5d3bc0af31b", "name": "Update a Dimension name and description field in One Call", "originalRequest": { "url": { @@ -93105,7 +93105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cf4db4b-9f77-4530-a5f3-2791ac1e8ed4", + "id": "943468cb-ab07-4e0a-8505-9d02af5da13c", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -93164,7 +93164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cd6fdc2-443c-4f02-8c8c-274cb230f771", + "id": "e3bf8ec3-bd06-4fe5-9044-5cc42793aaf0", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -93223,7 +93223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d88d9322-1b48-4907-940f-36f7bbb431b3", + "id": "ace979c7-546c-477b-a77f-d92ad4ad243f", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -93282,7 +93282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fec60f6c-4c2a-4a7d-8d4f-2d1a97f300ab", + "id": "dbbaf355-b05b-4a04-bbd0-8e81b328d17f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -93341,7 +93341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b298c25-755e-4919-8ca4-3134f0db125b", + "id": "f10fe9ac-b7ca-4512-b5e2-4bfe1052f40a", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -93400,7 +93400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9b8b344-2dcc-4b8e-8179-5f122d2bf783", + "id": "2bd3c550-7791-4766-b1fc-e4044c39eaa0", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -93459,7 +93459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "062d4f1c-8163-46b8-9080-0e8325c37f1f", + "id": "7b13f646-5f81-49a5-a0a0-314565b18702", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -93518,7 +93518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a389724-c485-4d04-a818-a7fc5e4f8308", + "id": "b89e284c-f2af-453a-aec2-9d85bd280621", "name": "Update a Dimension name and description field in One Call", "originalRequest": { "url": { @@ -93577,7 +93577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27011df1-8d26-4388-bf65-258dc7c35669", + "id": "d60182d9-ba8a-4cab-b814-6eb9bdb45967", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -93636,7 +93636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f872f3d-4bef-4a4f-b022-bbbe1547489f", + "id": "281f6a69-d76f-4ed2-ac01-526e1850db1c", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -93695,7 +93695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c847406e-2125-4a4d-9b19-c3821cabab82", + "id": "6dedadd3-734d-43b4-925c-54f30ec0ccfc", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -93754,7 +93754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "099b3b1e-5146-42bf-900b-71938948330f", + "id": "5231bbc7-a246-4e47-a0fb-c8fee930448d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -93813,7 +93813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeed3576-e332-4c1b-8f44-6223d8e6529f", + "id": "804c260d-d718-441d-8d2e-4290133931a4", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -93872,7 +93872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52a1d830-53a7-433e-acd0-8e5c516f131a", + "id": "53a83550-555d-45fb-8f7b-12f33e8f9a8d", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -93931,7 +93931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec3d41f9-5cc3-4a8b-8b9b-3fc68a827198", + "id": "814ed01a-330c-4c3f-b6f1-03dab5f86c82", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -93996,7 +93996,7 @@ } }, { - "id": "f91d9ae5-6fd2-437f-8ff6-eb1a8a92b4fe", + "id": "063f91c9-f09e-4783-b032-0d052dc87cc5", "name": "Delete a Dimension", "request": { "name": "Delete a Dimension", @@ -94049,7 +94049,7 @@ }, "response": [ { - "id": "d2c013a4-9625-47e5-ae90-f5dfb167bdf3", + "id": "db5f6445-7ce5-4858-9068-013016c770d9", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -94085,7 +94085,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d06e0799-8728-4a7c-ba43-44fc6ca35b68", + "id": "f382540c-01dd-456b-a9bc-592f04b0b679", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94131,7 +94131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9870db62-2032-4d2b-b32e-0f3d5aa61426", + "id": "390b3cb5-e7d4-4f52-be42-902fe5f50ee5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94177,7 +94177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f712b3bf-77ce-40d3-92cd-be40b6566104", + "id": "098df186-2b96-4284-97bc-fc44b4fb6143", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94223,7 +94223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c22f704d-3e7c-4b88-8e62-8253d422e9a8", + "id": "95c4f5d9-afbe-47a9-9163-2a5d4e6b4c38", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94269,7 +94269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d553cbd-5994-460e-96ad-a605463a923a", + "id": "8d80e7d5-4b4a-4e50-acc1-b31c13e620bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94321,7 +94321,7 @@ } }, { - "id": "1319aaf9-ef1e-4385-83c1-4a92aa536afc", + "id": "aac1ea9b-054a-4002-9776-a5f963c25ce2", "name": "Delete Dimension(s)", "request": { "name": "Delete Dimension(s)", @@ -94377,7 +94377,7 @@ }, "response": [ { - "id": "3a128cc2-57ef-402d-998e-f3b91089a4dc", + "id": "35f92993-537f-493d-b7b8-9e51ef4482e1", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -94436,7 +94436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3963fdf-d238-40dc-a63a-de8ac2c039f2", + "id": "2236f6b0-7c94-4aea-ac08-5499fa042bf7", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -94495,7 +94495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c134240d-9c75-47ca-909b-d526fe2d2e1e", + "id": "bab27700-7433-455d-a7d6-63f3ae20f904", "name": "400.1 Dimension ids limit violation", "originalRequest": { "url": { @@ -94554,7 +94554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5631a46-684e-4e34-8c3e-e76ad5a8c602", + "id": "f5460875-2334-42ef-bdd8-6d58f3da0b1c", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -94613,7 +94613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3609e98c-fb29-4827-8efb-10f7b453825f", + "id": "1def1487-25a7-4104-a6bf-0aeef8ac8c70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94672,7 +94672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d2acfae-bbe8-4fc9-8381-25ea962cbcb5", + "id": "86312105-f760-4bf0-8df0-ec7dc118a3d6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94731,7 +94731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "067890bb-01ad-4a32-91a7-6cd576d26b1a", + "id": "6c97574f-c18e-4e13-bec6-af7ea02f148e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94790,7 +94790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7e546f5-3f66-46d1-b214-2da8669fa02e", + "id": "880f7848-ee31-42af-9a56-6a6185c9e707", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94855,7 +94855,7 @@ } }, { - "id": "0fe9e99c-3b40-4f10-aafe-dcd4acc9cbee", + "id": "3eb9979c-ef09-4b90-85ab-7ebd811e78e5", "name": "List Dimension's Access Profiles", "request": { "name": "List Dimension's Access Profiles", @@ -94955,7 +94955,7 @@ }, "response": [ { - "id": "1684b7f4-cd1b-4627-8279-f152f12e587e", + "id": "10253867-2124-4e56-97cc-acfc590dfb19", "name": "List of Access Profiles", "originalRequest": { "url": { @@ -95048,7 +95048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b38edf18-6b0d-4376-b978-4d06f938ea31", + "id": "1c5b7439-e1a2-4a00-aec8-096d1b75de85", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95141,7 +95141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3e8597d-4694-4bd1-a001-648f83f7fc9a", + "id": "ae808efb-f05f-4ef9-a3e0-b783f33f7bc2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95234,7 +95234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b648fc23-bde3-48cd-8521-29e4e3500776", + "id": "a826b50a-dbc9-4e58-8add-322a757381e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95327,7 +95327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19c6d1c8-06ce-4372-a658-f804c3676250", + "id": "4819724c-4aae-48fa-9a41-a4fda9505ca6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -95420,7 +95420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f0b3465-9a70-4ce1-ad75-7e900f4697dc", + "id": "df138bfe-e57b-43b2-9068-7681e335fed0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95513,7 +95513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "595c18a5-ab33-43aa-9382-11a644ebe350", + "id": "5270d362-57a1-4f28-bff7-e21fb9d891d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95612,7 +95612,7 @@ } }, { - "id": "417e3355-2873-43af-9cfd-19452a869761", + "id": "080ab4a6-5e49-4464-a612-aa9340f7935f", "name": "List Dimension's Entitlements", "request": { "name": "List Dimension's Entitlements", @@ -95712,7 +95712,7 @@ }, "response": [ { - "id": "be7f2504-b149-4624-b085-251c11b6fbc0", + "id": "3b312e73-6a60-49cf-b35e-e99a67dc65e5", "name": "List of Entitlements", "originalRequest": { "url": { @@ -95805,7 +95805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b7e7982-8145-4db8-9f05-fd50950899af", + "id": "047a18c7-1084-48dc-9569-5d3f1660c86e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95898,7 +95898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70a3e9cd-0c89-487a-8a0d-febcbcd8e431", + "id": "8382a268-e823-45b9-be49-9c18e98daa90", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95991,7 +95991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f382df64-9b44-4410-b621-98a59b6ca415", + "id": "f7aa1e00-2b65-468b-8ed9-2f9c1c3ec243", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96084,7 +96084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d64057b4-6c03-44b3-bc20-dfc179ccf38a", + "id": "f7354aaa-b166-42c7-a37c-d6b71cac1ea7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96177,7 +96177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5ba1340-4360-4cc5-b94f-026f0f11e350", + "id": "f57aaa82-124d-43d7-ae3a-4fc468ad02b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96287,7 +96287,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": "25067a8b-10e5-4226-9cf6-4c6aebc17c3e", + "id": "79b6f959-ffea-497c-a996-2c398b5d9903", "name": "Gets a list of entitlements.", "request": { "name": "Gets a list of entitlements.", @@ -96407,7 +96407,7 @@ }, "response": [ { - "id": "3b0e3ccf-5d69-4e60-aed9-fdbdd83df7d7", + "id": "0f80113e-7521-4a8a-bb96-12d3783db62c", "name": "List of entitlements", "originalRequest": { "url": { @@ -96541,7 +96541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a16475d-87bd-4d10-85d5-e031881d9429", + "id": "2ed818bf-6a76-4d6e-b578-29e0bb57aa46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96675,7 +96675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf8861d-02ec-416e-a7b6-87e5e6a0da72", + "id": "c65485a2-7369-4ee8-a623-cec123d41bc1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96809,7 +96809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83944a24-5942-4e5d-b5e0-95579c388b33", + "id": "ad6f917c-e21a-4816-a23b-4ba0ebe3eea3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96943,7 +96943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fbd0239-fa72-4268-90ca-2aae2d257ea2", + "id": "2e7e922c-b56a-49f3-8f36-4dc9e8f59671", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97077,7 +97077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e70fdeb5-e38c-4444-b112-202a5fe8b3e6", + "id": "5de6b79e-5d98-46f6-9752-e94737bb61a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97217,7 +97217,7 @@ } }, { - "id": "b1d7fc45-b176-4c63-9b42-721d6cb2d320", + "id": "a445b4e0-35c8-4a02-904c-60ccf9626781", "name": "Get an entitlement", "request": { "name": "Get an entitlement", @@ -97267,7 +97267,7 @@ }, "response": [ { - "id": "f91a2eab-ed2c-4c39-b431-de7a6edafa1b", + "id": "a8e8bddb-e4ef-44a3-83ec-5d054c539fbf", "name": "An entitlement", "originalRequest": { "url": { @@ -97320,7 +97320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "044544cc-d6e5-4fb3-baf2-2218dfacee91", + "id": "21874016-ba68-4f3c-8d6e-70be95bb60bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97373,7 +97373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99338439-1e55-47af-889e-52f46ec98405", + "id": "ab57ec4d-2470-4116-a222-b80b6d2af6de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97426,7 +97426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a3c71b4-6cf7-495a-b3c7-7317fdefa800", + "id": "82699a04-6e83-4335-9756-dc905232e463", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97479,7 +97479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1df93cc5-8bca-487e-95c7-d8eee782b731", + "id": "6ec8ef16-8793-47d8-a350-4758b7dcc6d1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97532,7 +97532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d65f882-993f-4418-ae55-89d0ed6850f2", + "id": "98d744b4-aaa2-4b64-9206-82e6e038a6a7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97585,7 +97585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad9b3d38-d447-4c59-b3dd-e62067e80161", + "id": "2c2385d7-c671-4250-aadb-6f7a99022700", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97644,7 +97644,7 @@ } }, { - "id": "ffa5f4d6-69c1-4ade-9cf1-1dccbece5ed6", + "id": "5097d3c6-3576-40be-81f2-029899a0fcd6", "name": "Patch an entitlement", "request": { "name": "Patch an entitlement", @@ -97707,7 +97707,7 @@ }, "response": [ { - "id": "27629579-007d-4cb9-b3cf-1d43b7869fe4", + "id": "6ab9cecf-c90f-4849-87e3-a2f3abc5e0db", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -97773,7 +97773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a953e271-6c05-48fb-a203-d6bf9bf8bcb3", + "id": "72e3c90d-c498-40d3-b98b-a2b3d49f5386", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -97839,7 +97839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b92467d4-bb27-4af3-8a1d-cc9fb12c435b", + "id": "f7255832-336d-4b40-bae6-f21d7856556b", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -97905,7 +97905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ba0446e-5e0b-497d-8981-b3c7e99d994e", + "id": "6fdf3af1-97cd-43b0-a114-6f813811db08", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -97971,7 +97971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bdd251e-b18a-4950-9df7-31623d304bd9", + "id": "7fd14ce6-005c-49d2-9659-1d1c4071aabf", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -98037,7 +98037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d147d09c-4619-430e-8b26-08e5321cf2c9", + "id": "c99101d2-32db-4856-898f-321454f6a29a", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -98103,7 +98103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7c026c2-cc6f-4420-aafd-9f3e16358b94", + "id": "a3b1a621-70cc-4ec1-b6b2-a7fb9fb267f7", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -98169,7 +98169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09286263-a15c-41c2-829b-c3338ac8bac0", + "id": "40ec2fab-4d82-49c5-9359-fe5fa2b9f272", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -98235,7 +98235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cac02198-99c1-4b44-b879-4089ffad2f58", + "id": "004a19f8-42bd-4855-8a66-4cb927b58990", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -98301,7 +98301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef68d376-b6a8-4827-a4f2-938529b06f2a", + "id": "5155be98-80da-4cb2-8d86-6ac4bb8e206e", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -98367,7 +98367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38a534a5-0804-4df6-a6ad-a2787fd84e48", + "id": "20d2a679-6432-4a3a-80ee-b578c5a7578b", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -98433,7 +98433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e95cab2c-31af-45da-a71a-d41ac750dec1", + "id": "4accdfe8-c4b3-445a-b655-576c6560cd7a", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -98499,7 +98499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48387d2c-e0bc-464b-a4c6-38a8c2c21ae0", + "id": "72c4fc2d-08f7-4eb4-8be1-98ff5f258f4a", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -98565,7 +98565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b31ad91-ad9b-498f-b963-2210ee5df9cc", + "id": "e26e59e9-980a-4bf5-a5d8-9691fcfdc4c2", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -98631,7 +98631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab8bebbb-4019-46a2-afbc-d107c64fc760", + "id": "5bf1a566-5fb1-4f1f-8f65-09a4a12f623a", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -98697,7 +98697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7742031d-e546-4f0f-9ab6-08a9ea91bc05", + "id": "801a67a1-0d20-4686-bb9b-b811d5ea8f6b", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -98763,7 +98763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23a2f536-78c6-4dfa-b977-041b51028721", + "id": "341e9acb-7b98-4d18-97ca-3bbf8196c431", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -98829,7 +98829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c576d03-3cd4-44b6-a44f-298ebbfc80e4", + "id": "384c54bf-52f1-4869-8ec8-5a68a15571cc", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -98895,7 +98895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b36c0db-9105-4570-8761-c8b148d82c17", + "id": "92301368-5da1-463e-810f-75f1e7c34382", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -98961,7 +98961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e56b1a23-b61d-426a-92f1-7d97577cb41b", + "id": "85d8bc08-3277-4fe3-9465-9547a675c32d", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -99027,7 +99027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd52573c-3c33-40ee-a32d-fc95631b2643", + "id": "07f84348-1116-404c-867c-6e26cec57592", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -99093,7 +99093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "640c3aee-a398-4b0b-9196-ae80eaea55f2", + "id": "826d3e65-db03-47d5-ac35-532347a18caf", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -99159,7 +99159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac2fcbbf-1122-42f1-83f7-3a0e35c834d7", + "id": "10c9c704-2030-4114-a40f-721acc5f82d4", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -99225,7 +99225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "324f2650-f55d-4444-8662-356694f9fbce", + "id": "79a26ddb-2fb8-4d8f-9d08-189003c81748", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -99291,7 +99291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "794e10cd-1d2d-4ff8-b35b-dbf277e21c5a", + "id": "861ecd3c-9a27-4b09-8570-84d892c5ac30", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -99357,7 +99357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8011100-b7a8-4a8e-925d-319ba3a930dd", + "id": "1a77f239-0d06-4333-990a-60d3fb68cc0a", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -99423,7 +99423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed5eb1da-3f8e-4beb-a76b-5f6b5366c77c", + "id": "0a5a06ae-470e-46be-b118-2cc2f5c8b1dc", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -99489,7 +99489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d79cb049-62f3-4282-bb7b-f62fc1e18675", + "id": "ea692eb7-996c-4154-8da5-390cccc492e2", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -99555,7 +99555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "377cb733-7565-46e9-8f0d-01ed1fbf79ad", + "id": "9e0aef63-04d9-482e-812a-9d6cbfe743f4", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -99621,7 +99621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e94ebf27-be5d-43f0-9ad0-b1f2f8896e1b", + "id": "6e358db9-dd33-402c-b86a-77d689ba0612", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -99687,7 +99687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2bbe64c-ce98-474a-bc59-f5b766d4a596", + "id": "b59dba92-45da-4b80-8f65-c6309f38213e", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -99753,7 +99753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0be84ecb-bfdf-4550-a738-fdf0fdf96243", + "id": "62faefeb-3b85-4b68-9e0d-e4579e20b3bd", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -99819,7 +99819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddf9e6ab-325f-44d6-aec3-a9c611a6a0d9", + "id": "75da387b-dba7-49e0-9b08-e699151a484c", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -99885,7 +99885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a31041c-1702-4a70-8be0-ff450cc8760a", + "id": "f59fab21-5e95-4c37-8054-c65b28f21a8f", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -99951,7 +99951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "827c3d4d-4870-4e94-b7f7-58fd7b9d76b4", + "id": "08b52439-86ca-4d1a-af89-48632da3cae1", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -100017,7 +100017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9692f4a9-9a93-4b47-81ec-820ff799cd39", + "id": "4769d3e8-eff6-400a-87b3-0f82d31571f0", "name": "Make an entitlement requestable and privileged in one call", "originalRequest": { "url": { @@ -100083,7 +100083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f96498dd-97fe-42ee-99c3-1032aaeb56ac", + "id": "10b89f45-d37e-4af7-9104-1fdefdbf635e", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -100149,7 +100149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58eb4c98-593a-4155-a33c-9af0e024312b", + "id": "bb755b92-03ba-4bc9-863e-427a81deca72", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -100215,7 +100215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dce0ab1-5785-45b4-a1b7-1f61f4833ae0", + "id": "b8b25462-2917-45bc-ba7d-a1a22b4a4a15", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -100281,7 +100281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d881ade-6b4f-408b-a5fb-b5f79e7cb16b", + "id": "2ebdd206-a544-4b62-8339-6c7e7e868d95", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -100347,7 +100347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "336f8414-beb8-4c77-8205-21482dd4a9ff", + "id": "47583982-861a-4155-9e1c-b96cb838a6b4", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -100413,7 +100413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8353864-1bb1-46cf-8cc7-c6f5d2f6f641", + "id": "a3bd30a1-1d59-4a11-912e-4d67dfdfbcc1", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -100479,7 +100479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3973ab99-3543-4a42-b017-631bc246f205", + "id": "b97cca1a-a672-4c60-8df6-7e4c10e7ab94", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -100545,7 +100545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4eb41e3f-8427-4dfe-934a-f3590697a270", + "id": "28da552d-6889-41f6-bccf-f48a5ed73514", "name": "Assign an entitlement to a segment", "originalRequest": { "url": { @@ -100611,7 +100611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b23b5a01-a4ab-4883-9a98-e9d2874e0f26", + "id": "21603303-f1aa-445b-9696-c690dcfd6486", "name": "Assign an owner to an entitlement", "originalRequest": { "url": { @@ -100677,7 +100677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60fb9ae2-fabd-4912-b822-4d307932090f", + "id": "43da417d-4ec7-4e18-855e-3a1d2b2831e1", "name": "Replace an owner for an entitlement", "originalRequest": { "url": { @@ -100743,7 +100743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "973a21e3-6f82-47bd-90d5-cc452bf8ec6b", + "id": "930c0335-24bd-4c61-9893-2ab9dcada7bb", "name": "Set entitlement manually updated fields", "originalRequest": { "url": { @@ -100809,7 +100809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6993838f-304b-435a-a5ec-369c75b29197", + "id": "dba24791-136f-4b14-932b-58a05a7d7900", "name": "Add the description for an entitlement", "originalRequest": { "url": { @@ -100875,7 +100875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47b0c694-119b-42e9-9cbe-a79101354f10", + "id": "82aa9c13-7d22-4256-89fe-3946a24d739f", "name": "Update the name for an entitlement", "originalRequest": { "url": { @@ -100947,7 +100947,7 @@ } }, { - "id": "3a4655b7-1afb-47da-bb85-b971aa04f6ca", + "id": "6215ae16-d708-4aa8-8765-67f2d6a851d1", "name": "List of entitlements parents", "request": { "name": "List of entitlements parents", @@ -101044,7 +101044,7 @@ }, "response": [ { - "id": "8a1dbd49-ee32-4391-95e3-5d8b53a09d88", + "id": "e2647152-45b9-476c-90f7-c564f10baf8c", "name": "List of entitlements parents from an entitlement", "originalRequest": { "url": { @@ -101144,7 +101144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c16dd2b-1cb9-4a16-a486-687ed09b1773", + "id": "3c0ec65a-7975-4702-bc46-3242cb69da2d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101244,7 +101244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8f762b-8031-4f35-a2a9-9aa39d4b4624", + "id": "7a24f221-2f90-4820-b10a-6f6cca461215", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101344,7 +101344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a40868b5-9a5a-4e63-ad3b-9aa707c53d39", + "id": "029c684c-dcf9-4fff-ab66-5aff8fa7eadf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101444,7 +101444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b5952fe-790f-42c3-88e8-b0a7c0fe8368", + "id": "f82dced5-03e8-4052-bc9a-925d0479f002", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101544,7 +101544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1632a1e-7d9f-4d08-a1a5-61cf1f3a2fb2", + "id": "5b752135-0b01-4f21-8ac0-f95ee1d256df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101644,7 +101644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a76bb26-5fd1-491d-b45a-e5ae787b18ac", + "id": "a158bb04-30d2-401f-b94e-a8402332a0d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101750,7 +101750,7 @@ } }, { - "id": "c9eafa7e-ff97-4ea3-8be4-b7a5ca4862e3", + "id": "cd7c489a-b8d4-43d5-bdb5-f1b8ab2731e2", "name": "List of entitlements children", "request": { "name": "List of entitlements children", @@ -101847,7 +101847,7 @@ }, "response": [ { - "id": "b95a567a-b209-4c24-8280-61deea376e07", + "id": "025c4ba5-060f-4957-9369-0b4e754ca61b", "name": "List of entitlements children from an entitlement", "originalRequest": { "url": { @@ -101947,7 +101947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9553081-71c0-4bf6-a064-6d72bfb2874b", + "id": "2a0e5b1d-2b22-42fc-999f-28a64c54a9b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102047,7 +102047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5935adc-2b07-4a49-a453-a50205690eba", + "id": "eff694f8-e150-4c1b-be43-325e0d11fe86", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102147,7 +102147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68f160ad-af37-4bc4-b74a-92d82c07ec6c", + "id": "71ab6336-b8bc-4dbb-af5c-755e7adb5c57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102247,7 +102247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbe6cb89-67d5-440a-bc78-d5810a43d498", + "id": "767c1393-a3b6-42b0-b46f-b3def2ec5c53", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -102347,7 +102347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "256f1f83-b502-4e0a-b6f2-10ceffa64897", + "id": "58923e07-1e3c-4a2d-854e-3b1e9b516d18", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102447,7 +102447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76787609-e251-4e61-a125-17f480fcc517", + "id": "2a02f540-477a-417a-8d76-467fe397d69a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102553,7 +102553,7 @@ } }, { - "id": "7125960d-1135-4b52-95f9-355f7973efe6", + "id": "3d2ebfb7-f8d2-4f1b-b8d4-05837fd83cff", "name": "Bulk update an entitlement list", "request": { "name": "Bulk update an entitlement list", @@ -102605,7 +102605,7 @@ }, "response": [ { - "id": "c724c677-4e7c-4d08-bef3-e58541d806d8", + "id": "4093834d-eb02-434e-9e85-29a8766844f2", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -102661,7 +102661,7 @@ "_postman_previewlanguage": "text" }, { - "id": "01dad39b-e452-44f9-9bba-72190fbf30b0", + "id": "90f76f9d-0aa4-481c-8b52-4c6028aa8242", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102727,7 +102727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcbd8b3f-69c9-4df2-a010-8735bb46d20c", + "id": "94a0e8fa-b6ef-49ed-b6d7-f9d4a0e42b6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102793,7 +102793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5cc6fe3-ea2e-4063-b3e5-dd7403640e8e", + "id": "e03a7e9a-2537-423d-83c9-f3918dc4ff7e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102859,7 +102859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63f2d208-53f2-42e7-ac20-3931d68d7f81", + "id": "28a46d95-ba3e-4d2a-9a94-9e4429c0636e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102925,7 +102925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd8d6cd5-9210-440c-a7fd-68f8d45c1f13", + "id": "dce2ceae-ee5c-4ef7-9a54-271452e50954", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102997,7 +102997,7 @@ } }, { - "id": "4c143264-26cc-4ab6-a5b8-f60e98402a2d", + "id": "7df71da0-1a3b-4205-8aeb-26d832bedd77", "name": "Get Entitlement Request Config", "request": { "name": "Get Entitlement Request Config", @@ -103048,7 +103048,7 @@ }, "response": [ { - "id": "d6afb985-60ba-4d1c-bda8-08fea187fc68", + "id": "130cd43c-52e3-4711-b6a2-16f39038f1b2", "name": "An Entitlement Request Config", "originalRequest": { "url": { @@ -103102,7 +103102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43afce11-337b-4760-ad2d-01eed102917e", + "id": "e2fe5519-a0fc-4ae0-922f-7ec76572157c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103156,7 +103156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dc5d559-84c0-481b-96ea-b228bea08a6f", + "id": "4dd4f13d-ffde-417d-8b8d-5358c0f8bf2a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103210,7 +103210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "649add99-7fef-413e-8160-05bc3dde36c8", + "id": "995439e8-36f9-43a1-9007-1a9126b39f13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103264,7 +103264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6db410d-5b91-4a5a-b6bd-245a1ced31f7", + "id": "86557e7a-978f-4074-bed8-72fd2f7f73f1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103318,7 +103318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95df8908-ad74-4677-bf18-69bca5123be5", + "id": "d18640d5-7278-43e5-ab2d-a8f1102668ac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103372,7 +103372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c6659e5-55e8-4b6b-9e7c-fab8e7809300", + "id": "2325a21f-4415-4971-9791-a1fb5d5c3e72", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103432,7 +103432,7 @@ } }, { - "id": "40813fe5-69ea-49d0-ae4e-fed049c39a71", + "id": "5213d154-9d75-45ca-8a94-b2facb7e5646", "name": "Replace Entitlement Request Config", "request": { "name": "Replace Entitlement Request Config", @@ -103496,7 +103496,7 @@ }, "response": [ { - "id": "146fcb80-f138-4b91-b3e8-d7ba3350111d", + "id": "1b1fdba8-47d5-47a6-b214-921471320b18", "name": "Responds with the entitlement request config as updated.", "originalRequest": { "url": { @@ -103563,7 +103563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9aaf183-65f5-4829-ae15-9fc9be070443", + "id": "b4eb4242-4281-437b-bc6b-6e6f6ea9a501", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103630,7 +103630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9407a325-3963-4f23-ac15-8d87843c82f0", + "id": "84cc61c1-3db5-429f-a416-587bbc734654", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103697,7 +103697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43443e25-6fdc-4cbe-bbb2-4f0f15b9c819", + "id": "deadc267-f6b2-4975-856c-0e5ed5dd0a51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103764,7 +103764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c246239e-48ce-4db5-8532-3255c9771daa", + "id": "e630dd35-c392-46f4-b706-64e269dafc45", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103831,7 +103831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c82c8b2-f1e1-411e-ba12-4122f92361e3", + "id": "302582f3-68b8-40a1-82ed-017465a2eaea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103898,7 +103898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84081c7a-b7f6-4b5c-abaa-ba884a56281e", + "id": "235d68a3-df52-4033-b1bd-aee00f97bb57", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103971,7 +103971,7 @@ } }, { - "id": "46bc0416-1fa6-446b-a3be-0825483df00d", + "id": "f3ed2f52-ccee-49fb-9e88-a0081e769d9c", "name": "Reset Source Entitlements", "request": { "name": "Reset Source Entitlements", @@ -104023,7 +104023,7 @@ }, "response": [ { - "id": "b61b6155-5813-4756-a8f4-bb0674476fb4", + "id": "f3c91432-558a-4796-bfb7-d520b7f78bbe", "name": "Entitlement source reset task result", "originalRequest": { "url": { @@ -104078,7 +104078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30669075-1978-4bca-b5bc-91e15199c1cd", + "id": "70588ac9-0ad9-414d-852c-f7a01e36e59f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104133,7 +104133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e4cfe14-947d-48e4-b0c0-bd88308060b0", + "id": "03a8c538-594e-4c51-948d-03fa40938b7d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104188,7 +104188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ff1a514-ffdc-41fc-987b-5aee5b8ea5af", + "id": "6b09c058-04cd-488e-9770-3ee9cfb8184b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104243,7 +104243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c938dfeb-3d1d-47e2-ab9f-6d763f5f0da9", + "id": "20fcd9fd-fcd0-4fbb-91fa-673fa1516aa5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104298,7 +104298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7d4c468-3931-4a20-b497-1385dea30cca", + "id": "be103fdb-6149-4a60-86be-4eed4f58f30d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104359,7 +104359,7 @@ } }, { - "id": "a9e80df0-418a-4b10-8935-2fe260c4bec9", + "id": "ecb09387-bf80-4163-aa75-34c6f21d935d", "name": "Add metadata to an entitlement.", "request": { "name": "Add metadata to an entitlement.", @@ -104433,7 +104433,7 @@ }, "response": [ { - "id": "15025cb9-5234-4b05-9dad-74516eedc172", + "id": "953d279c-7abb-4a40-940c-0422b775bac7", "name": "OK", "originalRequest": { "url": { @@ -104490,7 +104490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ac525c2-f655-4386-a9ee-70c57dbf1b7b", + "id": "cf501bb2-a0e3-49d4-a66b-295cbbc48700", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104547,7 +104547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3580e70-8deb-4df5-ac92-260d385185aa", + "id": "9050dc30-d49f-4e86-9b06-4b970d75d867", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104604,7 +104604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e98dc9d2-2186-4485-a8dc-3596499b3d84", + "id": "c544d230-55f3-4858-9249-8d97dc005943", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104661,7 +104661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f301111e-163f-422d-a572-7fd79745bced", + "id": "06473267-93ce-4b1a-9df0-2c7ad692aa29", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104718,7 +104718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16243178-df51-481f-817d-d6531bffcaaf", + "id": "c03bd1d9-2fd3-42c2-9919-1a1fd92eb83b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104781,7 +104781,7 @@ } }, { - "id": "db4d7f28-81fe-494a-865f-5d5a9e3d0bb6", + "id": "090e5fd8-8284-4a32-aff8-9a406984d61f", "name": "Remove metadata from an entitlement.", "request": { "name": "Remove metadata from an entitlement.", @@ -104855,7 +104855,7 @@ }, "response": [ { - "id": "ed2f3c4a-35e6-4347-9993-c667a20be44e", + "id": "87e5b8de-058d-4767-8784-bf2d75b902d7", "name": "OK", "originalRequest": { "url": { @@ -104902,7 +104902,7 @@ "_postman_previewlanguage": "text" }, { - "id": "34929f80-2a1c-41ef-b521-b699bfe15fe0", + "id": "d1530df2-8bf5-471f-b30c-84b5ffe444d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104959,7 +104959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff61b524-c96a-4a99-a043-56774b66bef1", + "id": "91e2d97d-e9ec-460e-8731-11e7bbeb3f3c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105016,7 +105016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6392e947-acda-4774-96e5-048a2efbe8a2", + "id": "72cff6df-f128-44c8-a507-8f480d00ebab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105073,7 +105073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6383ad1d-b1f6-44a0-8fb4-015d1c612c74", + "id": "b6dbc3d3-d847-4534-9a30-db7a464437e9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105130,7 +105130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57f51080-89df-4f5e-aa6e-17702543dde3", + "id": "d0289514-7ea3-438a-939f-4cb0a5a6f654", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105193,7 +105193,7 @@ } }, { - "id": "83a4068d-96c9-49e4-a126-c345e2cd389d", + "id": "03cd3559-380c-4f34-aad0-79c8c879e00e", "name": "Aggregate Entitlements", "request": { "name": "Aggregate Entitlements", @@ -105261,7 +105261,7 @@ }, "response": [ { - "id": "dc95807a-1496-4418-bdc2-7ab05694e00f", + "id": "a8ab4726-6e33-4207-ac8e-2d57cd4e2133", "name": "Aggregate Entitlements Task", "originalRequest": { "url": { @@ -105332,7 +105332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42129464-47fb-4b1b-b792-939b5cc65c16", + "id": "a90c2a7b-81a8-4a73-8dde-5b422ae0ee4e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105403,7 +105403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d992532-c1e4-4444-a31d-cd3d33b0ac03", + "id": "fd286609-cba7-4908-95e5-4ef191bfbf9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105474,7 +105474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7725b907-d1da-4a8b-a955-3cdf6c3ac81c", + "id": "56c99d35-cff9-477c-bf98-9bf0a9844127", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105545,7 +105545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55189e96-f471-477d-93a1-b2fd82185506", + "id": "8382f7cb-be58-43c0-ac5b-1f37a994cd2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105616,7 +105616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f9678c-725a-4515-8c64-39891fc88178", + "id": "65052458-7ee5-40bd-8040-e8aaf792016f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105699,7 +105699,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": "99e483ec-9a1d-4709-825c-9d84cea91c9a", + "id": "08431507-15d5-455c-a7b3-84d9bb4b267a", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -105729,7 +105729,7 @@ }, "response": [ { - "id": "71d43f5f-9122-4163-bf92-653b97c51447", + "id": "34c81bf2-f39d-423a-905e-f6e610d24f11", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -105773,7 +105773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8123109-3588-4933-9a71-a6abfe027955", + "id": "0d36769b-0b57-4ed7-adb5-8e8937cb5aa0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105817,7 +105817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "022ff795-ae55-4d42-b8f3-ae98312bd183", + "id": "7e05aeaa-e412-498b-a1fe-ef3e02c9e5f1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105861,7 +105861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ff74020-f1c0-47bc-8c3f-16168757551a", + "id": "1321414e-5633-453d-9168-5bf45f5bf876", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105905,7 +105905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f7e1dac-d20b-45a3-8fe6-31c468da93e3", + "id": "78c65cb0-39e1-4098-8d80-c3c50fd102d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -105949,7 +105949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53a34f43-3de4-4336-8c4c-546a2c727a47", + "id": "a27d3360-fd58-47fe-a814-99cf633d381f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105993,7 +105993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48265e76-ab35-476f-99e6-99cc7698a178", + "id": "2d5219ce-b121-439f-96e4-e074b2c7f6b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106043,7 +106043,7 @@ } }, { - "id": "88b29958-c3f6-46a1-9f85-4f49e4b92df9", + "id": "95905a43-e7ac-41b4-addc-524ae8c4edae", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -106086,7 +106086,7 @@ }, "response": [ { - "id": "26056c49-741c-47e6-a13e-5d6a8f163719", + "id": "6eb393f3-5eca-4c79-9f87-cc73caf8221d", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -106143,7 +106143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fb280c1-436d-496d-a72e-a8ccc62b3ec9", + "id": "a9dacd07-586a-4b61-aa55-3d5c7a6bb905", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106200,7 +106200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c97c4e59-8d41-4ba7-98f7-cdd7f0e9a833", + "id": "4859b960-891a-4b95-8d3f-edabc0cf3cd6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106257,7 +106257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e0e1687-2cf7-42d5-8a75-9a17beac3cc9", + "id": "e10b214e-8505-49e7-b254-22b4d3c0681e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106314,7 +106314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97f69290-0cb4-4671-95f7-450d9f6ee340", + "id": "312c9ea8-f35c-4282-b9cc-a64b55ce721b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106371,7 +106371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac5efe54-c8da-4b0e-85ef-2fec5a983d15", + "id": "aa0e608e-e54b-4b6e-ae7f-193bff96b26d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106428,7 +106428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be67376b-8497-481e-aa21-a4264639701c", + "id": "10d3b4c8-1313-47eb-9b11-9dae0501b4b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106491,7 +106491,7 @@ } }, { - "id": "8035ac79-2660-46b4-853c-370d9322ddfc", + "id": "2bb76488-74a7-48fd-974a-b5f0a677bba4", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -106534,7 +106534,7 @@ }, "response": [ { - "id": "418bfcf8-3b12-4556-8662-48c5953568a5", + "id": "5d643a3c-4209-4360-9e75-6760a2b96a3f", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -106591,7 +106591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d41d1ab2-f323-49cc-b940-aa06b68a625f", + "id": "fba99a28-a68e-4f73-a6b9-3ee4974e7dfd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -106648,7 +106648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5475413-9bba-4a35-a032-5b5c49890e98", + "id": "074e0d31-b925-4714-851e-7d34d4ba588c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -106705,7 +106705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef7d2ff6-90c3-46cc-a212-7e73455c4919", + "id": "29274aed-82a1-49d1-b4bb-3b5f3d424ed4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -106762,7 +106762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "340fc5ba-7c5e-4fca-a5cb-9aae2868b7dd", + "id": "60acc774-327f-4336-ab71-c5423a31534f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -106819,7 +106819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8563b600-f78e-4f88-8ad8-7e4b087c3da8", + "id": "b7496f3f-6a45-4299-b713-c824a4cc82bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -106876,7 +106876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b99e6d7a-5fbb-4cf2-94a5-fc4e8547c026", + "id": "beee019f-5723-457f-80ae-d3cffe05d60c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -106945,7 +106945,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": "38db089a-5c0e-4db9-8af7-5f7cd57c23ad", + "id": "862c49dc-24de-4aa0-ab97-743eccfb3cc6", "name": "List Governance Groups", "request": { "name": "List Governance Groups", @@ -107029,7 +107029,7 @@ }, "response": [ { - "id": "e3691d54-7e01-4dc8-9c8e-3f4e127e7c39", + "id": "efa15928-41d4-4ab7-a6b2-521533fe0574", "name": "List of Governance Groups", "originalRequest": { "url": { @@ -107127,7 +107127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e52b13-0f78-43ea-88e7-4c3581ad43f3", + "id": "ae1485a1-4b60-4333-9552-63e8a74b07b2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107225,7 +107225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4b4270a-5052-42cd-8939-c852e3414cb9", + "id": "03eda0ae-945c-49e4-a3dc-4fffde2b291f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107323,7 +107323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66a4513d-87bf-4222-8b2f-b35f9c569287", + "id": "70484906-132e-48dc-9d78-cffeb224f7c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107421,7 +107421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fae778c4-4d2b-480c-9172-6bcf79571536", + "id": "6df9142b-8a4d-4022-b788-a1fc507e2894", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107519,7 +107519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c5a5002-39b5-4722-baec-5a52007e6cbf", + "id": "bb4aad46-8030-4901-a17a-ea1837b96f67", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107623,7 +107623,7 @@ } }, { - "id": "d7b49fd4-f2c3-4f13-a327-d6beb4b8e1b7", + "id": "67d73974-2b54-4d55-88a5-abc06daa99aa", "name": "Create a new Governance Group.", "request": { "name": "Create a new Governance Group.", @@ -107674,7 +107674,7 @@ }, "response": [ { - "id": "7c27c677-32a5-45e5-a0b7-a86ef4cf92e7", + "id": "e6af7c8e-f963-4f6c-94e8-b94b277419fe", "name": "Governance Group object created.", "originalRequest": { "url": { @@ -107739,7 +107739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "696abb0d-6d17-49a2-9b86-a9f7be2aa49e", + "id": "e7ee0f0d-20de-4bf4-9736-7e7fae1fb516", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107804,7 +107804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "967ff335-fb57-4497-9ca5-d3dd60bf319c", + "id": "8bcf2a9d-45de-4d9c-8760-7e6ef4d213ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107869,7 +107869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "420674c7-7b6f-43eb-bf39-ccfcfafe41ea", + "id": "ad883edd-99ba-4ada-a361-c887accb3b13", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107934,7 +107934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782d3f28-cb70-4103-8343-a06c51976145", + "id": "9f5ec73c-285b-4284-8561-3c81c6220620", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107999,7 +107999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7558bd96-33f7-4df3-b5d1-5e6430977318", + "id": "ac98ee94-4294-4615-abeb-72a84c08fa4b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108070,7 +108070,7 @@ } }, { - "id": "87bc414d-71e1-4123-8725-e692ad6250f7", + "id": "b3ebd262-0aa1-45ff-a5a7-364ed67126cb", "name": "Get Governance Group by Id", "request": { "name": "Get Governance Group by Id", @@ -108120,7 +108120,7 @@ }, "response": [ { - "id": "020ddf3f-2c21-4807-a8bc-562089a9231c", + "id": "37c4299a-17cf-4631-a287-01e25d219bf0", "name": "A Governance Group", "originalRequest": { "url": { @@ -108173,7 +108173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cefd235f-3d57-4aa8-ab68-80d4f05d03a3", + "id": "e0e70cf6-3516-4596-aed8-d2cb324aeb3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108226,7 +108226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20141439-8d6a-4265-a959-78c55e9e2204", + "id": "62941934-28e2-484d-a109-3c24e1fa4f96", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108279,7 +108279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69a84bb7-3433-409a-92a3-75ba803618d5", + "id": "77380172-5ffd-4e57-a9cf-b19caef72251", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108332,7 +108332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d8e4de8-b547-46c2-84fb-0c62a27d7c66", + "id": "85a34714-ad03-4dbc-925f-5bf171176aba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108385,7 +108385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d29f1855-6db6-48d3-b38b-ea4af5161c48", + "id": "55fa9c72-2278-4636-828b-7618c1d3a64a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108444,7 +108444,7 @@ } }, { - "id": "072c8382-b7be-4a9d-870e-022a791f74cf", + "id": "5478eb91-7e9f-41cd-a44c-01fe6c05bb9c", "name": "Delete a Governance Group", "request": { "name": "Delete a Governance Group", @@ -108494,7 +108494,7 @@ }, "response": [ { - "id": "e8410963-2da3-4ee4-919a-2d8d364ff3d6", + "id": "0f5e59cc-5f86-4fba-80cf-a1e6961d14f0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -108537,7 +108537,7 @@ "_postman_previewlanguage": "text" }, { - "id": "04435d65-06ad-4fb9-bd97-faf8565df455", + "id": "e744fd25-e9c2-46d7-83bc-f52e25d1834f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108590,7 +108590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0137671-fe30-4640-94ba-c45972133ad0", + "id": "13816e38-e870-4b75-ab5e-6322e8cd12b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108643,7 +108643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63861387-d480-438e-ad7b-65309ee03084", + "id": "c021a24c-12e3-40ad-9a9f-1e6ff45a13f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108696,7 +108696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b641959-20e9-4df6-a027-ef20ce711203", + "id": "dc346040-2391-4cb9-a479-c26ef1df4f25", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108749,7 +108749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a0712a-d0ba-4388-aa63-839100033768", + "id": "dd4dcc52-9f10-4de7-bf5a-d85b594aa338", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108808,7 +108808,7 @@ } }, { - "id": "9e3c137f-24a6-443d-907a-d963493af595", + "id": "a4c07e7b-9d9c-4b69-af8b-19f1806d57c5", "name": "Patch a Governance Group", "request": { "name": "Patch a Governance Group", @@ -108871,7 +108871,7 @@ }, "response": [ { - "id": "eb7e553d-620a-4227-b557-7f7a727a6fe9", + "id": "3777e276-5cf6-4a96-802c-b5ed2e2d822d", "name": "A Governance Group.", "originalRequest": { "url": { @@ -108937,7 +108937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1c27874-126b-4a5c-8639-b7d8405a90a9", + "id": "1160f49f-cf8a-49db-bdbf-fe0a9ef0ea01", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109003,7 +109003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c20c9af9-09f1-4e5a-9ac4-bee34ebbc84a", + "id": "a6595d45-2e9b-4d3a-ada1-7d4e561740b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109069,7 +109069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49385c7b-a144-4d37-9497-3e2fff066072", + "id": "e5cce120-011b-4319-8a4e-e600272ede40", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109135,7 +109135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86d9a9c6-993d-4869-8da9-4d79b44e65f7", + "id": "3901b518-00ff-4d8c-99c5-4ac3eae74829", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109201,7 +109201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4445b165-4c5a-4636-9350-b531f681307a", + "id": "243e94f0-1b8d-4a3f-aa77-439ed3be1b2c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109273,7 +109273,7 @@ } }, { - "id": "99ebf680-e051-4e1a-83e2-b83623727229", + "id": "9623358f-6119-47b1-b349-193756e49a19", "name": "Delete Governance Group(s)", "request": { "name": "Delete Governance Group(s)", @@ -109325,7 +109325,7 @@ }, "response": [ { - "id": "6c85f11c-1c8f-499a-aa2e-0bb6374c0bd2", + "id": "e4209888-11ea-420e-a321-cd1be832b4af", "name": "Governance Group bulk delete response.", "originalRequest": { "url": { @@ -109391,7 +109391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9004d3e-d29d-4be2-8d70-dc5977bb4849", + "id": "2363a520-9822-47ef-9022-ada65665c014", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109457,7 +109457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18b7fd80-5b7d-4b97-8b7a-533955b6b951", + "id": "a02dc280-79b7-40ec-b7cb-f706ed37f610", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109523,7 +109523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6670b22b-bc7a-4542-a586-2d400f66a10f", + "id": "304e1faf-dba5-435b-b456-b58d657bb6e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109589,7 +109589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3cee4aa-205b-4059-a7cb-13f4a01b588f", + "id": "88616eca-9b5a-4208-851b-9c63fb3b4906", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109655,7 +109655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73291c7b-c8e3-488c-a57a-ddc9e354e41e", + "id": "7b6e57ee-bd4a-4bfd-b72a-8d5cf695811a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109727,7 +109727,7 @@ } }, { - "id": "c4d25f67-689c-4be3-a01b-27ca4b14403a", + "id": "e4b0298d-ae16-4cee-9737-8fc966960a5b", "name": "List connections for Governance Group", "request": { "name": "List connections for Governance Group", @@ -109815,7 +109815,7 @@ }, "response": [ { - "id": "b70d31fc-2694-4810-9d04-91492c8490ef", + "id": "691a22cf-b727-4871-8078-8102197d03ad", "name": "List all connections associated with a Governance Group.", "originalRequest": { "url": { @@ -109906,7 +109906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d01b086-6a21-4294-ae5c-b9a72f14b2da", + "id": "d3fc25ea-1592-457d-949a-300da9170af2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109997,7 +109997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d39d193-22b1-4c24-84fe-d1ca38f752dd", + "id": "8102221f-0279-41ee-ac12-12ec1a91dfc7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110088,7 +110088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f654a27-09fb-431a-bd6d-e266b3286e01", + "id": "87f1ef12-f035-404b-b5a2-1bad3c1e1621", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110179,7 +110179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bf5a3fc-f504-4aeb-a2d1-31638b2fead4", + "id": "655aa006-d308-4442-91aa-ca490f367fb1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110270,7 +110270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3ab9ec0-7f30-4878-b6fa-f1388008ff6b", + "id": "eb18f95d-112a-4f57-b72d-35c31e799cd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110367,7 +110367,7 @@ } }, { - "id": "4151fd62-7eeb-4591-9b85-75088de05812", + "id": "32b8b13b-44f4-40d1-84d0-deca9ab27946", "name": "List Governance Group Members", "request": { "name": "List Governance Group Members", @@ -110455,7 +110455,7 @@ }, "response": [ { - "id": "fddf7e3e-2381-4f20-bea7-4ad1859ff91e", + "id": "065af28c-d19d-4911-a524-b182d8cd1701", "name": "List all members associated with a Governance Group.", "originalRequest": { "url": { @@ -110546,7 +110546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7014a875-c82d-4685-a5c1-3ad2a1d59e41", + "id": "8c6277e7-4e7b-4d46-b083-65318605471f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110637,7 +110637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a5c458d-7d76-48b6-a060-f010ca1ec013", + "id": "db585e1e-af46-46a9-adcf-5552ffc744b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110728,7 +110728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb0771b7-e009-47df-877a-790d5428225f", + "id": "eec819a6-4dc9-40f7-ad2f-08cc40cdbe05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110819,7 +110819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb1ca79-29ee-46ec-b864-95f4e7caba44", + "id": "cfe1fb04-d0a5-42a6-baf4-aafbbd587486", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110910,7 +110910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64d66517-09f4-4dc8-8333-a9a27ea8e22b", + "id": "2eabeefb-6544-4336-9224-d7d872882b3f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111007,7 +111007,7 @@ } }, { - "id": "4817d49e-9a89-4450-b092-36477456e0ec", + "id": "1815f43a-9d35-439a-bdfa-29af94fd92e0", "name": "Add members to Governance Group", "request": { "name": "Add members to Governance Group", @@ -111072,7 +111072,7 @@ }, "response": [ { - "id": "3399ed54-cd07-41d3-8ce9-4813bb5f228e", + "id": "b982afd7-d71c-45e1-9257-167ef8eec003", "name": "List of added and not added identities into Governance Group members list.", "originalRequest": { "url": { @@ -111140,7 +111140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12cb718b-588f-4dc8-a303-c3f3d94d0574", + "id": "61f44b0b-4123-4573-9f99-a7fafff9652d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111208,7 +111208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04fad7d2-b2f9-408e-bf06-33224333c766", + "id": "a75b44aa-0bf4-4b57-84af-299b0599118d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111276,7 +111276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0beddd65-eb47-41b4-ae47-e865b3d7b7f1", + "id": "24eccc5b-d432-4a77-90b6-35fce14e6590", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111344,7 +111344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58beb719-76e1-4db4-b509-37a47358cd61", + "id": "0301422b-cc06-4c36-b677-8b1d08a53ad8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111412,7 +111412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64f0f444-85ee-4930-9edc-d36a5036df91", + "id": "26c0f6c1-173b-4cb2-bc82-60ab061b5888", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111486,7 +111486,7 @@ } }, { - "id": "15090108-a952-41f1-9918-07e40e718e9f", + "id": "efaa8a85-c75b-4e29-90f9-c58468bf4df7", "name": "Remove members from Governance Group", "request": { "name": "Remove members from Governance Group", @@ -111551,7 +111551,7 @@ }, "response": [ { - "id": "a0441e5f-b345-407e-b6b3-35f9dd9caed8", + "id": "980855fe-1dd1-4cfb-b064-4e96242d439c", "name": "List of deleted and not deleted identities from Governance Group members list.", "originalRequest": { "url": { @@ -111619,7 +111619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e4072a7-c39d-45be-913b-5a051b8fd983", + "id": "902790d6-44d6-4404-bf9b-fc2de0aecad7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -111687,7 +111687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dd312c0-d47b-44a9-bfa0-5749c5fb42e6", + "id": "89e92bbb-9236-4ea4-a0db-ca374af6c2ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -111755,7 +111755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4230ea73-972b-4e66-bd58-b3d8f36caacf", + "id": "52b468b2-f866-4539-bddc-3f104b09d4ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -111823,7 +111823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e699ad3e-1e5c-4b26-a8c6-4c93b6a5f991", + "id": "15b05b50-e70b-4ce5-be19-90f6c181f14e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -111891,7 +111891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e8faa37-164f-46ba-8e14-7ed350539ccb", + "id": "9d1fe883-b239-4580-9336-a9e3b8f6ba8f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -111971,7 +111971,7 @@ "description": "", "item": [ { - "id": "c353d8b0-7751-406f-9fe8-872142c1314e", + "id": "abee472b-fbca-4812-94dc-2144274e8a39", "name": "Identity Access Request Recommendations", "request": { "name": "Identity Access Request Recommendations", @@ -112048,7 +112048,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -112073,7 +112073,7 @@ }, "response": [ { - "id": "5c6ad536-1d89-461d-969c-2652a8a2b55b", + "id": "dcbcf392-b5dc-4dbd-91f1-beaa116dd9c1", "name": "List of access request recommendations for the identityId", "originalRequest": { "url": { @@ -112145,7 +112145,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -112189,7 +112189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc5f03b6-5362-4e3f-89d8-c4a4dae411bd", + "id": "437bb0f0-bab7-433d-82a1-4558479f2e4d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112261,7 +112261,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -112305,7 +112305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16eea265-6761-4066-878b-fec272f0f84b", + "id": "0eb0b127-b34f-4d71-a78f-01601677d00a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -112377,7 +112377,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -112421,7 +112421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69769dd0-ee8b-460a-a2ca-9d797c472060", + "id": "2b9ac5c5-505e-42b7-b94f-6692282d6999", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -112493,7 +112493,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -112537,7 +112537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc7c54d-fccd-4dd1-95b0-8081866d4788", + "id": "55ba4b35-6a13-4bd7-9765-b886d5570ab9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -112609,7 +112609,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -112653,7 +112653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88beb0a6-196b-4f3d-8152-572ef3bd0867", + "id": "20c4ea00-697e-4f1b-a4aa-02eef8fcc979", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -112725,7 +112725,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -112775,7 +112775,7 @@ } }, { - "id": "2750d855-0c5e-471d-9811-f0d9ccef545d", + "id": "121f6ac0-8ff2-4fdb-bd27-80cafdf5932d", "name": "Notification of Ignored Access Request Recommendations", "request": { "name": "Notification of Ignored Access Request Recommendations", @@ -112827,7 +112827,7 @@ }, "response": [ { - "id": "d3a9a318-bf3b-46ff-bf02-cbb8625b207b", + "id": "deb9ef34-f9d0-4dc5-8e58-3f74137f15a2", "name": "Recommendation successfully stored as ignored.", "originalRequest": { "url": { @@ -112893,7 +112893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aedb0cb7-3601-45d1-80cf-a6fd3961b704", + "id": "d35b7978-36b1-4576-b6dc-2aa548c87555", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -112959,7 +112959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a5518f-079b-4673-a7d6-ed32f5bad1ca", + "id": "1295305c-d6e3-4781-88cd-aa1ed2eaa105", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113025,7 +113025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bbb123e-9362-4ea2-aacc-d036fc6c6732", + "id": "e498a84e-1c90-4493-b389-06b6efe8bb61", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113091,7 +113091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eba31729-f042-476f-964c-25a320277de5", + "id": "13137213-ba97-4040-afed-2814c9e4a782", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113157,7 +113157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbdf1ae2-45e0-4edd-8190-2dcf6d237b71", + "id": "07eba9e6-2578-4e5e-91e8-8c4dea1e7499", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113229,7 +113229,7 @@ } }, { - "id": "3ccb5e38-7f79-4373-bbe0-649267d98e9e", + "id": "7de32278-3fb8-47ff-900a-98d4b3d555b5", "name": "List of Ignored Access Request Recommendations", "request": { "name": "List of Ignored Access Request Recommendations", @@ -113314,7 +113314,7 @@ }, "response": [ { - "id": "bdb8bedd-dd03-4e18-8be0-2ae736fdecfc", + "id": "f9cda75d-2a28-41d3-870c-89549d3fa593", "name": "Returns list of ignored access request recommendations.", "originalRequest": { "url": { @@ -113413,7 +113413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5cd4df2-a828-4d91-905c-993dbdc83b2a", + "id": "5eca286e-c256-4145-b7a4-af599c3442e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113512,7 +113512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b8d05e7-3798-43b2-aa07-434d82749863", + "id": "aad55393-863c-43f7-9620-426dfd1b3186", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113611,7 +113611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "579c5cce-07a6-4702-895e-2ca1f4528f0a", + "id": "0abde861-9543-4fdb-a0a8-266abf8e176a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113710,7 +113710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5564c64-44e8-4794-a83c-f762787f3b5c", + "id": "d4fe14f1-bed4-4e10-9ff5-4394b739baeb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113809,7 +113809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dad1d6ca-68bc-4f5c-9082-a8b51e63ca7e", + "id": "5b28beb5-2ae9-4d74-a05a-f2515be24532", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113914,7 +113914,7 @@ } }, { - "id": "ffa26ffe-3532-4dec-b7cb-6649b6204f0b", + "id": "0f0831e0-2f6a-44ad-825b-33400ae94a0a", "name": "Notification of Requested Access Request Recommendations", "request": { "name": "Notification of Requested Access Request Recommendations", @@ -113966,7 +113966,7 @@ }, "response": [ { - "id": "7f8dfeaf-4bc7-4fd4-8ac4-21b24453202a", + "id": "6d29bd46-1d31-41d1-a6af-cab1ca799918", "name": "Notification successfully acknowledged.", "originalRequest": { "url": { @@ -114032,7 +114032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "053c0205-d51e-45ad-b9b2-d4be3f6f62f2", + "id": "3e296f05-3b74-4eac-88c4-16ddd9423e7c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114098,7 +114098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f73d06f4-3ac4-46ca-99a7-dd2a039714af", + "id": "c816c315-af68-4968-b562-7e3143c7f12a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114164,7 +114164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee10fd07-9c8c-4d5e-9fdf-45d9c753c6b9", + "id": "a6751e86-cfde-4806-a8b8-12cfada5fefe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114230,7 +114230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77e660fa-fe25-46d2-b7fc-24c022fef39d", + "id": "5e51c00b-3ee1-4e56-9a5c-a2f01cf9eb4e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114296,7 +114296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8d9acc7-e230-45d2-a5d9-c6fe77ec41c9", + "id": "cf154c87-eb8d-4bae-9904-5c36feee900b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114368,7 +114368,7 @@ } }, { - "id": "da33c4d1-cffb-473f-83f3-56436004e1af", + "id": "6581af00-3c39-4769-b59d-a6ea4e8e4895", "name": "List of Requested Access Request Recommendations", "request": { "name": "List of Requested Access Request Recommendations", @@ -114428,7 +114428,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -114453,7 +114453,7 @@ }, "response": [ { - "id": "9cdce132-c4df-43a6-a326-4e72107b44a3", + "id": "9cef2257-c2b0-4c8b-9684-bac72fe8c763", "name": "Returns the list of requested access request recommendations.", "originalRequest": { "url": { @@ -114508,7 +114508,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -114552,7 +114552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37ab7145-0275-41e9-937f-1e3caeda406d", + "id": "d9fda82a-f6cb-4b93-b6ee-8f9d1cb49437", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114607,7 +114607,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -114651,7 +114651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16e9ced-a19e-4ee8-a53f-bcc4522de3c3", + "id": "2848cf88-d009-490e-bc2a-a1d1f072e056", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114706,7 +114706,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -114750,7 +114750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e75005f3-8a11-4dc4-8603-492084881f61", + "id": "487ec815-d002-417a-9717-cc2460a0d024", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114805,7 +114805,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -114849,7 +114849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f04635a-bb86-44eb-ae6f-8709f528aaff", + "id": "99be6db3-9c77-40f2-b9e4-5a68d1100642", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114904,7 +114904,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -114948,7 +114948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e150d158-e608-4511-8ca4-c7ccc0cf485f", + "id": "c3546d9e-0455-4410-8a35-191c03b4eff8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115003,7 +115003,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -115053,7 +115053,7 @@ } }, { - "id": "e50d65d6-ab4f-404e-810f-b95a71e7ff09", + "id": "91858e88-eaf8-4af6-a4ae-9a6a71f8b609", "name": "Notification of Viewed Access Request Recommendations", "request": { "name": "Notification of Viewed Access Request Recommendations", @@ -115105,7 +115105,7 @@ }, "response": [ { - "id": "8e282d62-f2e4-42c5-902c-c99de2cb6f27", + "id": "67b9456a-af08-4369-bc61-74f689a2c5e5", "name": "Recommendation successfully stored as viewed.", "originalRequest": { "url": { @@ -115171,7 +115171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "399e9a59-6333-465f-a1a1-21a91918d579", + "id": "af0e1463-a694-47d5-954f-8b6723d50939", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115237,7 +115237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22f574af-0328-4c61-89b6-31b6462e6e00", + "id": "2c9e2c83-8ee8-4aeb-a8b0-b13a316ebb83", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115303,7 +115303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "698daaa4-4b56-4dd4-a227-8675f8a38f7d", + "id": "40390c5b-9fd3-4d04-a8db-0b7f822e6941", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115369,7 +115369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa3526ba-1b3d-4399-8271-c73951abc0d2", + "id": "2d2133c5-ab39-4298-84c0-cb1c0a07334e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115435,7 +115435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee013713-c73d-4592-9b92-fe36880e4bd8", + "id": "61d7df37-6050-4d4e-8f08-377d4466ca77", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115507,7 +115507,7 @@ } }, { - "id": "4ef28776-d415-478f-9925-89df65a5891d", + "id": "0e15c957-aa5f-4214-ad32-c660709ae3b5", "name": "List of Viewed Access Request Recommendations", "request": { "name": "List of Viewed Access Request Recommendations", @@ -115567,7 +115567,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -115592,7 +115592,7 @@ }, "response": [ { - "id": "3a30e71f-f677-4c18-ad7f-37362fddf713", + "id": "0d5f8958-36df-45ea-962c-d1fe0f47c5b0", "name": "Returns list of viewed access request recommendations.", "originalRequest": { "url": { @@ -115647,7 +115647,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -115691,7 +115691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "488c7174-979d-46be-8945-e580b2bce500", + "id": "39c43f78-06d6-4f04-ac76-f7927f703c64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115746,7 +115746,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -115790,7 +115790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f89d6b9-0e0d-47e4-8f5f-69d8aace6ff5", + "id": "ee64ad70-449d-43ed-820e-e28249ec41cd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115845,7 +115845,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -115889,7 +115889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e558d0b-c15c-4c63-94c6-99f01727018e", + "id": "df47d3d6-2c79-483c-959e-3938a87f1b39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115944,7 +115944,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -115988,7 +115988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65412e8f-4baa-4039-9f7e-b5a4aebc67ba", + "id": "606403e0-88f9-4629-9961-4b5523b3c7d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116043,7 +116043,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -116087,7 +116087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12484e7c-3f6c-4cd0-99b8-122217f383c2", + "id": "a031a229-0bb2-44b8-9343-419f300cb44c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116142,7 +116142,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" } ], "variable": [] @@ -116192,7 +116192,7 @@ } }, { - "id": "244f4dee-4469-4d4b-9d56-8fd8e1255d12", + "id": "51355b24-9697-4a79-bb2f-02f54a903199", "name": "Notification of Viewed Access Request Recommendations in Bulk", "request": { "name": "Notification of Viewed Access Request Recommendations in Bulk", @@ -116245,7 +116245,7 @@ }, "response": [ { - "id": "05c27dd9-0031-42c5-99e8-ea8794e414e0", + "id": "98db501c-6e73-4ff8-8512-7bf89067f05f", "name": "Recommendations successfully stored as viewed.", "originalRequest": { "url": { @@ -116312,7 +116312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dd056aa-4417-45a1-9a01-2b3a7193536f", + "id": "3738d233-800c-49f7-a12e-3be1d51c35a9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116379,7 +116379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b81b3b9-2ad3-4ca9-a230-1a939b3ef19d", + "id": "9ce8c52f-ba7a-46a7-9439-a711230627b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116446,7 +116446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5ef6187-a873-4a19-a346-bba14cfa8777", + "id": "94c2337f-a8a8-4f47-aed7-f3101f53c7e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116513,7 +116513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d19587cf-3ae2-4df3-b808-e8078c72a32c", + "id": "b488b966-54e6-43e5-85c2-2c66304bad89", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116580,7 +116580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e728ffb-4cf2-4b65-a60e-b217738a736d", + "id": "e84dd156-c338-4fe7-8615-eef80e5fb592", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116659,7 +116659,7 @@ "description": "", "item": [ { - "id": "21316d1a-f82c-4d1a-848b-1a36e5bbee8b", + "id": "f2b5c4cd-3d7a-4ab4-aa80-47d9ffe5ed90", "name": "Get a paginated list of common access", "request": { "name": "Get a paginated list of common access", @@ -116743,7 +116743,7 @@ }, "response": [ { - "id": "e978cce5-7210-40cc-bb19-600223c04db8", + "id": "877e0d69-0f64-422e-8837-544d2f9c465c", "name": "Succeeded. Returns a list of common access for a customer.", "originalRequest": { "url": { @@ -116836,12 +116836,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"anim nisi et\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"aliquip\",\n \"description\": \"aliqua aute deserunt exercitation\",\n \"ownerName\": \"Lorem eiusmod voluptate et Excepteur\",\n \"ownerId\": \"sit sint\"\n },\n \"status\": \"labore tempor\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"2001-08-16T08:52:26.791Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"1995-11-12T22:59:54.783Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"nulla ex fugiat\",\n \"type\": \"ROLE\",\n \"name\": \"ea proident minim\",\n \"description\": \"nulla Ut Lorem\",\n \"ownerName\": \"ipsum re\",\n \"ownerId\": \"mollit nisi\"\n },\n \"status\": \"ipsum cillum occaecat laborum\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1954-04-25T17:04:39.855Z\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"2018-04-30T10:10:01.091Z\",\n \"createdByUser\": false\n }\n]", + "body": "[\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"nostrud exercitation ut laborum labori\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"cillum velit cupidatat sit\",\n \"description\": \"occaecat veniam nostrud\",\n \"ownerName\": \"irure proident ex\",\n \"ownerId\": \"dolore consectetur officia\"\n },\n \"status\": \"Ut\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1948-11-28T01:31:52.565Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"1956-07-11T16:51:31.297Z\",\n \"createdByUser\": false\n },\n {\n \"id\": \"555ab47a-0d32-4813-906f-adf3567de6a4\",\n \"access\": {\n \"id\": \"ex Ut deserunt commodo nisi\",\n \"type\": \"ROLE\",\n \"name\": \"nostrud commodo enim incididunt esse\",\n \"description\": \"cillum aliquip et Excepteur sed\",\n \"ownerName\": \"Ut do\",\n \"ownerId\": \"ullamco velit Excepteur sit\"\n },\n \"status\": \"am\",\n \"commonAccessType\": \"UNSET\",\n \"lastUpdated\": \"1951-11-15T10:47:13.312Z\",\n \"reviewedByUser\": true,\n \"lastReviewed\": \"2012-12-03T18:36:36.726Z\",\n \"createdByUser\": false\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e2e3e06f-0596-4ef2-aaf8-3006f4f4031e", + "id": "ad76d012-b87e-4cfd-a8ea-80bd4e203eb4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116939,7 +116939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82bf9b9d-fed1-4fb1-8c18-cffa11d1f6ab", + "id": "b121eb82-8a58-4d20-9d69-c92a88b1d7ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117037,7 +117037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0667334d-84a8-440c-8280-808d5b50cf18", + "id": "f35bfff2-85fe-43f9-b9c6-53f6f4fa1d17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117135,7 +117135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "425acde3-8531-4321-8f2d-0ac212b961a1", + "id": "4a8db5cd-2eab-4da2-a1ee-849739a77b07", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117239,7 +117239,7 @@ } }, { - "id": "b8d7d5b5-d409-4f56-9e4a-409a098ca93b", + "id": "15bc0e55-6c6f-49c6-a50e-5293217b34fa", "name": "Create common access items", "request": { "name": "Create common access items", @@ -117279,7 +117279,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"elit sit do\",\n \"type\": \"ROLE\",\n \"name\": \"exercitation veniam\",\n \"description\": \"nostrud commodo occaecat\",\n \"ownerName\": \"sed consequat ipsum\",\n \"ownerId\": \"enim laboris ex\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"eu Ut incididunt\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"qui mollit nulla ad\",\n \"description\": \"amet esse\",\n \"ownerName\": \"Ut Excepteur do\",\n \"ownerId\": \"ex Excepteur\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117290,7 +117290,7 @@ }, "response": [ { - "id": "91daa113-dc19-4d7d-b785-a7acfe898713", + "id": "34da9325-4344-4c9d-9ceb-7e5b6d343e8e", "name": "Returns details of the common access classification request.", "originalRequest": { "url": { @@ -117333,7 +117333,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"elit sit do\",\n \"type\": \"ROLE\",\n \"name\": \"exercitation veniam\",\n \"description\": \"nostrud commodo occaecat\",\n \"ownerName\": \"sed consequat ipsum\",\n \"ownerId\": \"enim laboris ex\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"eu Ut incididunt\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"qui mollit nulla ad\",\n \"description\": \"amet esse\",\n \"ownerName\": \"Ut Excepteur do\",\n \"ownerId\": \"ex Excepteur\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117350,12 +117350,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"eiusmod aute\",\n \"access\": {\n \"id\": \"nostrud est sint\",\n \"type\": \"ROLE\",\n \"name\": \"commodo\",\n \"description\": \"re\",\n \"ownerName\": \"officia enim in\",\n \"ownerId\": \"ut id veniam\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"Excepteur enim qui sit\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"in dolor ex veniam\",\n \"createdByUser\": \"do ex anim aute nulla\"\n}", + "body": "{\n \"id\": \"ullamco\",\n \"access\": {\n \"id\": \"fugiat in Excepteur\",\n \"type\": \"ROLE\",\n \"name\": \"ipsum con\",\n \"description\": \"sit quis e\",\n \"ownerName\": \"ipsum tempor cillum\",\n \"ownerId\": \"pariatur aute sunt id eu\"\n },\n \"status\": \"DENIED\",\n \"lastUpdated\": \"irure aute nulla\",\n \"reviewedByUser\": false,\n \"lastReviewed\": \"et ipsum sit\",\n \"createdByUser\": \"sint minim eiusmod\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a90d696c-1e80-4448-85e5-5533b4a3f4d0", + "id": "83e76eaf-e81f-4fbf-834f-b3292ccdc744", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117398,7 +117398,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"elit sit do\",\n \"type\": \"ROLE\",\n \"name\": \"exercitation veniam\",\n \"description\": \"nostrud commodo occaecat\",\n \"ownerName\": \"sed consequat ipsum\",\n \"ownerId\": \"enim laboris ex\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"eu Ut incididunt\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"qui mollit nulla ad\",\n \"description\": \"amet esse\",\n \"ownerName\": \"Ut Excepteur do\",\n \"ownerId\": \"ex Excepteur\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117420,7 +117420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9e6feec-a3bb-443b-bc2e-e19e45ee45ce", + "id": "ad20c3ab-f269-47b3-8be8-68eb73a1bb1b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117463,7 +117463,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"elit sit do\",\n \"type\": \"ROLE\",\n \"name\": \"exercitation veniam\",\n \"description\": \"nostrud commodo occaecat\",\n \"ownerName\": \"sed consequat ipsum\",\n \"ownerId\": \"enim laboris ex\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"eu Ut incididunt\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"qui mollit nulla ad\",\n \"description\": \"amet esse\",\n \"ownerName\": \"Ut Excepteur do\",\n \"ownerId\": \"ex Excepteur\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117485,7 +117485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94c55db-8905-4184-913b-8f8aa0a2cc81", + "id": "76229a37-3655-43fd-b5da-78a478a22cd8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117528,7 +117528,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"elit sit do\",\n \"type\": \"ROLE\",\n \"name\": \"exercitation veniam\",\n \"description\": \"nostrud commodo occaecat\",\n \"ownerName\": \"sed consequat ipsum\",\n \"ownerId\": \"enim laboris ex\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"eu Ut incididunt\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"qui mollit nulla ad\",\n \"description\": \"amet esse\",\n \"ownerName\": \"Ut Excepteur do\",\n \"ownerId\": \"ex Excepteur\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117550,7 +117550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43721972-907e-4a4a-8790-2f2c56582399", + "id": "fa738c7e-2f64-4af0-a796-bdb26cd328c6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -117593,7 +117593,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"elit sit do\",\n \"type\": \"ROLE\",\n \"name\": \"exercitation veniam\",\n \"description\": \"nostrud commodo occaecat\",\n \"ownerName\": \"sed consequat ipsum\",\n \"ownerId\": \"enim laboris ex\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"eu Ut incididunt\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"qui mollit nulla ad\",\n \"description\": \"amet esse\",\n \"ownerName\": \"Ut Excepteur do\",\n \"ownerId\": \"ex Excepteur\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117615,7 +117615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126f595b-cb55-406f-a2ae-a970420e805f", + "id": "6a0881d5-ff4c-4cbf-bbda-d588b97de3c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -117658,7 +117658,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"access\": {\n \"id\": \"elit sit do\",\n \"type\": \"ROLE\",\n \"name\": \"exercitation veniam\",\n \"description\": \"nostrud commodo occaecat\",\n \"ownerName\": \"sed consequat ipsum\",\n \"ownerId\": \"enim laboris ex\"\n },\n \"status\": \"DENIED\"\n}", + "raw": "{\n \"access\": {\n \"id\": \"eu Ut incididunt\",\n \"type\": \"ACCESS_PROFILE\",\n \"name\": \"qui mollit nulla ad\",\n \"description\": \"amet esse\",\n \"ownerName\": \"Ut Excepteur do\",\n \"ownerId\": \"ex Excepteur\"\n },\n \"status\": \"CONFIRMED\"\n}", "options": { "raw": { "headerFamily": "json", @@ -117686,7 +117686,7 @@ } }, { - "id": "038c4a8a-d688-4579-a65e-d832410aa2df", + "id": "d7f30b69-a40c-4eaf-951a-85f14441684b", "name": "Bulk update common access status", "request": { "name": "Bulk update common access status", @@ -117727,7 +117727,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:17d1786b-c506-d46e-cfe7-4e2e13a82687\",\n \"urn:uuid:7dedd212-bcb0-be12-d563-5cd685dca452\"\n ],\n \"deniedIds\": [\n \"26c25ae8-e2b4-b1b3-1981-b0fc9194b6e7\",\n \"82526db9-aeff-7dbc-0382-ad7e700ca342\"\n ]\n },\n {\n \"confirmedIds\": [\n \"bc149979-73b2-1b93-4cd9-d7165d3f63d1\",\n \"urn:uuid:1578bcc8-dbf8-6885-8f39-3f9d8d55888f\"\n ],\n \"deniedIds\": [\n \"urn:uuid:b30bd6b1-9712-ab87-632f-573b65f0b02d\",\n \"e0bb442d-a4d6-acd2-08ca-dd04e614d756\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e4489045-08d0-9b88-bf61-e5552c8aee9e\",\n \"1eeb9129-e646-adc2-ed92-19e011a4fe58\"\n ],\n \"deniedIds\": [\n \"urn:uuid:25cf10a5-74d7-2f72-3a13-bb079dc8a165\",\n \"2faf2976-b1ac-3344-80e3-6f388f6e5e6a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2c0dd28b-dfc7-66e1-3516-864d087adb71\",\n \"f85c267d-ca16-22dc-0651-8eea55074770\"\n ],\n \"deniedIds\": [\n \"urn:uuid:433235aa-19a5-35fd-45cb-6ba51b7287ae\",\n \"urn:uuid:85b1113b-f86f-98e9-7c86-28968403e91e\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -117738,7 +117738,7 @@ }, "response": [ { - "id": "85efe84c-1234-427c-8f7c-a4b19ccd6c8e", + "id": "6c2ace66-5cac-4e5c-af97-2e423ebb1db9", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -117782,7 +117782,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:17d1786b-c506-d46e-cfe7-4e2e13a82687\",\n \"urn:uuid:7dedd212-bcb0-be12-d563-5cd685dca452\"\n ],\n \"deniedIds\": [\n \"26c25ae8-e2b4-b1b3-1981-b0fc9194b6e7\",\n \"82526db9-aeff-7dbc-0382-ad7e700ca342\"\n ]\n },\n {\n \"confirmedIds\": [\n \"bc149979-73b2-1b93-4cd9-d7165d3f63d1\",\n \"urn:uuid:1578bcc8-dbf8-6885-8f39-3f9d8d55888f\"\n ],\n \"deniedIds\": [\n \"urn:uuid:b30bd6b1-9712-ab87-632f-573b65f0b02d\",\n \"e0bb442d-a4d6-acd2-08ca-dd04e614d756\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e4489045-08d0-9b88-bf61-e5552c8aee9e\",\n \"1eeb9129-e646-adc2-ed92-19e011a4fe58\"\n ],\n \"deniedIds\": [\n \"urn:uuid:25cf10a5-74d7-2f72-3a13-bb079dc8a165\",\n \"2faf2976-b1ac-3344-80e3-6f388f6e5e6a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2c0dd28b-dfc7-66e1-3516-864d087adb71\",\n \"f85c267d-ca16-22dc-0651-8eea55074770\"\n ],\n \"deniedIds\": [\n \"urn:uuid:433235aa-19a5-35fd-45cb-6ba51b7287ae\",\n \"urn:uuid:85b1113b-f86f-98e9-7c86-28968403e91e\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -117804,7 +117804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56d2b0ea-8135-4ead-93c5-fad56fece62d", + "id": "8a4cf80a-4565-4cb1-b8f5-39081cb98786", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -117848,7 +117848,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:17d1786b-c506-d46e-cfe7-4e2e13a82687\",\n \"urn:uuid:7dedd212-bcb0-be12-d563-5cd685dca452\"\n ],\n \"deniedIds\": [\n \"26c25ae8-e2b4-b1b3-1981-b0fc9194b6e7\",\n \"82526db9-aeff-7dbc-0382-ad7e700ca342\"\n ]\n },\n {\n \"confirmedIds\": [\n \"bc149979-73b2-1b93-4cd9-d7165d3f63d1\",\n \"urn:uuid:1578bcc8-dbf8-6885-8f39-3f9d8d55888f\"\n ],\n \"deniedIds\": [\n \"urn:uuid:b30bd6b1-9712-ab87-632f-573b65f0b02d\",\n \"e0bb442d-a4d6-acd2-08ca-dd04e614d756\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e4489045-08d0-9b88-bf61-e5552c8aee9e\",\n \"1eeb9129-e646-adc2-ed92-19e011a4fe58\"\n ],\n \"deniedIds\": [\n \"urn:uuid:25cf10a5-74d7-2f72-3a13-bb079dc8a165\",\n \"2faf2976-b1ac-3344-80e3-6f388f6e5e6a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2c0dd28b-dfc7-66e1-3516-864d087adb71\",\n \"f85c267d-ca16-22dc-0651-8eea55074770\"\n ],\n \"deniedIds\": [\n \"urn:uuid:433235aa-19a5-35fd-45cb-6ba51b7287ae\",\n \"urn:uuid:85b1113b-f86f-98e9-7c86-28968403e91e\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -117870,7 +117870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4572122-792c-486b-9f65-9d4dad7b26fa", + "id": "6eddf27c-f45c-4f4b-aebd-51bb37099ae5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -117914,7 +117914,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:17d1786b-c506-d46e-cfe7-4e2e13a82687\",\n \"urn:uuid:7dedd212-bcb0-be12-d563-5cd685dca452\"\n ],\n \"deniedIds\": [\n \"26c25ae8-e2b4-b1b3-1981-b0fc9194b6e7\",\n \"82526db9-aeff-7dbc-0382-ad7e700ca342\"\n ]\n },\n {\n \"confirmedIds\": [\n \"bc149979-73b2-1b93-4cd9-d7165d3f63d1\",\n \"urn:uuid:1578bcc8-dbf8-6885-8f39-3f9d8d55888f\"\n ],\n \"deniedIds\": [\n \"urn:uuid:b30bd6b1-9712-ab87-632f-573b65f0b02d\",\n \"e0bb442d-a4d6-acd2-08ca-dd04e614d756\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e4489045-08d0-9b88-bf61-e5552c8aee9e\",\n \"1eeb9129-e646-adc2-ed92-19e011a4fe58\"\n ],\n \"deniedIds\": [\n \"urn:uuid:25cf10a5-74d7-2f72-3a13-bb079dc8a165\",\n \"2faf2976-b1ac-3344-80e3-6f388f6e5e6a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2c0dd28b-dfc7-66e1-3516-864d087adb71\",\n \"f85c267d-ca16-22dc-0651-8eea55074770\"\n ],\n \"deniedIds\": [\n \"urn:uuid:433235aa-19a5-35fd-45cb-6ba51b7287ae\",\n \"urn:uuid:85b1113b-f86f-98e9-7c86-28968403e91e\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -117936,7 +117936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e724cbe5-6e8b-432a-b815-edaa5050722e", + "id": "ac1dbcf7-5a55-4a50-9630-c5fdba967b00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -117980,7 +117980,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:17d1786b-c506-d46e-cfe7-4e2e13a82687\",\n \"urn:uuid:7dedd212-bcb0-be12-d563-5cd685dca452\"\n ],\n \"deniedIds\": [\n \"26c25ae8-e2b4-b1b3-1981-b0fc9194b6e7\",\n \"82526db9-aeff-7dbc-0382-ad7e700ca342\"\n ]\n },\n {\n \"confirmedIds\": [\n \"bc149979-73b2-1b93-4cd9-d7165d3f63d1\",\n \"urn:uuid:1578bcc8-dbf8-6885-8f39-3f9d8d55888f\"\n ],\n \"deniedIds\": [\n \"urn:uuid:b30bd6b1-9712-ab87-632f-573b65f0b02d\",\n \"e0bb442d-a4d6-acd2-08ca-dd04e614d756\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e4489045-08d0-9b88-bf61-e5552c8aee9e\",\n \"1eeb9129-e646-adc2-ed92-19e011a4fe58\"\n ],\n \"deniedIds\": [\n \"urn:uuid:25cf10a5-74d7-2f72-3a13-bb079dc8a165\",\n \"2faf2976-b1ac-3344-80e3-6f388f6e5e6a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2c0dd28b-dfc7-66e1-3516-864d087adb71\",\n \"f85c267d-ca16-22dc-0651-8eea55074770\"\n ],\n \"deniedIds\": [\n \"urn:uuid:433235aa-19a5-35fd-45cb-6ba51b7287ae\",\n \"urn:uuid:85b1113b-f86f-98e9-7c86-28968403e91e\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -118002,7 +118002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfe6b418-a98a-47c0-8a1b-582f0d0c318a", + "id": "536a4cde-690c-4962-b706-b46de9c70850", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118046,7 +118046,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:17d1786b-c506-d46e-cfe7-4e2e13a82687\",\n \"urn:uuid:7dedd212-bcb0-be12-d563-5cd685dca452\"\n ],\n \"deniedIds\": [\n \"26c25ae8-e2b4-b1b3-1981-b0fc9194b6e7\",\n \"82526db9-aeff-7dbc-0382-ad7e700ca342\"\n ]\n },\n {\n \"confirmedIds\": [\n \"bc149979-73b2-1b93-4cd9-d7165d3f63d1\",\n \"urn:uuid:1578bcc8-dbf8-6885-8f39-3f9d8d55888f\"\n ],\n \"deniedIds\": [\n \"urn:uuid:b30bd6b1-9712-ab87-632f-573b65f0b02d\",\n \"e0bb442d-a4d6-acd2-08ca-dd04e614d756\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e4489045-08d0-9b88-bf61-e5552c8aee9e\",\n \"1eeb9129-e646-adc2-ed92-19e011a4fe58\"\n ],\n \"deniedIds\": [\n \"urn:uuid:25cf10a5-74d7-2f72-3a13-bb079dc8a165\",\n \"2faf2976-b1ac-3344-80e3-6f388f6e5e6a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2c0dd28b-dfc7-66e1-3516-864d087adb71\",\n \"f85c267d-ca16-22dc-0651-8eea55074770\"\n ],\n \"deniedIds\": [\n \"urn:uuid:433235aa-19a5-35fd-45cb-6ba51b7287ae\",\n \"urn:uuid:85b1113b-f86f-98e9-7c86-28968403e91e\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -118068,7 +118068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c56e8c-8795-4822-b586-4d722e0cff05", + "id": "ae5404a2-e400-4c83-a883-66bc583cd7d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118112,7 +118112,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:17d1786b-c506-d46e-cfe7-4e2e13a82687\",\n \"urn:uuid:7dedd212-bcb0-be12-d563-5cd685dca452\"\n ],\n \"deniedIds\": [\n \"26c25ae8-e2b4-b1b3-1981-b0fc9194b6e7\",\n \"82526db9-aeff-7dbc-0382-ad7e700ca342\"\n ]\n },\n {\n \"confirmedIds\": [\n \"bc149979-73b2-1b93-4cd9-d7165d3f63d1\",\n \"urn:uuid:1578bcc8-dbf8-6885-8f39-3f9d8d55888f\"\n ],\n \"deniedIds\": [\n \"urn:uuid:b30bd6b1-9712-ab87-632f-573b65f0b02d\",\n \"e0bb442d-a4d6-acd2-08ca-dd04e614d756\"\n ]\n }\n]", + "raw": "[\n {\n \"confirmedIds\": [\n \"urn:uuid:e4489045-08d0-9b88-bf61-e5552c8aee9e\",\n \"1eeb9129-e646-adc2-ed92-19e011a4fe58\"\n ],\n \"deniedIds\": [\n \"urn:uuid:25cf10a5-74d7-2f72-3a13-bb079dc8a165\",\n \"2faf2976-b1ac-3344-80e3-6f388f6e5e6a\"\n ]\n },\n {\n \"confirmedIds\": [\n \"2c0dd28b-dfc7-66e1-3516-864d087adb71\",\n \"f85c267d-ca16-22dc-0651-8eea55074770\"\n ],\n \"deniedIds\": [\n \"urn:uuid:433235aa-19a5-35fd-45cb-6ba51b7287ae\",\n \"urn:uuid:85b1113b-f86f-98e9-7c86-28968403e91e\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -118151,7 +118151,7 @@ "description": "", "item": [ { - "id": "2758bea1-c922-4d6c-a565-03da1613380a", + "id": "c01a3075-b7b7-461c-bf60-ea84f829dbc1", "name": "IAI Identity Outliers Summary", "request": { "name": "IAI Identity Outliers Summary", @@ -118235,7 +118235,7 @@ }, "response": [ { - "id": "7d3c8101-cda3-463b-90bc-01186860804c", + "id": "91751f47-0f3e-4611-acdd-4c17777be963", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -118334,7 +118334,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "2710248" + "value": "-9806384" } ], "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]", @@ -118342,7 +118342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "183bec1a-4b43-40e3-adb8-921837a91d78", + "id": "2369c4cf-01ef-4908-839f-3b1b3372ad3c", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -118440,7 +118440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "507be702-0764-4df3-aa74-0839c891c232", + "id": "d730d8d3-b3e5-4b5b-9810-493e3ab45a32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -118538,7 +118538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b49ab82-8f4c-4cd2-bdc9-6757262ed864", + "id": "c0b81d4d-1d53-4790-9710-fc9da6ca8f52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -118636,7 +118636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00102a34-6256-49f6-82e9-96f673a072de", + "id": "49930988-0355-4f67-9190-3affb70ae4bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -118734,7 +118734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e1dd662-5f6f-4fe5-a1df-5416af452fd0", + "id": "033e8801-2f98-4e96-884c-d98adeaa290d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -118832,7 +118832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65582360-7406-4d2b-8f28-35bf06dd64c8", + "id": "477fc739-f8cf-4748-86c1-9d6fd75815cc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -118936,7 +118936,7 @@ } }, { - "id": "0ff17233-e8c9-4c59-b7ff-b5823c80b437", + "id": "4738b5fc-cc09-4922-b708-fb2c7b2e82d7", "name": "IAI Identity Outliers Latest Summary", "request": { "name": "IAI Identity Outliers Latest Summary", @@ -118985,7 +118985,7 @@ }, "response": [ { - "id": "642999fa-4ab4-4ea9-9b0a-0cfe3a86a2d2", + "id": "a1780028-2d3b-4cea-8a3d-ef2699820d69", "name": "Succeeded. Returns list of objects. Each object is a summary to give high level statistics/counts of outliers", "originalRequest": { "url": { @@ -119048,7 +119048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e6d889f-7ee9-4f17-b555-0ef4617f8fa4", + "id": "f9334c5d-7b6c-4eda-af25-f7a090c63118", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -119111,7 +119111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "474121e2-e2a1-46e2-b711-da8981713e42", + "id": "0b8d0384-c045-4bd3-940f-8f541024e193", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119174,7 +119174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eb2340d-5652-4540-9377-b87ac65add28", + "id": "cb2dab35-a105-40d1-908c-7fc2b3c03c12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119237,7 +119237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "180564e3-6cde-404c-827c-1f6aaa621d76", + "id": "c034ba4d-05ba-4549-b60c-8f856d0869fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119300,7 +119300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "529a2750-74be-476d-ab6a-5f71712dc496", + "id": "b6c4137e-f78e-4d52-8f67-17c7721020d1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119363,7 +119363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b806f820-57b3-4eac-a6a4-2f719cd88541", + "id": "706ae21c-78a4-4b79-b1c1-a89ade65ee65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -119432,7 +119432,7 @@ } }, { - "id": "912905ef-b50a-47c7-a8c3-f160aee7e875", + "id": "178ca49a-88d4-432d-b45f-4e38719f5a34", "name": "IAI Get Identity Outliers", "request": { "name": "IAI Get Identity Outliers", @@ -119525,7 +119525,7 @@ }, "response": [ { - "id": "5c015ecc-6d67-4744-b39f-4e9ede9b6332", + "id": "3006ed69-2baf-42c7-b1c9-cfe5ab40c687", "name": "Succeeded. Returns list of objects. Each object contains information about outliers", "originalRequest": { "url": { @@ -119633,7 +119633,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "2710248" + "value": "-9806384" } ], "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]", @@ -119641,7 +119641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3aa5cc79-f67e-4fd4-9582-628d0cc74534", + "id": "c604d39c-ce43-4771-a650-9729c041e4e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119748,7 +119748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a055d7fa-7c2a-4a49-8c43-adfb088ebda5", + "id": "fff5cad9-ff05-4568-b8f9-8f829a69b988", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119855,7 +119855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b845ec2c-48e4-46bb-abc9-40543df5d3e7", + "id": "61c2f6ee-0410-433d-b4c6-0188ace50d85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119962,7 +119962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86619e5c-dbd9-4c6f-b214-48b9b206848d", + "id": "84dcdbeb-868f-4116-98d1-68c7ec88662f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120069,7 +120069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af2edb03-6eb4-45f4-8f68-1311d18d0617", + "id": "433a6ae9-caf3-4e09-802e-bb58c0f67f7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120182,7 +120182,7 @@ } }, { - "id": "a0edeff1-245d-48a1-917e-21e278041b9d", + "id": "68b9d34d-2769-4d02-ab0e-07562bf9b588", "name": "Get identity outlier's contibuting features", "request": { "name": "Get identity outlier's contibuting features", @@ -120279,7 +120279,7 @@ }, "response": [ { - "id": "b79ab414-946f-4228-b6bb-78e478d1541a", + "id": "11cb6341-8316-4199-939c-604fda8fa275", "name": "Succeeded. Returns list of objects. Each object contains a feature and metadata about that feature", "originalRequest": { "url": { @@ -120380,7 +120380,7 @@ "type": "text/plain" }, "key": "X-Total-Count", - "value": "2710248" + "value": "-9806384" }, { "disabled": true, @@ -120389,15 +120389,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "dolor quis" + "value": "aute elit" } ], - "body": "[\n {\n \"id\": \"66e38828-5017-47af-92ff-9844871352c5\",\n \"name\": \"entitlement_count\",\n \"valueType\": \"INTEGER\",\n \"value\": 0.4176936372265694,\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.8203228822650017,\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.6338326952107958,\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.7659261982795416,\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": "a0631ddb-b360-427a-a27a-40f69c834467", + "id": "1f746ace-172a-4dcc-9e7f-6328966d6365", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120497,7 +120497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ade4d11-323b-4848-b0be-1b49484b3c2e", + "id": "81b1ac6a-d3a1-45bf-9611-10e99ab51e10", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120597,7 +120597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b933985-263a-4e52-96b9-75bc041254b0", + "id": "9b609794-7e72-4caa-8f54-294ae84bef09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120697,7 +120697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a0fc4db-e36e-40bb-aa2b-307842fca74b", + "id": "7ada90fc-9b70-45e5-a516-610339aa5c1c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120797,7 +120797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "633a50d4-afdf-43ad-85d1-2bd1615e0ae7", + "id": "5896ed45-cbcb-4074-9e48-af7c58edb3db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120897,7 +120897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c385f33-8ae6-4c6a-96d9-9ed6d143760c", + "id": "83e1ed13-7b25-4fa7-8b13-02e0d76da27c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121003,7 +121003,7 @@ } }, { - "id": "b12727a0-dbf7-490d-83eb-c117952e5ae2", + "id": "b9279f17-38a6-4664-afa0-6ba71af24beb", "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", @@ -121112,7 +121112,7 @@ }, "response": [ { - "id": "60d8c21e-3da8-4d5d-a832-92120b143bbb", + "id": "c8324233-6696-4954-8659-f778a8b34221", "name": "The list of access items.", "originalRequest": { "url": { @@ -121214,7 +121214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "795cfdd5-d069-4f8d-96ff-f3296a165553", + "id": "1f676d48-b1f6-467a-93c3-6b053f2bab4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121316,7 +121316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "650f6848-e05e-48c2-8235-3e0dbc5a7022", + "id": "d79668da-70ac-48a5-aa69-cb8dbdd6dddb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121418,7 +121418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4835974-87a9-4d15-af07-fc8eb6b01d37", + "id": "203f7af1-27ff-4a62-8d0f-65e1087e75ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121520,7 +121520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe211554-3cf2-41e1-8c11-0ef2846634d8", + "id": "6cc94560-7d75-4e0a-86d7-6d25b05395ef", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121622,7 +121622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42b9d9fc-ca3e-4bb4-9199-1f749f3d3333", + "id": "8dc42b09-7745-4ac2-ab7a-6f0aa02b4a19", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121724,7 +121724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb7f2e32-3812-4de5-a65a-a80f35d27edb", + "id": "d7eacbbb-27af-4fe3-9130-2c395398c2d9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121832,7 +121832,7 @@ } }, { - "id": "73283370-0e48-40ea-9aef-6895a29a83ec", + "id": "c95f58f1-d2ed-4f52-b7d1-7d8944191e6d", "name": "IAI Identity Outliers Ignore", "request": { "name": "IAI Identity Outliers Ignore", @@ -121884,7 +121884,7 @@ }, "response": [ { - "id": "5f0cac91-395f-4417-b680-b46779fe38f7", + "id": "2e2ae9f0-eefd-4977-b81d-023b086ac9b3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -121940,7 +121940,7 @@ "_postman_previewlanguage": "text" }, { - "id": "74331179-43f1-48eb-b5f4-f2d7a84f80d6", + "id": "b23210c1-f871-4367-84f8-3cd2a62d62ad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122006,7 +122006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f39d77-61c8-41dc-8ab0-f6b3f96e433a", + "id": "45111a35-3695-4e56-a6f8-85af6994994a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122072,7 +122072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "281ed420-3c3f-4c89-b082-ba428fbce4f5", + "id": "4c9340d6-cd24-4113-a2d1-735a25be8ff5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122138,7 +122138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd64c4e-e648-465d-adf2-dcf800fc477b", + "id": "4234f361-dd2e-4caf-b655-ca6eb27578bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122204,7 +122204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7ad8772-fa47-458c-b3ae-cdb7638843dd", + "id": "ba087820-99e4-4a5d-99ec-c5f7ca6f9833", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122276,7 +122276,7 @@ } }, { - "id": "7214efea-a95c-4dc6-8f32-0dcf110df39e", + "id": "101d7284-9859-409a-9c0e-ef92f67d3869", "name": "IAI Identity Outliers Unignore", "request": { "name": "IAI Identity Outliers Unignore", @@ -122328,7 +122328,7 @@ }, "response": [ { - "id": "6f53ee1c-7650-49ac-87f3-032436aef2fe", + "id": "0ac0771a-6e35-4ce7-a1b2-9ecb3cb52627", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -122384,7 +122384,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d48a7c14-5e55-4577-8e0d-e76970e48337", + "id": "d00e74b3-dc90-4d86-ba54-fcbb79ae6213", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122450,7 +122450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "131f08a4-37e3-41a7-be08-34dec6cb9c66", + "id": "4c9bd0c0-b217-4c23-9a78-9dba2c2795ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122516,7 +122516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c272ccc-e41a-44ea-860f-e966f2f4c7b9", + "id": "17a9729b-f8c4-45f6-a143-a953864187af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -122582,7 +122582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f889eab5-c6fb-4012-b6e9-3000cf73abbb", + "id": "9cee8268-9d01-49de-94bd-7b8dc2dd2e64", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -122648,7 +122648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63555e86-275f-414c-8f56-5df989621a0e", + "id": "504aeffa-c8ad-4ced-aabb-428f0effb1fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -122720,7 +122720,7 @@ } }, { - "id": "bee9f9ea-7de5-4ad3-8bfe-e450d8564e04", + "id": "280e7a47-543c-4f09-b851-fb303e6ea1c4", "name": "IAI Identity Outliers Export", "request": { "name": "IAI Identity Outliers Export", @@ -122769,7 +122769,7 @@ }, "response": [ { - "id": "bb7c3f7c-3d9f-4bc4-9f16-cd012cfebd61", + "id": "b0901d55-1cbf-40ae-a37e-002eb04cd84c", "name": "Succeeded. Returns zip of 2 CSVs to download. 1 CSV for ignored outliers and 1 for non-ignored outliers", "originalRequest": { "url": { @@ -122827,12 +122827,12 @@ "value": "application/zip" } ], - "body": "consectetur", + "body": "fugiat elit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "7e690573-62ae-42d4-969f-2fcaa2646c1a", + "id": "bb29cbc3-6bfb-4b22-adf1-93c0404d4623", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -122895,7 +122895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb6b684d-8c23-49cf-9176-8e0568c2f1d6", + "id": "4f01fe6f-16ec-4480-a9e7-5360e702fc2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -122958,7 +122958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a16f576-607f-4939-91bc-edca2cbb923e", + "id": "6de8a584-75e2-4a4d-a658-f8e5f9358598", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123021,7 +123021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d207356-039f-4ccf-b46d-875d97e9570d", + "id": "13a52736-774b-4f10-a529-18b2a4bdf3f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123084,7 +123084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41afd65c-6528-4d3d-93c1-6776970572b8", + "id": "91ca1c36-8fa2-4ccb-ada4-af87fa6ead05", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123153,7 +123153,7 @@ } }, { - "id": "299fb7a1-f646-4422-9a2c-a572a46c361d", + "id": "d1be25ca-f431-4703-a1bb-b5c1f5fff251", "name": "Get identity outlier contibuting feature summary", "request": { "name": "Get identity outlier contibuting feature summary", @@ -123203,7 +123203,7 @@ }, "response": [ { - "id": "c4665460-f7c5-40f4-95a8-e8e24433fc72", + "id": "8f083f55-b144-45fe-ab30-338ec82adf94", "name": "Succeeded. Returns selected contributing feature summary for an outlier", "originalRequest": { "url": { @@ -123257,15 +123257,15 @@ "type": "text/plain" }, "key": "accept-language", - "value": "dolor quis" + "value": "aute elit" } ], - "body": "{\n \"contributingFeatureName\": \"Rare Access\",\n \"identityOutlierDisplayName\": \"John Smith\",\n \"outlierFeatureDisplayValues\": [\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"deserunt\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"et ut esse proident sed\",\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\": \"sit elit do\",\n \"valueType\": \"INTEGER\"\n },\n {\n \"displayName\": \"Aliza Chris\",\n \"value\": \"dolo\",\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": "6da870ae-588b-41df-9a6d-baf928c1233b", + "id": "df63d097-efab-44ba-9089-fc34309237e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123318,7 +123318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79c3d8f1-f799-4b10-a5d3-1f2eb59561aa", + "id": "2dc8ad36-6da3-4fe1-99e5-f64e2d75e4d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123371,7 +123371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc990625-4574-4ef4-ba1d-73e384e17cac", + "id": "4c8ca124-67aa-438a-83bf-5f157f7057d7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -123424,7 +123424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7880a8a9-ce45-4648-ae1b-576513a4c23c", + "id": "0591ebad-c23a-4a82-bd64-e1b47ada22ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -123477,7 +123477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "406c7b75-fe5d-4c67-bee4-a6af8e120f14", + "id": "4342e9bb-f181-48dc-bb89-cba47802ad74", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -123530,7 +123530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f76868-0e55-43d6-8b41-af5f9640fe52", + "id": "fc6054cb-1294-4cdc-bab3-5dab8ca2b476", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -123595,7 +123595,7 @@ "description": "", "item": [ { - "id": "4382e6db-7b03-4f6a-ba19-0a43efee8227", + "id": "58359095-345e-4b22-9df0-2ea5f178d764", "name": "Identity Outliers List", "request": { "name": "Identity Outliers List", @@ -123674,7 +123674,7 @@ }, "response": [ { - "id": "2250ca84-ef6e-4283-a96a-8e7c05a7744b", + "id": "18af55ac-6988-482d-983c-9cd1a820ed16", "name": "List of identities that are not included in peer groups.", "originalRequest": { "url": { @@ -123751,12 +123751,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"eu minim ad dolor\",\n \"type\": \"nulla eu ipsum dolore\",\n \"peer_group_id\": \"est irure\",\n \"attributes\": {\n \"veniam7\": {},\n \"cupidatat4\": {},\n \"Ute\": {},\n \"fugiat9\": {},\n \"est7\": {}\n }\n },\n {\n \"id\": \"nisi Lorem cupidatat enim\",\n \"type\": \"Excepteur adipisicing consectetur nisi deserunt\",\n \"peer_group_id\": \"et elit\",\n \"attributes\": {\n \"quis_64b\": {}\n }\n }\n]", + "body": "[\n {\n \"id\": \"laborum incidid\",\n \"type\": \"laboris\",\n \"peer_group_id\": \"qui deserunt\",\n \"attributes\": {\n \"sintb1\": {}\n }\n },\n {\n \"id\": \"amet\",\n \"type\": \"Ut anim sit\",\n \"peer_group_id\": \"reprehenderit\",\n \"attributes\": {\n \"non_6\": {}\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "05f6e72e-2655-496d-96a7-edb49e3260b6", + "id": "d272f620-03fd-422f-8790-c49bdfac9a75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -123838,7 +123838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56f2c7f0-bfd7-4c09-9000-6f1424e45b6f", + "id": "589f0e23-56a5-424a-9bc6-84dba56cf3ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -123920,7 +123920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "892837f7-d2f9-404c-840b-d0600d78a5f5", + "id": "ac24f330-568c-47e2-843f-b4ed5eb583a9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124002,7 +124002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d232ee2b-f8e5-4bb9-ba65-855cd8c05674", + "id": "a54b13d2-a9d0-4038-a32f-a1904fda5f2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124084,7 +124084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f158e4bd-a676-46e5-9cd9-864da985f76b", + "id": "6db220bd-0dd8-4b07-bf96-215835b05493", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124178,7 +124178,7 @@ "description": "", "item": [ { - "id": "4f76f28d-dc84-407d-aec4-68ffcd52d392", + "id": "63f42bfe-d565-4523-aff8-c85212729a48", "name": "Returns a Recommendation Based on Object", "request": { "name": "Returns a Recommendation Based on Object", @@ -124230,7 +124230,7 @@ }, "response": [ { - "id": "c7cc0089-707b-4fef-b5c2-8c29331c28a9", + "id": "7c7cdcde-5e8e-4400-b661-7cd685e8e17e", "name": "The recommendations for a customer", "originalRequest": { "url": { @@ -124291,12 +124291,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\": 85877330.61367589,\n \"featureWeightedScores\": {\n \"Ut_529\": -1198036.7474167794,\n \"esse_f\": -75254402.04105887,\n \"animacd\": -89165739.05466758\n },\n \"threshold\": -33117440.080364704,\n \"identityAttributes\": {\n \"amet27\": {\n \"value\": \"dolor\"\n },\n \"exercitation95\": {\n \"value\": \"eiusmod culpa\"\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\": -35411446.38612481,\n \"featureWeightedScores\": {\n \"consecteturd5\": 21160132.68481356,\n \"enim098\": -28177668.22721359\n },\n \"threshold\": -99416927.44420858,\n \"identityAttributes\": {\n \"utef\": {\n \"value\": \"occaecat sint\"\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\": -34831972.98260859,\n \"featureWeightedScores\": {\n \"Excepteur_4\": -16136311.992399931\n },\n \"threshold\": -29021447.44993396,\n \"identityAttributes\": {\n \"nostrud041\": {\n \"value\": \"in 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\": -33469542.574585363,\n \"featureWeightedScores\": {\n \"nonf\": -10832866.848579451,\n \"amet_5\": 42936900.37595454\n },\n \"threshold\": 9998158.6211721,\n \"identityAttributes\": {\n \"auteadb\": {\n \"value\": \"exercitation aute et amet elit\"\n }\n },\n \"featureValues\": {\n \"feature\": \"department\",\n \"numerator\": 14,\n \"denominator\": 14\n }\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7b6c1016-b2b5-46b5-9f6c-50b28f592ac6", + "id": "3701588c-236f-486b-9498-174b9bd7c377", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124362,7 +124362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce3a3bd9-870c-4cb2-afa1-95ce9920f8d2", + "id": "0469d545-211b-46e0-b41a-3ebf11678674", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124428,7 +124428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff75c612-11dd-449c-a713-1dfa099d7e81", + "id": "4075f85d-a101-49e0-9396-c29fdb2337c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124494,7 +124494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "468466f4-1046-4266-bf63-2339e889850a", + "id": "dd53a4ec-83bf-461e-bc9e-94453ee22caf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -124560,7 +124560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de8d706e-60be-4fb3-8025-d9541e323198", + "id": "da2c80a1-271d-4eab-9c8c-5d8809335713", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124632,7 +124632,7 @@ } }, { - "id": "988fa5e1-235b-480e-8c3f-23841ed17c21", + "id": "7171d4d3-4264-465c-9f08-d03360e2de86", "name": "Get certification recommendation config values", "request": { "name": "Get certification recommendation config values", @@ -124671,7 +124671,7 @@ }, "response": [ { - "id": "699a7ab7-67f0-4033-b6fc-b9d93b87b182", + "id": "39c4edc2-97de-47d5-98f2-76c0f41fc34a", "name": "Cert recommendation configuration attributes", "originalRequest": { "url": { @@ -124724,7 +124724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3446e188-623b-4d4e-998e-14a21c2f3892", + "id": "e0b8971d-a506-4872-ac94-f0f4c262ef71", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -124777,7 +124777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd64fd1e-4a59-42b9-8fda-5c638084f8f9", + "id": "9d8401d7-4a88-4f95-b2be-f3165b37e950", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -124830,7 +124830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f1ea542-f65c-489d-bd21-e697e7af45b0", + "id": "4a8c8978-e436-43dc-9f15-fcd4ba97f9c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -124883,7 +124883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "040c0060-1ee5-40e3-8e4f-7432913f83cc", + "id": "1d7ed7be-9270-4917-8667-9d1143b3549d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -124942,7 +124942,7 @@ } }, { - "id": "d57ecf97-5084-4144-b40b-7dcb5290ff82", + "id": "89f44f40-0d90-43fc-9898-8aea9b28c1ba", "name": "Update certification recommendation config values", "request": { "name": "Update certification recommendation config values", @@ -124994,7 +124994,7 @@ }, "response": [ { - "id": "22780a6c-3076-43d6-91d9-353f960da2ec", + "id": "c7c7d986-0a5f-4de0-b7e6-e43017b6240f", "name": "Cert recommendation configuration attributes after update", "originalRequest": { "url": { @@ -125060,7 +125060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e1fee55-43be-4da8-97d3-72f83f968be3", + "id": "9f68b8cb-6631-46f5-ae65-409aa48e9d94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125126,7 +125126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2976698b-e06f-4712-9590-c9f00d13e2e3", + "id": "59d20719-901c-4425-90ca-ebc2ba37141c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125192,7 +125192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d82f7fab-da75-4cb6-a40f-66ba1f2ae58b", + "id": "5edd093e-451c-4320-bb7a-4bd580addc88", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125258,7 +125258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5d854e9-4432-4c31-92ca-5fe18ba97746", + "id": "fdfae31e-9522-421c-98bf-47992a465dd7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125336,7 +125336,7 @@ "description": "", "item": [ { - "id": "45673453-64f2-4374-8c1a-66e3099ef7b5", + "id": "fb17844b-53fc-42ee-83bc-39e6f987f70b", "name": "Create a role mining session", "request": { "name": "Create a role mining session", @@ -125387,7 +125387,7 @@ }, "response": [ { - "id": "1287f658-f2b6-4572-b8a9-2863a759982d", + "id": "5d4dcee8-da86-4926-976a-d307d59d4bc3", "name": "Submitted a role mining session request", "originalRequest": { "url": { @@ -125452,7 +125452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7af1f93-f000-4931-bc0f-1c7c9ede816e", + "id": "91bdd053-14a3-4f96-9629-35207e457363", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125517,7 +125517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c6bf366-bbdd-40f5-82dc-f0502ec1270b", + "id": "6f09bed6-c8df-427a-8456-ac221621aeac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125582,7 +125582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49e870bd-6393-41dc-8a7a-060885e940be", + "id": "32bc88b0-1639-4ada-b1ef-dd88ad56e2bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125647,7 +125647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b01a0ae-14ed-4d58-b388-eaca16f2cbd7", + "id": "d7458252-18b0-49cc-bd76-65f680feb27a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125712,7 +125712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c06475-9461-43cc-a9d8-6a126fdac582", + "id": "b7a2a979-980e-42a7-b355-e7e16a690894", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -125783,7 +125783,7 @@ } }, { - "id": "e8b6889e-408f-43d1-80dd-71b2bc4b2cdb", + "id": "ad7c18a5-1da9-46f2-9586-17b5db0b1bc1", "name": "Retrieves all role mining sessions", "request": { "name": "Retrieves all role mining sessions", @@ -125867,7 +125867,7 @@ }, "response": [ { - "id": "6d210dd4-fa42-42c6-9367-affb4d013646", + "id": "75bf3f63-1230-4b2a-850c-99a2bbf984a0", "name": "Succeeded. Returns all role mining sessions that match the query parameters.", "originalRequest": { "url": { @@ -125965,7 +125965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60cfffbd-64a4-4973-a749-cc49bbef13ca", + "id": "24d0a6a3-a715-432c-8f32-67370689ccab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126063,7 +126063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bb71030-d7d2-489b-aef5-8782d2b7dc18", + "id": "d6169861-0c49-4e17-ab9e-fd5e039b7671", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126161,7 +126161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f29d3b53-6681-46b9-a364-8c9629079240", + "id": "6527cc67-91b1-47b0-896d-824daa502251", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126259,7 +126259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc9eddf-7c3a-4f2a-8c6a-ec0e3107f260", + "id": "1417760f-ceae-4f65-a9ec-68b840dd503e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126357,7 +126357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b733d2f-be6a-436a-83fc-cea2ef9f1023", + "id": "2f61355f-1758-4661-bbec-d1125cdf2e63", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126461,7 +126461,7 @@ } }, { - "id": "a73bd0b6-8de1-4caa-804b-1665fea56e62", + "id": "eb2457c5-5695-4442-a060-83d9a058bf9d", "name": "Patch a role mining session", "request": { "name": "Patch a role mining session", @@ -126524,7 +126524,7 @@ }, "response": [ { - "id": "48665193-2c3a-4d75-98c2-664b0bccb443", + "id": "359bb4ba-71d5-41fc-8095-dc0ca6f1a19c", "name": "Success", "originalRequest": { "url": { @@ -126590,7 +126590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51f97e0b-67b5-4a5c-a73f-a7fe5c99bc00", + "id": "a49b2742-b08e-4f02-8019-659dd3c1e5f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -126656,7 +126656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47f146a6-509b-45bd-9e36-dfe97b394faa", + "id": "2caf9be4-b93d-4bcb-ab88-b1e83666d3d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -126722,7 +126722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55d3ddaa-3466-41eb-83c0-a79592c03d14", + "id": "2ab710d2-ba95-4c73-a563-53aaa2f8d5f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -126788,7 +126788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a975f0-5594-4c59-82e7-5a16623f274e", + "id": "7391b730-c2a5-415b-9828-a9678b684ee8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -126854,7 +126854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b9c0ede-5ed4-46f5-a135-809937d36c98", + "id": "40c0aa58-a826-4a17-b078-1b8ef571e2f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -126920,7 +126920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6336592-b94b-4f85-88ec-3ba0e56f392f", + "id": "50662d5f-ae1c-4632-aeac-4b6d91205195", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126992,7 +126992,7 @@ } }, { - "id": "02d38c12-98e5-4b62-9e2b-814e45d79ea0", + "id": "f7de35af-902f-49ef-b6a7-29012a37bd5a", "name": "Get a role mining session", "request": { "name": "Get a role mining session", @@ -127042,7 +127042,7 @@ }, "response": [ { - "id": "029be26e-86a5-49a9-ad59-6b67417bc4f3", + "id": "ef76c6cd-a073-432f-9cee-e81cddec2872", "name": "Returns a role mining session", "originalRequest": { "url": { @@ -127095,7 +127095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10cca027-dc62-4df4-9989-b92b19bb9e6e", + "id": "2aeb646c-d170-4c36-b465-0a3e250a644b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127148,7 +127148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b072a72-4d61-4040-b28f-498e37cbbf6d", + "id": "5a54619f-e8bf-47d9-ba36-2a0b81143292", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127201,7 +127201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5ffdd5-03aa-41dc-a620-fa8111b590b9", + "id": "e2b4923b-ae84-4858-b914-fc1838dbcf3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127254,7 +127254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "527a84a8-671e-4180-96d4-76eaebf5c835", + "id": "2547bf0a-159a-4ffd-80ba-d42f413238b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -127307,7 +127307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e75c8b38-27cc-4453-8e15-0d1f2fb6ff5c", + "id": "f0a12734-feb6-4e43-bcd8-33c726d1abe1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -127360,7 +127360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec501df7-757a-4369-9b6f-7c28c46cd0c3", + "id": "7d824292-5700-4baf-870b-237506d74bf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127419,7 +127419,7 @@ } }, { - "id": "3fe18aa3-2c66-4daf-89b4-84532fa22841", + "id": "7c3297d5-a44c-4bdc-b102-367e5cd222a7", "name": "Get role mining session status state", "request": { "name": "Get role mining session status state", @@ -127470,7 +127470,7 @@ }, "response": [ { - "id": "debae007-06b9-4141-9a3e-bf4c552cab1a", + "id": "765dbe62-ee20-48eb-8b9b-bd3ba9de0aeb", "name": "Succeeded. Returns session status", "originalRequest": { "url": { @@ -127524,7 +127524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da937c67-8ca4-4d3c-ac72-861398a6e8c9", + "id": "3428b0ae-22b3-404e-8108-bda14dd5c4cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -127578,7 +127578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cadedddf-40fd-4774-8906-22ac9c9342dd", + "id": "9568ab2b-1080-4bc5-89b6-0d71a88ad614", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -127632,7 +127632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3539e50-88d7-4678-acfc-f7353ed0ba24", + "id": "94f81a6a-51d3-484b-acd6-f0adfb3df40b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -127686,7 +127686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e3876d3-3d54-46cc-ad28-6ea0cc1d2a8a", + "id": "45b6cd94-6492-462d-a1e4-61d7faf00508", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -127746,7 +127746,7 @@ } }, { - "id": "772b3fbd-ac22-49a9-a5f0-40a0c9f40442", + "id": "ac65563b-ebf7-4919-a1b2-fa909325f028", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -127843,7 +127843,7 @@ }, "response": [ { - "id": "9a55daa0-9b2b-4902-80e7-c903959c372f", + "id": "0c4154f3-ea93-4cf6-ae74-59c0a3fc7c8c", "name": "Succeeded. Returns a list of potential role summaries for a role mining session.", "originalRequest": { "url": { @@ -127938,12 +127938,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-08-24T08:15:40.674Z\",\n \"saved\": true,\n \"description\": \"aliqua laboris\",\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\": \"1971-04-13T16:23:35.733Z\",\n \"saved\": true,\n \"description\": \"esse culpa et\",\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\": \"2014-04-26T21:49:50.258Z\",\n \"saved\": true,\n \"description\": \"aliquip sunt incididunt ea\",\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-06-07T18:26:17.559Z\",\n \"saved\": true,\n \"description\": \"culpa cupidatat\",\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": "b36e8204-fc76-4c3c-a90d-a894f242616e", + "id": "5affb87b-c9e6-4e98-8c80-65e0bf4e1c48", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128043,7 +128043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b12b8073-737c-4f46-abfc-038de007bbc6", + "id": "fa027c02-1432-4af8-83e4-01a26b211392", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128143,7 +128143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3d6ce6f-9d6d-4da7-b8b1-d323ff01497a", + "id": "29e86d60-75d4-4ba2-a316-227bf177b179", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128243,7 +128243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b9c230d-429f-4a7f-8010-c6eecd34debf", + "id": "2b054862-0c2b-48d9-b869-54ff3a3642ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128343,7 +128343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "124a398c-d2c8-406b-b56b-a2b9ceffded5", + "id": "59f79686-2333-4bcb-9f35-c866f0ea0ba1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128449,7 +128449,7 @@ } }, { - "id": "a562456e-aac2-44ec-b8a6-7d1793f0cb26", + "id": "77d2d741-7417-4232-9c81-108754eb5bc3", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -128511,7 +128511,7 @@ }, "response": [ { - "id": "7b5898e1-7ae1-4ca1-af39-ba33655e1234", + "id": "cbfbaf7f-863c-4734-a1c6-4fd95d492911", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -128561,12 +128561,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 \"consequat4\": \"Duis nisi cupidatat pa\",\n \"ad2\": \"ut laborum\"\n },\n {\n \"Duis_21\": \"cillum et esse\",\n \"enim_2\": \"Lorem qui voluptate dolor\",\n \"aliqua6de\": \"officia ullamco Lorem tempor\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"voluptate581\": \"reprehenderit cul\",\n \"et__\": \"in nulla nostrud in\"\n },\n {\n \"nulla8\": \"qui dolor amet\"\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\": \"1980-12-12T20:11:26.227Z\",\n \"modifiedDate\": \"2002-08-01T14:28:06.618Z\"\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 \"eiusmod421\": \"ut ipsum mollit sed\",\n \"aute1\": \"exercitation mag\"\n },\n {\n \"Duis_150\": \"do id\",\n \"ut_f2\": \"aliqua sed eu amet\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Lorem_2\": \"voluptate dolore fugiat tempor\"\n },\n {\n \"ametba8\": \"Lorem ipsum dolor\",\n \"enimf\": \"dolor esse velit\"\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\": \"1978-01-15T02:33:03.030Z\",\n \"modifiedDate\": \"2019-10-07T15:01:15.766Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a90f1849-e3fd-49af-8bbc-88fdc5d99722", + "id": "95a28c2e-e7d8-4e36-969d-43ffb3b928d1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -128621,7 +128621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c5daa9e-5a09-4906-b8e5-98cfc39f64af", + "id": "66d6adf0-137e-4a32-993c-5fdf19af2cde", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -128676,7 +128676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd4512d1-28d7-4afc-8116-746789defb47", + "id": "0621abaa-c909-4a3f-8ec4-aba7f130f6f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -128731,7 +128731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce1d8384-e8fc-45dc-9afe-bcceb4bf94a9", + "id": "208cbeec-f3f9-4759-bf41-28316418137b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -128786,7 +128786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c320a9b-ef0d-40e2-9593-a13dfcaa5baa", + "id": "03c1c155-1d86-474b-b75d-5500897d4e9e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -128847,7 +128847,7 @@ } }, { - "id": "b7390970-2040-4726-9e54-89024ccf8fc2", + "id": "22561cda-1fdc-4964-a5ed-24929969ae32", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -128922,7 +128922,7 @@ }, "response": [ { - "id": "296ff2b3-a227-4d0b-8465-5d04eb64ae45", + "id": "d7c02d7e-c0fd-410a-9fbd-4cbc89a41893", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -128990,7 +128990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76780243-7e9f-4f5c-ac49-0062f7ad7e7a", + "id": "7b151a22-ee35-49b2-b31c-c5bd912a0063", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129058,7 +129058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4bef778-4ff7-46a7-bb96-eda1131c6ebc", + "id": "a18abb97-6207-4d2c-953c-b8158b0a9686", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129126,7 +129126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fface5d-0ccf-4954-ad85-d0e5c961eeca", + "id": "7eaef5d3-e4f0-48dc-8bb2-72c83e1d45eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129194,7 +129194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "880b9d66-2b38-4d3f-96ec-72d82afb0387", + "id": "3a09c334-40a7-4cfb-ad5f-151e5e52ccd8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -129262,7 +129262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecbb9fa0-77e5-47d5-8d7e-608709b88258", + "id": "b3d4eda3-6961-4737-8545-e9897581a068", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -129330,7 +129330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d52414c-05c2-4ccc-91cd-6956fb6dbcb4", + "id": "d1aaa2a0-52cf-4f32-8737-fe4ba2215794", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129404,7 +129404,7 @@ } }, { - "id": "9a4e822e-fc69-477d-9028-22521126e12d", + "id": "5a683587-03ed-49d5-9592-e711718d9970", "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", @@ -129495,7 +129495,7 @@ }, "response": [ { - "id": "8f9c7c09-7258-420e-9c3d-35b1d5f7d8e5", + "id": "54264f7f-0ed7-46b1-96aa-a4c7f7796793", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -129579,7 +129579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ecd81e0-a33f-4e61-b6fa-514180e3f84d", + "id": "4e55b96d-f464-4b8f-b1e8-53690830a656", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -129663,7 +129663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71471872-f020-4038-972e-45933341e891", + "id": "19a5e4cd-06dc-4ceb-8e2c-a810a13552d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -129747,7 +129747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2a2149a-84dd-4d95-858b-6c64f9d6989a", + "id": "3f9ecbba-fc3c-4c76-b553-9524a132bb3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -129831,7 +129831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4165058a-6eef-4a20-a8be-ee1c75778c42", + "id": "e8a032a5-d81f-4132-86e5-57e35ebdedff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -129921,7 +129921,7 @@ } }, { - "id": "cabee498-9630-41cd-abee-c059914bb478", + "id": "a0d06339-62e5-472d-938a-812b2a951383", "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", @@ -130039,7 +130039,7 @@ }, "response": [ { - "id": "84a2bfb0-bdba-45ea-bbc2-61c956aa6590", + "id": "b4868072-3573-48ef-abce-029c8f077820", "name": "Succeeded. Returns a list of entitlements for a potential role.", "originalRequest": { "url": { @@ -130150,7 +130150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f6f6c0e-714d-4855-b2ad-6d13e43e6b1e", + "id": "883b68bc-50a8-440f-91be-f97e7f188c83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130261,7 +130261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8580cead-0245-4589-9d6f-af15e48f80b1", + "id": "88bbc106-7179-4c72-84bc-b427e622cb6a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130372,7 +130372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a22cf5c4-9f09-499d-b5c2-c55bfe6b19c6", + "id": "c86e1e80-92a3-4b2c-8ff4-dc9e8617853a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -130483,7 +130483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "963bdf25-9ea6-471b-9dba-3afd1cc5ea3f", + "id": "5d7599ad-695e-4f65-ac11-bae7bc96c3b4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -130594,7 +130594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ff2a6cc-bb8e-4343-a0c1-402817a97c95", + "id": "f8f7d862-f233-4f14-964e-b9d07904a9e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -130711,7 +130711,7 @@ } }, { - "id": "4bcc0ecf-51f3-40ec-93d1-1be7673aec53", + "id": "3ba5fc5d-3518-4f0f-9eec-ecdc9bd72bac", "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", @@ -130784,7 +130784,7 @@ }, "response": [ { - "id": "8d7e63f1-6139-4891-a7b2-b30a5577e078", + "id": "94febbd8-61f9-4703-92ca-0592a3fc3c95", "name": "Succeeded. Returns a map containing entitlement popularity distribution for a potential role.", "originalRequest": { "url": { @@ -130845,12 +130845,12 @@ "value": "application/json" } ], - "body": "{\n \"nostrud_564\": 29733759,\n \"occaecat_08\": -27157512\n}", + "body": "{\n \"cillum_77\": -8758917,\n \"commodo16\": -65203084\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ed34c375-440c-4391-a4db-edfd8acb1e6c", + "id": "72728d7c-1b03-41f4-9673-60e3a1a805f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -130916,7 +130916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba57958b-b906-4e5b-bc5d-3ff76b621202", + "id": "73af6afb-51d2-4ac2-a9b9-e4883d1757ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -130982,7 +130982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "278c31eb-9f0c-415f-9f3b-915396238063", + "id": "15ac400e-b5b3-43f4-9063-c4e78801a488", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131048,7 +131048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ce1fe3e-baa8-4778-b951-c4106cf335cd", + "id": "2702d139-1c1c-4583-8bb3-7907aa2ecf1c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131120,7 +131120,7 @@ } }, { - "id": "c6ac9383-16f7-4e69-a40a-ec06756d256e", + "id": "e86fe883-3ca7-4985-a977-4b34fa04b0bf", "name": "Edit entitlements for a potential role to exclude some entitlements", "request": { "name": "Edit entitlements for a potential role to exclude some entitlements", @@ -131196,7 +131196,7 @@ }, "response": [ { - "id": "a67beda6-dbd2-47f5-b771-691b295669db", + "id": "600ec48a-dfe2-42e0-a7f3-8e019070853c", "name": "Adds or removes entitlements from a potential role's entitlement exclusion list.", "originalRequest": { "url": { @@ -131260,12 +131260,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 \"consequat4\": \"Duis nisi cupidatat pa\",\n \"ad2\": \"ut laborum\"\n },\n {\n \"Duis_21\": \"cillum et esse\",\n \"enim_2\": \"Lorem qui voluptate dolor\",\n \"aliqua6de\": \"officia ullamco Lorem tempor\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"voluptate581\": \"reprehenderit cul\",\n \"et__\": \"in nulla nostrud in\"\n },\n {\n \"nulla8\": \"qui dolor amet\"\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\": \"1980-12-12T20:11:26.227Z\",\n \"modifiedDate\": \"2002-08-01T14:28:06.618Z\"\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 \"eiusmod421\": \"ut ipsum mollit sed\",\n \"aute1\": \"exercitation mag\"\n },\n {\n \"Duis_150\": \"do id\",\n \"ut_f2\": \"aliqua sed eu amet\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Lorem_2\": \"voluptate dolore fugiat tempor\"\n },\n {\n \"ametba8\": \"Lorem ipsum dolor\",\n \"enimf\": \"dolor esse velit\"\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\": \"1978-01-15T02:33:03.030Z\",\n \"modifiedDate\": \"2019-10-07T15:01:15.766Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1b6bcdf1-36e4-4676-be49-3fad2fdaaa5a", + "id": "e2aa727d-c948-4cd9-bfd5-e8e920c7ac4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131334,7 +131334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26c7f050-b6a0-4b0a-a052-0390e95ffec5", + "id": "6709c189-3e5c-422e-9d89-2c3f0916cbc6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131403,7 +131403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b7feab0-86c2-4e14-9ef0-72820e44b9c4", + "id": "1861e7fd-213b-403b-9cda-d7c60164f71c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131472,7 +131472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c65d75aa-4100-4d70-b7f2-a111c93b52dd", + "id": "c695d101-2c68-4d76-8a8d-dfc44e0be38a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131547,7 +131547,7 @@ } }, { - "id": "b65ac987-7ade-492c-9c9e-1e8585832d38", + "id": "d327d25e-b0cd-4927-8077-09091f17e4cf", "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", @@ -131583,7 +131583,7 @@ "type": "text/plain" }, "key": "filters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -131656,7 +131656,7 @@ }, "response": [ { - "id": "903ccc4e-e720-498a-8084-a442dad30c5c", + "id": "a1d5459a-4781-41fe-82a0-070ab538f685", "name": "Succeeded. Returns a list of identities for a potential role.", "originalRequest": { "url": { @@ -131687,7 +131687,7 @@ "type": "text/plain" }, "key": "filters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -131758,7 +131758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b722bf80-1e08-405c-911e-a3232123fd6c", + "id": "7d8a2b6c-1096-44b3-81b0-74eca8c474a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131789,7 +131789,7 @@ "type": "text/plain" }, "key": "filters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -131860,7 +131860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "239453af-7e55-47db-bb4e-5ffc4e30ac37", + "id": "b14df8d1-0410-4236-89d4-c93480803d64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131891,7 +131891,7 @@ "type": "text/plain" }, "key": "filters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -131962,7 +131962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce4984a9-b87d-42de-a091-2799042227be", + "id": "dc38074f-73f2-4209-b7a4-1a3174840fc5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131993,7 +131993,7 @@ "type": "text/plain" }, "key": "filters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -132064,7 +132064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd9bb59c-fc95-43b1-8066-3f53e283bc30", + "id": "70da26c7-d168-4764-b21d-95de66e93852", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132095,7 +132095,7 @@ "type": "text/plain" }, "key": "filters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -132172,7 +132172,7 @@ } }, { - "id": "e08482ad-9d35-4646-8021-d48c47bb9004", + "id": "620f1d99-58d5-47da-ac2b-0648022eab55", "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", @@ -132235,7 +132235,7 @@ }, "response": [ { - "id": "e1b336eb-c4ff-4b3d-9629-e36110584b89", + "id": "a209e10d-14af-4135-beb8-0912fd5ff793", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -132286,12 +132286,12 @@ "value": "application/zip" } ], - "body": "consectetur", + "body": "fugiat elit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "21bd5262-93d0-4e38-9cca-441501d211c7", + "id": "6abc98fc-71b0-45c1-9f2a-3e8b403ef66d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132347,7 +132347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7613d8f-e6f2-4974-a434-12810689878a", + "id": "82e66cba-91b8-4dbd-82f4-0dd6bd25965b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132403,7 +132403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "525f7ddf-f2a4-457e-b826-7bb8b44a8da4", + "id": "805e0705-52d6-45e5-93c0-a045c7210ff2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132459,7 +132459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42a4fa1f-a572-44d3-801e-b09078945ca4", + "id": "c0dba961-5e40-4db1-964d-7e51f5a30666", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132521,7 +132521,7 @@ } }, { - "id": "68ca200f-fa6a-4803-a35f-c071b6cf7495", + "id": "dab32b42-2591-4330-86ea-933bc23f4cfe", "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", @@ -132597,7 +132597,7 @@ }, "response": [ { - "id": "5d6c617c-b3c2-4ea4-8e8f-890ab41e728b", + "id": "d76d0302-eac0-46bb-9a4d-54dbad9cd03d", "name": "Job Submitted. Returns a reportId that can be used to download the zip once complete", "originalRequest": { "url": { @@ -132666,7 +132666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "453b1332-ffb2-4e1b-88d6-58347f74abea", + "id": "ec5a65c6-3d77-43d3-8dcd-161e27c7602e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132735,7 +132735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e71953b-5f3f-4abc-85cd-47d1b725c576", + "id": "5751cd92-5ee2-4ba7-8910-51701a35dbff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132804,7 +132804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d83b4ae8-0944-49ad-98dc-cfb8a9d1fe5d", + "id": "9e246296-f690-405c-a836-38a823b097fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132873,7 +132873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14c70d39-b703-4ce2-80ec-560afb38c145", + "id": "37ea45b1-d650-4f7f-8128-00ae4a6b6341", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132948,7 +132948,7 @@ } }, { - "id": "4ca6da9c-01a2-4a00-9694-6b807052e1f8", + "id": "d384ec1b-6b3b-4642-9fa4-3005c2d88675", "name": "Retrieve status of a potential role export job", "request": { "name": "Retrieve status of a potential role export job", @@ -133022,7 +133022,7 @@ }, "response": [ { - "id": "c3a9f3f3-40cf-459c-90a6-513da912762c", + "id": "6610f886-e6c0-40ef-bf5e-01266cff035b", "name": "Success. Returns the current status of this export", "originalRequest": { "url": { @@ -133079,7 +133079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0d51282-4132-48d1-88a1-87173246850a", + "id": "da0eb2fc-5f02-4c67-9851-8dac669091f1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133136,7 +133136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d6e35fb-209a-418c-a7d2-0f55a049dc9b", + "id": "3e5d6d47-2bc8-41ed-921d-a29df84f927d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133193,7 +133193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ab0119a-546e-4d5e-ad57-014e30c673c7", + "id": "a2d3cb7e-6c94-4542-8711-368bbec196b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133250,7 +133250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ba529aa-cb43-4511-bcd0-9fe21e8cf711", + "id": "a6642098-9672-477b-9864-057c068b2f7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133313,7 +133313,7 @@ } }, { - "id": "785ed54a-e856-46d9-8ec4-846505c17a8a", + "id": "a4571120-73ee-494b-a4f9-c09e944e519f", "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", @@ -133388,7 +133388,7 @@ }, "response": [ { - "id": "4689d735-1b80-42ae-89ee-2f4a4209905b", + "id": "a8e2c39e-26bc-4a2f-bff3-515d540e18e0", "name": "Succeeded. Returns a zip file containing csv files for identities and entitlements for the potential role.", "originalRequest": { "url": { @@ -133441,12 +133441,12 @@ "value": "application/zip" } ], - "body": "consectetur", + "body": "fugiat elit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "58c0e4a6-cc43-4532-9a24-23f9938eb4d6", + "id": "3c9e51fa-b991-4fd0-8f03-b4e8c0f6032e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133504,7 +133504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c686d3-33e4-4974-a0b3-4e5817ee9aea", + "id": "486c6c25-52e6-492a-8624-a0310bb7b2aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133562,7 +133562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad2e767d-b1b2-4006-b803-1e9a1916f374", + "id": "f9f85164-c32a-4838-b415-bda01dde4aca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133620,7 +133620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "638d2a01-7ff5-4e13-936e-cc92c0ce02df", + "id": "aeb90a8b-eb7a-41a5-bc68-bb86433b0129", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133684,7 +133684,7 @@ } }, { - "id": "f3c13c92-ea2d-4c2f-990a-839657007e62", + "id": "5a628b20-7513-40ef-b34d-5373250e240d", "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.", @@ -133779,7 +133779,7 @@ }, "response": [ { - "id": "71e6a6f6-65a6-4dae-b5d0-2fa48f145b20", + "id": "31f2756c-1631-4da5-87ee-78c4720cd85e", "name": "Accepted. Returns a potential role summary including the status of the provison request", "originalRequest": { "url": { @@ -133862,12 +133862,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\": \"1985-03-04T06:06:41.177Z\",\n \"saved\": true,\n \"description\": \"est ullamco\",\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\": \"1950-01-23T12:49:47.649Z\",\n \"saved\": true,\n \"description\": \"quis amet mollit consectetu\",\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": "b11a5750-a5f9-492e-9863-2886bf5cd919", + "id": "49912dc5-02e3-4c11-876c-1f38a7711c75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133955,7 +133955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b855f4b7-84fb-49bc-812d-eb57407b973b", + "id": "e9a006bc-4607-4ab5-97e8-84b24a0bbf1d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134043,7 +134043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8647714c-928f-431b-8119-d401b3b1f0c8", + "id": "6d4309af-f33c-4823-b5c2-9b0d5a741e20", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134131,7 +134131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "766ec824-5b50-40ce-ab50-8d7b9475172b", + "id": "7fb43420-c125-4cbd-877b-6412beeaf250", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134219,7 +134219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2abeec1-d8d6-446c-b2f6-5f83cc8182b0", + "id": "504c2733-7f1b-4313-9707-a0b04cf485ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134313,7 +134313,7 @@ } }, { - "id": "50450624-b089-4662-9c52-f05b5b274e2a", + "id": "e311d067-0713-44dd-92a0-c24134634386", "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", @@ -134422,7 +134422,7 @@ }, "response": [ { - "id": "463a4458-9078-41a4-ab42-60ded1b2fa62", + "id": "7eacf3e0-49c7-4e96-852c-23e018487d49", "name": "Succeeded. Returns a list of excluded entitlements for a potential roles.", "originalRequest": { "url": { @@ -134524,7 +134524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c08c7df-bdb9-45ea-b398-9c594a186cad", + "id": "bf34a5d3-ab65-4ce1-a159-f7357aa17e46", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134626,7 +134626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c4637c3-ed8a-4b78-9ed3-67b90fce012c", + "id": "adf4cf3c-300c-4bd8-990c-fda0ce738171", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134728,7 +134728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb70889c-b5bc-42f9-abb4-b4cee3f3e029", + "id": "dc8834ba-5a39-4df5-8e67-4d53360e19f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134830,7 +134830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dea5855-8fbd-499e-956d-a415775630e4", + "id": "44d840e4-8bbc-4b68-88b7-2e595c675a6a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134938,7 +134938,7 @@ } }, { - "id": "5902231c-79b7-4628-a6ba-65b7bcbb3789", + "id": "8ed07429-ae7a-4e94-8b48-7613d7c9925b", "name": "Retrieves all potential role summaries", "request": { "name": "Retrieves all potential role summaries", @@ -135022,7 +135022,7 @@ }, "response": [ { - "id": "558cd39e-9e51-4703-ba47-723f57c8f708", + "id": "a097728c-91c1-4eec-ad85-b8d7a4386a48", "name": "Succeeded. Returns all potential role summaries that match the query parameters.", "originalRequest": { "url": { @@ -135115,12 +135115,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-08-24T08:15:40.674Z\",\n \"saved\": true,\n \"description\": \"aliqua laboris\",\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\": \"1971-04-13T16:23:35.733Z\",\n \"saved\": true,\n \"description\": \"esse culpa et\",\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\": \"2014-04-26T21:49:50.258Z\",\n \"saved\": true,\n \"description\": \"aliquip sunt incididunt ea\",\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-06-07T18:26:17.559Z\",\n \"saved\": true,\n \"description\": \"culpa cupidatat\",\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": "e2f07dd7-c4dc-4fe6-a35d-0cd7849b4fe5", + "id": "c4142cec-a1b0-4bbb-9fbc-a00a314ad24b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135218,7 +135218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50c517e5-b5ce-4f79-9d4c-7b5711352ffd", + "id": "f34be5e0-1c52-41d5-b5d2-ea0a05970857", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135316,7 +135316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b2ee191-fb3f-450d-9634-63e9ddedbed4", + "id": "8e3c13d0-7844-4987-86a0-8ccaaca04572", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135414,7 +135414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "690e02a4-7d49-45cb-ad6f-12b1f0b6b9db", + "id": "540ed04d-74bb-4ddd-bc2f-4fb6c694724c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135512,7 +135512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01b1bf71-5b1c-42e8-a32a-c56e08073566", + "id": "94293e09-2851-4dbe-af05-0beac5e8c066", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135616,7 +135616,7 @@ } }, { - "id": "ab0e6d99-9dca-4d97-a2ab-b17cfe4842f7", + "id": "33071179-3035-4d25-8d3b-bad813c50b43", "name": "Retrieves a specific potential role", "request": { "name": "Retrieves a specific potential role", @@ -135666,7 +135666,7 @@ }, "response": [ { - "id": "a888ffd5-e90c-4132-b245-8be1a948731c", + "id": "366d84bb-b012-4927-bfc9-2dc96168212f", "name": "Succeeded. Returns a list of potential roles for a role mining session.", "originalRequest": { "url": { @@ -135714,12 +135714,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 \"consequat4\": \"Duis nisi cupidatat pa\",\n \"ad2\": \"ut laborum\"\n },\n {\n \"Duis_21\": \"cillum et esse\",\n \"enim_2\": \"Lorem qui voluptate dolor\",\n \"aliqua6de\": \"officia ullamco Lorem tempor\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"voluptate581\": \"reprehenderit cul\",\n \"et__\": \"in nulla nostrud in\"\n },\n {\n \"nulla8\": \"qui dolor amet\"\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\": \"1980-12-12T20:11:26.227Z\",\n \"modifiedDate\": \"2002-08-01T14:28:06.618Z\"\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 \"eiusmod421\": \"ut ipsum mollit sed\",\n \"aute1\": \"exercitation mag\"\n },\n {\n \"Duis_150\": \"do id\",\n \"ut_f2\": \"aliqua sed eu amet\"\n }\n ]\n },\n {\n \"attributeName\": \"department\",\n \"distribution\": [\n {\n \"Lorem_2\": \"voluptate dolore fugiat tempor\"\n },\n {\n \"ametba8\": \"Lorem ipsum dolor\",\n \"enimf\": \"dolor esse velit\"\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\": \"1978-01-15T02:33:03.030Z\",\n \"modifiedDate\": \"2019-10-07T15:01:15.766Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "b2d0d809-8834-4211-891d-be3a9717077c", + "id": "4f17e67e-8ed8-46df-b2f1-c9369404c1a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135772,7 +135772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9dd693e9-0ed5-49c4-a4ec-cbce93814f5a", + "id": "4853c1a3-1b5c-4e75-87e8-7e214944683b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135825,7 +135825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffdfc77c-e8b3-4f99-925c-fd61dbf17f17", + "id": "fc93d6e7-2ab3-47fb-ad72-98c02beb8ac3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135878,7 +135878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e13d4c4-8d07-4b85-bf63-865700321029", + "id": "1e49fd14-18c7-4f1f-ad6d-e55d5504db50", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135931,7 +135931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc31de45-298a-4661-8dd2-ebb9dc870071", + "id": "d4b9a31e-7a1a-49ab-b94a-5e9ba8e3d996", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135990,7 +135990,7 @@ } }, { - "id": "b3f76ed7-c764-40bc-96c3-2acf7215babc", + "id": "8b8eadac-f530-4e64-a3e7-1ec8b7ee57c2", "name": "Update a potential role", "request": { "name": "Update a potential role", @@ -136063,7 +136063,7 @@ }, "response": [ { - "id": "215354d1-91d7-4d95-8938-aedce6e94964", + "id": "08854090-c60e-4f66-addb-585f5775011f", "name": "Succeeded. Returns the potential role summary based on the potentialRoleId provided.", "originalRequest": { "url": { @@ -136129,7 +136129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b0344a1-f672-42f9-9bc9-316cf6cd3128", + "id": "4d7127e1-5f23-48f9-b5bf-57656862604f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136195,7 +136195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52d0bf9b-7232-4128-a356-087c296239a5", + "id": "66fc4a21-68fe-4f36-9631-677e1bd90d51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136261,7 +136261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a810047-90c8-4be0-9671-8d896dfa6d76", + "id": "e14d315a-4cf0-4d76-b607-e32df671dcec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136327,7 +136327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8942bdf-c5ec-4712-abce-cf2be711fc39", + "id": "55e3337c-2ab9-4b96-8430-2e7e7876411f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136393,7 +136393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36fd8b02-63fd-4da7-be92-62dd5094a0dd", + "id": "84e175e9-4013-4ccb-8d91-244b7f158a13", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136459,7 +136459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe6a22ea-9ebc-4b90-9334-bd2cd4fd8ecf", + "id": "37066e39-57e6-48b3-9360-e7f95d5517ff", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136531,7 +136531,7 @@ } }, { - "id": "2849e288-82cf-449b-8a0e-e68b650d88f0", + "id": "cd52e006-2157-4321-a468-0f2b8859864d", "name": "Retrieves all saved potential roles", "request": { "name": "Retrieves all saved potential roles", @@ -136607,7 +136607,7 @@ }, "response": [ { - "id": "c3c0862a-6d8e-490a-8f42-26323653a3bc", + "id": "3fd2ec12-25d2-436f-9a4d-0fa6aea7ed12", "name": "Succeeded. Returns a list of draft roles for a role mining session.", "originalRequest": { "url": { @@ -136692,12 +136692,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\": \"1967-06-25T10:32:58.886Z\",\n \"modifiedDate\": \"1969-11-26T10:31:50.009Z\"\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\": \"1945-06-23T06:18:12.148Z\",\n \"modifiedDate\": \"2004-10-25T14:10:49.241Z\"\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\": \"1983-11-10T05:49:11.464Z\",\n \"modifiedDate\": \"1996-11-07T16:05:09.630Z\"\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\": \"2001-07-05T09:48:22.292Z\",\n \"modifiedDate\": \"2003-09-13T16:41:38.102Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "82c8348d-8ffa-4369-80d9-bc6307b772c5", + "id": "5463fd2d-ba32-4cfc-be45-db6d54f0697e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136787,7 +136787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00d5f6cd-9c19-4201-945f-ad5e3f26b165", + "id": "75aeb363-283c-4770-bdbd-5686b31c5bda", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136877,7 +136877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e50a4f18-6ad0-4425-b461-980bf5e143c1", + "id": "144d1b14-ba8c-48dc-b119-e1bd92f223fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136967,7 +136967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d5d244f-9bb4-443d-bd09-7f31b8047279", + "id": "b2c7cc53-c12a-4204-85e4-f29e777a4fb8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137057,7 +137057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aee8f42c-57b0-4c70-9b12-d96f91294c44", + "id": "8286d1d2-5a15-4124-8018-9bc6a4b722d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137153,7 +137153,7 @@ } }, { - "id": "c6a52377-1f77-4f0a-9876-0d3b2839b83e", + "id": "b460f055-42f3-4e39-ac88-85032e1bef56", "name": "Retrieves potential role source usage", "request": { "name": "Retrieves potential role source usage", @@ -137253,7 +137253,7 @@ }, "response": [ { - "id": "951dd8ae-7c00-4dac-8f71-b8613b2927c2", + "id": "dcd61871-1145-4584-9eea-643c0c7853c5", "name": "Succeeded. Returns a list of source usage for the identities in a potential role.", "originalRequest": { "url": { @@ -137346,7 +137346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd9401ff-98e2-481f-a00f-0d0ca5f815ce", + "id": "f64b6a64-3883-4cb5-8b4a-5a9c1f5587c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137439,7 +137439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede38658-5e5e-41e1-9985-2f57e4f0e8c9", + "id": "2a96a9e5-6e87-43d9-9b1c-5c6563c8d30c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137532,7 +137532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d1b54e9-795d-4e08-a5bf-4d614e98afe3", + "id": "3bb4a427-1327-45c5-81bb-96a272ff530e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137625,7 +137625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f5aa615-e8df-49ba-b892-15df281f2593", + "id": "d201b6c5-a1d5-4294-bd37-555788d0daea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137718,7 +137718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cb0af2c-d570-4c8f-aa40-f4edb75e23c1", + "id": "ec5d37e3-ab5d-4493-852a-c21fade78748", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137823,7 +137823,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": "d597574f-a6f3-411f-b6ed-5a3d82863911", + "id": "f597edf0-baba-471f-a68d-0cb0ad737d95", "name": "Update an icon", "request": { "name": "Update an icon", @@ -137900,7 +137900,7 @@ }, "response": [ { - "id": "7d1f5ec2-b41b-4d72-a35d-5daa6f0716ab", + "id": "d19674a2-2327-4ac8-968f-a7d42818cfd3", "name": "Icon updated", "originalRequest": { "url": { @@ -137970,7 +137970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7eb6648-4f3a-4c62-9013-d97908396e13", + "id": "13c453a8-37f1-4da7-92d0-12c2c5ac4e45", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138040,7 +138040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "410486cd-69ce-4582-803d-91d00dc22b4b", + "id": "8c10e90b-8cb2-49be-8433-b905dd2149ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138110,7 +138110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa948c37-44ca-4d59-9cb3-1eac38a270cc", + "id": "34398583-fdc6-4a82-ad4e-ce4ddd287893", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138180,7 +138180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "189c1cac-e0c2-48bf-aac7-7535784c8eb3", + "id": "b9d138c8-a4d6-4184-b8e6-a0129f1e0ddc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138250,7 +138250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee1e693f-0694-4305-83b2-67dac4b8e719", + "id": "8a3020b8-7aec-4cfa-ad46-d5c700e1e776", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138320,7 +138320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a464c698-d54a-4a9f-974d-6097fd712211", + "id": "43b09320-b280-42e9-a7c4-07c09e7e32a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138396,7 +138396,7 @@ } }, { - "id": "5c7f3ce9-04a5-4411-89e3-d8ae149fe673", + "id": "995954a3-f98f-48b5-b7b3-f5c112eb2df5", "name": "Delete an icon", "request": { "name": "Delete an icon", @@ -138457,7 +138457,7 @@ }, "response": [ { - "id": "1fca723a-3561-4e7b-88ba-23a16201d493", + "id": "9efdb240-cf8b-46ba-8ec3-98dc3192cd26", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -138501,7 +138501,7 @@ "_postman_previewlanguage": "text" }, { - "id": "39766477-7395-431f-a101-3bea7534d89d", + "id": "a20eb473-c098-468d-bfd1-305c3a6826a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138555,7 +138555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "527505e1-d00b-4e66-9a3d-56ea0ee66b4c", + "id": "503c5c85-ce67-4dce-8e3a-6c8e3ea7372b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138609,7 +138609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "839ab5e4-0189-425c-8304-0906bd08ab48", + "id": "9fc1123a-b53a-4fae-802f-5f75218b7c6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138663,7 +138663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7569e541-3b1b-410c-a56e-b6fb66264c64", + "id": "35229abc-c3d9-4727-b2e4-519ec74ab940", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138717,7 +138717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e40b4f14-762c-4759-8f48-4d474fe333cf", + "id": "d62137f8-dad0-40c4-813f-260f15abf453", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138771,7 +138771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "643be600-5088-4c1d-a248-dd3919a66580", + "id": "faa42559-fc5f-4d77-819f-4233ee4c8c7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138837,7 +138837,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": "e55007c1-8a1a-42ae-bd2d-a5ea8be583b3", + "id": "924a985a-fb31-4b44-aa45-e198714fb566", "name": "Attribute synchronization for single identity.", "request": { "name": "Attribute synchronization for single identity.", @@ -138858,7 +138858,7 @@ "variable": [ { "type": "any", - "value": "dolor quis", + "value": "aute elit", "key": "identityId", "disabled": true, "description": { @@ -138888,7 +138888,7 @@ }, "response": [ { - "id": "caeca0ce-dd56-4ae2-ac78-fa4683d36aca", + "id": "06cfc367-7401-4940-a2b9-d24fdad1e2c4", "name": "An Identity Sync job", "originalRequest": { "url": { @@ -138942,7 +138942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23449a95-e7dd-4647-a056-4b3c5fa2dbc3", + "id": "88122ec8-1277-4041-8ba9-ba27591d1eab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138996,7 +138996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42343493-d131-4e1c-8512-790ef00200de", + "id": "5d20a316-5561-4555-9d33-e719fc34ecc9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139050,7 +139050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75f0202b-59fc-4e50-8b47-c1d7ccc79f47", + "id": "bc22d993-2df0-4d33-87e6-f7b3cb72d20f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139104,7 +139104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d215c467-c33a-41e7-9b39-1d6d39c0382b", + "id": "c732d9e5-f6d9-40fd-8e52-17165c958e21", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139158,7 +139158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b89afa4-faf9-4963-9dd9-6241be57024e", + "id": "4c1f8c52-686c-44c0-a37a-b39ada55aee5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139212,7 +139212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "868bac88-6b49-46a9-aac8-698b8ea86bd5", + "id": "b78b2cb4-ddc9-4169-8312-724d53fd7b9c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139272,7 +139272,7 @@ } }, { - "id": "9bc4903c-6666-4f45-9a76-d8a8fe436f25", + "id": "61c3939b-86ee-4a0c-bf7c-18b1dcd62718", "name": "Get ownership details", "request": { "name": "Get ownership details", @@ -139323,7 +139323,7 @@ }, "response": [ { - "id": "d123b99b-75dc-4c44-8131-23bef228ed8d", + "id": "fa20974c-9dbf-4656-a6d6-fbe74fd6371a", "name": "Identity's ownership association details.", "originalRequest": { "url": { @@ -139377,7 +139377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f38fc5d-accf-4642-ab61-2e2a8c838681", + "id": "21b52433-8f74-4ddf-91e2-d0b3894f949b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139431,7 +139431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b2752bf-18db-4ed0-b09d-eddde13c5ebc", + "id": "53f57ecf-d114-49b3-9003-dc5037c2a24e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139485,7 +139485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fb302b1-e961-4f0b-8d1b-79069df49190", + "id": "a0a5d63c-3262-483f-a47b-9c21ecb57779", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139539,7 +139539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfde7254-951e-4442-b20d-1537a32a9faa", + "id": "c809e2bb-ebc0-4dde-86ea-6e518ce272ba", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139593,7 +139593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0e8db4d-2b96-4353-be41-62352c3ea4b9", + "id": "caa32d9f-2d5a-4a45-97df-99f456e57718", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139647,7 +139647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0809d67b-83f3-494a-80c0-f3eeac492ad3", + "id": "5343d736-1bbf-4f75-b6e1-223d0c16e831", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139707,7 +139707,7 @@ } }, { - "id": "945e9575-47d1-4c11-9540-b5a30dc6b386", + "id": "e0c6b783-9bd6-46be-855e-735122dfec56", "name": "List Identities", "request": { "name": "List Identities", @@ -139800,7 +139800,7 @@ }, "response": [ { - "id": "750d0868-78cb-4533-8be0-e6bb0aed9efe", + "id": "e5c9ecb5-6b1d-4efe-a5b0-eeda14f7b7d1", "name": "List of identities.", "originalRequest": { "url": { @@ -139907,7 +139907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b255f05-edb7-4f79-87e7-2b7a6ff0cfbd", + "id": "069cdb40-ccd4-44f1-8628-29c57674761e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140014,7 +140014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc7e92f4-92e6-4867-a5ed-1748ba5108d5", + "id": "aa9f02f1-6348-478c-899e-5cabd25fe5a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140121,7 +140121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e76c16a3-23e0-4082-b9ab-918e7c9dea12", + "id": "42f8931b-39e7-4a6e-8621-454f4d8f15e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140228,7 +140228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbef27e3-33e1-4a05-9f85-5eb468de10c2", + "id": "a63d1b1f-0691-4514-9c10-9b7a3104ac34", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140335,7 +140335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32a604da-31aa-4944-a035-d27e0c56ca8c", + "id": "8d4945d9-7925-4f0b-b1ed-af4879abf538", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140448,7 +140448,7 @@ } }, { - "id": "598ea9e4-c2e1-43e5-91ce-55d8f9e443f0", + "id": "90f8e2f1-c3e3-4c0d-b283-589d3e49df14", "name": "Identity Details", "request": { "name": "Identity Details", @@ -140498,7 +140498,7 @@ }, "response": [ { - "id": "9dbc8423-b3ac-467a-9397-c3aa497ef8fc", + "id": "761c6857-5892-4176-85e8-0dfb1dde5f6a", "name": "An identity object", "originalRequest": { "url": { @@ -140551,7 +140551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70f2b29b-5be3-4793-b177-0cf505fbe841", + "id": "e23b04fc-91a7-4c58-9065-6d1756af9160", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -140604,7 +140604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5163d5-a8b7-44db-9eac-3db5f1df5e6a", + "id": "ea227f5d-9e34-4916-b0ff-f6aaaf0216e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -140657,7 +140657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c016ccd3-5cf6-46a9-a660-825dc2897676", + "id": "23174474-603b-4e35-a960-ec0215a2930b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -140710,7 +140710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f70edde-df26-4ba0-a80f-db1f1d3bda86", + "id": "f97da31c-f706-4d47-8005-8fa6a3a5ec27", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -140763,7 +140763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4292f1f-5183-4170-bc29-0d5b65a44f9c", + "id": "46c6016b-bb2f-4a23-ae18-bb49687d80e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140816,7 +140816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50e69ef7-409a-4e33-b74b-fe86b1285c34", + "id": "758445f4-ef16-4b45-b33a-a20509bda30b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140875,7 +140875,7 @@ } }, { - "id": "87aebe57-7834-4f10-a8d5-19ec235bfd53", + "id": "878b6ddd-f590-41c5-9029-068597a832fc", "name": "Delete identity", "request": { "name": "Delete identity", @@ -140925,7 +140925,7 @@ }, "response": [ { - "id": "43d88ccc-fbdb-4fa3-b1ef-198a15b95a1c", + "id": "37785af2-f687-452b-8530-2f300ec44b8f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -140968,7 +140968,7 @@ "_postman_previewlanguage": "text" }, { - "id": "14885356-a170-4bb8-a95d-b401f7896535", + "id": "b2721d7b-e60d-484e-ace9-03049dd1a387", "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": { @@ -141021,7 +141021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7373e69e-88a9-45a9-9a71-c900459bc3e3", + "id": "8f5cfa4b-87c9-4ca7-94e7-c14b760df8da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141074,7 +141074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4847a0a-3473-49e1-8acc-51b177d4d2c3", + "id": "8811ba32-63ae-4a2d-9e83-03cc7e288d69", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141127,7 +141127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0c3877c-4abf-4136-b73c-3981a265caaa", + "id": "d7220c44-9d86-4685-8e96-94a3ca2b5e49", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141180,7 +141180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d324ac6-a296-420d-961e-8c1ae508f075", + "id": "382eee12-063e-4d57-9238-d642d7cb66f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141233,7 +141233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46827b74-c9f7-496a-ab8b-dfbb5d4799b6", + "id": "1aab42e2-752b-4b6b-9ee5-011c16c4c271", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141292,7 +141292,7 @@ } }, { - "id": "b3f2597a-c06c-4e1d-88a2-f3c0ea9203b3", + "id": "b1669f10-44fd-407a-9c3b-632fa8db58f9", "name": "Process a list of identityIds", "request": { "name": "Process a list of identityIds", @@ -141344,7 +141344,7 @@ }, "response": [ { - "id": "4ea702a4-fafa-4aac-bbf5-eb0e756f8024", + "id": "b3d865ed-a5e1-4ef2-a13c-a683ed14eea8", "name": "Object containing the DTO type TASK_RESULT and the job id for the task", "originalRequest": { "url": { @@ -141410,7 +141410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5609d63e-bc00-4898-83ad-7b909df38fd8", + "id": "913a6a79-7b46-4c46-81c9-41abc81b4390", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141476,7 +141476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2aa9e246-c0a4-4ad0-a204-773e84c9bd54", + "id": "ec730f1e-de67-4630-9d0b-8ca0c129e3e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141542,7 +141542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d87c1e42-e9ff-48c4-8927-4a2e1e8671ac", + "id": "f82326dd-31a7-4875-8422-cf506f232bd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141608,7 +141608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "289317d3-4cb4-4438-8dad-9c4aed015c3a", + "id": "82b03bec-8fb6-4367-95be-8df59dabcf19", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141674,7 +141674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49b7634d-b450-4218-95a2-a90283573180", + "id": "09beed69-0059-4946-a837-b40c71157452", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141740,7 +141740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b2be8c0-47ad-44d5-aca7-688ea4fb394a", + "id": "83757111-d432-406a-b983-f241fe8efae5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141812,7 +141812,7 @@ } }, { - "id": "9108ea26-6382-4b94-869c-665a7dc19254", + "id": "55fb3e49-8bfa-4393-ab51-a007b7398af3", "name": "Reset an identity", "request": { "name": "Reset an identity", @@ -141867,7 +141867,7 @@ }, "response": [ { - "id": "ebf28e40-fd23-4fe7-a855-9f82845a0d35", + "id": "cecaa394-2214-40da-885c-4a69500cb4b7", "name": "Accepted. The reset request accepted and is in progress.", "originalRequest": { "url": { @@ -141911,7 +141911,7 @@ "_postman_previewlanguage": "text" }, { - "id": "56e38ce6-05f4-419a-84cc-2c99bb2ddf0d", + "id": "84566b7f-f618-4ba4-a068-d60d72bc25b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141965,7 +141965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95bec62d-9ac8-4c37-98d6-9fc6387c1893", + "id": "9ddc7f27-7e57-49b2-ab91-b56a076c88fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142019,7 +142019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c3eebd8-b628-4e34-a83d-aeeda8405a8b", + "id": "c5bbf895-5f8c-4006-ab0c-8b422f068a90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142073,7 +142073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "960053d8-37f7-4028-8f9c-cb133a544f53", + "id": "1a4fbf77-17ae-49fc-afd7-90f4dbafc5dd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -142127,7 +142127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e03dcaa-82f5-4fb4-b345-c59be6f77488", + "id": "caf73ad6-0f21-48cd-b62d-ae02861d25cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142181,7 +142181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25d4867c-e53f-483e-a02d-7fbd8aa513fa", + "id": "ec4f3420-0564-45b0-b24f-99cd3f57f96d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142241,7 +142241,7 @@ } }, { - "id": "a0475f6a-2c7c-4925-9080-8ec704cfb7f7", + "id": "f25c81d7-1879-4cc0-bfcc-66ff580c0ddf", "name": "List role assignments", "request": { "name": "List role assignments", @@ -142311,7 +142311,7 @@ }, "response": [ { - "id": "08200705-6557-4163-83cd-33c844308834", + "id": "696b8402-3e19-4996-a91d-9ed5d136c24b", "name": "A role assignment object", "originalRequest": { "url": { @@ -142384,7 +142384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb3f3c37-ee38-49b3-9cf8-9ab051c1e1ce", + "id": "8f117181-1bf2-49d0-a52b-11eb16a242f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142457,7 +142457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f146dc-07d0-4172-80d6-35b7e88061f3", + "id": "eb850a64-d7ca-4134-beda-e101e6e2c5ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142530,7 +142530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c32ba0d3-61f4-4712-bd24-56a28a13c7df", + "id": "061c4f5d-4ae2-4dd8-b911-b0d468d7dba3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142603,7 +142603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbf71b02-a684-43d5-9ce3-1df98908b04a", + "id": "c0631282-32a8-4c43-80a1-ef7202cd14c9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -142676,7 +142676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be23d428-7765-4571-97f6-4aed78280fc5", + "id": "499e20af-b04a-4583-93ba-48127067509a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -142749,7 +142749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32078fb6-e13a-4acd-8180-baa825457997", + "id": "8042a88c-6f1f-47f5-8b28-c9deeeaa92d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -142828,7 +142828,7 @@ } }, { - "id": "e4fdab5e-c2d3-495a-abf4-0dfb58afcb23", + "id": "7821a76a-a90e-47e4-8265-7cf0ff5937b5", "name": "Role assignment details", "request": { "name": "Role assignment details", @@ -142887,7 +142887,7 @@ }, "response": [ { - "id": "ddf33383-c9bc-409d-b9d6-9b1507112f0b", + "id": "e1ff9097-d110-42c7-a77e-e48396186201", "name": "A role assignment object", "originalRequest": { "url": { @@ -142942,7 +142942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca8032d8-0b75-45fd-ab64-7d0c46cf9f0a", + "id": "be2c0fbe-6339-4924-ae8d-4d487196a349", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142997,7 +142997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b27def-d2d6-4b36-9807-ec8db5482e5f", + "id": "d117e2b8-df77-47de-b216-605d9596dcae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143052,7 +143052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d0d3e7-de08-4ab8-b6e9-39540f4aefc9", + "id": "8aec4b3d-f520-47e2-a6d6-9865954f5960", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143107,7 +143107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d77e19d-94e4-492d-8e38-6252089c938f", + "id": "e1edc98b-5390-4109-b280-dc7d5169e237", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143162,7 +143162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14c3e102-53d8-4be6-ad47-9b5151655acd", + "id": "d7743f74-7d3d-4db7-a146-9580a690b3df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143217,7 +143217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d97eaf-567d-4f91-80fc-131aa1da82a6", + "id": "d483ce90-3ab6-4e03-8304-b254c99eae1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143284,7 +143284,7 @@ "description": "", "item": [ { - "id": "7b23b142-03ed-4c2d-b018-d9cbfc372d65", + "id": "5227fbba-f138-4cbf-87a7-482212deef1d", "name": "List Identity Attributes", "request": { "name": "List Identity Attributes", @@ -143359,7 +143359,7 @@ }, "response": [ { - "id": "000613ed-51b7-4e4c-9081-4d13d8a3181b", + "id": "6c6480dc-f553-4e6a-82d8-4dea0a8e1c4b", "name": "List of identity attributes.", "originalRequest": { "url": { @@ -143448,7 +143448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cb2f94a-ff03-4b00-a0db-e64f88333a19", + "id": "a19750c6-18fd-44a8-893e-16c0a6ca4cab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -143537,7 +143537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5dda95-f543-482d-bf43-3ba1bcbd63c5", + "id": "923cb54e-94e3-4f2d-9273-30f1d533d353", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -143626,7 +143626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66096b7a-89a3-421b-af61-bd68efa62904", + "id": "c5ca88f2-460c-4cf7-8bc0-8cb6b85cdb58", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -143715,7 +143715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7223c13b-66b0-47b7-aebd-2fa29f79e11c", + "id": "bf91615b-0b31-4124-909f-8b70be0ac314", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143804,7 +143804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d55b2084-b887-4a56-b120-4c53a1f4d893", + "id": "c3857aad-bc37-4466-91d0-efe2225f2f3c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143899,7 +143899,7 @@ } }, { - "id": "bd590dab-a5f4-49aa-9ecc-332217e39c08", + "id": "c67e5ad8-4fa5-4bf1-8c25-65873edd32a3", "name": "Create Identity Attribute", "request": { "name": "Create Identity Attribute", @@ -143950,7 +143950,7 @@ }, "response": [ { - "id": "ccc06694-ab77-45a3-91bd-a1d179266b5f", + "id": "bd97041a-d68d-4ac6-8a5f-1b2ee59c6568", "name": "The identity attribute was created successfully.", "originalRequest": { "url": { @@ -144015,7 +144015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e52f096-0562-4613-8498-9d9329d0fbd8", + "id": "d197ba55-ac36-479d-86d6-73657fac766e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144080,7 +144080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4beb452-772a-4e98-919d-dda92c147e5d", + "id": "3bc69e48-2170-44b8-8ad5-fda4a50faab5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144145,7 +144145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782517b9-9229-4419-889c-ac5c379543ac", + "id": "4a504c03-3269-4a1d-bbf8-9d5a24b04f12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144210,7 +144210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7256afc2-b5b4-461a-908c-2b4babadbb4e", + "id": "26dd8b1d-aba4-4723-988c-bd12a87b5f1f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -144275,7 +144275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2de61901-c1dc-4772-aceb-53e10f1324b9", + "id": "d5ddcb3b-276b-49db-8ff6-552a33a2384b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144340,7 +144340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b4a935f-790c-449b-9b10-83884ecfcd4d", + "id": "c2c57ae8-898a-4509-b91d-42e6bbf8ab99", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144411,7 +144411,7 @@ } }, { - "id": "088d501c-b081-44a3-ab73-0925cc0dcabe", + "id": "7139fdeb-bc3e-4b6f-b4c2-66189cb0d6be", "name": "Get Identity Attribute", "request": { "name": "Get Identity Attribute", @@ -144461,7 +144461,7 @@ }, "response": [ { - "id": "f2c86c6e-46b1-4c6d-8c49-a09283c9a407", + "id": "8b7f0bf8-0a58-4adb-b3a2-f0c30f2cb2c7", "name": "The identity attribute with the given name", "originalRequest": { "url": { @@ -144514,7 +144514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6376aceb-4b61-4d18-ac33-96ccfc0b307b", + "id": "d847e464-0b16-4356-88ce-413c932e9e22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144567,7 +144567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aeb1a394-be7e-42ba-8820-edc4eaa714c6", + "id": "a61dd5db-680f-44d3-908b-bd5ecb965da3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144620,7 +144620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d62b9ec8-c78f-4886-8920-283a10650f5d", + "id": "61d22105-6a36-43de-aa71-312b6073b588", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144673,7 +144673,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91abadeb-bbbb-4776-9422-965fe43b733c", + "id": "fc4aae92-7773-4ab1-8849-31cb0b6cb8da", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -144726,7 +144726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "664a0524-6c20-41e2-850c-0e4cede489ec", + "id": "4e46d502-b3b3-4595-a017-3e7580560633", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144779,7 +144779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2663460-ff1b-47c4-a3f1-2ce89d2e68b8", + "id": "d90582fc-3949-45ac-b221-ff15b48829d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144838,7 +144838,7 @@ } }, { - "id": "d052cc25-95f3-4060-a303-a685b87800f9", + "id": "d45adef2-ab95-48d4-9857-6ebeadddf13c", "name": "Update Identity Attribute", "request": { "name": "Update Identity Attribute", @@ -144901,7 +144901,7 @@ }, "response": [ { - "id": "5e12903f-a975-4a17-b846-5573f1cf5bf8", + "id": "ffe4479e-dd0e-43e1-b6bc-eb85db58cdb0", "name": "The identity attribute was updated successfully", "originalRequest": { "url": { @@ -144967,7 +144967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59c27960-e169-4a68-a59f-e5ddb5edff87", + "id": "b0ba8336-4a5f-4ebe-bb61-3a9dbf0a6940", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145033,7 +145033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c92bceb-dd5c-4d71-b5b1-9a2da96c5a31", + "id": "5dc87962-58d0-4d39-bc76-60df8a52bbb2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145099,7 +145099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78cc95a2-f0a9-4da5-af16-89a97a6117bc", + "id": "8bb8b476-cf71-4bb2-b25a-96b298d82dc2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145165,7 +145165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43d82a89-2e2c-459d-9234-2a86e1ffcd75", + "id": "9b05f7b2-1b79-47d0-b433-d9b7f31995f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145231,7 +145231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "116e8c27-901f-485b-92bc-839dd76f57b8", + "id": "f4c43bee-8f58-4881-af4f-597785200fb1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145297,7 +145297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e76409-6c2e-4b81-917a-cfae4983a9ee", + "id": "4123cb10-9cf7-4a30-8a00-73d0debe3ff9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145369,7 +145369,7 @@ } }, { - "id": "df2647ae-50f8-44b0-9ee5-70d2ee20d1c2", + "id": "ae655c6c-c587-4edb-bc9c-b97e6a382fdb", "name": "Delete Identity Attribute", "request": { "name": "Delete Identity Attribute", @@ -145419,7 +145419,7 @@ }, "response": [ { - "id": "41738374-c5ca-4f2a-8723-61515d3f05eb", + "id": "f96e6dc7-d035-4853-9e01-bb6f3cacf0bd", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -145462,7 +145462,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a74b5d9f-9a18-4cbc-86c1-16065a6e7752", + "id": "8784c455-e14b-4664-9aee-ced9c5f0608b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145515,7 +145515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a38048c-1f70-46a2-8c34-c7f4b5b6a08c", + "id": "8e8a295e-9424-4e30-a253-e54d5c169af1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145568,7 +145568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2633f980-70ba-483b-8cef-6854ca317ef7", + "id": "952b099e-f710-44e7-95cf-1750ba687865", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145621,7 +145621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55fafc0b-a151-4eb6-b962-f31f33cd52ba", + "id": "dfa8f371-f40e-4833-9450-a3fded73a8b7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145674,7 +145674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e01952-c205-4814-b6e8-9f7f883b691b", + "id": "1e73f97f-4303-4c31-a1af-9a2c6102c503", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145727,7 +145727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e6cc45c-34b2-49b9-9a2a-5099cc4a8538", + "id": "63747542-e61c-4e35-83d4-f98ab48161e0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145786,7 +145786,7 @@ } }, { - "id": "6894a238-3f37-4540-9234-f00b3af6bf04", + "id": "9d797c17-1fd3-4b1b-abe4-ba964fe1d6b7", "name": "Bulk delete Identity Attributes", "request": { "name": "Bulk delete Identity Attributes", @@ -145838,7 +145838,7 @@ }, "response": [ { - "id": "441690a7-81d2-407d-8a41-56c4968f2197", + "id": "d75682fb-3e97-4ffe-b9c8-8f31dded5e1f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -145894,7 +145894,7 @@ "_postman_previewlanguage": "text" }, { - "id": "43112ba4-59e8-4f78-ad98-652959b1d014", + "id": "9bb4783a-1238-44dc-a53d-0c27bb3df1da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145960,7 +145960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "734ea855-42fa-49f4-a07d-0a11cdb9f61f", + "id": "d5c65831-0bf4-44c2-8a66-ea4c0669df1c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146026,7 +146026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3420f3f2-2a2e-4954-82e0-ae1859c6f624", + "id": "fb7e5cd8-5880-4052-b7fa-5a73ab3d2862", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146092,7 +146092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70d7a015-f946-4d51-a4ff-bd674d4011b6", + "id": "5cd72c22-3e80-4494-9751-4d1bc2005053", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146158,7 +146158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78738577-e176-4e41-9330-d8d92a34b84f", + "id": "1c7aa58d-a52d-4765-814c-3555f1c71326", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146224,7 +146224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b5fa14f-8bd5-483f-bdb1-4a12e7c5d04d", + "id": "6b049aab-cf71-462e-ae38-673f87d7eba1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146302,7 +146302,7 @@ "description": "", "item": [ { - "id": "eb593b59-e86e-4486-a3f2-4745367e880f", + "id": "c2315a32-2e57-4094-986e-d271ece2c30d", "name": "Lists all the identities", "request": { "name": "Lists all the identities", @@ -146386,7 +146386,7 @@ }, "response": [ { - "id": "104668fc-ae97-480e-b266-e296bbb6af04", + "id": "a722d0ea-25e9-401d-9121-c07d94da992a", "name": "List of identities for the customer.", "originalRequest": { "url": { @@ -146484,7 +146484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dcbe9b8-cdcf-4cdc-be4f-b37cc612f414", + "id": "bdece6e4-e9a8-4e61-814e-42d0122e69ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146582,7 +146582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58bff59e-4cfb-4577-8eb4-c7e34f283079", + "id": "2a0d37c8-70d3-4d72-8384-53bb2883e2ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146680,7 +146680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea3c965c-7790-40f9-90ec-b07552229311", + "id": "9e29bb6f-9682-41e2-82f3-721a256df00c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146778,7 +146778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2d0af58-c58a-4570-9538-d1eb2a7079cb", + "id": "cde67a6b-7b7b-4591-a99f-02fbbaf00020", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146876,7 +146876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eeb9d9a4-5639-4f81-94bf-f13f6ad58b01", + "id": "85606369-a8a6-4f4b-8873-74925d6d6aa6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146980,7 +146980,7 @@ } }, { - "id": "0f74b0b9-b7ba-417e-9dae-1a9fdff33f4e", + "id": "e91bf1af-0c49-4fe5-9a40-8f1e49dac4bd", "name": "Get latest snapshot of identity", "request": { "name": "Get latest snapshot of identity", @@ -147030,7 +147030,7 @@ }, "response": [ { - "id": "648515af-96ff-4239-b4c7-901b2c9ff759", + "id": "3c7ce73b-b0f5-4aa5-85b5-63a7016a5dcc", "name": "The identity object.", "originalRequest": { "url": { @@ -147083,7 +147083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9928665-5def-4539-be1f-8188f21f209b", + "id": "e3b86838-10af-476b-ae36-333c86b60a70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147136,7 +147136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "299e16d8-c303-4c0e-a3ea-42a1f9620ab2", + "id": "91a5f94a-0254-4dfc-9aad-1972ea16e1e1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147189,7 +147189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa949a9a-a2c1-40cc-bd40-c227f7322b92", + "id": "2a4f23f8-a484-4a75-bddb-b9f8cc887418", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147242,7 +147242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92a18e09-839c-4cd8-95a5-98397f9ba609", + "id": "eff4de46-afac-4088-88f4-5feda47fc14a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147295,7 +147295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40296566-9758-4ac1-bdac-4ef0cb4ebb3a", + "id": "e45a2d65-4b9f-402e-9f5d-5b891f1cce18", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147354,7 +147354,7 @@ } }, { - "id": "ac21d8b6-b94b-4baa-b92b-374ee47492b5", + "id": "f609875c-2257-4df0-82c6-42a6d1a8bde8", "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", @@ -147415,7 +147415,7 @@ }, "response": [ { - "id": "f494c1d9-f969-434d-aa34-48f634973562", + "id": "8414a98a-587d-4ec7-8f63-ba043e8799c1", "name": "Access Profile", "originalRequest": { "url": { @@ -147479,7 +147479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfaa80bf-0dea-44b6-8b38-7df25e7b0efa", + "id": "6c413ed9-d5bb-4ba0-8e32-e86c36becf5e", "name": "Account", "originalRequest": { "url": { @@ -147543,7 +147543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f53a0192-777d-4296-8b71-ed9910f3bfc8", + "id": "96d4d797-b8cf-4558-a6cb-4886776bd670", "name": "App", "originalRequest": { "url": { @@ -147607,7 +147607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c4d21c-f172-45d9-a987-ff514d76b701", + "id": "ffc08110-dce7-4c92-91a3-41c4c0df9a17", "name": "Entitlement", "originalRequest": { "url": { @@ -147671,7 +147671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4ea05e9-ac76-4d9c-b0d6-9dcfdb36b052", + "id": "5b2fb794-766e-48d1-972c-ebb3c4f52a15", "name": "Role", "originalRequest": { "url": { @@ -147735,7 +147735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08da524d-0ba0-415c-a182-9874929e8220", + "id": "79fd03aa-67d4-45c8-89e9-2e9355fcfd45", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147799,7 +147799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b12eaa3e-1e23-45a4-ac01-5d675fd06809", + "id": "424b6e52-f017-4736-b3d1-f287dc697c78", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147863,7 +147863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80818251-180f-4007-ad2c-f604544d6fdd", + "id": "97abb785-ad4b-43f6-af42-ca82011c2022", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147927,7 +147927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "904f3645-d635-44ab-949a-d07bf4de7cca", + "id": "580f6367-c91f-4acc-92c6-15b7afed8521", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147991,7 +147991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b50c2408-143d-4a54-b960-05e29634905d", + "id": "a62187f2-a4ef-4e44-8c7d-7ad792df240f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148061,7 +148061,7 @@ } }, { - "id": "06742f5d-7564-44ce-90db-16617e5aec48", + "id": "fdf9e671-a630-4911-b65e-563218cef002", "name": "Lists all the snapshots for the identity", "request": { "name": "Lists all the snapshots for the identity", @@ -148158,7 +148158,7 @@ }, "response": [ { - "id": "ba22f408-2714-4a38-900a-30ada39eeb34", + "id": "17649064-c52f-48fa-a234-9cee2b3ce8f2", "name": "A list of identity summary for each snapshot.", "originalRequest": { "url": { @@ -148258,7 +148258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f081c4b1-273c-4ba2-bc6b-ff01b9f25143", + "id": "60db057e-2776-4b67-8060-514358e2316b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148358,7 +148358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfbe1111-990e-482c-a539-c1f1eb56750e", + "id": "fc651ea6-6f53-49d2-832d-d11b554ecf87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148458,7 +148458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80894c82-a572-4b93-940c-05bd4cf2fdb5", + "id": "39bd3f2f-dca0-4472-958f-712c9a83b548", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148558,7 +148558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "202bd7b9-4772-4418-80b3-f4e6db887007", + "id": "60f6ffe5-558f-4868-adb5-43be0447e215", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148658,7 +148658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "083a3424-f9ec-4efb-b93e-9ceb0073127c", + "id": "4c2fb1f6-4d97-4c5e-a1f8-0bf44d64bfa2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148764,7 +148764,7 @@ } }, { - "id": "7f803796-c452-424c-9e00-763934575cc5", + "id": "c3fbc492-a18e-40d1-955e-2fac51b38a1d", "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", @@ -148870,7 +148870,7 @@ }, "response": [ { - "id": "85ff1107-e0b5-4602-9ea2-ce967adae4ee", + "id": "c484083c-f39a-4bcd-8f08-a41d7774b5b8", "name": "A summary list of identity changes in date histogram format.", "originalRequest": { "url": { @@ -148979,7 +148979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db435e7-3d0d-4f01-bd44-1a43dd123ccd", + "id": "83e179a5-e2ab-454c-8e72-f837e1278036", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149088,7 +149088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b9e45fd-b349-4b08-8a50-9066a6b62388", + "id": "46f9545e-78d3-4d8c-aef3-df33d0071238", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149197,7 +149197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73729be6-1160-4746-bd11-b847beb0bf0e", + "id": "1e118861-749c-4459-84a3-54c5d9c6161e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149306,7 +149306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7edde7e-a8d0-4a65-b450-9318b9dede00", + "id": "44bd61ee-7a3c-4eb5-8042-d921654d0982", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149415,7 +149415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4711571-9adf-4cb9-be5e-4170769da29a", + "id": "c4ce8e99-962a-492e-9710-878828ba6fb8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149530,7 +149530,7 @@ } }, { - "id": "b78c566f-bf36-498a-aaba-0fa259c9f45d", + "id": "d90199fa-bd82-499e-b6a1-eb08a368502c", "name": "Gets an identity snapshot at a given date", "request": { "name": "Gets an identity snapshot at a given date", @@ -149592,7 +149592,7 @@ }, "response": [ { - "id": "a4ed552a-fa36-4150-ac66-5ab578528c3f", + "id": "db43d022-a4b2-4fbb-86bb-a6f31d41737d", "name": "The identity object.", "originalRequest": { "url": { @@ -149647,7 +149647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23984fb7-0df0-4076-84a5-12ca1720e9f7", + "id": "3ab35e3a-38aa-4f96-b381-aae31deec696", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149702,7 +149702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5024f1c0-ceef-4d39-b2aa-8fa028252b63", + "id": "e673d3fc-023a-4247-b520-be5090d9d42a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149757,7 +149757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3c5f7de-8858-447b-bf17-4b0360e5be82", + "id": "15ee527f-5a83-4d32-bd28-fdf05b5285f9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149812,7 +149812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d39711a-7c04-450c-9650-09b2bfca8078", + "id": "0af5713a-dddc-47c6-a5d6-3498597669fa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -149867,7 +149867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5221620e-97a8-4730-a1c6-e1e3cdd3b29d", + "id": "d86a4a36-2df2-4852-bb87-3ccfd72adf08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149928,7 +149928,7 @@ } }, { - "id": "1d2eb2cb-e02e-4e0a-9551-8b7394a0cdcb", + "id": "3cea63f3-e349-45c1-9f70-5a4d5dd4177e", "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", @@ -150001,7 +150001,7 @@ }, "response": [ { - "id": "6cd017bf-59f8-4b94-9d94-b29eb5000ec1", + "id": "01af2247-b9de-4cd1-821e-bb92e6999fcd", "name": "Access Item AccessProfile Response", "originalRequest": { "url": { @@ -150067,7 +150067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62ef7f93-529c-4071-b1e5-0facbaf0abeb", + "id": "eaae61de-bc81-4e06-b0b7-6b28f8cafcc9", "name": "Access Item Account Response", "originalRequest": { "url": { @@ -150133,7 +150133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782e1dda-a8f6-49a6-b95c-21d750164aa8", + "id": "fe125626-57cc-47e6-8eb8-200961f9c0de", "name": "Access Item App Response", "originalRequest": { "url": { @@ -150199,7 +150199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7b1ca68-bb60-4201-84e2-fffe7522b9a6", + "id": "e0be39c5-50be-47d1-9477-1747a30c15cc", "name": "Access Item Entitlement Response", "originalRequest": { "url": { @@ -150265,7 +150265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a48c3a3e-b7f2-4b9d-8b5b-8f87694feb6a", + "id": "5e546588-462d-4a42-b511-49f8e9bae53f", "name": "Access Item Role Response", "originalRequest": { "url": { @@ -150331,7 +150331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a65e866-9a51-4f94-a337-2c827d2d79b5", + "id": "fbd24c08-ec38-4fd4-8e72-67009f85994b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150397,7 +150397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09fa6c7c-eb8d-46f2-a975-8bc4aaee047d", + "id": "3b41d721-2202-4557-9016-23c8be2aa782", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150463,7 +150463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2d42473-7ba7-4397-b100-67d9705a5b7a", + "id": "931f12b3-2790-4f3a-b57d-533218b6e920", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150529,7 +150529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c64a8d4-02c1-46c7-8d0a-673ffe4036d9", + "id": "81a0e69d-88a0-4028-982f-49600098d8a5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150595,7 +150595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09b2847b-f35e-464a-86f8-2b607b203505", + "id": "1572e9ea-151e-4adc-a02f-f86237387832", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150667,7 +150667,7 @@ } }, { - "id": "482c95dd-fc87-4b1f-91ec-38d84342320f", + "id": "02ff132b-4a0c-4597-8e68-4e5edecd0e58", "name": "Lists all events for the given identity", "request": { "name": "Lists all events for the given identity", @@ -150791,7 +150791,7 @@ }, "response": [ { - "id": "6c512cea-76bb-4444-a532-bc542ccd18fa", + "id": "17da94da-6cba-416a-9454-3fbcad7d8b40", "name": "AccessItemAssociated", "originalRequest": { "url": { @@ -150900,7 +150900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f973948a-86e2-4649-8056-57001882d02e", + "id": "9b29f652-b179-4ade-a99b-60e8b161533f", "name": "AccessItemRemoved", "originalRequest": { "url": { @@ -151009,7 +151009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a64515bc-cd4f-41ef-b42e-caacc5deaf19", + "id": "5b337192-6e4e-47e4-a0c6-53ea1d6b8ed5", "name": "AttributesChanged", "originalRequest": { "url": { @@ -151118,7 +151118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed5451f5-1e3f-47b0-807f-05ece888e262", + "id": "a9f0dc19-038b-4c44-9ebc-9de75e851475", "name": "AccessRequested", "originalRequest": { "url": { @@ -151227,7 +151227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f64717c-c549-452d-bac6-bd2023f2b0eb", + "id": "1ea3d1b5-43f5-485b-b73e-1796b34ee5ff", "name": "IdentityCertified", "originalRequest": { "url": { @@ -151336,7 +151336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f37ffbb-8674-4292-9036-676320d13c49", + "id": "a08f00f1-bcb4-47dc-812d-a1ee4a081968", "name": "AccountStatusChanged", "originalRequest": { "url": { @@ -151445,7 +151445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ba6bdbe-62ca-4624-b6b9-9885ca37dd69", + "id": "daccdf9c-8b83-404d-a3d7-6e41606d9643", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151554,7 +151554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "976d923f-15cc-4c21-b247-bffaad6d93d1", + "id": "01943a14-86bc-4638-9e18-9df791b8fa75", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151663,7 +151663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a2d3da5-c43b-4e6b-9720-bb67e49e5dc5", + "id": "f0d461be-059f-4501-862f-aca10caeaf71", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151772,7 +151772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f102037d-3189-4caa-b1c6-f7b68b583a6c", + "id": "17613547-89ae-4d9d-be3b-f2afddfaf4cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151881,7 +151881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "302dfd6c-ab83-4146-af10-cde40612b952", + "id": "eb59f46c-b56c-4c0a-a3e3-7c320a18699f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151990,7 +151990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac4805c7-53e4-453d-8f46-63441467f308", + "id": "c41facfc-1437-41b4-b0f1-9035ed74577c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152105,7 +152105,7 @@ } }, { - "id": "342e53c7-1183-40b6-8443-216d956dc09e", + "id": "a3d68643-0706-4a66-9706-393fa8ef497d", "name": "Gets the start date of the identity", "request": { "name": "Gets the start date of the identity", @@ -152156,7 +152156,7 @@ }, "response": [ { - "id": "abd99053-b7e6-4b61-aa9e-d237aaaadeb5", + "id": "5e2aa35d-bbf7-44b6-b66a-f826338e8d49", "name": "The start date of the identity", "originalRequest": { "url": { @@ -152210,7 +152210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a00ba849-d56b-4375-a26e-6587a89b0e3a", + "id": "7146efd1-e4c9-449d-a02e-d8417ddbe3f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152264,7 +152264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "732baeb4-ea19-4667-be0e-7e2ae8926b52", + "id": "a2ba5ab9-1f8c-47f4-9b5d-115111d8a9c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152318,7 +152318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46ed98d8-897f-4775-aff1-1fc7f598ae14", + "id": "47246097-1b17-4694-bb13-c4dd91a19eba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152372,7 +152372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eed20e6f-a7f4-4c31-bc65-19cf872737e1", + "id": "fb192855-1f85-4c6c-919f-643b04ffaf3a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -152426,7 +152426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c04bf425-f813-48b1-9da9-8f6120672ed2", + "id": "0a47d02f-7e82-4d3e-924f-8c27b9d172d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -152486,7 +152486,7 @@ } }, { - "id": "b9b5b0f1-8052-4318-b453-7a82cd7243a9", + "id": "70a8ce11-b22e-4028-93a8-3122d6eadcea", "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", @@ -152529,7 +152529,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "eu cillum veniam pariatur" + "value": "magna ea" }, { "disabled": true, @@ -152538,7 +152538,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip reprehenderit eiusmod pariatur" + "value": "sit nisi Excepteur elit" }, { "disabled": true, @@ -152601,7 +152601,7 @@ }, "response": [ { - "id": "b62a60f1-0386-4c1f-88e5-db1a4f66b98f", + "id": "f9263132-ff07-477f-b5ff-fdbe3dc1d52c", "name": "A IdentityCompare object with difference details for each access item type", "originalRequest": { "url": { @@ -152639,7 +152639,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip reprehenderit eiusmod pariatur" + "value": "sit nisi Excepteur elit" }, { "disabled": true, @@ -152710,7 +152710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d74e9aae-59d7-46b2-8feb-acac31a6c38a", + "id": "e0bbd889-0d91-40bd-b8f2-2f8e13a7d66b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -152748,7 +152748,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip reprehenderit eiusmod pariatur" + "value": "sit nisi Excepteur elit" }, { "disabled": true, @@ -152819,7 +152819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb994d0-fa12-4699-86c8-cdcb6d8b57b9", + "id": "9562198a-6390-48f0-a01e-8244d54e1a4c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -152857,7 +152857,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip reprehenderit eiusmod pariatur" + "value": "sit nisi Excepteur elit" }, { "disabled": true, @@ -152928,7 +152928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e358008-20d7-4d72-ace0-34dae4000df4", + "id": "dc327b24-60b6-4b6d-a9b6-e66e126f5b1d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -152966,7 +152966,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip reprehenderit eiusmod pariatur" + "value": "sit nisi Excepteur elit" }, { "disabled": true, @@ -153037,7 +153037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f9d37ef-9a85-40af-82b3-c9626409df90", + "id": "ae784138-e6af-48b8-80d9-d38a444a406f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153075,7 +153075,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip reprehenderit eiusmod pariatur" + "value": "sit nisi Excepteur elit" }, { "disabled": true, @@ -153146,7 +153146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25c3e827-6c20-4927-940d-36e231ad39d9", + "id": "878858e2-ed27-4da0-bc91-0d1039aacf24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -153184,7 +153184,7 @@ "type": "text/plain" }, "key": "accessItemTypes", - "value": "aliquip reprehenderit eiusmod pariatur" + "value": "sit nisi Excepteur elit" }, { "disabled": true, @@ -153261,7 +153261,7 @@ } }, { - "id": "850d8d56-711a-4a9d-aeb5-34e50463cfbe", + "id": "de4bdf8f-a001-41bc-a874-aa6e82ce4b90", "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", @@ -153382,7 +153382,7 @@ }, "response": [ { - "id": "778fd4e4-dbcc-4503-874a-9b54e59fc494", + "id": "f9776a8d-944f-4881-ab89-9cf3b64b0781", "name": "A list of events for the identity", "originalRequest": { "url": { @@ -153492,7 +153492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a03870f-c737-40c3-bb53-4bab050b25a4", + "id": "4220602f-8ceb-4a6c-a0e7-8a560fb190ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -153602,7 +153602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22ebd2da-c875-490d-a365-290beec12f79", + "id": "83d77976-a823-4c88-a3bc-4ef010d117a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -153712,7 +153712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9843c906-0371-4787-b43e-b8af830e2b54", + "id": "3a26ca4c-b1c3-41d5-a147-e4b120c68a81", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -153822,7 +153822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1a08c90-56ce-4e96-abcd-61751f31e2b3", + "id": "d65d583f-d0cc-4b6a-ba67-2aa86d6b7ca8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -153932,7 +153932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cac7e977-a558-464a-8159-b05e08670b5d", + "id": "5e15a2f7-382f-45d1-b6ec-9ce3f7a72bb9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154054,7 +154054,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": "0407beb9-5d33-4de4-a7a2-ae216fc7f486", + "id": "2f3e8a33-ae4b-4ccc-abd4-63dad7b09dd8", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -154129,7 +154129,7 @@ }, "response": [ { - "id": "61133dfc-97f2-4d2b-886a-0e4e707e9ec2", + "id": "d6934e99-f024-4f50-9ad1-13d68f73c245", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -154218,7 +154218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a16485c4-b40a-4f9a-b43e-99e89aaaf38e", + "id": "faa17b3e-8d4f-4931-bd3a-8c951ee6d89d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154307,7 +154307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52ced4b8-89fe-45cd-9722-271a1edc8759", + "id": "6c10bb21-b8f9-4100-adba-1c1824f69c45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154396,7 +154396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73fbcbc9-8c45-43a3-9899-84289327ded5", + "id": "1372f5ce-81b8-462f-9166-10cb12e93835", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154485,7 +154485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eaa8c95-241d-4fc9-95ac-c79353cc93a2", + "id": "8d58ea1d-9545-4f37-98fa-35d9208721e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154574,7 +154574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e83e1ed1-a0c1-45ea-9068-2991fe900ba1", + "id": "c17beec5-bc67-40ef-ad41-bbba748d5fb8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -154669,7 +154669,7 @@ } }, { - "id": "8f39d13a-97a4-4557-9e95-261aa8700b63", + "id": "0c2973ff-7334-4657-a4ff-651098e8964b", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -154711,7 +154711,7 @@ }, "response": [ { - "id": "afc561c6-5f80-4d49-862a-872202273641", + "id": "5dffe19e-cdf9-4dc4-97fa-13d20d9d0c7a", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -154767,7 +154767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f817e69b-1bd6-48dd-9904-a9a37092baf4", + "id": "1593935b-56a6-4941-a89f-796a5a5af75f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154823,7 +154823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99fbbe49-d75d-465d-b8e4-13d1bf9c194c", + "id": "1560e72c-fd20-4199-a1f1-91cd71ef0454", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154879,7 +154879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c005209a-7140-41be-a643-3e0453f676da", + "id": "c6f08503-4ae6-4c1a-8e77-7decfcdcc29b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154935,7 +154935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35b4bb71-6ddb-442c-a155-975a0e716860", + "id": "ae31064d-2fd9-4586-93a8-57416719d541", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -154991,7 +154991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84c76384-4bb8-4f86-8ef5-299b4c416970", + "id": "491f89fe-7407-49fd-949c-8cf422354ab7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155053,7 +155053,7 @@ } }, { - "id": "a4c43d72-34ad-4478-bb9f-910b5d5f87ad", + "id": "63e96274-ee8e-4fe5-8f8c-336224465e5b", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -155096,7 +155096,7 @@ }, "response": [ { - "id": "1408c454-2172-4e16-9810-12f132927282", + "id": "3eb0e3d8-78b3-435d-ab06-f344650b5f4f", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -155148,12 +155148,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\": \"1954-08-03T02:50:53.007Z\",\n \"launched\": \"2019-06-01T05:39:52.902Z\",\n \"completionStatus\": \"Success\"\n}", + "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"1960-04-10T01:34:10.599Z\",\n \"launched\": \"1989-10-25T13:47:18.377Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0e1f2e43-8358-41f0-b833-c8c7f34e5b9e", + "id": "7a968341-37b6-4154-8b2a-5da2a8c93f7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155210,7 +155210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09c6ee3b-6173-4bb1-b73a-b134706df68a", + "id": "29a87ff5-9669-4677-bbd2-7c091b483ccb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155267,7 +155267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05c32476-333f-4751-8926-2d8854941877", + "id": "8186d19e-5e7a-4c9d-b987-6c9566d108be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155324,7 +155324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bddbdad9-271c-4dce-adbb-b3be2e911bc8", + "id": "e82a68ea-7698-4374-bf7a-bde900c3e97d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155381,7 +155381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "100b958f-c190-4b0d-9fdb-5aed9cd5841c", + "id": "66c29008-c823-4fec-a13d-4311f65ebc64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155444,7 +155444,7 @@ } }, { - "id": "0a106eb1-20c7-4d75-b76d-a197f9aa9406", + "id": "d8ddaf5e-e96c-4b1c-abf5-75113a74a1d3", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -155520,7 +155520,7 @@ }, "response": [ { - "id": "d8a9de64-0d85-4473-aa9a-fe4238591e67", + "id": "56fa1cc0-9f5c-4c4f-ab41-3d56b5c99e3e", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -155610,7 +155610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfc34ba2-8077-42ea-abc7-287a35bea552", + "id": "69caec58-4504-4fee-98d1-e82ada132414", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155700,7 +155700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d01740c0-c16a-44cc-a601-ee2873e73f6c", + "id": "23bcb14d-cde5-497d-8bdf-bd4bf88ec516", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155790,7 +155790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42f579e8-2abf-4383-8078-2fc4c6a966ea", + "id": "e4ac062f-50ba-486d-aaa3-9692ec471859", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155880,7 +155880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2e0b487-959b-49ca-8f2f-468021d01e6a", + "id": "392cd506-cf28-4c3f-aea1-65a7799b21e0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155970,7 +155970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4062910-4f08-4be1-bead-d9cc37d3c0de", + "id": "05500ee3-b131-4dd2-90fb-3885eab4afd7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156066,7 +156066,7 @@ } }, { - "id": "d87b892d-78b4-474d-b93e-b5d9fe2ec888", + "id": "129e50c5-3cc7-4b21-abdf-d4e9c8de72af", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -156109,7 +156109,7 @@ }, "response": [ { - "id": "5ec8317b-1c21-4760-adb8-bf6e436d49d3", + "id": "d3d2ae0e-8bb1-470c-a833-8a2ba8f52952", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -156166,7 +156166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d8315f5-2e78-4638-9e87-9725b8543037", + "id": "53b6e55c-4871-4c51-86fa-c10801515182", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156223,7 +156223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4553e7f-696f-4d66-8bbc-03aae1b28107", + "id": "492f46e6-9008-43b4-bc2f-52f2dc739834", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156280,7 +156280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08c052ac-c178-47bb-bf98-74d490930031", + "id": "be1c71ba-d6f4-4c25-bcaf-4c375822f09a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156337,7 +156337,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32fde441-4ffa-4c38-b81c-5ac8a5122fba", + "id": "10a9f332-19ae-4c76-bbd6-8a9e47cba279", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156394,7 +156394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33fef6ce-feb1-4f02-9edd-81a6f2220e9d", + "id": "0cd2f669-b83f-4cd7-892d-b2a3bc0d9292", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156457,7 +156457,7 @@ } }, { - "id": "62a3d64c-0761-4354-bfc2-1a4f55ad59ca", + "id": "6d169471-ac0e-4cb8-aae6-7e176d786b1b", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -156498,7 +156498,7 @@ }, "response": [ { - "id": "5b8a2f18-bffa-498a-96ca-5c2f27e28a5e", + "id": "5e7f64f4-4ac6-4043-a23b-827adddf94ad", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -156542,7 +156542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e673d487-31da-4015-80c0-fc3a52251b91", + "id": "a3187e47-75e3-40fa-a10a-56f09fee22fa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156586,7 +156586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d1d8d9b-0d98-4217-ac03-d247e8315cdb", + "id": "f2bc2ce2-ec6c-4e11-a4c4-473b5a6f55af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156630,7 +156630,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0e75930-63db-49a2-a043-03776b7f79a1", + "id": "38b55c53-f706-485d-b06b-7fc92cc1c365", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156674,7 +156674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed32a918-78c1-4a3e-a555-9fc98f6e7bde", + "id": "9dbb806d-8342-43c2-982d-b6443f567096", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156718,7 +156718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9626fc03-9cfd-4ee9-8de4-d092290d60ce", + "id": "d73bf3c5-c1db-4fc1-abda-2ec77fb7b56f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156762,7 +156762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b529846-dd4f-4e4e-91af-4176159043b9", + "id": "52748309-ba88-42bc-99ae-b08154eaad6e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156812,7 +156812,7 @@ } }, { - "id": "260c3888-dad5-4ff1-a503-b6927763e6bc", + "id": "4769f0a7-d122-4fb1-9fad-dfa1e8033162", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -156853,7 +156853,7 @@ }, "response": [ { - "id": "0bbd40ed-daee-41b1-8258-c5e719eab126", + "id": "38ef7623-444b-4047-aa22-5f57c45ad42d", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -156892,12 +156892,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\": \"1946-01-07T02:37:52.503Z\",\n \"launched\": \"2004-03-23T17:34:07.176Z\",\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\": \"1988-11-21T15:45:20.925Z\",\n \"launched\": \"1995-03-07T19:38:07.964Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fef7afda-842d-45f9-8217-81618e598312", + "id": "89682ca3-7cf6-4fe4-84ba-27f517bb1e8d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156941,7 +156941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f1892ad-2610-4a28-860e-4b41e2767186", + "id": "11819119-0a87-42b0-bdeb-18313ad707f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156985,7 +156985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f27ddd13-7e77-4f34-89db-fd51c6c5f3f0", + "id": "67e7cd56-c7d4-4777-9bb0-d4a612370729", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157029,7 +157029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6d6ef46-d4f6-40c7-8abb-8512dbb97802", + "id": "2292f132-a2ca-4a48-b4bd-fc85d7f7bf4b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157073,7 +157073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd84071a-14aa-49f9-a431-6c489fd3ef5b", + "id": "10ecc389-b6f6-4915-8446-97ad42bc4853", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157117,7 +157117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1860df0-2a3f-4823-af5e-513646d1123a", + "id": "862a4899-0a11-4f74-84dc-3456373a2933", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157167,7 +157167,7 @@ } }, { - "id": "f431dea8-fbdb-4826-b947-fa82c8c3c9ba", + "id": "f7e1b0f1-eea5-40e9-b59b-1379a8024fcc", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -157221,7 +157221,7 @@ }, "response": [ { - "id": "0511c198-c802-42db-90d3-016cca31837d", + "id": "6ed256b2-df00-4db0-ab7a-ba42d9f6fca4", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -157278,7 +157278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "236a383e-9664-477f-b3c4-e4821ff5fa12", + "id": "22c2af4f-5242-4cd9-bdbe-607a4202b01c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157335,7 +157335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f04ad0cc-ca1e-42cf-a1eb-d533773a19ec", + "id": "0d350267-2d0e-4aaa-b4a1-924e3e15ba6c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157392,7 +157392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe8a19c-558a-4e08-8c1f-bf42d946f344", + "id": "9059f4b8-0646-41f8-a732-e9974e5951ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157449,7 +157449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b898d4e7-0de5-4150-a740-292720af1f2a", + "id": "8ac37a56-7d93-44ff-94f1-174c876b42f0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157506,7 +157506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9edd9c6-4502-4983-993f-9cf9b0d6b0f1", + "id": "df22f3de-7c4d-4e10-8658-3683dc9b11b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157563,7 +157563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db716a43-671c-436b-b8ba-81f73def9974", + "id": "c70f54db-ed4a-4a01-89eb-e567be975086", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157626,7 +157626,7 @@ } }, { - "id": "3f5894ac-0806-4275-9827-10cc00dc41bf", + "id": "3aeba17d-5e88-469d-8e07-42e924c8aab5", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -157668,7 +157668,7 @@ }, "response": [ { - "id": "b32b1ac3-a839-407a-99d5-1b56786bbe37", + "id": "22f4f395-dce7-4a92-9f4c-d5e7f46276dc", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -157713,7 +157713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fee41a9-02c7-42b4-bef5-7f999a9448aa", + "id": "f438bc49-dc0f-4e16-bbfd-99734bcb2444", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157758,7 +157758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83c2ab69-552a-4e4c-8ee3-8cd2805c1d0a", + "id": "c924d78a-f2b0-4875-99f5-3668c61bf110", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157803,7 +157803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "350122af-c98a-4e64-8a98-45694f7a447d", + "id": "771ea023-72e4-47dc-ad4d-61ff229e19e0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157848,7 +157848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13e1b1ff-91b0-4eba-b599-8743e60dba10", + "id": "5d014b26-d7ca-4216-942f-e261f2edbec1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157893,7 +157893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13f3b3fb-9918-4114-8497-c8ec875064d1", + "id": "87d22569-7370-4042-9787-d295d9eb4bbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157938,7 +157938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39350872-20d9-4e17-98cf-7d91575bbb8d", + "id": "6d019951-ca15-4bde-a88c-5fd0f7a40abf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157989,7 +157989,7 @@ } }, { - "id": "55e58719-4bb0-4853-984e-b2428a542ba6", + "id": "a6e2a2ac-93c2-4166-9b36-66ac9ab0248a", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -158031,7 +158031,7 @@ }, "response": [ { - "id": "e8cb43a4-d1d6-4114-9343-5c02df043a64", + "id": "ef0db0a9-ce2e-4f79-a268-b70853fb2ca9", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -158076,7 +158076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "878d4020-ed6f-410b-8bcb-dcd5e2fef901", + "id": "a585c7ee-90ab-42f2-b286-74dd693d1aac", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158121,7 +158121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d04a749f-79bf-4319-b472-11ab49df2230", + "id": "5139fc87-f309-4717-b303-29fc7ebfe755", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158166,7 +158166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75e446e8-343a-43a7-8025-c133ce2c3890", + "id": "50a1c76f-d8ce-43f1-a803-00d15e7483bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158211,7 +158211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34c62325-ad8c-4017-bf39-7ef6cc464b89", + "id": "39a164c3-e58d-4f6f-9200-b159698049a2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158256,7 +158256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c33a8787-b16e-4ecb-9316-9deebea14570", + "id": "78fb8d10-d53b-4ea0-a480-c2b5d31e4f6c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158301,7 +158301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fcd161d-2999-4ea9-a7dc-f6ab2ca384a3", + "id": "288a3761-8abc-47a7-b24e-2b362b050317", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158352,7 +158352,7 @@ } }, { - "id": "15ce098a-9dd8-4f74-936e-ae12cf4c7276", + "id": "df5752c0-8f31-4565-a95b-f2fbc919310f", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -158384,7 +158384,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:8dbaa95b-eeda-5438-59cd-4e49e37a4460\",\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:9ee8d1b7-c453-41d5-4151-4eb59c35671f\",\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", @@ -158395,7 +158395,7 @@ }, "response": [ { - "id": "ca41f789-ee25-49cf-b31f-58072071100d", + "id": "fb170d28-3f47-4621-9fb8-fbfadb44de75", "name": "A preview of the identity attributes after applying identity attributes config sent in request body.", "originalRequest": { "url": { @@ -158430,7 +158430,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:8dbaa95b-eeda-5438-59cd-4e49e37a4460\",\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:9ee8d1b7-c453-41d5-4151-4eb59c35671f\",\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", @@ -158452,7 +158452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d408921-85a6-45ea-92fd-ebc9fda66181", + "id": "d1e5a56d-47a0-435f-838c-a8a2a49632ef", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158487,7 +158487,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:8dbaa95b-eeda-5438-59cd-4e49e37a4460\",\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:9ee8d1b7-c453-41d5-4151-4eb59c35671f\",\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", @@ -158509,7 +158509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d90243cf-50c6-4cba-b2b4-55a9d71c6074", + "id": "87d8e649-1aee-4b84-badf-4837eb12eba1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158544,7 +158544,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:8dbaa95b-eeda-5438-59cd-4e49e37a4460\",\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:9ee8d1b7-c453-41d5-4151-4eb59c35671f\",\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", @@ -158566,7 +158566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b29d9a90-c405-4dee-a326-de8fe8e4d038", + "id": "cc2ff471-267b-404d-bae5-1f44d963b874", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158601,7 +158601,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:8dbaa95b-eeda-5438-59cd-4e49e37a4460\",\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:9ee8d1b7-c453-41d5-4151-4eb59c35671f\",\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", @@ -158623,7 +158623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0030503-2f1b-4947-bcbe-b94f61342f2f", + "id": "db2ad77d-9709-4ead-92bc-1bbaca3f2fd7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158658,7 +158658,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:8dbaa95b-eeda-5438-59cd-4e49e37a4460\",\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:9ee8d1b7-c453-41d5-4151-4eb59c35671f\",\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", @@ -158680,7 +158680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bd8578c-2e19-4da2-aae8-4deb5111ef14", + "id": "8c408677-a99b-4829-a89d-3df198cf2cb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158715,7 +158715,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"urn:uuid:8dbaa95b-eeda-5438-59cd-4e49e37a4460\",\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:9ee8d1b7-c453-41d5-4151-4eb59c35671f\",\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", @@ -158749,7 +158749,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": "c24fc402-563f-4f44-a816-ba14da4e65eb", + "id": "5ede5f76-f156-4e7e-9a84-b02dac096eed", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -158804,7 +158804,7 @@ }, "response": [ { - "id": "dd0a9e03-64ee-4e93-953a-8507e3f1c16b", + "id": "db2cdb77-b509-4ce2-9660-5d84d0664c8c", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -158862,7 +158862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f24d7a13-b6a7-4297-bc35-960ca556c27d", + "id": "62a59445-a1f7-4fd5-be0d-e28832bc49c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158920,7 +158920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36ce5237-a538-4fef-a9e0-d98e1d10b9c8", + "id": "8c452a6f-a448-4439-99d9-99f8a16951aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158978,7 +158978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b140dfa8-8c2a-4478-8dd7-6ba31ba05153", + "id": "89efc308-699b-4e8d-81cb-1bd80a0857fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159036,7 +159036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "def3959d-6923-4614-88ce-80170a86c084", + "id": "b65c41b5-d914-4cd3-ba19-d342f254a0f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159094,7 +159094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44810e2b-665f-4424-adf6-df28ac385cbf", + "id": "ef098612-956e-4b02-a8c4-8588ce337e97", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159152,7 +159152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "237b239e-f6b6-48c8-b155-a766ba5dcd0c", + "id": "ec9ac175-ff5d-45e0-acba-e49ed3c5c118", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159216,7 +159216,7 @@ } }, { - "id": "3fdcf271-e697-4eba-a62b-b904cfe7a428", + "id": "431d60a5-2dc1-44e8-bc98-a34d0998f947", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -159295,7 +159295,7 @@ }, "response": [ { - "id": "fbd0901a-7dd2-4e6d-879a-1c52fefb55d9", + "id": "411b9c71-ce6d-43a0-99c8-05afa221ea0c", "name": "List of LifecycleState objects.", "originalRequest": { "url": { @@ -159377,7 +159377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f589f9f9-4cf7-41fa-ab90-a7c8179b2cff", + "id": "b1674e85-9ffd-4a8b-8e44-b38ed86d6f5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159459,7 +159459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60694556-7f0d-482d-a3bd-80215a38ad5b", + "id": "eacdfcfa-0942-4150-81a4-790f2bcc46f5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159541,7 +159541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b1bf27-9126-45c7-afd6-256731b75bcf", + "id": "491b7cb3-dec9-473e-9496-ae4149577d16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159623,7 +159623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "795eb4e9-20b0-4a59-b055-7edb593ded50", + "id": "a8a6b95e-e5a0-47e3-b593-76261dfcefe5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159705,7 +159705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed3078fc-06d2-4763-a2b9-e189e46c3cc8", + "id": "ad7c1a4b-574c-496f-86ba-aebf2297272e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159793,7 +159793,7 @@ } }, { - "id": "974e4046-b07e-4df1-913d-62931ebcc546", + "id": "b4f33a60-18c9-446f-80e4-bc38fb0e82b0", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -159848,7 +159848,7 @@ }, "response": [ { - "id": "453bf296-adad-4645-9f68-9405d3135299", + "id": "bcb7c03c-b42c-456d-9a08-9c5f17924e39", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -159906,7 +159906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3e11c63-7616-4e57-b1c4-e2c068a65c0e", + "id": "8cd26c25-edd7-482c-b4d3-3f7c53b2bfa6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159964,7 +159964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f692a566-d9b9-44dc-9cc3-450d799050be", + "id": "df1c84fb-eea4-4579-ab51-1f2fbf4cb830", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160022,7 +160022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "480fc59e-3f83-426f-a974-409f6e7694c8", + "id": "b17ae3bc-336f-4600-88f4-0d10d664a916", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160080,7 +160080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90d7d2e9-e425-4613-a1e6-bd5c12477063", + "id": "f23d1b43-1e95-40a6-908b-5e7f278ca356", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160138,7 +160138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a61239c-dcc0-49ff-81b1-4dc82fd0d6a2", + "id": "13ca114a-22c8-44f9-939b-003ef9bd2171", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160202,7 +160202,7 @@ } }, { - "id": "3810425b-7650-4d2d-8062-43a5bfd16577", + "id": "0a7b271f-34f3-41b3-ad7b-bf602d97b4d0", "name": "Get Lifecycle State", "request": { "name": "Get Lifecycle State", @@ -160255,7 +160255,7 @@ }, "response": [ { - "id": "0f8fc759-5661-4aed-bc27-778384f8c2d3", + "id": "286894e0-21c8-48fe-80b3-91ae97dbf5fc", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -160301,7 +160301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c850bbd-7982-44da-bbdf-ab17f4120c93", + "id": "cafb6973-ddd4-4b58-ab43-d4433d379a09", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160347,7 +160347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe180fa-2ea0-41a2-8df8-1fb757c9cc53", + "id": "cc2dcc64-232d-4efe-9451-80688aa0151c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160393,7 +160393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ddd7294-bbe8-40f9-834e-7e3ea43caec9", + "id": "1e6402cb-56cd-4af4-be53-05fbc234b4cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160439,7 +160439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "029d6177-e615-4b27-914b-104548299ddd", + "id": "ca2ff9e4-f810-4ab4-b452-cdefde1cb091", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160485,7 +160485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cd016c7-be2c-461e-b413-227b16d4b871", + "id": "a240bc3f-b8f0-456d-a86f-33ed207a8fe9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160531,7 +160531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59017974-de23-4ea9-a8ec-c38cf0bd73e4", + "id": "0e21e452-748c-4850-b89f-49e8fd24d1ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160583,7 +160583,7 @@ } }, { - "id": "1ff7a1bd-a1e9-4eb4-90a0-10d79d4c9022", + "id": "1d03e208-8d2f-428b-91b2-4fb4d2ad1d3c", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -160649,7 +160649,7 @@ }, "response": [ { - "id": "46a99726-8779-4228-bade-6007b141f326", + "id": "bd7b6894-3806-4491-b716-75a161205ea9", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -160708,7 +160708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cea83f9c-61ca-489f-8b1f-ac6ab3decbb2", + "id": "2596d6e3-4c42-4bd0-9312-73c97c174888", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160767,7 +160767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d55dac6-70e6-4fbe-9dd0-23a92bca3815", + "id": "19140216-3dea-497c-ae44-877a2351aa02", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160826,7 +160826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3f7dda4-50c0-4450-b271-c56a5754ba50", + "id": "68a2bd54-fdbb-4e1e-a5c9-4a5886c4ac3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160885,7 +160885,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1933eed7-a45b-4b93-9ae5-8a7e07dcbabe", + "id": "3bca34eb-f6b6-4a02-8ad9-5c6c7f5bf050", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160944,7 +160944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ae960f3-03c3-4452-b719-afd8e2c6ca82", + "id": "b46b0497-a4cb-4d0c-89b9-e56752d759b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161003,7 +161003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76bc5d81-9a8b-42a5-8da8-8f4604276293", + "id": "2141d351-6340-4e3d-adfe-b7abbfc6d91a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161068,7 +161068,7 @@ } }, { - "id": "6a465c15-2169-42b9-bcec-ba696b0f21db", + "id": "be68b19d-8f18-46aa-ae5c-05fbf102e071", "name": "Delete Lifecycle State", "request": { "name": "Delete Lifecycle State", @@ -161121,7 +161121,7 @@ }, "response": [ { - "id": "a391e319-f6d6-465a-b4e3-fd388913b795", + "id": "8c132db6-47fe-4e55-a1f7-1b75dff65e50", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -161162,12 +161162,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"sit irure veniam\",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"irure sunt\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "98096ad1-892a-408b-b991-b7eafe925779", + "id": "6cff46ed-e8bb-4f06-bc9d-7758c5123e0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161213,7 +161213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "994aad7b-e1e0-4db9-9efe-09192a8c5e55", + "id": "5e6f0ee8-7fbd-4b38-a316-4ed9a3e80724", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161259,7 +161259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3e0c528-27f6-4032-91ec-c524d89a9411", + "id": "529d1042-bb6e-4c25-81d8-afe3387cb00e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161305,7 +161305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40fa6534-57e7-4cdf-8426-9dc24e078f7a", + "id": "573aaae1-52ab-464d-bbf4-637954222ef8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161351,7 +161351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3dafbd3-bec2-42e1-bde1-6a7bff64b3e4", + "id": "cdb1bfd8-2c0a-4aca-bd3d-5e20379f76b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161397,7 +161397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a11a420e-7cb0-4c73-8403-5b20c4d2fe6e", + "id": "f075adec-0ef0-4252-b973-9bc57fc1d9e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161455,7 +161455,7 @@ "description": "Read and create operations for client data and statuses", "item": [ { - "id": "9736c517-2e7d-473d-a593-edb21c258d40", + "id": "93ef4833-55a8-4f20-8dae-c1669cd6699a", "name": "Get Managed Clients", "request": { "name": "Get Managed Clients", @@ -161521,7 +161521,7 @@ }, "response": [ { - "id": "dcf370b4-cadc-4042-9bc7-dc956e311800", + "id": "399b22b8-104b-4e49-af3d-926fd90df283", "name": "Responds with a list of ManagedClient based on the query params provided", "originalRequest": { "url": { @@ -161596,12 +161596,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\": \"ut esse aliquip\",\n \"cookbook\": \"adipisicing elit Excepteur Ut magna\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"non magna tempor\",\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\": \"in culpa magna\",\n \"cookbook\": \"aliqua consectetur qui\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"l\",\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\": \"sint cupidatat\",\n \"cookbook\": \"voluptate aliqua dolor\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"voluptate do pariatur e\",\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\": \"amet enim ut sunt id\",\n \"cookbook\": \"Duis dolor nulla exercitation\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"proident\",\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": "2c5b35f3-0852-4a15-a1da-67ea489f895e", + "id": "514bca1b-5d9a-468f-83c7-4a2c87bb66c0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161681,7 +161681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57913c3d-c103-448d-9689-3bc2867984d2", + "id": "bf50f01b-728f-4ecd-b65c-9f4afcd52d08", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161761,7 +161761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a349e25-7673-413c-ad47-6e92f5825c17", + "id": "822578c6-2cf9-4985-b344-a667dcb52f86", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161841,7 +161841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4750ef6e-62e4-4dc2-b9d9-3651c9f47971", + "id": "fb8a771c-4aa1-4ca4-96fd-aba25a95baad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161921,7 +161921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1138ce56-9eee-4e30-aa79-873b635b0e36", + "id": "6ec3c075-e19e-41a0-bc52-1d5e752d838c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162007,7 +162007,7 @@ } }, { - "id": "cce232ee-8648-4382-8b0d-ef9de34c9d5a", + "id": "99474fc7-866a-422d-a145-0e5d786ae920", "name": "Create a new Managed Client", "request": { "name": "Create a new Managed Client", @@ -162049,7 +162049,7 @@ }, "response": [ { - "id": "212e08f3-8ed6-44ce-97c4-fb59bedcc573", + "id": "04274842-6148-457c-b3f8-59003de2ed36", "name": "The created ManagedClient", "originalRequest": { "url": { @@ -162100,12 +162100,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\": \"in in cillum\",\n \"cookbook\": \"nostrud commodo eu ex\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"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}", + "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\": \"consectetur ad laborum sed in\",\n \"cookbook\": \"eiusmod Excepteur cillum\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"pariatur Excepteur consectetur\",\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": "8acb5d2b-468f-4784-9ed6-f78fa8c4ccca", + "id": "1a17bbfe-dd4f-41c1-bfcc-d9df24e5bbd2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162161,7 +162161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48cafc4f-eaf8-48ef-819a-fd9970533722", + "id": "1cab972e-e116-4a10-b1bd-ec741a0befb2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162217,7 +162217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4633720-90fb-45cb-b6b7-8257601d0456", + "id": "38787ea2-ea80-4757-afdb-57ca49615da6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162273,7 +162273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d2a0df6-2a1e-4e21-8a2d-d1424bf1750c", + "id": "2c4fcf45-f00b-49b6-ba9e-cb61ac54a5a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162329,7 +162329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc4ceb7b-da70-4fdf-8ccd-f9c8a4479aff", + "id": "87a82aed-045f-4484-b4dd-a020f0ea278d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162391,7 +162391,7 @@ } }, { - "id": "ed06e2cc-3226-44e7-ad61-a78285bd0aeb", + "id": "9ad3cc58-773a-4b3c-a201-2ca2995eae02", "name": "Get a Managed Client", "request": { "name": "Get a Managed Client", @@ -162432,7 +162432,7 @@ }, "response": [ { - "id": "e9a6f0c3-5077-4ae9-b4ae-3d87f674217c", + "id": "ef43c33c-304e-4ad5-83cd-042a2e3fc3ee", "name": "Responds with a Managed Client", "originalRequest": { "url": { @@ -162471,12 +162471,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\": \"in in cillum\",\n \"cookbook\": \"nostrud commodo eu ex\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"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}", + "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\": \"consectetur ad laborum sed in\",\n \"cookbook\": \"eiusmod Excepteur cillum\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"pariatur Excepteur consectetur\",\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": "f1d8a877-9926-459e-8ce7-7c55d80c90ab", + "id": "2142a7fe-db1f-4b76-b110-a4852c0c098f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162520,7 +162520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13492e0e-ae93-47a2-8771-7348952db03a", + "id": "76c1468f-3ac9-4d9d-ae45-c7a06b52fd6d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162564,7 +162564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7ccb9eb-3d07-4db5-892d-0af600bad7a5", + "id": "445cc24c-6384-4806-a944-9a6757a1204c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162608,7 +162608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae71d0f5-f75b-486e-a853-d51f1a9cdbab", + "id": "a1f690ca-2951-4dcb-b1d3-dd8da40bc455", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162652,7 +162652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06ee9707-3735-4f2d-bc3f-7fa040073fe4", + "id": "d9bfbace-b326-42cc-9a39-1ac25f71d85b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162696,7 +162696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1929be80-987a-46da-880e-aa69a2cb43e1", + "id": "e3e7395d-f623-4533-b8bc-af9b5df71e7d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162746,7 +162746,7 @@ } }, { - "id": "a350c3c2-1e46-4ef8-b9e7-29d93c0d3531", + "id": "4a4b8dce-f9ec-4ede-b3c3-98e2d34c40db", "name": "Update a Managed Client", "request": { "name": "Update a Managed Client", @@ -162800,7 +162800,7 @@ }, "response": [ { - "id": "04378235-5a47-4781-ad0b-547d508ae830", + "id": "028ae7fc-aca2-4a0c-9800-c581f4feba73", "name": "The updated Managed Client", "originalRequest": { "url": { @@ -162852,12 +162852,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\": \"in in cillum\",\n \"cookbook\": \"nostrud commodo eu ex\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"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}", + "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\": \"consectetur ad laborum sed in\",\n \"cookbook\": \"eiusmod Excepteur cillum\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"pariatur Excepteur consectetur\",\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": "2c4998e1-e47f-4080-9a4f-f0c7b4a8c93b", + "id": "72a9ab6a-7a6c-4fb1-ad0f-db1a4902d08a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162914,7 +162914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efe7a492-ee9f-41e8-b7b9-b1e9cccadb8e", + "id": "a5d1a30c-dc28-445b-acd4-54b4f72603c8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162971,7 +162971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a457659-b5ee-4587-898e-52911120487a", + "id": "795c4a50-dace-472a-b4b9-64bd3682fc78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163028,7 +163028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19a42ec5-c81e-4349-aeba-45527fab3c6c", + "id": "bceb3785-7d5d-4df2-a739-b52b26f83aab", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163085,7 +163085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa4c3458-db0c-4858-b8a8-bee2c96a08f9", + "id": "97660341-270d-476d-a4f4-90b13882cdde", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163142,7 +163142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e8903b6-613e-4ec5-8eb1-d18264e96bc3", + "id": "1723443a-d03f-4745-ba03-4be2ec787eb5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163205,7 +163205,7 @@ } }, { - "id": "d179694b-6f86-44ac-b888-2dc35fcd5a80", + "id": "2477dc47-ae8a-4d63-872f-2cb5c0b39903", "name": "Delete a Managed Client", "request": { "name": "Delete a Managed Client", @@ -163246,7 +163246,7 @@ }, "response": [ { - "id": "ac4c4b6d-28bb-41b8-8c7f-a5e99af9f619", + "id": "36bf128c-7879-4d69-8d10-e1bc0ee59692", "name": "The Managed Client was successfully deleted.", "originalRequest": { "url": { @@ -163280,7 +163280,7 @@ "_postman_previewlanguage": "text" }, { - "id": "caa1c567-0fd0-492e-bc0d-8b5df46f21b8", + "id": "502bb7de-8274-409a-a1dc-e2dcdd6cdaf7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163324,7 +163324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e7248ea-45cd-47d3-8edd-b8a2929f14bb", + "id": "6e0974e6-948e-4a18-ac03-92efe33274fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163368,7 +163368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3f7b01b-2db3-4213-bf43-d8a6a9b63a17", + "id": "0500d568-c2ce-4d70-9323-2ff95be36a91", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163412,7 +163412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f565fdd0-3013-44d7-bf9e-308e56b18e53", + "id": "4d98e48d-4fa4-424a-8e31-0aa5567fad20", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163456,7 +163456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5e46191-3ccc-4383-95ec-bd69bdc15936", + "id": "e9e25685-619d-4d62-a3c2-ddbec37b6a5c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163506,7 +163506,7 @@ } }, { - "id": "a991644a-3809-4ec9-86c4-82e7e1502933", + "id": "fa674249-d711-4ef0-950d-7f294dd09871", "name": "Get Managed Client Status.", "request": { "name": "Get Managed Client Status.", @@ -163558,7 +163558,7 @@ }, "response": [ { - "id": "606720cf-2f82-4fc3-baaa-0a4e717a01fc", + "id": "bc19b743-7f06-46a7-8f1a-cfa48142527c", "name": "Responds with the Status of the Managed Client with the given ID and Type.", "originalRequest": { "url": { @@ -163613,7 +163613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e36308f-92d0-4f26-9888-c2a182abf145", + "id": "f3507460-a426-4d20-979f-ce84d6a65914", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163668,7 +163668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "061efee0-ae67-45ff-821c-c1550d3bce95", + "id": "c93025f5-227f-45fb-bc08-3c7c7d7c7c70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163723,7 +163723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05577575-09fe-47c0-84bd-5612718f6326", + "id": "02142e7d-2857-48f2-b6d5-ead2bde4c12c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163778,7 +163778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8504edc-1ed6-41f6-b4e2-654ddc2ebd86", + "id": "b321258b-b226-4db4-91f3-5e372922026a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163833,7 +163833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56b0f5c3-f815-490b-9b55-528d1ed92243", + "id": "32a5765b-8462-4d73-b7e6-1438046ac94a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163888,7 +163888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "709c0ecf-b67f-426d-be69-4075c44a4b0f", + "id": "422042e3-cd2f-47d9-ad94-d06c5511db31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163955,7 +163955,7 @@ "description": "Read and create pperations for client Clusters, including Log Configuration", "item": [ { - "id": "65825a2e-dc39-474b-825c-89ee8994665a", + "id": "7556a5d8-b873-4768-92f5-e71da39d22b6", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -164021,7 +164021,7 @@ }, "response": [ { - "id": "c51f7943-4253-4847-ab90-e72b328257fc", + "id": "9b122634-61ee-4c2b-ae07-6a018d7a971b", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -164101,7 +164101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29b50171-0ae8-47f0-80e7-fc15b9751c72", + "id": "b0f80f79-619c-480c-955a-c8a2c45c8da2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164181,7 +164181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cdf8f33-b7aa-40fa-aa1f-0ec7dbaf8ba5", + "id": "d76c0e48-3dd1-4a58-9491-cd9b64fb74a3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164261,7 +164261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05240704-e4bc-464f-9ccc-80b21efbb862", + "id": "3dc392ba-6fff-49ef-8423-c3610444aa12", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164341,7 +164341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da84a269-eede-4e8d-9ce3-b2376411ccf3", + "id": "9cfb291b-34e0-40ff-843f-e3bf9e5cb457", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164421,7 +164421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "730e853b-ddbc-4191-beb3-a6f184c286e5", + "id": "dfb704fd-b0ca-458f-ab1e-f38acbe9fc1e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164507,7 +164507,7 @@ } }, { - "id": "fd5000dc-fed0-4c2a-a1fe-4712cfb13681", + "id": "fe30230f-a3f8-42c4-b276-78782e21d004", "name": "Create a new Managed Cluster", "request": { "name": "Create a new Managed Cluster", @@ -164549,7 +164549,7 @@ }, "response": [ { - "id": "8ebe3b39-b6be-446a-818d-cdbfea7875fb", + "id": "b64420aa-92e7-4080-a61e-ec88ffbcfd30", "name": "The created ManagedClient", "originalRequest": { "url": { @@ -164605,7 +164605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10eea5f4-4c41-474e-ad0f-e4014295d31b", + "id": "63906ee7-a309-4836-89ba-48cc1a9eb103", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164661,7 +164661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25d9d93f-b637-4def-bdd2-5010dd089528", + "id": "7950b020-d8c1-4948-b7e8-d2f2df7f43dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164717,7 +164717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a43800b6-0d8f-4896-856e-8553ce6c2081", + "id": "f2928c2a-9cb5-4aa9-a868-b7147c87ab85", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164773,7 +164773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d8ef7d9-615c-42ba-9541-a10ec6159663", + "id": "5d0c2d08-63d5-456e-b885-761d4caa0903", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164829,7 +164829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c33dd7e3-1cc1-474c-8d41-823f34a9ee3b", + "id": "5b20277c-33b6-4b34-95f7-c84ce9917f28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164891,7 +164891,7 @@ } }, { - "id": "b34b795b-67ba-4ed6-b7d6-dda9bae913e0", + "id": "ce02a61c-1a9f-47f1-8435-7f5a5af76807", "name": "Get a specified Managed Cluster.", "request": { "name": "Get a specified Managed Cluster.", @@ -164932,7 +164932,7 @@ }, "response": [ { - "id": "a272b04b-6d1a-4a78-87ef-bdf744b3f625", + "id": "504aae9e-1a9b-4057-ac07-f4a4a1de35cb", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -164976,7 +164976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcab5324-1cd7-467f-9d61-e7dfc0bb0ab3", + "id": "8b456cb2-adf5-4306-bec9-8a16c9c4756e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165020,7 +165020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3feb46c8-732b-480e-b581-d4c2e63d48d9", + "id": "ce73796a-481e-4cf5-8f6a-eedbb8372a76", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165064,7 +165064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01fe0ac8-1536-4426-a63a-d40c2a77a89c", + "id": "6f7ec667-ffba-4f00-b42d-d32f1a11907b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165108,7 +165108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7137ac7b-bfb7-4ad5-802f-0a34ec622d78", + "id": "ca7aeb6f-11be-45fb-84ae-eae140e11a1c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165152,7 +165152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ea9915-0e4f-427a-bc86-0bdec017ef83", + "id": "89a4c36e-f72b-4ac8-ab2c-0e52b19fd0ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165196,7 +165196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38a99468-a62a-464a-ad62-6ff4b5cd3ca1", + "id": "e0321b86-e5da-422c-86ba-d5004be7e96a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165246,7 +165246,7 @@ } }, { - "id": "58dd8451-223e-4150-971e-8dcb75619067", + "id": "431784ac-87a1-43eb-a93f-7fd4c3d69e61", "name": "Update a Managed Cluster", "request": { "name": "Update a Managed Cluster", @@ -165300,7 +165300,7 @@ }, "response": [ { - "id": "05278423-2542-494f-b564-a3ca6dfb3dd0", + "id": "ad2688a4-d339-47de-bb4e-f92178075bae", "name": "The updated Managed Cluster", "originalRequest": { "url": { @@ -165357,7 +165357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5b7cc5b-782d-427d-ad3c-2890a27e10a5", + "id": "924ac586-6fe2-4c17-8347-d1fa43991d7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165414,7 +165414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e22cae0a-bdbc-4262-a7a9-dfcb9c29c88b", + "id": "1326129b-c4de-4c73-8511-eca2967f09d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165471,7 +165471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da190f91-74a8-4d53-9c19-006e8ea528b1", + "id": "1a649501-91d7-4adf-8f2a-ef8b56552906", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165528,7 +165528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a69c20cc-cd4d-421a-8028-0485a20e59fc", + "id": "4085d47c-b536-4e74-9eb4-ac153bd399ac", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -165585,7 +165585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c27c0158-071c-415e-b188-8b7c4e1e1ea6", + "id": "161240fd-529c-4e60-a283-9005ad374f9b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165642,7 +165642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41c6e6b1-8ef4-4032-ac7f-4bddbfa2a04c", + "id": "830a212d-00e5-450a-8727-2767a728ed88", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165705,7 +165705,7 @@ } }, { - "id": "47640c14-1175-4b18-9e5c-70d61b3f9cac", + "id": "bd6417bd-4d4b-4f8c-a670-e8cb7c535235", "name": "Delete a Managed Cluster", "request": { "name": "Delete a Managed Cluster", @@ -165756,7 +165756,7 @@ }, "response": [ { - "id": "3ae92473-f115-4054-bd71-97c2be665bc9", + "id": "908b066e-45ea-418b-9092-8bcc651889a4", "name": "The Managed Cluster was successfully deleted.", "originalRequest": { "url": { @@ -165800,7 +165800,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4d47a008-58e7-4ea4-992b-d95672c6ec25", + "id": "c942e349-bae7-4a4e-88b3-c976efd57dc8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165854,7 +165854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef760cbf-a4b7-4432-a4fc-cbb1f5ea6cea", + "id": "f720698f-77d0-401b-b593-c26c5f8cf478", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165908,7 +165908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fb0244b-e398-4867-8f91-89fd2ee69df0", + "id": "eb66bd48-a8a3-401f-8fc8-a2d7f50d2a5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165962,7 +165962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c6eefc5-e708-43b2-a889-61d723920709", + "id": "2e72c7ee-3fda-4aaa-8a5b-e63107645f91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166016,7 +166016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5635fb8e-7b19-400f-b203-e079ecd329c6", + "id": "c87a59f4-3cb4-4168-bfc2-c3be1a745ba4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166076,7 +166076,7 @@ } }, { - "id": "7f8ec137-209d-436b-a5fa-e2b3ce0f67ca", + "id": "12d54f93-c28a-4a72-894a-b34c2fbd13c9", "name": "Get Managed Cluster's log configuration", "request": { "name": "Get Managed Cluster's log configuration", @@ -166118,7 +166118,7 @@ }, "response": [ { - "id": "b3759547-fa2c-4845-a223-ae5dbf54a1fe", + "id": "759145d2-7ef7-4c24-9623-07e03f343d5c", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -166163,7 +166163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba8323be-2db6-4403-864c-e9f7f1214443", + "id": "07522315-167a-4a39-8c61-fe3dda64941f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -166198,7 +166198,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b1f376dd-d5b3-4c92-9012-06d731008f6b", + "id": "e77d0bc1-5170-413c-83e5-32d0b6047791", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166243,7 +166243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "225b427f-10d3-4313-a5c1-190b53ca2438", + "id": "8f2dfd2a-5a16-4169-a411-7428991c769b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166288,7 +166288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2a04658-285a-4178-9af7-ccbfa1491de4", + "id": "32f06035-6782-43cc-96a8-5e03aae396c4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166333,7 +166333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e23470eb-7c60-4880-8b2b-cedbdb9c4885", + "id": "f7762d7d-1202-4564-b97a-678e3a929a05", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -166378,7 +166378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76d5c576-458c-4cf9-acfd-504b012d4b30", + "id": "0d43d382-2004-4f4f-85fb-eeca551201ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166423,7 +166423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "320f44b4-3034-412f-b17f-4670ca21922c", + "id": "3edc6bef-7027-4e82-892b-30b98e407bd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166474,7 +166474,7 @@ } }, { - "id": "601c8e3b-ca57-4300-9af1-0ae9daa30d3e", + "id": "ac97d902-bf19-481c-a21a-5b91b1c35719", "name": "Update Managed Cluster's log configuration", "request": { "name": "Update Managed Cluster's log configuration", @@ -166529,7 +166529,7 @@ }, "response": [ { - "id": "45bebdbc-1be4-4309-9342-f7db82941197", + "id": "1bd23bb2-341a-4c49-bcd3-72c40b8f554a", "name": "Duration Minutes", "originalRequest": { "url": { @@ -166587,7 +166587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9aa7787-ec93-4e2d-9853-dbed639d69e4", + "id": "8565dafd-095a-4420-8a74-6b2b0962e6cb", "name": "Expiration", "originalRequest": { "url": { @@ -166645,7 +166645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95750a52-2015-4215-a895-d8dfce214ac7", + "id": "028991ca-9868-47d5-840f-ca6fba515ba8", "name": "Duration Minutes", "originalRequest": { "url": { @@ -166703,7 +166703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66df8dba-2218-4099-9133-fc5e03c7b537", + "id": "00a39c09-2f74-4b73-b300-7633ad4d152f", "name": "Expiration", "originalRequest": { "url": { @@ -166761,7 +166761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13633042-632d-4496-8728-1f6cea28396f", + "id": "7754c43c-9a31-4e0a-a38c-3f629d722fb6", "name": "Duration Minutes", "originalRequest": { "url": { @@ -166819,7 +166819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "576b3654-482b-486e-af71-e003435ad35f", + "id": "e9315c23-0ef5-424a-b5f4-b51a38c19a2d", "name": "Expiration", "originalRequest": { "url": { @@ -166877,7 +166877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ca7d2b-99fb-4d86-94f6-c7cb22f79dec", + "id": "bc66424f-e0f0-4837-8e3d-1cb1575d40bc", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -166935,7 +166935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c85d2105-af0e-417e-84f2-ee781da6da6a", + "id": "8269a44e-75e6-4187-962c-3243bccacfac", "name": "Expiration", "originalRequest": { "url": { @@ -166993,7 +166993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e74b109-d4ec-4c0a-bb4f-323249d78678", + "id": "8415fe69-1f5c-4bf8-a979-f32601cfc3c2", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -167051,7 +167051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dea241b-1182-4e91-9a1b-75aba3729ba3", + "id": "c0d0320f-9d70-439e-8c3f-dae21c949ce4", "name": "Expiration", "originalRequest": { "url": { @@ -167109,7 +167109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b91b6c7-e8d9-4634-919c-1f1c5d27b1a9", + "id": "302f97dd-76ea-40d2-bb8e-e77db286c742", "name": "Duration Minutes", "originalRequest": { "url": { @@ -167167,7 +167167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0795298b-d929-4c88-bcb3-58f92cc4f98c", + "id": "f333bfeb-50df-453d-9b60-5a816f6469f8", "name": "Expiration", "originalRequest": { "url": { @@ -167225,7 +167225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ad029fd-f90e-4d24-aad5-66bc380c0db8", + "id": "922d1a47-3365-42d0-986c-14e085d21782", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -167283,7 +167283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8bbfbb8-14a2-43ed-aa20-18bb4dcd123b", + "id": "297b5d4e-a83c-44a9-9151-380085e74783", "name": "Expiration", "originalRequest": { "url": { @@ -167363,7 +167363,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "66743be1-fe2d-4c14-9a67-54c97503d605", + "id": "f8113a96-ad27-4745-bbae-0525ebfa74fd", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -167394,7 +167394,7 @@ }, "response": [ { - "id": "f496c0ae-3bdb-4023-87d7-5e141b2b2d3e", + "id": "29dfe0e8-2c63-4218-8114-81b09ce8d133", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -167439,7 +167439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf8c797-874b-4adb-9300-dca9f61b3031", + "id": "40039f0a-c03e-4b58-bf0c-3e1aad8e08cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167484,7 +167484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b9c467c-86f1-4c94-b0a4-c0f26e2e2f4d", + "id": "54f978cc-f819-4efd-9b14-10f503c4613f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167529,7 +167529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5040e0e4-464a-4edf-b575-70bb5f6f0e97", + "id": "085b7606-4af9-448e-a0ae-e92e22aabe2e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167574,7 +167574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96be8027-7234-401d-bc84-49ddfa45b089", + "id": "d9dda946-8be8-4314-8903-9efc75e18589", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167619,7 +167619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87949260-268a-4472-9c85-6752982a7212", + "id": "cc6d0916-c13f-4bb6-b1a6-93e65f15629d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167670,7 +167670,7 @@ } }, { - "id": "b9e637fc-941c-435e-bc56-d39707087ba3", + "id": "5cbbf8aa-e0ed-460b-a41d-2c84be9b096d", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -167714,7 +167714,7 @@ }, "response": [ { - "id": "6be04c00-90e9-4fb8-8478-6ac61e191d43", + "id": "99fd0cc9-9c48-4263-bb7f-d439f8b86972", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -167772,7 +167772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67fbdd2a-a8b9-4ef8-bf6d-9c81e72b3731", + "id": "d7c87e9b-a6a1-4b2c-8170-5dbef70ea6e2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167830,7 +167830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35b5f0bc-46bd-47f6-a5fd-6d006ba9f738", + "id": "1b39cf27-5979-4b00-9392-7d27a69442f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167888,7 +167888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc0f7d84-92d7-4ee1-accf-58f41ada445d", + "id": "076c9228-5a29-401e-a18a-76636d345c86", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167946,7 +167946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbb1c870-2a82-4267-81da-831a2f79854d", + "id": "4bc2d663-6b42-435e-b54e-bb5270a857a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168004,7 +168004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f1f7a06-bfd3-480f-91ac-9c1144f447f5", + "id": "b29b1dcc-0213-4484-90d9-0119a58a076e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168068,7 +168068,7 @@ } }, { - "id": "07e8a6a3-3af3-4c13-87c9-067c5d23c31b", + "id": "68c853c5-082f-41d9-a758-63bbee98967a", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -168099,7 +168099,7 @@ }, "response": [ { - "id": "bf9dd0ef-68ff-4b2f-91d2-e134cbc0bd81", + "id": "cbac3fef-9576-4510-b979-a735b7b82bd0", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -168144,7 +168144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4038fccf-8bc0-4fe6-b15b-86423dd78b38", + "id": "45bb8c7f-621c-4ae9-952b-3457457e5347", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168189,7 +168189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c4d9b82-c027-4e0d-95c4-343e138beba4", + "id": "b52fa195-ce6f-4754-9f34-efd3ec5a7321", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168234,7 +168234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd4d77f7-33d5-422e-a141-003af60330af", + "id": "74a08bc9-ed05-4774-8e06-be9d2171c1d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168279,7 +168279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a813141f-17d8-4166-9262-968005aaa558", + "id": "801da076-1298-4192-80b0-a41a3251fc65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168324,7 +168324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74930dac-f1ea-4a6e-b7e9-26a4369987dc", + "id": "0eaa849e-467e-432a-b8e0-5bc225b86474", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168375,7 +168375,7 @@ } }, { - "id": "98ddcc05-7bbf-46b9-b8ee-949dd3d3ce89", + "id": "a4105f5f-b7fe-4b2c-b7f7-0abb7b7ae86f", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -168419,7 +168419,7 @@ }, "response": [ { - "id": "27984b52-6d5a-4180-9e0d-d4dbdc2468d4", + "id": "bccf1d59-a47b-4b96-9695-f799073049ad", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -168477,7 +168477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ef72165-76a0-4841-b803-3bc6514ca6e8", + "id": "0225f5ff-00f9-481d-8809-98591c4bceba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168535,7 +168535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3362af97-8e1f-4c6d-9145-8e8965bc32f9", + "id": "b605a6f4-6642-4bae-a658-85d0fb8fd30e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168593,7 +168593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97b9021e-953b-49c2-ad92-13ddf8b18e9a", + "id": "26d37052-6a9e-4400-9bfe-197956f18c62", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168651,7 +168651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38535bda-ae86-4557-8d75-cc3250027cea", + "id": "a385dae6-808b-460d-b2e1-b5db437b56e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168709,7 +168709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1da330b6-55d5-49e4-8fd6-650ae7b8eba3", + "id": "cdf4d764-fc33-49c7-8a59-e46cd1dbab01", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168773,7 +168773,7 @@ } }, { - "id": "26955b38-30a7-46ec-aad2-f9158b41bf91", + "id": "38d76c12-557d-4407-bf8b-420efdf14571", "name": "Configuration of KBA MFA method", "request": { "name": "Configuration of KBA MFA method", @@ -168814,7 +168814,7 @@ }, "response": [ { - "id": "08314b8a-81ac-40eb-9a9d-9e49093fc997", + "id": "90b60be5-0782-4f2a-aa88-f0ac6cc8fc1f", "name": "The configuration for KBA MFA method.", "originalRequest": { "url": { @@ -168869,7 +168869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc255ec8-4414-4069-a34f-f990f898dcec", + "id": "5134f8dd-67f8-4ad3-b061-9d936e2913ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168924,7 +168924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73c5efe7-c65e-4338-a391-7ac99c1487ed", + "id": "320a1313-5b3e-42fd-b346-96485475831b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168979,7 +168979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a39da73-fa96-46f2-b477-75cf089bc245", + "id": "962f2bb0-7eb1-42e7-8ef7-eeeff51e01a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169034,7 +169034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9451a209-c187-4225-8f03-0e998ccd1d8b", + "id": "65d6e297-c36a-482a-a8a0-57dee8521b7c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169089,7 +169089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dfbaa06-c845-4654-84e8-31979e13808f", + "id": "0b4d9639-8d1f-4839-83d6-5135a85cba86", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169150,7 +169150,7 @@ } }, { - "id": "1dbeafbb-964a-4ba5-b4e0-7ea446f6ea51", + "id": "9299b068-e624-4d60-b146-d291b5bcde8e", "name": "Set MFA KBA configuration", "request": { "name": "Set MFA KBA configuration", @@ -169195,7 +169195,7 @@ }, "response": [ { - "id": "edfd7a3c-8925-4d17-b554-2b8391f4800c", + "id": "87d908cb-24eb-4d5e-b3f5-f2714243521e", "name": "The new KBA configuration for the user.", "originalRequest": { "url": { @@ -169254,7 +169254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6105690-80f4-4d92-b4ed-6a9fd6d7ff66", + "id": "7a9796b9-bcb9-4ffc-853d-bf1b1b2ab17b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169313,7 +169313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba608a6b-98ed-4a56-8c85-1539be87699f", + "id": "58fd6771-9da5-4002-a8c2-f78a96175e63", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169372,7 +169372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "864d8ba4-0688-4014-b04f-594a0aa1e97a", + "id": "bd69098a-f1e0-43a8-ba72-24aaca65d065", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169431,7 +169431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b89a0f5b-695f-4c74-b1ff-75ab460dc528", + "id": "8e06ef43-7ab4-4449-b627-2aff76ad2330", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169490,7 +169490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecdce56b-2b41-487f-a1dc-5ec29f600ca6", + "id": "259a424d-2b6a-4ab7-9118-867f0e217dc0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169555,7 +169555,7 @@ } }, { - "id": "717bde3c-97e4-4bc8-a4bd-6989d876c179", + "id": "cdac22a0-b10d-4468-9660-03bae169ddd2", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -169597,7 +169597,7 @@ }, "response": [ { - "id": "0f9f1643-4653-41c4-99bf-a30fb4ccbd31", + "id": "3f6dca39-e3ce-43c6-b667-854eea98f23f", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -169642,7 +169642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a7bc5cb-b6f2-40ed-840c-993fc4ed27d6", + "id": "4b474e08-52a2-4b74-be88-41b315c28636", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169687,7 +169687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee8f2d44-6e93-4b14-ae48-78ce1548eeac", + "id": "7e6b271b-3710-4a77-8a42-a44e2c182448", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169732,7 +169732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c1a43e-455e-451c-91ba-811b16ec11e3", + "id": "5970ee93-8a2c-4aa9-90f4-4f95d6e81d5f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169777,7 +169777,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82be4cc6-336d-44cf-be7e-8cec6f458e3d", + "id": "b3881e16-9b93-4fb5-b18c-3fc4c1d998da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169822,7 +169822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd8a589f-b834-441c-ad0c-e9eb26d3b0c0", + "id": "c24f5a49-caa8-4015-bb90-edc760357390", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169884,7 +169884,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": "77615262-7661-4fd3-9377-fba2eb64e43e", + "id": "6bbbe516-1c0e-4561-8252-0dff7d8f20dc", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -169926,7 +169926,7 @@ }, "response": [ { - "id": "ccc8bcf8-7735-4799-b2ca-3638342a06a2", + "id": "ed50a897-63af-40ec-a769-3e9a18eb12f0", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -169982,7 +169982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "168f2e50-f51c-417a-8388-b254e673f7d7", + "id": "ced61732-62c0-486b-92bc-2a6dec6c94d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170038,7 +170038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6c65cb9-1990-4059-a4cc-b3762882200a", + "id": "9f4af1af-182a-423b-a8ed-fe2818c00b04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170094,7 +170094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "909fa2b4-e8f8-41ed-9cbf-a664d6382f02", + "id": "b58933ed-6871-4025-af21-6f799b1e3990", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170150,7 +170150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97be07b8-6618-426f-b3a6-e55c8073a2a5", + "id": "74fb43c8-98ac-4d5a-bbdb-3d0ae33cbd5e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170206,7 +170206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "300f201c-dfb3-49ed-94b0-8e4c769036e5", + "id": "cba47d40-ac43-4b80-ab4f-0f166a39ac03", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170268,7 +170268,7 @@ } }, { - "id": "2da1b53b-929e-4c04-9cb2-38f2df07d424", + "id": "eb149fda-17da-45c9-b20a-f2fc2344c46d", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -170343,7 +170343,7 @@ }, "response": [ { - "id": "00487ea5-d234-47b7-ab6e-c49a5c333d58", + "id": "63edc6e8-9e6b-415a-9a04-03504feeb276", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -170432,7 +170432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c39e7715-ff8e-4ee2-866f-daf71f930116", + "id": "08df9e8c-5170-44d2-9a7c-e699e3432ebd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -170521,7 +170521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f158be73-051a-4243-a8dc-b419f104ef2f", + "id": "37741897-138f-4d42-b59e-81bb21215f00", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170610,7 +170610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "377617d7-98d5-4798-92b9-0adb421b2fc5", + "id": "4a32257c-f5f0-4b9f-b244-2b22edfda19e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170699,7 +170699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a850203-ef75-4783-98cf-173c966d6f34", + "id": "59708db9-a237-4c88-a1ed-dfe7c11e255f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170788,7 +170788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0960b2a6-b195-4266-9164-f74b9eaf72db", + "id": "4892e585-74e0-4731-93ad-abd8613b80d6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170883,7 +170883,7 @@ } }, { - "id": "e3b259da-af8a-4d5e-9648-3590f52f1107", + "id": "9604d23b-37e6-4981-a797-5fb70aebd0e7", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -170924,7 +170924,7 @@ }, "response": [ { - "id": "f47e7359-f7de-4452-b6d3-3fc67502300e", + "id": "9d6197bc-0309-477b-a035-da526795e99e", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -170968,7 +170968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8d31978-6284-4098-b0d6-58024f8d9b90", + "id": "f24115f7-453c-4f13-85d3-ae0753a93d8b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171012,7 +171012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "541aff9c-1d1f-4cf0-ab02-a741046b04d8", + "id": "6321ccd7-e3c9-47fe-822a-0ff97e38e6bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171056,7 +171056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eebdf878-4d6c-4b33-802a-4ee39cb0f2a2", + "id": "d5312db1-894a-44dd-8232-4b061066b880", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171100,7 +171100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce6c9fe1-24a0-4581-a4db-9a5f2e166e55", + "id": "93339540-5f2a-4bb6-85e9-dcdeda9d007a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171144,7 +171144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cad7e03b-ec7d-4752-8c85-e873e91270fe", + "id": "53cf93e3-a95a-4b47-8df8-aadb10f3b442", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171194,7 +171194,7 @@ } }, { - "id": "0aa8a29f-2da3-4e88-9ae6-7633685e91fb", + "id": "c0e33bb6-8cb0-417d-a35c-592e24819ec3", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -171248,7 +171248,7 @@ }, "response": [ { - "id": "fffe92c5-891f-4894-af94-f67e0f5a0131", + "id": "45589fda-ee38-4ced-b26e-91712cd1d88c", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -171305,7 +171305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8133c1a1-8287-4283-8a84-eacd28162699", + "id": "cd1d5c25-f25a-4ed2-b359-f7358af1c22f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171362,7 +171362,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f204a193-18ba-4f63-b97d-c3d53304eafe", + "id": "2d2067a6-fd42-4fd6-a79c-649669067fa2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171419,7 +171419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b45592c-3b03-4171-b5d0-a1efc534f980", + "id": "fe40995e-375e-4b32-8c04-02e8233fbb54", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171476,7 +171476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af9344b7-b249-4345-b3df-aeac5bc0bb82", + "id": "b827f31e-4483-45d0-bb0a-fba3fb7131b4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171533,7 +171533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0463829c-e3c3-4e6e-bf54-33b84bb6f2d2", + "id": "f5153de5-5ac8-4776-a665-1ebfa18d660e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171590,7 +171590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99bd3527-68d7-40ec-b630-d33b07bf0730", + "id": "e9532da8-9037-4afe-a4e2-d5399fcb4bf1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171653,7 +171653,7 @@ } }, { - "id": "b4140d9d-58c1-49a8-8295-08960930fa8f", + "id": "5b9f82e3-287c-4d20-a7d3-cc2f7a624ade", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -171707,7 +171707,7 @@ }, "response": [ { - "id": "c2a15245-c824-43e5-a8da-ece5c070317d", + "id": "c8e2323a-0734-4526-bd0f-a9f68362c74b", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -171764,7 +171764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "317dc4c3-87d8-4a8d-ab49-82b6f66b6ab6", + "id": "ec5a6127-a293-4bf6-9e06-4cd3eac9039a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171821,7 +171821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfadaf16-ab1a-4a45-a6e1-da7e2dc9629d", + "id": "67360b7d-70a5-49bc-af3a-3c9600211fdb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171878,7 +171878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81c13af9-cf60-44d6-bb3c-b4486d46cb90", + "id": "4de34fa7-d50f-45fb-aab2-5ba43b67139d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171935,7 +171935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85475b43-cb17-4643-9757-65b5570398f2", + "id": "347d308b-b5c2-4ba0-bbaf-beb2ac8cd052", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171992,7 +171992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca0ec7e2-06a6-4cfb-9338-da6d3d1ee09a", + "id": "10f3dd4e-96e0-4498-8e2b-ca50271a106b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172049,7 +172049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "621ec43e-12dd-4adf-b649-021ac8f364c8", + "id": "fb050051-6aea-4472-9780-b0bf558a6d7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172112,7 +172112,7 @@ } }, { - "id": "4eac8e28-668a-412b-90a6-5195fc368033", + "id": "867efa14-84b3-4e53-8f1e-878c7472d286", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -172153,7 +172153,7 @@ }, "response": [ { - "id": "00bf6d62-7dad-4f08-a893-2ae75df65075", + "id": "a7d4671a-a518-4e0b-97d8-d0a8ea2e43ce", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -172187,7 +172187,7 @@ "_postman_previewlanguage": "text" }, { - "id": "30be3053-2e2f-4501-8246-130e2cffdc8d", + "id": "9e62997d-4bd4-4c56-ad7e-9cf6e6dbcd2c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172231,7 +172231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "868868db-3b0f-41be-aeee-bc948aea2bd4", + "id": "67abab66-03c2-4b74-9671-90de42329dd1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172275,7 +172275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0ca1d7e-4a5b-48c7-991c-bfe560b042cd", + "id": "4b4672b7-5cdb-4bef-99d1-5b31a8c32915", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172319,7 +172319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92d8446f-a180-4c2f-8164-ff2d85c19723", + "id": "17fb7835-bf05-489e-9a80-c09788bf7c64", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172363,7 +172363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9374a5fc-137c-4eca-b142-a15de2384c1a", + "id": "0b96d48c-2267-4ed4-b3db-d5c168c73459", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172413,7 +172413,7 @@ } }, { - "id": "ce2d4adf-424e-4820-8c9a-b8f41de08f85", + "id": "35131efe-887a-46d6-95d6-2b2214dd9127", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -172456,7 +172456,7 @@ }, "response": [ { - "id": "f9245b0a-f747-492b-8dce-a6965cc17212", + "id": "e829e389-ae71-4c7a-9acf-861c0fdb051f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -172503,7 +172503,7 @@ "_postman_previewlanguage": "text" }, { - "id": "adfaf015-1a06-4a44-b686-7e07d3173de7", + "id": "0edc68a3-e2f9-4c70-9f35-ce7d414d1979", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172560,7 +172560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "493cdf0a-9b07-4b6d-8f83-ac08c7e23531", + "id": "49d20b21-b24a-4665-ac2c-21c566ede1f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172617,7 +172617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36785304-ff34-46f8-abac-3573b5552dae", + "id": "c4962168-3403-4db9-93a4-09218423d23c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172674,7 +172674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e299732a-811d-4c09-9e44-99ece1539245", + "id": "42dad115-9244-4179-94e6-ca8e9b6ef30b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172731,7 +172731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caa84e9b-cc14-4c77-8238-58db0873b3a0", + "id": "f8d206f0-406b-435e-a2fb-657e98432df7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172794,7 +172794,7 @@ } }, { - "id": "e19417b5-523a-4027-a9cc-ae710a5ce927", + "id": "8d8058cb-caf4-484c-b72f-3cf6798d3e22", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -172836,7 +172836,7 @@ }, "response": [ { - "id": "8431ea05-cf1f-47af-b7c6-3fa3cfe39414", + "id": "c85c2411-6b87-4859-917a-744bbdd7315a", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -172892,7 +172892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40b0692c-f540-473c-8f50-d786b4e377ec", + "id": "0ef61bec-b933-4290-848b-563f3d390986", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -172948,7 +172948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "022d4f4e-84f4-4b99-8c30-8a949166011b", + "id": "abc3f140-7455-4e11-bf77-29b57aea32d6", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -173004,7 +173004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b36ab57-d5d6-4409-b58c-9eb78bd3cc76", + "id": "d8dbeaf7-6961-44f9-820f-4cdeed584564", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173060,7 +173060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbaa6deb-99cd-42ee-8a05-f87e854152fe", + "id": "9e2c3fc2-7967-4867-a822-72579550ed84", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173116,7 +173116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd72f643-0040-44a3-840d-be607001958b", + "id": "0abd4390-48c1-4834-b464-d6fb275e2b49", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173172,7 +173172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e68c7d0-ce1d-4afa-b24e-163a4587eb93", + "id": "43b214df-5afb-45a1-a274-952523580e67", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173234,7 +173234,7 @@ } }, { - "id": "9caa95b1-a2fa-45b1-b459-3c90510ea5ce", + "id": "0c2b4549-16ec-47f1-ad4c-71d8215e1621", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -173318,7 +173318,7 @@ }, "response": [ { - "id": "e818af07-b60d-4f3f-9903-2fda7da38462", + "id": "c4e56fbd-9258-4a7d-b3af-9bda17d6c4b3", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -173416,7 +173416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8579c4c-20aa-4903-9350-3cb642b33d17", + "id": "3f7fc820-3f03-4f86-92fc-ed038b2d147a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173514,7 +173514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e08586f-b432-49ed-831a-6f21b7ccafa4", + "id": "8d3f04f8-cd05-4b56-8179-063b8006ce2c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173612,7 +173612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0812298b-0580-4f02-96ea-8bbb44d0e3f0", + "id": "9e1b05b3-1664-4551-b79a-9bcf9e1e55af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173710,7 +173710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f2c3fd7-43be-47aa-9d7d-060058b7046e", + "id": "23072b0a-d512-4d61-813e-fcd3bf17600c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173808,7 +173808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1845e9b-71e7-4920-8b34-f206263edaad", + "id": "86144c5a-db6c-4da2-8e72-4fbdb307fac1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173912,7 +173912,7 @@ } }, { - "id": "71b01ce6-3b5d-4b6c-938c-d11b62dd8c90", + "id": "37062669-e3d8-4143-963f-9f1aa82ac28c", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -173953,7 +173953,7 @@ }, "response": [ { - "id": "fd048072-6bbb-4f3a-9d2e-583b0a394351", + "id": "c722ebc4-3968-469a-b034-7d1e8ed0a67f", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -173997,7 +173997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b20c6bd6-ebbe-43be-9eb6-11d7d660e16e", + "id": "5df677aa-c1e1-45f4-9a2e-45a43046a8bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174041,7 +174041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc79f865-ecf5-468f-843d-754d7e71c5d8", + "id": "359b9a96-9341-4325-ace0-feb86b286018", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174085,7 +174085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42b8d317-fa57-4373-aa35-b752d7f5651c", + "id": "a4966a57-34ac-4a7e-bb8c-2c46044d4c28", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174129,7 +174129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "802a8901-7eed-40bd-8a60-5295fa9a4f9a", + "id": "0515db27-15ce-48c1-ab72-673a592bfb4e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174173,7 +174173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07ec35d8-a54f-4743-81d4-fec9bcd40f9d", + "id": "1accfaf3-33db-4bfe-b3de-2fc1ab41eb7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174217,7 +174217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8743e22-2800-48ea-8ddd-985817affb2f", + "id": "ab0569db-b5bc-4a9a-944a-70288292bf35", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174267,7 +174267,7 @@ } }, { - "id": "755c7f43-e59e-4f5a-aef5-611ce085d27a", + "id": "31d44b70-928a-4360-b0d1-eb2ac3f03d73", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -174308,7 +174308,7 @@ }, "response": [ { - "id": "42cd6644-f59c-496a-bcd8-9c2dac2cb8cb", + "id": "5e6011de-009f-4e15-9d8a-77b2077ce721", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -174342,7 +174342,7 @@ "_postman_previewlanguage": "text" }, { - "id": "aa61048c-7d5c-46c4-a198-f6e34af063bb", + "id": "4776db2c-f014-4d54-a681-8f2cb61be059", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174386,7 +174386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "088a8353-a43b-42aa-9635-8dc1a4a58726", + "id": "9c46baae-b4f2-480b-a8a9-560f0d82cb52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174430,7 +174430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a802c53-3795-4d22-8ad8-47c967ac50a5", + "id": "3abb2635-6f08-4059-bf23-ac141c42aa3a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174474,7 +174474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "132d550a-f712-47bd-a3ec-402ab2b4815a", + "id": "65975ec5-372d-4538-9161-2630d578d241", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174518,7 +174518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "302cdf2c-1645-4f42-a6f0-782f66bc08ad", + "id": "0334755f-c317-49c8-93f3-918ca57862bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174562,7 +174562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26791ab3-1c42-4521-8fbc-a4687f442d53", + "id": "1ba71a2c-49a5-4dc2-9b85-f034229fb589", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174612,7 +174612,7 @@ } }, { - "id": "a360f51e-62e0-4ebd-93b1-b4006528cb23", + "id": "27d55305-f7cb-4311-a9f0-c03f04fbae00", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -174654,7 +174654,7 @@ }, "response": [ { - "id": "ee1c755a-3551-480b-87ac-3ac70b53b9cd", + "id": "6f2d6801-812c-4b4c-8b04-9456a7066f6c", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -174699,7 +174699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0180817e-929a-4938-99f8-2889db6146af", + "id": "d4795bb1-e095-4518-9ea3-b7513644f148", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174744,7 +174744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5682666d-5871-402a-a224-32782f632d67", + "id": "01b34df6-a80c-4900-b178-113887e0505a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174789,7 +174789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc7e9b8d-ad45-418e-81de-303548cccfd8", + "id": "8fab91a6-0c4e-467e-85b2-fdb7a37f9b3d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174834,7 +174834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a05497d-65f1-4243-9ad3-03f60aed9721", + "id": "f6ec499f-c8a0-43b7-a8eb-27b72263dcdb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174879,7 +174879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "673bf210-3149-49b7-9ba3-588b2d850fa2", + "id": "5cb1ef1c-1598-4607-a9a3-0bac0b4cf76f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174930,7 +174930,7 @@ } }, { - "id": "c6c797b7-4520-412a-b92c-1813d4b76ccb", + "id": "c58ed106-7e2c-4f4f-b9b5-218188722fa5", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -174972,7 +174972,7 @@ }, "response": [ { - "id": "fa92d80a-8125-4ab6-91aa-3e86d3850b50", + "id": "3e1bfecf-d27f-4dbc-9cea-b8d6e07ee0b5", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -175028,7 +175028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ac1ec3d-aff4-4bd6-9199-158046d1c2d0", + "id": "4187a5ec-6b20-42c7-a535-c04b71c05602", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175084,7 +175084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1149f726-d1cd-4b7e-8649-b7492fd4d8b2", + "id": "ddf443d0-a9e3-44c7-b7e5-899cc834907d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175140,7 +175140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe007aa0-0418-45a8-b49f-6cb64e1e2d13", + "id": "74fde900-c1db-4733-a99b-4774526ba2bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175196,7 +175196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47a60604-e6ec-4cb4-bde5-90c9a5000a7d", + "id": "1f2b28aa-b5e9-46c9-988d-38f8cf86576c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175252,7 +175252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4daed0ed-aebb-4f1d-b520-b3bbc6409572", + "id": "443e0054-6d81-4a02-bd30-7b685cae364f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175314,7 +175314,7 @@ } }, { - "id": "b6ebba50-c931-44e4-b46c-d03929101371", + "id": "725441a7-abd0-4d64-b689-e6926aa8c555", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -175398,7 +175398,7 @@ }, "response": [ { - "id": "16d68582-c7c1-4311-b13f-275efb84c508", + "id": "b42e1948-0dce-4d8f-8e47-08c1cd25a57b", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -175496,7 +175496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf47d0cf-af8f-4cbb-b01f-d0a8521e9639", + "id": "9e3681f6-253e-4d34-afa6-ea0d8dfd085b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -175594,7 +175594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "930419c4-d232-4366-85cb-33001c9cd006", + "id": "d9da0a05-6794-4ef5-b7d1-69eae6626139", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -175692,7 +175692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62d8c7ea-4787-47fa-876f-50a827ef8e91", + "id": "fae35534-201f-4ee6-8e6b-d31b04888340", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -175790,7 +175790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b86a066e-9e56-4f4c-89be-b77666d600ff", + "id": "0eeecc9c-6850-4241-8c79-fd75642ae2bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -175888,7 +175888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df21d2fc-4337-47dc-b0e9-632683420de2", + "id": "a738c6c4-6538-4a10-938a-df46a45f98d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -175992,7 +175992,7 @@ } }, { - "id": "54c57c60-b9a9-4368-8500-331b2c968bd4", + "id": "4b89c7c9-2e0a-471e-8887-88e3b47d7baf", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -176033,7 +176033,7 @@ }, "response": [ { - "id": "64306915-833f-414a-8ae4-246aa617fc86", + "id": "2ec7a302-4484-491b-8c68-6a3090eb55b1", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -176077,7 +176077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f45431-2b08-426b-b9c8-38bf90233fa7", + "id": "0505d3d2-e449-49eb-8e4f-c2c1461bc874", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176121,7 +176121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c60b6f-c512-4a56-9bd5-e93c3770146c", + "id": "98fb831c-a841-4663-b554-770e6dc3eabc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176165,7 +176165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f559694d-b608-4281-bbd0-a33c9a952dcd", + "id": "39371aef-a855-47e3-9b14-ead643f693d8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176209,7 +176209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "058338b8-1e2b-44cb-b286-4c352aced9cd", + "id": "3eeda239-a09b-4891-8795-ccce6d1d4390", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176253,7 +176253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bebe0fb7-ee89-496d-9c64-34c56ccaafb2", + "id": "3ea5baf1-d7f4-47a2-ab22-790d9dd27a4f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176303,7 +176303,7 @@ } }, { - "id": "f3998ea3-b047-4c75-ac65-2092263ec858", + "id": "f4f728ec-5450-4f23-9a12-20ecff3132c2", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -176357,7 +176357,7 @@ }, "response": [ { - "id": "d391757b-c44b-463e-97cf-85d47f99e2ee", + "id": "4a6e5c0a-0d42-4822-9b03-2231af418f73", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -176414,7 +176414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c88bca1-03d0-4428-848b-4b31b969d4f6", + "id": "15630cf0-c0fd-458f-98b2-914fcc4cb132", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176471,7 +176471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "080be4ad-22d2-4208-8e79-a219aff358e6", + "id": "67778d7d-7c7a-4df6-96f6-b41184600015", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176528,7 +176528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a8d5064-a831-43af-9aaa-70d69d9dc198", + "id": "c5bffabc-c53a-4866-a818-9862695ff561", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176585,7 +176585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d01197c2-695d-4909-90a7-753cf969165b", + "id": "9f6d0bd2-4f9d-4735-b4a0-91a8cfdd2f1a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176642,7 +176642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cafc94c-4608-4e4c-8dcc-e17e4a3ba9cb", + "id": "521802c9-a15f-4cf5-b99b-0def7eef97bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176705,7 +176705,7 @@ } }, { - "id": "369e375a-4f27-41b7-9792-f9090c757777", + "id": "a1d88296-20d1-425c-99d4-7f27b7d8f586", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -176746,7 +176746,7 @@ }, "response": [ { - "id": "d7604a4b-c529-4977-a5cb-d7688ab9edc7", + "id": "4ec34499-670e-445a-b76b-0650565341fd", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -176780,7 +176780,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fed55531-92a0-4eca-bf6e-79722d3567c7", + "id": "bfa103aa-dec0-4fd8-98f8-477b36decd44", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176824,7 +176824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aa2418c-a456-4ad6-9919-f397c9ea8fc5", + "id": "71e6e268-c797-47db-b3af-72a7b9ff95d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176868,7 +176868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079db5c3-6a36-4130-bfcc-c2df54bbd4e0", + "id": "e0857d8a-151a-47dd-bd44-2a923109a45a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176912,7 +176912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e10c673-6c68-484e-946d-5cb69d5570f0", + "id": "d5c07535-81b3-4d7d-ab95-0d353286456a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176956,7 +176956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d4b24d-1767-4e13-8be3-180284134fdb", + "id": "497ff60c-9528-4e05-a03a-02a5137c8e96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177006,7 +177006,7 @@ } }, { - "id": "48d1ba54-983f-48c8-b5ca-853674a7cd8c", + "id": "f0ee1e31-7720-4566-a665-caa55125b072", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -177049,7 +177049,7 @@ }, "response": [ { - "id": "c1d27934-6404-4fb8-b75c-78aabe0b4be2", + "id": "f635f7ec-3e1a-40af-8957-0e609da533c5", "name": "Exported CSV", "originalRequest": { "url": { @@ -177095,7 +177095,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bef6a4ec-6972-4db5-b518-274b1e47b89f", + "id": "f3c65c95-d64b-4549-95cb-8df2c9614dd2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177141,7 +177141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d1257a7-38ad-4e82-bead-fd3875072bef", + "id": "5bed4daf-3f83-4049-8123-cc04f7ea31a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177187,7 +177187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f89464ea-36f8-4932-be3b-397e349ea2b9", + "id": "e1661a56-7be8-4c90-873e-a27a16f249ba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177233,7 +177233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29f3b6fb-5dfd-40f3-a3b0-3e632eb31147", + "id": "2d34b19d-6a59-4bbb-9353-1dd2a47c7459", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -177279,7 +177279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d998d477-e326-4ed3-8712-65d821fd44aa", + "id": "efe9b2aa-0136-4d31-ab54-0a24f4878626", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177325,7 +177325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7580a36-7a2b-43d3-affb-d46c408c6c59", + "id": "2bdf4b45-06ff-4e35-b2a2-d6d061316c81", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177377,7 +177377,7 @@ } }, { - "id": "3a6f825e-fdce-49e9-ad40-000faaefec7e", + "id": "74e3602b-e0c3-454e-a8c1-9ab618b913f1", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -177435,7 +177435,7 @@ }, "response": [ { - "id": "22d3abc3-7fcd-49f5-b76f-3ca0ac2e7edc", + "id": "c24a0c0e-0add-41ec-8445-4acf773542d6", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -177496,7 +177496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb339c9e-6546-42e5-905e-bdc09e777277", + "id": "ecc5f0ea-43c8-4ba6-8bd5-53792d8e9f71", "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": { @@ -177557,7 +177557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a25b0db-dcda-41e5-a915-2eef5b832de9", + "id": "10f96714-c7fe-4367-b8b5-81b31345b8ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177618,7 +177618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5dbd08f-2172-4cca-983e-8b84d2e67607", + "id": "68329620-ac8b-468e-8400-09a46a1e31c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177679,7 +177679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11ec39d5-f342-44df-bd4a-c1051da3cc86", + "id": "fb43d808-d896-4eae-a1e2-ff780702c36d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -177740,7 +177740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f974f84c-3db3-413f-8432-d05a3bdcb1df", + "id": "5a3c985f-a421-44ae-b69f-1f1010f44aee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177801,7 +177801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb9ef76c-f089-4072-85d4-ec50d8ca5ec7", + "id": "0543e387-ea20-4bd2-9d09-331dd64f8985", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177868,7 +177868,7 @@ } }, { - "id": "9af335a6-0898-4bb4-820e-8385e43f7177", + "id": "69a794d8-fdf7-4f5e-bd32-bc6a5f402d1f", "name": "Obtain the status of bulk upload on the source", "request": { "name": "Obtain the status of bulk upload on the source", @@ -177911,7 +177911,7 @@ }, "response": [ { - "id": "584622a9-9f1e-4cce-a80e-d26d086a40c3", + "id": "023e3027-e7dd-4312-842b-9123b1c4b102", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -177957,7 +177957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80f31a8f-d575-4c43-a72a-dc07967397eb", + "id": "c7aad171-5ece-4c3a-9e33-629050d1ae25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178003,7 +178003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9dcc863-61ae-4b92-8840-830749a0547b", + "id": "75f1a23d-f98b-4385-9ee5-3f5bddea8018", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178049,7 +178049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6f8eedc-38f6-4207-9060-e5d205d2bee2", + "id": "be4b16f5-f50a-4480-a0d0-4e960887a5e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178095,7 +178095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61ca804a-44a2-4df8-a2bb-00c15a08a245", + "id": "2ad4dfd0-1a39-4c42-ba7b-ba99f24337d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178141,7 +178141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0629acd0-481d-436c-8eef-3745307a75f3", + "id": "934d0af2-90e6-49dd-80a8-52d5a2e51553", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178193,7 +178193,7 @@ } }, { - "id": "e532e16f-2c8a-4837-95a5-9b5543351fe0", + "id": "902bb327-6ce8-4a05-b28c-65596727b110", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -178236,7 +178236,7 @@ }, "response": [ { - "id": "08ac82ca-919e-46cc-8b8a-f6f3e3a697a0", + "id": "a7451122-d2f2-44d2-ae6c-f5f9876e41f1", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -178282,7 +178282,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3c7e8db2-0a70-4e76-baec-c7399cbfe5c5", + "id": "90e07c50-7568-4fb1-8c1a-334277994792", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178328,7 +178328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08f30f14-bf7f-4f85-9e64-5f0020f99cf8", + "id": "1b011d3f-bb5b-4e7d-b813-10c656dad136", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178374,7 +178374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b195f0a-f923-4371-92de-c04ef3634d6a", + "id": "e79d04a5-04bd-4a9d-a902-6be0b081424b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178420,7 +178420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77d4a427-5e9a-4a59-acc3-b1efd053b2d7", + "id": "85c03342-5d7b-4c5f-9784-73a02173046a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178466,7 +178466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f29a2ca-8c87-49fe-bb4d-11ce27ade2d1", + "id": "fb7c28c6-22df-4545-9a69-cbfe9df31b98", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178512,7 +178512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35551d40-c6fd-4323-b69e-e0e085c3d847", + "id": "5b006d61-746a-4ef0-852d-148ee34e37f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178564,7 +178564,7 @@ } }, { - "id": "9bd4aa74-72b1-4f00-834c-adeeb92fb3b6", + "id": "7fd1ceaf-5ab4-4832-8238-bcd023d74508", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -178648,7 +178648,7 @@ }, "response": [ { - "id": "b6e5e894-7f22-42da-bd1a-4a1f4a0f65e8", + "id": "f20886e4-e878-4646-a5d1-e4541ad6f2c3", "name": "List of approval items.", "originalRequest": { "url": { @@ -178746,7 +178746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6c161dd-4a30-4269-bcf3-f5603157d53a", + "id": "9a076d60-34bc-4b16-9305-20de6b3c3517", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178844,7 +178844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aca6b984-58ca-4c17-9b07-008d6a8f9697", + "id": "5e6d01cd-6633-4d95-9b12-d5b6a8fbc261", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178942,7 +178942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abed4f07-bee6-4c5d-a722-203e24535c80", + "id": "47c5153c-21ca-4070-9d7e-16de0584b93a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179040,7 +179040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f2778c0-a6c3-4c32-b980-94a1673f7530", + "id": "1d5fbe94-0da5-4d34-9dd9-8c25827fe8af", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179138,7 +179138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac8c668b-655f-429b-8f46-9c5b444abd57", + "id": "513168db-cd3e-4e93-b7c0-08a1b6ef6224", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179242,7 +179242,7 @@ } }, { - "id": "80d7b12e-1905-47c7-a008-626df2bf70aa", + "id": "c109eba6-326f-4b66-b46e-604aeff89781", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -179293,7 +179293,7 @@ }, "response": [ { - "id": "46a692c1-3aba-45e2-9691-879f3896e2b9", + "id": "abe577d7-12f5-48c3-935f-92c574b3122c", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -179347,7 +179347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "390da4cf-3cb2-4572-b97b-79eb3600315c", + "id": "ec52735a-b84f-4fb3-a517-3f4ec7358435", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179401,7 +179401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc1426ce-7518-4fc7-afff-a7ad1b757469", + "id": "b5497941-fde0-4365-9b1a-f325ac2e0dab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179455,7 +179455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d69ecf7a-0957-4353-adc8-c963e87aed6c", + "id": "adb1b2eb-4097-4e36-a1ce-ab8ab0600191", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179509,7 +179509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd624a17-846e-4366-8d2e-93c56e6ce5a2", + "id": "30a3db79-71bf-40a8-a601-ffd51434529f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179563,7 +179563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6fc84cf-d99f-4a04-b8e2-6bef9aa9a77b", + "id": "d7cec5d4-956c-4204-985b-5a6f76e2b606", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179623,7 +179623,7 @@ } }, { - "id": "bcbda915-26e9-41b6-8324-fda1ced14ae5", + "id": "0a3f1ce3-fee7-49b7-81bf-527049f00116", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -179678,7 +179678,7 @@ }, "response": [ { - "id": "de6e3bc9-c2b5-4265-96aa-853d38bcadfd", + "id": "6649efb4-b60c-47dd-b468-3c36525166aa", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -179736,7 +179736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4f5e3d4-2fcf-46fb-9bff-c6c9178aa16c", + "id": "07780112-b41f-4626-a341-e38e36f04444", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179794,7 +179794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acee56e4-f148-48d9-91db-a1da45d0d8de", + "id": "c48d716d-288f-45c2-81e2-d217a7ced67a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179852,7 +179852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9fe3358-bf49-4ccb-bde6-1038d05466da", + "id": "21043a74-955e-4abb-9a9e-e1a8f8458c79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179910,7 +179910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea6a82b9-dbdb-4902-b4a5-1028d19331f9", + "id": "f4ade4eb-8462-4888-951d-5840d31dcfd4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179968,7 +179968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c7cf3b0-1110-4c61-90c8-c6930ae4a3b7", + "id": "0bee6ced-e3ae-4fef-871e-18bee740d049", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180032,7 +180032,7 @@ } }, { - "id": "620f8593-f3e2-4a70-8c9c-1822a6642b7b", + "id": "6b6f3e6c-49ec-4732-8d54-78ff8e09f5a7", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -180087,7 +180087,7 @@ }, "response": [ { - "id": "df4a334a-89c5-4983-a6d1-bf02e8ea8e78", + "id": "b96ffdc1-cb6e-4005-b100-35faf13ca64c", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -180145,7 +180145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "122a55c0-d2c5-40b9-87d3-8528ccaece44", + "id": "4e71ed1e-b092-448f-aa5c-75d99be2378f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180203,7 +180203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d30183d-aa4d-4cda-a55d-366f32c80c9c", + "id": "a7998a2b-458a-4e72-99d4-ad8994a05377", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180261,7 +180261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90ac35ec-258d-4adb-abaf-0b9c07ad3f9d", + "id": "ec1f20a0-e0b5-40e8-92a0-6b5c5fc4e385", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180319,7 +180319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cd16c3b-3d30-4fdc-93fe-6105a09ead0a", + "id": "f6ad7442-e8f8-4adc-a27b-76bb094afe63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180377,7 +180377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19e47b4a-823e-4701-8f37-102493f451dc", + "id": "f9fd4493-40c2-42d8-97dc-2c2d13281fcc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180441,7 +180441,7 @@ } }, { - "id": "97b8811d-e291-4858-8c88-45d07ad76f63", + "id": "b76c8c43-0c11-4f5c-9a16-627f29939f7d", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -180483,7 +180483,7 @@ }, "response": [ { - "id": "ee0ac490-a4b3-4a44-8d32-1328309ab94e", + "id": "9352d570-121b-4eac-95e2-c3c241c2a6d4", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -180528,7 +180528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f537972-b993-4423-b5e6-4300e69b3ce5", + "id": "5519e9c0-ba22-4276-b004-a04d876d74f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180573,7 +180573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ef2e06b-4328-4a06-a062-6cc2b7976425", + "id": "a2f60de2-d6e5-4f5e-aee5-1ee3e7af4d28", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180618,7 +180618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b74c5992-ec4b-49b4-bd4b-34e3d913308a", + "id": "80f3ba6b-313f-4757-93cc-2193ae68ce8c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180663,7 +180663,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d437fe-8d8b-4a7b-823e-2d1af3b8b6d2", + "id": "b8dfab7a-c876-497f-991d-2517c9a83cc0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180708,7 +180708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7dfbed9-69ff-476c-a2b1-51e36579c694", + "id": "96def719-64ae-4b01-93b4-6462c439789c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180759,7 +180759,7 @@ } }, { - "id": "86b230d9-b6af-4a4a-8e43-4214b973f3eb", + "id": "b1684d28-f0db-4c5b-aeae-5bd5c3cb7c3c", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -180801,7 +180801,7 @@ }, "response": [ { - "id": "9fbb07df-0957-4923-9c4a-7fab2e88a34a", + "id": "ebcd6e84-16c1-42dd-8183-184148285876", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -180846,7 +180846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b7a179a-9a62-4a41-aa47-24a204d27000", + "id": "89484525-e0f2-4ed1-b871-5179af3b1d25", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180891,7 +180891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8fd9de7-1a1c-4d0d-96be-d18673e6d9d4", + "id": "a38321f3-2605-47a2-a0f3-5577df1493fb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180936,7 +180936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df23e44-e505-4e1a-8564-3ebd39dabac7", + "id": "b0cfbb49-e00d-4501-9579-a494394bdab9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180981,7 +180981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5add8ab1-8641-4222-a4ad-0938af9f708b", + "id": "a131b51b-04a9-4da4-9745-5dd612aa5394", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -181026,7 +181026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f3cb1aa-b6d1-486b-918f-dee8cd8dc291", + "id": "88a47ea5-6fb3-4594-9b09-bbac68f39e4b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181071,7 +181071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fb8765b-6c12-4e65-8032-e08a087390fa", + "id": "57edd5a8-eeb2-4ade-9e7a-53566afbd06e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181122,7 +181122,7 @@ } }, { - "id": "19ed934e-639a-4f1a-8b13-ef706cc62305", + "id": "c8127674-d143-4c4b-9e24-74c181e02c7f", "name": "Create a new Schema Attribute for Non-Employee Source", "request": { "name": "Create a new Schema Attribute for Non-Employee Source", @@ -181177,7 +181177,7 @@ }, "response": [ { - "id": "0837a09c-e627-4aa5-8243-6c273a56ed7b", + "id": "8b7e9c89-075e-4f77-b5cd-a925e83a4ec1", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -181235,7 +181235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46068dd0-7a4b-413c-8656-02b4f2e81907", + "id": "0bab6485-07b5-454b-9238-22d946baf636", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181293,7 +181293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ca0aaca-0a54-47da-890f-7b8ab6eca12f", + "id": "23fd9cc6-f560-4b03-9034-7448e9c68f94", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181351,7 +181351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f3a9392-d9c6-43c7-bf83-006114fdd07a", + "id": "b706b0df-030a-49e0-9bcd-5148060708a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181409,7 +181409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782edb0e-9d51-4fef-947d-23927e21f36f", + "id": "6feeebd5-851f-47d7-9048-577c6e670b68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181467,7 +181467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9fe0814-6510-4b1d-8459-cf7c0b9c2324", + "id": "984ec358-f3ee-4fa7-ba09-d4ae2bd40a8e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181531,7 +181531,7 @@ } }, { - "id": "86efd231-598e-490a-8138-d85dfded7171", + "id": "03b87bd9-0d5b-4c06-9869-3b7637b12506", "name": "Delete all custom schema attributes for Non-Employee Source", "request": { "name": "Delete all custom schema attributes for Non-Employee Source", @@ -181573,7 +181573,7 @@ }, "response": [ { - "id": "3070411b-2919-49be-957b-bc33e7d048d0", + "id": "9fcf5925-ea40-4ca0-8d54-5662225521f6", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -181608,7 +181608,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7897ba65-3637-4325-9c23-5e44c571cc54", + "id": "5a1c1c1f-8f31-43b3-933d-2367ae8a589f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181653,7 +181653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cc1628b-ed8c-4cce-888f-ff042c7ff7c9", + "id": "3518019e-e2b6-4525-805c-f29b713cd96d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181698,7 +181698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f5027d4-db2b-438b-960b-b77f1c4cadf0", + "id": "70ce766a-00ec-4da6-b515-1bf95f617394", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181743,7 +181743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "003fd4ea-bd61-467b-a32c-b9e37028455c", + "id": "382707aa-05ca-4629-b0b5-6f3b01582f03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181788,7 +181788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b467f29a-64cb-44c4-858f-acac314ce828", + "id": "c2efa9e4-3c2e-439f-9238-2f4647ae1180", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181839,7 +181839,7 @@ } }, { - "id": "ebe24ad6-a406-4e60-a2d8-279a7a65e6c6", + "id": "3a9be710-19b3-4451-8020-3a4b36f90569", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -181892,7 +181892,7 @@ }, "response": [ { - "id": "73d7a97e-e213-4f30-8ee8-58a60a2dd046", + "id": "1661b191-ae43-40eb-b177-e25002f031e1", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -181938,7 +181938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "324ad0d7-9274-481e-a6b2-a91ab695d83b", + "id": "d272644b-3b1a-419a-bcfc-9fd53a8f8a14", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181984,7 +181984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c134896d-ab9c-4edb-bff9-626f8991f4eb", + "id": "e09452ec-d3f5-4c72-98a6-856c7baad363", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182030,7 +182030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c47927b-f53e-4d19-b766-508207ba57ff", + "id": "9f47fee0-5cb4-48df-9253-59734b35c79f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182076,7 +182076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "540d3021-ec69-4a57-b98f-26dd0a3f7c35", + "id": "7a8be56a-9651-4516-88a9-314922174a27", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182122,7 +182122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1de9cbee-dc2c-4698-971c-587309f6009c", + "id": "7f2df3d8-fb5d-42ca-a092-f2992b9c77fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182174,7 +182174,7 @@ } }, { - "id": "d61941cb-e977-46b3-bd8a-ea8430480b94", + "id": "0c9680e0-3f16-43bd-96ef-c35d34d1f9ad", "name": "Patch a Schema Attribute for Non-Employee Source", "request": { "name": "Patch a Schema Attribute for Non-Employee Source", @@ -182240,7 +182240,7 @@ }, "response": [ { - "id": "314ecdec-83d7-4471-b908-0cd44f23cad7", + "id": "18eec3d4-d8a5-488a-9aeb-6173fe507e80", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -182299,7 +182299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1386f80c-7862-4368-8fc3-b6a097bfefe0", + "id": "f12d55ad-3318-4876-8c54-d250261f0edc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182358,7 +182358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a53795-74a5-478d-a0b1-456af2f48c16", + "id": "73516144-3096-4302-8aac-38e42b2925bf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182417,7 +182417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c1d98df-8837-4c3c-8acb-6d228154d453", + "id": "a1a4fd33-d4c9-41c8-a70e-d72b458f85fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182476,7 +182476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "604160c4-130c-4ab6-9899-ced29bb81a38", + "id": "207fee71-11c5-4dc4-aed9-ccc1d166dd0b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -182535,7 +182535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54bb4d7c-876c-4595-b001-cd889aab1851", + "id": "0afb4da6-d1af-4fc3-a5e6-8d27f1962d47", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182594,7 +182594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5930a339-887f-4e58-b31d-8ce335496f10", + "id": "74a79bfe-ada6-4cce-a174-18109f2c158b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182659,7 +182659,7 @@ } }, { - "id": "39dd7023-a05d-455c-9014-601523c3bfab", + "id": "a2334c76-6533-4a60-9421-5166f8b8fdf7", "name": "Delete a Schema Attribute for Non-Employee Source", "request": { "name": "Delete a Schema Attribute for Non-Employee Source", @@ -182712,7 +182712,7 @@ }, "response": [ { - "id": "eb76470a-a55a-438a-92a4-eef61485cf8f", + "id": "4c72b7c6-beea-4e8a-9c70-6b485e6e86a1", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -182748,7 +182748,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ebed1d09-bbb7-47f8-9cac-3ddce2baeb26", + "id": "db41e6c9-4ea8-4d80-a112-9c6b18163401", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182794,7 +182794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33947f7c-0207-4fc0-8303-3dbddea60130", + "id": "8dedca28-793f-4b46-99d7-24949612cd78", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182840,7 +182840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72438ed6-2ccd-4d8e-a6b9-91ec57514779", + "id": "607d8299-ff81-477b-8560-73084053e996", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182886,7 +182886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ae74768-f955-4821-b3cd-37614c99708c", + "id": "e2310066-4eb1-449c-95b0-6e6e9b0e9c61", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182932,7 +182932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0799159-d990-4f42-848f-ace125a621ba", + "id": "6590302a-046f-4853-ba52-872d314a50ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182990,7 +182990,7 @@ "description": "", "item": [ { - "id": "60242d46-1855-41a9-9371-4c8a9b4b91d0", + "id": "63ab828a-473b-438d-bdf5-886e00ede91c", "name": "Change MAIL FROM domain", "request": { "name": "Change MAIL FROM domain", @@ -183041,7 +183041,7 @@ }, "response": [ { - "id": "5e4a91c7-3bdb-4ee7-8ae4-dc2b7c60e406", + "id": "31453183-2a2a-4ecb-b2e6-a244f2803ad7", "name": "MAIL FROM Attributes required to verify the change", "originalRequest": { "url": { @@ -183106,7 +183106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47d0d6ba-fb20-4c5a-911c-38d98283ebba", + "id": "9f6596ca-4dde-47fa-852a-7d9c1bc6fc1f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183171,7 +183171,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c46ccd66-eaa1-4713-9826-0b2aaec9554e", + "id": "f950ee70-3a76-4ee9-a30f-77312b47a86e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183236,7 +183236,7 @@ "_postman_previewlanguage": "json" }, { - "id": "918a1b1d-1c24-4e50-826d-09676f2a2ee1", + "id": "f14576f3-0802-4415-8111-39b05e8780ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183301,7 +183301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3a97e83-1c2c-4cc7-95ba-49070919fa61", + "id": "301f3999-4d3b-4d78-ab3c-1f33638b69e2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183366,7 +183366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5b9d58-ec5b-4fb6-9a1e-e0d5ea197225", + "id": "9ae69d44-966f-484f-8c8e-ff47fea05b92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183437,7 +183437,7 @@ } }, { - "id": "67f13895-ce83-4d01-9571-eb25c11d4039", + "id": "db5e4f1c-2cf0-4183-851f-a2302b4d229b", "name": "Get MAIL FROM Attributes", "request": { "name": "Get MAIL FROM Attributes", @@ -183491,7 +183491,7 @@ }, "response": [ { - "id": "3e7b6b79-4f85-4a84-8270-12f92ad03571", + "id": "a30c004c-310b-477a-a090-fc3bccb9e290", "name": "MAIL FROM Attributes object", "originalRequest": { "url": { @@ -183554,7 +183554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df180d4f-6d32-483c-83b9-4c752f3ab958", + "id": "4e505e14-e8a1-4215-b6de-8bc3a0e4654e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183617,7 +183617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d086ba66-78a9-4ff7-bf5b-e51d21920fcf", + "id": "4ffd25e5-482b-4170-bf0d-fb56898895e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183680,7 +183680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ae42891-ca89-4b5b-8160-2ba72d38d138", + "id": "4e001f3a-5199-4354-b223-4f8e4d4a7433", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183743,7 +183743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc1d5ead-8fad-4cf5-9d31-b9a1617dce3c", + "id": "28669c48-8845-4de1-bd6d-210a9477fe67", "name": "Too Many Requests - Returned in response to too many requests in 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": "f7e5a4f8-29ce-47c4-a5f7-433407e7adfc", + "id": "44a61f27-8ce4-4da9-9cd4-149073230483", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183875,7 +183875,7 @@ } }, { - "id": "2e0161a1-7a99-44af-b101-d380a92577a5", + "id": "df139298-9c34-4380-95ad-55d1b4800d8c", "name": "List Notification Template Defaults", "request": { "name": "List Notification Template Defaults", @@ -183941,7 +183941,7 @@ }, "response": [ { - "id": "1b6c1c48-b535-4f24-aed8-7df373e6bb56", + "id": "dd4a7ac4-717a-4817-b153-bda41588b437", "name": "A list of the default template objects", "originalRequest": { "url": { @@ -184016,12 +184016,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\": \"sint in\",\n \"text\": \"proident\",\n \"blocks\": \"Excepteur ex\",\n \"attachments\": \"laboris dolor aliqua magna\",\n \"notificationType\": \"dolore id in\",\n \"approvalId\": \"\",\n \"requestId\": \"reprehenderit aute in cillum\",\n \"requestedById\": \"exercitation ullamco et incididunt\",\n \"isSubscription\": false,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"aliquip reprehenderit de\",\n \"itemId\": \"aute in voluptate\",\n \"itemType\": \"ex eiusmod tempor laborum\",\n \"autoApprovalMessageJSON\": \"cupidatat culpa velit eu dolor\",\n \"autoApprovalTitle\": \"dolor\"\n },\n \"customFields\": {\n \"requestType\": \"quis et elit incididunt\",\n \"containsDeny\": \"minim Ut et\",\n \"campaignId\": \"ex\",\n \"campaignStatus\": \"aute commodo in\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"in\",\n \"title\": \"nisi sed\",\n \"text\": \"ut magna consectetur\",\n \"messageJSON\": \"anim\",\n \"isSubscription\": true,\n \"approvalId\": \"dolor in enim\",\n \"requestId\": \"magna reprehenderit dolore\",\n \"requestedById\": \"nisi\",\n \"notificationType\": \"enim \",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"amet est voluptate\",\n \"itemId\": \"veniam minim commodo\",\n \"itemType\": \"reprehenderit velit\",\n \"autoApprovalMessageJSON\": \"nulla velit\",\n \"autoApprovalTitle\": \"officia Ut inc\"\n },\n \"customFields\": {\n \"requestType\": \"ut laboris \",\n \"containsDeny\": \"magna mollit\",\n \"campaignId\": \"dolor\",\n \"campaignStatus\": \"enim ex\"\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\": \"sunt ad ut enim\",\n \"text\": \"deserunt quis voluptate mollit Ut\",\n \"blocks\": \"sint esse\",\n \"attachments\": \"ipsum in fugiat est\",\n \"notificationType\": \"tempor dolor aliqua laborum\",\n \"approvalId\": \"non reprehenderit\",\n \"requestId\": \"voluptate\",\n \"requestedById\": \"dolore est tempor ipsum\",\n \"isSubscription\": false,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"deserunt\",\n \"itemId\": \"qui ullamco\",\n \"itemType\": \"aliquip\",\n \"autoApprovalMessageJSON\": \"cillum aliqua lab\",\n \"autoApprovalTitle\": \"eiusmod sed in nisi\"\n },\n \"customFields\": {\n \"requestType\": \"dolor esse\",\n \"containsDeny\": \"ad sed\",\n \"campaignId\": \"consequat sed Excepteur deserunt irure\",\n \"campaignStatus\": \"anim ut do\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"Excepteur\",\n \"title\": \"ex ad\",\n \"text\": \"ea\",\n \"messageJSON\": \"e\",\n \"isSubscription\": true,\n \"approvalId\": \"ut minim incididunt veniam\",\n \"requestId\": \"ea cupidatat\",\n \"requestedById\": \"Ut consequat dolore Excepteur aliquip\",\n \"notificationType\": \"consectetur dolor \",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"Duis Ut deserunt ea do\",\n \"itemId\": \"cillum aliquip occaecat\",\n \"itemType\": \"occaecat cillum\",\n \"autoApprovalMessageJSON\": \"laborum\",\n \"autoApprovalTitle\": \"voluptate aute\"\n },\n \"customFields\": {\n \"requestType\": \"exercitation in ad ullamco\",\n \"containsDeny\": \"amet est aliquip non\",\n \"campaignId\": \"eiusmod in dolor nisi\",\n \"campaignStatus\": \"non\"\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\": \"ipsum laboris sunt\",\n \"text\": \"aliquip dolor\",\n \"blocks\": \"laborum commodo sunt aute irure\",\n \"attachments\": \"ut pariatur sit fugiat\",\n \"notificationType\": \"tempor cillum laboris\",\n \"approvalId\": \"in sunt laborum occaecat irure\",\n \"requestId\": \"commodo nulla\",\n \"requestedById\": \"velit in exercitation ex\",\n \"isSubscription\": false,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"Duis Exce\",\n \"itemId\": \"reprehe\",\n \"itemType\": \"reprehenderit ullamco\",\n \"autoApprovalMessageJSON\": \"commodo nisi et\",\n \"autoApprovalTitle\": \"qui anim irure\"\n },\n \"customFields\": {\n \"requestType\": \"fugiat dolor\",\n \"containsDeny\": \"mollit in \",\n \"campaignId\": \"ut aliqua fugiat incididunt\",\n \"campaignStatus\": \"veniam cupidatat\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"adipisicing fugiat reprehenderit\",\n \"title\": \"officia fugiat sint aute\",\n \"text\": \"ea do reprehenderit Duis\",\n \"messageJSON\": \"irure consectetur\",\n \"isSubscription\": false,\n \"approvalId\": \"officia dolor aliquip nulla\",\n \"requestId\": \"amet des\",\n \"requestedById\": \"sed magna in\",\n \"notificationType\": \"sunt sed Ut\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"adipisicing labore mollit dolor in\",\n \"itemId\": \"magna ipsum est\",\n \"itemType\": \"officia adipisicing sint\",\n \"autoApprovalMessageJSON\": \"deserunt voluptate o\",\n \"autoApprovalTitle\": \"dolore irure\"\n },\n \"customFields\": {\n \"requestType\": \"eiusmo\",\n \"containsDeny\": \"do ut\",\n \"campaignId\": \"proident sunt conseq\",\n \"campaignStatus\": \"in\"\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\": \"elit est non\",\n \"text\": \"nostrud qui consequat\",\n \"blocks\": \"cillum Ut Excepteur in irure\",\n \"attachments\": \"commodo ut occaecat elit\",\n \"notificationType\": \"do aliquip dolor officia\",\n \"approvalId\": \"eu ex officia elit\",\n \"requestId\": \"sunt elit eu dolor\",\n \"requestedById\": \"officia commodo mollit\",\n \"isSubscription\": true,\n \"autoApprovalData\": {\n \"isAutoApproved\": \"ut nisi\",\n \"itemId\": \"occaecat in consectetur eu Ut\",\n \"itemType\": \"sunt\",\n \"autoApprovalMessageJSON\": \"Excepteur sint est commodo adipisicing\",\n \"autoApprovalTitle\": \"nisi\"\n },\n \"customFields\": {\n \"requestType\": \"qui magna\",\n \"containsDeny\": \"incididunt ea exercitation esse ali\",\n \"campaignId\": \"dolore ad sunt et\",\n \"campaignStatus\": \"ipsum magna amet velit\"\n }\n },\n \"teamsTemplate\": {\n \"key\": \"est reprehenderit tempor\",\n \"title\": \"consectetur ut reprehenderit in\",\n \"text\": \"fu\",\n \"messageJSON\": \"adipisicing minim esse tempor\",\n \"isSubscription\": true,\n \"approvalId\": \"sunt Duis mi\",\n \"requestId\": \"quis amet\",\n \"requestedById\": \"esse fugiat no\",\n \"notificationType\": \"ex sit aliquip cillum\",\n \"autoApprovalData\": {\n \"isAutoApproved\": \"elit consequat et\",\n \"itemId\": \"culpa esse\",\n \"itemType\": \"veniam ut exercitatio\",\n \"autoApprovalMessageJSON\": \"tempor Ut reprehenderit\",\n \"autoApprovalTitle\": \"Lorem\"\n },\n \"customFields\": {\n \"requestType\": \"enim sunt\",\n \"containsDeny\": \"minim incididunt sint exercitation\",\n \"campaignId\": \"velit occaecat laborum\",\n \"campaignStatus\": \"in\"\n }\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "0a3822d6-ded7-4400-9529-afe7fefb530a", + "id": "639d92e2-a5af-4885-8cdf-bb913a54a4d7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184101,7 +184101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aba12f0b-bcab-4d6b-8b7f-0aa702465244", + "id": "b3bab0d8-748f-47de-903c-042faeafb131", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184181,7 +184181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8fb88c3-a5ce-4049-a42c-4188c133770c", + "id": "ad44d763-f372-4c0c-a5ce-3e89fe2e434c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184261,7 +184261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b0d427f-bb1f-4625-990d-a01fd6957d1d", + "id": "8d603ddb-1e4b-4c96-ad0f-a1770f9c8a22", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184341,7 +184341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6978b14-fa3e-436e-b4fb-77e7db04605d", + "id": "e2383159-b8dd-4e32-bf8c-f6ad7c3e5dd3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184427,7 +184427,7 @@ } }, { - "id": "dc6e69a3-9ab2-4527-99eb-1b4b38acfa8a", + "id": "90aaa1f9-958d-449b-b022-bcda719044e4", "name": "List Notification Templates", "request": { "name": "List Notification Templates", @@ -184493,7 +184493,7 @@ }, "response": [ { - "id": "e75fadfc-2243-42fe-817c-1970776be3dd", + "id": "c6281ec0-b1f7-4ef0-99e5-dd86cf32b217", "name": "A list of template objects for your site", "originalRequest": { "url": { @@ -184568,12 +184568,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\": \"elit nos\",\n \"teamsTemplate\": \"nisi veniam cillum sit minim\"\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\": \"veniam aliqua fugiat est voluptate\",\n \"teamsTemplate\": \"ullamco deserunt dolore id\"\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\": \"proident ad et magna sunt\",\n \"teamsTemplate\": \"voluptate quis Excepteur 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\": \"in enim\",\n \"teamsTemplate\": \"velit commodo\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bd91527c-28b2-432c-bd32-6f95661eaa44", + "id": "46296b26-d81b-48b0-9fc5-6b32f5eee392", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -184653,7 +184653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e4f8001-7b0c-401e-a743-5afe202e6b7d", + "id": "b7987542-6320-4464-9984-2b2e0674b7f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -184733,7 +184733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a194ef94-7891-414a-bdfc-488154253dde", + "id": "4607fa5c-ad12-44a4-9bb9-d9e5ba4e6608", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -184813,7 +184813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "175de8c5-38bf-45f0-88e1-5b43273bbd5e", + "id": "b14f6f0d-8f69-40c8-b05a-5f01c6abaf35", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -184893,7 +184893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01a273cb-7a48-42fe-b8e2-14e704fee72e", + "id": "26ac7d1c-6ce6-4a71-a743-340e09681747", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -184979,7 +184979,7 @@ } }, { - "id": "29d4d933-f685-4539-b5d2-e077daa6cc69", + "id": "0a521fbc-3541-4745-a2c2-0de6164199db", "name": "Create Notification Template", "request": { "name": "Create Notification Template", @@ -185019,7 +185019,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\": \"Lorem voluptate\",\n \"teamsTemplate\": \"magna d\"\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\": \"id amet\",\n \"teamsTemplate\": \"p\"\n}", "options": { "raw": { "headerFamily": "json", @@ -185030,7 +185030,7 @@ }, "response": [ { - "id": "2c978524-c80e-4e04-bb1e-41aea873811d", + "id": "7829e511-f3e7-44a9-9040-857beae62e2a", "name": "A template object for your site", "originalRequest": { "url": { @@ -185073,7 +185073,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\": \"Lorem voluptate\",\n \"teamsTemplate\": \"magna d\"\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\": \"id amet\",\n \"teamsTemplate\": \"p\"\n}", "options": { "raw": { "headerFamily": "json", @@ -185090,12 +185090,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\": \"Lorem voluptate\",\n \"teamsTemplate\": \"magna d\"\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\": \"id amet\",\n \"teamsTemplate\": \"p\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "e72dc1b3-f61d-45e1-bd57-9d76ff09fcc8", + "id": "3d6f0888-4c4b-4e4e-bebb-a2d23c670f01", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185138,7 +185138,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\": \"Lorem voluptate\",\n \"teamsTemplate\": \"magna d\"\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\": \"id amet\",\n \"teamsTemplate\": \"p\"\n}", "options": { "raw": { "headerFamily": "json", @@ -185160,7 +185160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a2c2ef4-7d39-467c-ad43-6561618172bf", + "id": "0490fe83-5276-4a7d-8134-b292bbadc0c9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185203,7 +185203,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\": \"Lorem voluptate\",\n \"teamsTemplate\": \"magna d\"\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\": \"id amet\",\n \"teamsTemplate\": \"p\"\n}", "options": { "raw": { "headerFamily": "json", @@ -185225,7 +185225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ebb695d-9870-4323-9dd5-8fcfb62d3622", + "id": "1de50835-1f89-46c5-aeda-26a01ca3c10d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185268,7 +185268,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\": \"Lorem voluptate\",\n \"teamsTemplate\": \"magna d\"\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\": \"id amet\",\n \"teamsTemplate\": \"p\"\n}", "options": { "raw": { "headerFamily": "json", @@ -185290,7 +185290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7da5cec-1d22-4dd7-911e-2863f232ed5e", + "id": "4da03bdb-b2e0-4fdd-a808-adf6f5665b14", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185333,7 +185333,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\": \"Lorem voluptate\",\n \"teamsTemplate\": \"magna d\"\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\": \"id amet\",\n \"teamsTemplate\": \"p\"\n}", "options": { "raw": { "headerFamily": "json", @@ -185355,7 +185355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba0089ab-a067-4219-907b-c85407470e39", + "id": "c6ed6e74-dee3-49fb-97ee-8e4bb31e80ba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185398,7 +185398,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\": \"Lorem voluptate\",\n \"teamsTemplate\": \"magna d\"\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\": \"id amet\",\n \"teamsTemplate\": \"p\"\n}", "options": { "raw": { "headerFamily": "json", @@ -185426,7 +185426,7 @@ } }, { - "id": "783644c3-75e5-4b69-8a55-944e2b236659", + "id": "3c760681-fdd9-4e73-ba35-1d41d171a318", "name": "Get Notification Template By Id", "request": { "name": "Get Notification Template By Id", @@ -185476,7 +185476,7 @@ }, "response": [ { - "id": "6389d7a4-1cbf-4521-adcb-aaf046cf7893", + "id": "74409ef9-dec8-4f0a-afbf-17c38864c618", "name": "A template object for your site", "originalRequest": { "url": { @@ -185524,12 +185524,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\": \"elit nos\",\n \"teamsTemplate\": \"nisi veniam cillum sit minim\"\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\": \"veniam aliqua fugiat est voluptate\",\n \"teamsTemplate\": \"ullamco deserunt dolore id\"\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\": \"proident ad et magna sunt\",\n \"teamsTemplate\": \"voluptate quis Excepteur 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\": \"in enim\",\n \"teamsTemplate\": \"velit commodo\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "594ab20a-b96c-486c-a519-3a098b10e02d", + "id": "752be2f1-2422-431b-a20d-ce7f98a88774", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185582,7 +185582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cf7c73e-e6a8-48d9-958a-e97a3309f997", + "id": "e2a716ab-af77-48d6-9ec9-ff2b76ba69ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -185635,7 +185635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ce38f1c-1ce9-4f81-97a7-8b67dedc24e0", + "id": "961251ac-d086-40aa-ac75-637beb5d8106", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -185688,7 +185688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56508093-e3fb-45e9-83f9-f368fbfbb5aa", + "id": "a30d5560-5176-41f8-a9bf-92a437842fef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -185741,7 +185741,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d909b571-2d53-4f87-bacd-104c5a0eaf4c", + "id": "4b1697bb-4b60-40ae-8e27-e8f5d1ddafe6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -185800,7 +185800,7 @@ } }, { - "id": "1f4e9912-8862-4ed1-95f0-62b68fabd3af", + "id": "b14d6850-d489-4b1a-9e94-8b0172911144", "name": "Bulk Delete Notification Templates", "request": { "name": "Bulk Delete Notification Templates", @@ -185852,7 +185852,7 @@ }, "response": [ { - "id": "ed3f25e6-af93-4130-9eeb-e8f4ce80caad", + "id": "e60a184b-029c-4c69-ae95-264897a00f3f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -185908,7 +185908,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8ae839f0-423b-4089-896e-7d938a74de01", + "id": "ef8f911f-f4d4-489a-9a7b-72c832fc06bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -185974,7 +185974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e92157a-c400-4379-9c9d-1477f1d53057", + "id": "1b232abf-2b7c-4f3b-9733-c0b97c1e6aaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186040,7 +186040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b104a06-7506-460c-9dfd-ce131c5dd081", + "id": "373d292e-b95b-4b55-8602-a7372e70ab94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186106,7 +186106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf993e13-89a5-4030-a6f4-9a42d336ff11", + "id": "55695ee0-3695-4c19-adc0-25991a9e292c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186172,7 +186172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c939b71-5136-48ac-b96a-d20f3901c54a", + "id": "75c87331-099a-48c6-8103-9e2b4034c79c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186244,7 +186244,7 @@ } }, { - "id": "d3dbc01f-3c76-41b1-886d-0b56359422c4", + "id": "27b7031e-eeb2-491c-968f-49be1081bf93", "name": "Get Notification Template Context", "request": { "name": "Get Notification Template Context", @@ -186282,7 +186282,7 @@ }, "response": [ { - "id": "f4425b74-3bb2-4aa7-bc3e-50b5dd39dcb9", + "id": "e5536d83-4045-482c-bac4-1a1a8e48a77a", "name": "Notification template context attributes for a specific tenant.", "originalRequest": { "url": { @@ -186334,7 +186334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66acd050-ca30-469f-896a-e1274febf8a4", + "id": "9914eace-c850-4f0e-9d6d-6a6cbcb71e9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186386,7 +186386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de336dd5-6e16-48f0-bb37-983d3588cd57", + "id": "d30044a9-28e0-4f00-a86b-3c770ff181be", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186438,7 +186438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a994239c-2389-4e5d-b4f3-d0d4ad305b01", + "id": "6c727d1d-8636-4991-a1e3-1742557ebf04", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186490,7 +186490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b07086f1-d597-48f0-9c75-45b6d4b7aeb9", + "id": "dde721bc-3b0f-446f-8cd0-53d986625fae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186542,7 +186542,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f80c263-9779-409d-800e-a817058e0bbf", + "id": "62a04370-3aa1-49f3-87dc-464ab0d36917", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -186600,7 +186600,7 @@ } }, { - "id": "741e880e-a585-4a2e-813b-0723081b469f", + "id": "b496f868-eb83-4330-b9b8-dc3b264c0206", "name": "List Notification Preferences for tenant.", "request": { "name": "List Notification Preferences for tenant.", @@ -186644,7 +186644,7 @@ }, "response": [ { - "id": "21666417-bacc-4a8b-b616-06e238405d3a", + "id": "56092f14-ac45-4ef8-88aa-980c394c3901", "name": "Return preference for the given notification key.", "originalRequest": { "url": { @@ -186697,7 +186697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b9b2854-60ee-4e07-a790-b94120d6ae10", + "id": "54715f52-a526-4a81-b489-2b4dce25d24b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -186750,7 +186750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "413b87d7-32e1-4431-8bf8-d1995e5dece2", + "id": "d7f87c7c-65c9-492c-a56f-4d9027190391", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -186803,7 +186803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f4d36d3-64ac-45a0-8089-6f0d48a61ba5", + "id": "d84f4d8b-a205-43e7-84d9-f29399bf6618", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -186856,7 +186856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62464b83-9c9a-42bf-ab6f-02cc4101e5c1", + "id": "7265408a-a5e9-4a26-9db2-56d3017bde8b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -186909,7 +186909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ddd34ca-a0a7-4abe-bf7b-c5a525dbd854", + "id": "48e3890e-f895-4e62-b934-8c95c93f1a5f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -186962,7 +186962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbf229d4-ac4c-49de-a4ef-a7abbfade6ad", + "id": "424d1d16-ca85-4ea5-8ce9-d9e1097520ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187021,7 +187021,7 @@ } }, { - "id": "b9110aef-603d-43f9-a1bb-11bab60746f0", + "id": "3f7ab286-883f-42f3-8af9-a2ca0d837df1", "name": "Send Test Notification", "request": { "name": "Send Test Notification", @@ -187072,7 +187072,7 @@ }, "response": [ { - "id": "278cd906-da02-45b3-88c0-ff29dc16491e", + "id": "6f03df3a-774b-4bc1-8d93-c9a00bca275d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -187127,7 +187127,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e378a72f-714d-43bc-8e96-d973db2f55dd", + "id": "de6cd034-f8b7-4208-abe3-d9562ec610be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -187192,7 +187192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ef647cf-eaf9-4c9e-81a2-95233bb9527e", + "id": "24eed962-e155-4b88-8605-ec23ee552e18", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187257,7 +187257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6874271-e188-4f0a-b93e-3ab3ff2307e0", + "id": "b3d028f3-c975-48c7-85c3-875f7e23b50f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187322,7 +187322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "144b5224-5231-4953-b064-7099d784c14b", + "id": "b16c2de7-1f0d-41af-9afa-75d4743dbac0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -187387,7 +187387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fcefca6-aa69-42ab-9213-b2bba933a07d", + "id": "89158eba-dfeb-4950-8c64-da890592daff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187452,7 +187452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0679a168-fa26-4ea8-ba76-ce018915a269", + "id": "a04745f7-185c-49c9-9a89-b62b3f3f77f1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -187523,7 +187523,7 @@ } }, { - "id": "712f7629-24ef-4983-b50b-69c563835c24", + "id": "ea3e52d7-8796-4b5d-a806-445ba50d20aa", "name": "List From Addresses", "request": { "name": "List From Addresses", @@ -187607,7 +187607,7 @@ }, "response": [ { - "id": "caeff8de-0b36-4eac-850c-3a910527d919", + "id": "a523b694-122c-447e-87ba-3eee6403c856", "name": "List of Email Status", "originalRequest": { "url": { @@ -187700,12 +187700,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"minim sint enim\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"PENDING\"\n },\n {\n \"id\": \"proident nisi ipsum qui\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n }\n]", + "body": "[\n {\n \"id\": \"Excepteur in\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"SUCCESS\"\n },\n {\n \"id\": \"magna aliquip dolor laborum ad\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"SUCCESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "94595092-2f14-4285-9e68-d484c3cdc371", + "id": "f6293c39-3392-49a9-82da-926ac650f038", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -187803,7 +187803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a08fbef-6feb-4dae-80aa-f603ce0b81dd", + "id": "b736ff04-be6b-484a-9ff9-a704309bba77", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -187901,7 +187901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbc51888-9a34-44f0-a51a-0d8d32858392", + "id": "17f9ad71-9853-4997-91a0-4e036166b4f0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -187999,7 +187999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e74fc79e-0e9a-42e7-be6d-7f645530d930", + "id": "f6aa14c1-e94d-46a2-8744-bb6439a15654", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188103,7 +188103,7 @@ } }, { - "id": "66642069-b49e-422d-9c6f-3f6fa5fa966a", + "id": "56873ca0-fb78-46dd-9d23-ffa9dcad9451", "name": "Create Verified From Address", "request": { "name": "Create Verified From Address", @@ -188154,7 +188154,7 @@ }, "response": [ { - "id": "aa12b2b2-6f5c-4967-89ef-1d462f9fe10f", + "id": "5713c859-78e0-471e-8ac9-ea0802106cff", "name": "New Verified Email Status", "originalRequest": { "url": { @@ -188214,12 +188214,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"irure pariatur\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n}", + "body": "{\n \"id\": \"magna veniam culpa officia mollit\",\n \"email\": \"sender@example.com\",\n \"isVerifiedByDomain\": false,\n \"verificationStatus\": \"FAILED\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ead96e93-fbf6-4108-a003-e744907d7487", + "id": "07947d87-0f7b-460f-a0cf-47869ecffa91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188284,7 +188284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad68a7f0-ca40-4ac3-adc9-adfb947b0c55", + "id": "cfc0ab5c-0e1c-413a-8b54-2abef10720a8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188349,7 +188349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ea89ef8-273a-4d8e-bf61-4a74995e3819", + "id": "70740ee0-9db4-407b-b6e4-15e4bb5e4894", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188414,7 +188414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92f5f286-f21a-4dbf-bb01-b3d1c6ded93c", + "id": "6da19534-4291-4048-a625-f4589fc23d71", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188479,7 +188479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb6a1153-9109-449a-804b-cd3fc2809b82", + "id": "33f95da1-c0d0-4b26-a0ba-899b53eaaf48", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188550,7 +188550,7 @@ } }, { - "id": "55ae7ff1-d3c3-4b06-852e-80175c60aeb4", + "id": "d39822dc-47b7-4ff2-81cd-d0e8a3f10073", "name": "Delete Verified From Address", "request": { "name": "Delete Verified From Address", @@ -188570,7 +188570,7 @@ "variable": [ { "type": "any", - "value": "dolor quis", + "value": "aute elit", "key": "id", "disabled": true, "description": { @@ -188600,7 +188600,7 @@ }, "response": [ { - "id": "671b6a80-dc17-4ae7-a131-876efa5aecd5", + "id": "134cf8ac-e0d4-45af-b679-1cccc62e3455", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -188643,7 +188643,7 @@ "_postman_previewlanguage": "text" }, { - "id": "56353555-8c02-46a4-a24f-c2ef44209277", + "id": "459a2965-376b-44a9-a760-924d29c78c3b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -188696,7 +188696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7996587e-207f-4734-8275-7eb9a2c030da", + "id": "69782ca6-49e5-47cf-bdc3-2019cd1b0690", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -188749,7 +188749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56787065-686a-471f-bfba-975d359523c5", + "id": "c8922dfd-09cf-4ae9-9964-566872559858", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -188802,7 +188802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4409a3ea-9bb7-4775-ae58-dee4b41816a0", + "id": "bef54aab-15d5-4328-84b3-55307c666090", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -188855,7 +188855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6831c4a-dfd3-469c-9a7a-0bbd11c3e3df", + "id": "1e7d2255-50f6-48bc-8ac9-2922dd61d137", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -188908,7 +188908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7876b31f-2c0a-40b1-bc10-60320050aa98", + "id": "8a6dc3dc-8304-4f5e-8167-ebf50ae713e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -188967,7 +188967,7 @@ } }, { - "id": "95818e3f-ec17-4229-9297-b84786e92d0d", + "id": "48ac6443-54a7-4525-b5c0-508c2c64b9c4", "name": "Get DKIM Attributes", "request": { "name": "Get DKIM Attributes", @@ -189005,7 +189005,7 @@ }, "response": [ { - "id": "e6ec7141-b528-4060-a16e-6d7328d0845d", + "id": "490f5d93-5433-4699-a023-ce99a1b8ac7b", "name": "List of DKIM Attributes", "originalRequest": { "url": { @@ -189057,7 +189057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "096c7f79-427f-468b-9847-9368dab32f2f", + "id": "53f8e5f9-1dff-40a1-bea6-1ddd023d8777", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189109,7 +189109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64b46438-51ab-466e-baf5-299cf03c9172", + "id": "ea64c9d6-459a-4f61-b7ae-05354059c1bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189161,7 +189161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75f65141-b1e3-4044-9c7c-ef604759e7be", + "id": "b3e3c855-d5bd-4d59-8956-7d65614c3907", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189213,7 +189213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9d68abc-e55b-412b-a40f-f69b91cdb64a", + "id": "a29a2f43-c4fb-4fa9-8054-08e0a1204649", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189265,7 +189265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6d6f772-522c-4b96-9bb4-3c4c91d0c73c", + "id": "c803a972-c4d3-47f3-94ff-676b94e9fc24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189323,7 +189323,7 @@ } }, { - "id": "f6c74328-ebe5-4474-980b-5e3e3504ff17", + "id": "3f1e2a8d-d0a2-4162-83b9-a67d360c0595", "name": "Verify domain address via DKIM", "request": { "name": "Verify domain address via DKIM", @@ -189374,7 +189374,7 @@ }, "response": [ { - "id": "5870cf35-623c-440b-8dbe-4a3b06e6d658", + "id": "85f8a175-6416-4188-bbeb-7ff860521b75", "name": "List of DKIM tokens required for the verification process.", "originalRequest": { "url": { @@ -189439,7 +189439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a9555f4-c2b3-4193-b90b-5ad1ea97a882", + "id": "9d4732ea-f1cd-4cf7-b755-bcb5c174f252", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189504,7 +189504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db596ca3-59c7-4dc6-8342-a095235822d0", + "id": "2af8942c-eec6-4c2c-97ea-4477f1d1d4b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -189569,7 +189569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab41286-377b-4f62-9c54-4829a5555df4", + "id": "215791c3-589a-41d3-a8ba-3a7b9fb1ed62", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -189634,7 +189634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "250e168e-17c3-4dfa-8df2-25b0b64ed63e", + "id": "32f069a3-cfcf-4759-afe1-6fe58e706ddd", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -189699,7 +189699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db04d091-eaa7-42d3-a61b-a48345b9e56a", + "id": "193f9dc4-c1cc-4b57-8454-698914099d32", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -189764,7 +189764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed255883-87bc-4dce-8cf6-7be363d9684b", + "id": "9bec81b7-c17b-4931-bc49-8166d6cd6bf4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -189841,7 +189841,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": "eeb490d5-35cc-4e18-b789-5d339bcca212", + "id": "8cc9630a-ae69-423f-b272-b205c45a37b1", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -189880,7 +189880,7 @@ }, "response": [ { - "id": "d9f94346-fc24-4571-b068-d93ce3088ca0", + "id": "3e4081f9-5c1b-41b0-9e36-0d17855d8a6b", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -189928,12 +189928,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\": \"reprehenderit\",\n \"metadata\": \"ipsum\",\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\": \"proident quis Excepteur\",\n \"metadata\": \"reprehenderit \",\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\": \"in\",\n \"metadata\": \"Excepteur dolore ut qui\",\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 f\",\n \"metadata\": \"laboris\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c0fe6420-18fa-4cd8-bd74-5779664d8d67", + "id": "8befc9b9-534f-41c9-a552-e41728193211", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -189986,7 +189986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ca3899-c958-486d-8e1a-aebdd7013d8b", + "id": "5a6fc2e8-c7c7-4d1b-bbdf-d0c7e75d057c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190039,7 +190039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3713fcf8-5681-4826-a644-80564f0c4650", + "id": "97df7502-1e1f-4256-a844-c311852da9f4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190092,7 +190092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e1da64d-cc14-42df-804d-06b297886688", + "id": "0ee231b0-5559-4bdf-a1ed-9450e73355fb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190145,7 +190145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ffb98d-baf1-4dd0-8c5e-c7035d39dd8f", + "id": "9b82f269-81aa-4dd8-b10a-60ccd61e339e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190204,7 +190204,7 @@ } }, { - "id": "b4d3af56-7ba4-43e1-ab9e-6daba4259291", + "id": "157551e3-d940-4d51-b9c0-08e2fe5809e7", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -190246,7 +190246,7 @@ }, "response": [ { - "id": "9963d460-212a-4877-88e6-4c1ca2b16411", + "id": "ee5bcae5-9b67-4b08-90fd-6f159287b4d1", "name": "Request succeeded.", "originalRequest": { "url": { @@ -190302,7 +190302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d065880b-89d4-42f6-9622-98fd8e2260f5", + "id": "f2418e92-853a-4fee-bc9c-27f4825166bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190358,7 +190358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "259ca90d-e2c0-4329-8680-e280f93f9e50", + "id": "86b80354-d1f3-454c-b365-eb61b8b82613", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190414,7 +190414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b94a246b-dedd-41cb-b7a7-a9855869bf3d", + "id": "5851007a-1df5-4cc3-8e65-caf5a3e5d34b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190470,7 +190470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e333e42-e43a-4cd3-aad3-ef3523374578", + "id": "03776797-7234-430d-9cf0-54153b37c902", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190526,7 +190526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab66a9e-7d79-4b9c-af26-3d8208519cd4", + "id": "f7bfa366-2639-4b0b-9882-2e31e60bfb59", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190588,7 +190588,7 @@ } }, { - "id": "34a7a77b-7bfb-4e7c-a83b-a261aab0dabc", + "id": "1f38b2d5-53bc-4087-8485-2f2df87324cd", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -190629,7 +190629,7 @@ }, "response": [ { - "id": "23def2e8-a152-456b-91de-f4253644ac5d", + "id": "ebf7ddb2-8a96-4535-b639-bda0952ec473", "name": "Request succeeded.", "originalRequest": { "url": { @@ -190668,12 +190668,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\": \"consequat labore et\",\n \"metadata\": \"qui dolor et aliquip\",\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\": \"tempor culpa enim\",\n \"metadata\": \"in sint \",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "289b2b92-525c-4179-99f0-ce4877ccd341", + "id": "26c19420-5450-4c08-bf6b-b2d497b845e1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -190717,7 +190717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83156db1-c679-4677-9da3-66f8f7cba99e", + "id": "61df663c-9083-4f8e-82d7-f22b68d3cc47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -190761,7 +190761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e1e425-4f80-47d5-8087-081fe3e8576e", + "id": "b8fd1458-0e41-47e6-8514-447845b2d92c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -190805,7 +190805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a937724-3983-41db-aea8-adb520553023", + "id": "407acb0f-ca69-4644-85c1-837dca386091", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -190849,7 +190849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68f8f360-d904-43de-b7a1-e0c6c8bc1b1d", + "id": "99b635b7-538e-4c2e-8288-74642f768577", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -190893,7 +190893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0253802-08d6-4580-bf83-743300e49ef2", + "id": "97919592-6678-45d5-8348-c2a1443208cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -190943,7 +190943,7 @@ } }, { - "id": "2aa66e1b-2f56-48da-9eb7-a8266628d1a9", + "id": "a40ab4ee-4922-47d7-a236-1fecd1f4e6fb", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -190984,7 +190984,7 @@ }, "response": [ { - "id": "e923a771-48c5-4e35-8673-c87418f64705", + "id": "24328e53-a2d0-459a-bc8d-d8c946309840", "name": "No content.", "originalRequest": { "url": { @@ -191018,7 +191018,7 @@ "_postman_previewlanguage": "text" }, { - "id": "aa5be691-f67f-4b5e-869c-81a66be6ff56", + "id": "5752e071-00f8-484a-b248-7774fc7d1384", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191062,7 +191062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63b54bcc-8b87-4520-84d1-b2643273c226", + "id": "ea4bebcc-ff3b-44df-8c4e-54d5dcbafb17", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191106,7 +191106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4dd80144-9090-45ea-a7a4-4f3fd13c6144", + "id": "13a822a3-04f4-4b13-85db-1a4a793eea10", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191150,7 +191150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e554036-697e-475e-adc3-c58fb4790715", + "id": "971d1036-b727-4426-89d3-cde4d880986f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191194,7 +191194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cd03ca7-688a-4611-91f5-602c3abd315f", + "id": "b7dfe54f-fdc6-4bb9-a686-a1a375c1c1b1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191238,7 +191238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55241b82-994b-43be-9ad7-ad91e2997f39", + "id": "7abcef4c-f7fd-49ba-9c45-a2ab593ea398", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191288,7 +191288,7 @@ } }, { - "id": "5d771a62-2b81-4ec6-b1aa-40d744e47858", + "id": "117db98a-1525-4a36-b617-e6cd37af6c07", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -191342,7 +191342,7 @@ }, "response": [ { - "id": "6e28973c-f2a6-4559-b18f-5fd0a4ed108b", + "id": "3748d6a5-7564-4bd0-b4aa-3b95b65d3a4c", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -191394,12 +191394,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\": \"consequat labore et\",\n \"metadata\": \"qui dolor et aliquip\",\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\": \"tempor culpa enim\",\n \"metadata\": \"in sint \",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "7551e406-e464-4d14-8f48-a45faa02b43c", + "id": "f9953e3c-dcad-4f20-98a5-67ee07e53100", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191456,7 +191456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "699fb93c-8650-43ea-9ad1-8f753b56817b", + "id": "0a4bd92d-d92d-4c20-9778-cc1353fe211c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191513,7 +191513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fd15cb9-d961-41ec-bd69-54a4d0164395", + "id": "92abc8d7-abfa-4598-93e5-a1e786e60d78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191570,7 +191570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec36f3cc-39cf-4932-b661-205d278be04c", + "id": "02c18323-18d4-4f61-8bd2-a7d0d7ccbe79", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -191627,7 +191627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13b67e68-a611-40f8-94d7-e491a122a7f7", + "id": "3b4cc0cd-9994-4463-80d4-3e107abf574c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -191684,7 +191684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5c3a0af-698f-4965-9dd4-c5dfc6908657", + "id": "72b499d8-b0cd-4a0c-991c-1ec9a830b2ed", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -191753,7 +191753,7 @@ "description": "Operations for managing org configuration settings (eg. time zone)", "item": [ { - "id": "d756e828-865b-4bc1-b2df-bba80a4c3f1f", + "id": "c8d770cf-91bd-4110-a3fe-7920fefbe979", "name": "Get Org configuration settings", "request": { "name": "Get Org configuration settings", @@ -191791,7 +191791,7 @@ }, "response": [ { - "id": "487acf68-f5d0-4689-ac6e-7a75d50ce45b", + "id": "4baa89a9-a729-4e44-bab4-48c01022523c", "name": "Request succeeded.", "originalRequest": { "url": { @@ -191838,12 +191838,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\": \"minim incididunt consectetur elit\",\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\": \"aute dolor\",\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": "e375ab35-cbe8-4f75-af24-d2282dcd666c", + "id": "72593a57-99b3-4486-a5c3-79a5f052a4ca", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -191895,7 +191895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05333f44-525e-4610-a328-53d29d3af5c7", + "id": "6f71a1ce-143b-4a02-81eb-8849eb20772b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -191947,7 +191947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e1aeea9-2139-4949-a972-98fb80774133", + "id": "043e08b4-c8d2-44db-82f3-f3fcd773b872", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -191999,7 +191999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f556e76b-4fd8-4d6e-93a6-12cb0051e522", + "id": "2daee308-6098-403a-885a-a4b7517545e8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192051,7 +192051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "832c0102-edc0-4888-82b4-6524bcd5c355", + "id": "26d20a1a-011a-4f53-8c98-ffa23833b93d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -192103,7 +192103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2837d57b-549c-478c-ad3d-73304d8d7248", + "id": "f0d61c06-5bc6-4ffb-85f5-095a344b4179", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -192161,7 +192161,7 @@ } }, { - "id": "b9495740-835f-43d5-99d9-bde052854903", + "id": "148bffc4-ce43-415c-9897-ac4942a58a6a", "name": "Patch an Org configuration property", "request": { "name": "Patch an Org configuration property", @@ -192212,7 +192212,7 @@ }, "response": [ { - "id": "6f7885b5-4d6c-488e-997c-84acf43d7db7", + "id": "da43fde0-5430-4f6a-8089-f92515fc0aa8", "name": "The Org was successfully patched.", "originalRequest": { "url": { @@ -192272,12 +192272,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\": \"minim incididunt consectetur elit\",\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\": \"aute dolor\",\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": "7efc2001-19c9-4280-9307-adadf929268a", + "id": "bb0ec849-a8b9-4d50-9595-48c85e41ea1a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192342,7 +192342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b7c8b46-295b-489b-a712-a9fc8d835bff", + "id": "7148f931-6602-4faa-8e08-456bfb51ab2a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192407,7 +192407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b127e25b-2670-429e-99b4-141097c9b14c", + "id": "8a5b4ba6-a324-4ae5-a464-44372325006b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192472,7 +192472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d63f1c63-d925-4014-86ab-12c8c5d0219f", + "id": "ae0fa2fc-4d4f-4fb4-a11c-b55dcfe075f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -192537,7 +192537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b69454e9-2018-4787-8d4d-e52f3b7d96ed", + "id": "83317dd4-bcec-4137-837a-dbd1d8fd9fb8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -192602,7 +192602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b625f2ea-745a-477c-af1d-e8799e25f659", + "id": "c2426bb3-013b-4692-8868-79193d0295e3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -192673,7 +192673,7 @@ } }, { - "id": "2690e214-4c8c-43f0-b034-dd8fc4677ac7", + "id": "a450ca21-f576-42ca-b53d-aa46611b7296", "name": "Get list of time zones", "request": { "name": "Get list of time zones", @@ -192712,7 +192712,7 @@ }, "response": [ { - "id": "505953e4-fdc6-40a4-af11-aa62acc57eff", + "id": "4fd5ea0b-fc27-46b3-9d69-7ddada144b4e", "name": "Request successful", "originalRequest": { "url": { @@ -192765,7 +192765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90783c3b-57b0-4822-be02-2ae5559f7acb", + "id": "febb503e-6cff-4d88-bdb7-848d41aeca96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -192818,7 +192818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "405d0e32-8864-4a35-adf6-203df8247e7b", + "id": "24a9b9a9-6d5f-4569-9f69-c94036520a23", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -192871,7 +192871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7f2261a-2f30-4f6d-b6c3-74d2f6341dcc", + "id": "7760468b-484e-4328-9506-8484330f32f9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -192924,7 +192924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67da94ef-6920-4cb2-824a-e40cd8dbb2ca", + "id": "df73ccb3-f8f3-41f1-8a8e-d29b0cc105f4", "name": "Too Many Requests - Returned in response to too many requests in 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": "bca8407f-618c-4883-8eaf-8a6762c79509", + "id": "eb4025c5-6fc1-46df-98c3-227b4bd5b7fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193042,7 +193042,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": "48c90c96-69f0-49ac-b1e6-6b3b5ccf9d9b", + "id": "22e5c0df-d624-415a-a19e-b74344248c86", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -193071,7 +193071,7 @@ }, "response": [ { - "id": "c6e1b0a6-9237-445f-b187-877ea46a091b", + "id": "20de9079-080e-4483-8871-5f1b77ff96bf", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -193114,7 +193114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5301c97b-9a56-430d-972f-a0d38758ca76", + "id": "752f50bf-0fff-4d35-af7d-17dfed6887d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193157,7 +193157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2e19ff0-c493-4c78-baad-da1bee93222c", + "id": "1127c553-7f62-4ade-8985-a60ed0f5155c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193200,7 +193200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe0826fa-c873-4fdd-9d76-44a2c9a9f4e9", + "id": "944f93a5-b0c7-4ccf-b035-82f89f18f6ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193243,7 +193243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "363ccb07-8c00-47dd-91df-876a08a5fd21", + "id": "d08a74ed-e938-4448-9771-618195b10580", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193286,7 +193286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a99e51d4-f516-4ec6-9596-2009ca03c9c8", + "id": "25b0de4c-2007-4965-a732-e38415a9da4f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193335,7 +193335,7 @@ } }, { - "id": "c34d1bff-3aab-4823-bf4d-eb2bcef7b3a6", + "id": "e595a4ba-2a61-4b5e-b0a1-94866cd82f48", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -193377,7 +193377,7 @@ }, "response": [ { - "id": "7afa972d-3320-43e1-871a-05ec9580b9dd", + "id": "0c71a39c-c3ef-4d15-a3e8-0e117d35e2c1", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -193433,7 +193433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea653bc2-9f1e-4d98-9181-e86c840b1988", + "id": "5e298b6d-87ee-4820-b7be-dbed6cbddb0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193489,7 +193489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d800072-9b09-4413-9e38-ba407c005a2d", + "id": "1aa92c9b-bf61-4544-9eb7-267761876f16", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193545,7 +193545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db23b268-7c20-487d-b709-250cc0e730be", + "id": "383b2d8f-1acb-4f24-a621-c44309ce2dd7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193601,7 +193601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c90834b6-713d-480b-8f37-549274a8f366", + "id": "ddfb94a2-1396-4030-9158-101be261caf3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -193657,7 +193657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "563a4c8e-7b24-42e3-81a2-0989629a719f", + "id": "e4fec24b-e859-4ee1-9bfa-89271320d193", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -193719,7 +193719,7 @@ } }, { - "id": "1d1ce227-be2b-480c-bd9c-4a71cf60da4f", + "id": "bf68ebea-bb24-43a4-9cb0-fb356d7b6dd8", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -193761,7 +193761,7 @@ }, "response": [ { - "id": "201b0c11-8872-421a-bd7a-f04d6dcb9e4b", + "id": "0180035f-2d65-415e-a085-7d164bc207ed", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -193817,7 +193817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "281e18e9-6207-4d70-a931-f47f55ea7a6f", + "id": "2a023c1b-1b58-4941-bca7-0b97a085d378", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -193873,7 +193873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4411e5a-c2d3-48b5-b54f-ab08b492e592", + "id": "20b1804b-97cd-4dc0-9ded-4cbf5d00d626", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -193929,7 +193929,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ee10228-20cf-43e3-948b-5e7608b8f8af", + "id": "9fc5546a-2d0b-467e-b3ed-9fa0c7b7acb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -193985,7 +193985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95bcaf60-24fb-478a-9e7d-48ac39e960b0", + "id": "21fd0067-b37b-4cfe-972a-6756bd4f3dc2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194041,7 +194041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4f667dc-942c-4355-b078-97d7a936898a", + "id": "228398e9-a068-4fa3-becf-eca851e847b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194109,7 +194109,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": "f5ef5ce5-8a94-472b-bb44-dc3ab7af40a4", + "id": "de784309-cb7a-4bb5-b9ce-add6e996f85b", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -194138,7 +194138,7 @@ }, "response": [ { - "id": "ed00e3d7-f269-4e0c-acc3-d00ab8b5f062", + "id": "d72c43f0-36de-485e-a752-a46bb30f191e", "name": "A password dictionary response", "originalRequest": { "url": { @@ -194176,12 +194176,12 @@ "value": "text/plain" } ], - "body": "dolor quis", + "body": "aute elit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "d9bdb017-0e97-471f-909c-28d01ab60683", + "id": "ede04737-49d1-4f02-9c5a-cfed75b7f5ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194224,7 +194224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdc8d1ca-efda-4f43-868b-bb39186d6431", + "id": "daecbc37-535f-44a7-82ef-44a21181fe44", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194267,7 +194267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "338060af-8269-4c1c-91e3-2a147ac380b6", + "id": "872f4bb4-0eb5-4c4d-b463-b922413eee7d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194310,7 +194310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e29c36-c0c9-438c-ac7e-ecce0b25f496", + "id": "4c09a6fb-8c94-451f-9e55-2bfec9749351", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194353,7 +194353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e42a6302-5a89-4510-afd9-6c0f2f39ed6f", + "id": "31737d5c-4d63-490e-81c7-fc932212cc1d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194396,7 +194396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "660ead52-b25c-4fde-8784-b7af1361ec30", + "id": "375f17bb-25e6-4bd0-88d5-a7beeeb0dea1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194445,7 +194445,7 @@ } }, { - "id": "ba5d815a-c8da-479c-81ac-0f0674f2fed6", + "id": "f79d604b-98ac-4d64-83ca-8bf2a9abaffb", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -194490,7 +194490,7 @@ }, "response": [ { - "id": "826b8646-4205-4219-87ec-76f0dda22b32", + "id": "2acf92c9-2341-4f1e-8807-3aced57c79a0", "name": "Successfully updated.", "originalRequest": { "url": { @@ -194539,7 +194539,7 @@ "_postman_previewlanguage": "text" }, { - "id": "250f644e-d694-48e4-8dd5-ae49f7cdb935", + "id": "7352ab76-5eb4-4f0a-bb57-e128a1c41c1c", "name": "Created.", "originalRequest": { "url": { @@ -194588,7 +194588,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8b7d1981-3037-4216-aac7-ecc9fa9d40bb", + "id": "e5d6b111-8b44-43c6-a14f-11dfc1a34d39", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -194647,7 +194647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db316460-ab93-4182-a6d4-bee26f7efec2", + "id": "6aecd581-78b5-4d81-a4ec-08be13d36ed0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -194706,7 +194706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d97d7ddb-9a86-40c5-9953-2bd02b994794", + "id": "82c83677-1d5c-41a6-a7c5-6504c725e4c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -194765,7 +194765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "351a8fce-4204-48ec-8cf2-2f36dbe0355f", + "id": "caad2831-cffe-4639-b11b-bca81918d6f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -194824,7 +194824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "871b1bf9-6315-4cfc-bd1e-9d4ffb161e97", + "id": "bf5d6593-c37c-47cf-a6cb-18497c9231ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -194883,7 +194883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15d084e7-2eb3-41cf-be96-b036179559b9", + "id": "85402b75-b29b-4e5f-a22f-0fa1dd584ed1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -194954,7 +194954,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": "8c9837d8-2c4c-4479-93f8-f6a10f8c6fb7", + "id": "83cddec5-4ae1-41e2-9ab0-4cceb6661464", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -194996,7 +194996,7 @@ }, "response": [ { - "id": "f93c67a5-bf70-47cb-9244-0c6ccd67f6ee", + "id": "016c3efc-c327-4a7f-bdbd-ab12bdcfbda1", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -195052,7 +195052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0413ec54-59d0-4fb0-b3fe-748ecdd54679", + "id": "0a138dbc-5835-41bf-a098-5c2a3f2eebd3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195108,7 +195108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec7457b8-0ccb-43d8-a5a4-9b47a735162e", + "id": "db0b0f7b-2a3c-453a-948f-231cd041b9ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195164,7 +195164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad8b28cd-417e-418b-a642-6a83c7198922", + "id": "85871cbb-8eac-4546-ba6f-bd5ff84931fa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195220,7 +195220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e835e27-cb54-45e9-926e-85a6feca19cb", + "id": "8a89868c-54b2-4f75-90aa-785acd8da951", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195276,7 +195276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e38b731-351e-484a-97df-26a14d26aee4", + "id": "297d257c-d026-4d5d-9ba8-b7b7e0466e41", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195338,7 +195338,7 @@ } }, { - "id": "f7647b96-0547-4d54-be1e-3c448ec92cfe", + "id": "3e85b6df-3ce5-4007-861a-df9d54375201", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -195380,7 +195380,7 @@ }, "response": [ { - "id": "7618ce0e-2b05-494f-b295-12e997e3f422", + "id": "c28280d6-f0bc-492e-af3a-db674a7811a3", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -195436,7 +195436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eca6fb01-429d-4883-85f4-3872d41566c5", + "id": "cc33b246-95f2-47e7-937f-b6c55cbd8bdb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195492,7 +195492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68f2d6c8-a7aa-4814-b55d-79211dd6e2d3", + "id": "430fb903-4f49-40e8-bcf1-f3b8c1008f12", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195548,7 +195548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8efb2d6-824e-4caa-b67b-f729b48a8129", + "id": "680f16ac-cb6d-496a-a82e-981a67824570", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195604,7 +195604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "128350fd-be28-476d-8627-250b8c3b9296", + "id": "e84a0a7f-fff1-4e0b-b587-d1cb04d08e5a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -195660,7 +195660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "512b106a-cde2-44e8-9dac-90fdf5c34ed6", + "id": "1c7da076-17f7-4706-94ca-61782d2b6d53", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -195722,7 +195722,7 @@ } }, { - "id": "a0ef420b-7966-45e5-8f14-eeec5756d6c8", + "id": "c35a367a-fa18-4260-a960-2d4e02fe4c9f", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -195763,7 +195763,7 @@ }, "response": [ { - "id": "278f227c-1666-457b-a99d-4fcd945c5564", + "id": "ef461e4c-b800-47cd-add3-e5ccbb0bd90e", "name": "Status of the password change request", "originalRequest": { "url": { @@ -195807,7 +195807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecc05275-1649-4ae8-b542-76feef2f800e", + "id": "9f13e9c6-b232-4473-b193-000b62bb7f96", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -195851,7 +195851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce00c7f-46ea-4444-b65f-0f57d0e7ab4c", + "id": "6b78d37c-262a-4266-8036-0d6a8c3b31f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -195895,7 +195895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7df5186-cb63-4926-ab10-334113911804", + "id": "e3a9900f-3025-4873-b4ba-b7dfbc0f4d0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -195939,7 +195939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c2c107c-41ea-4e7b-913c-1d2cc0c61c24", + "id": "20fe106e-229d-40f6-8cdd-bf3f7ebfe02a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -195983,7 +195983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43124f96-7c2a-4e16-952b-4d8f3d14c237", + "id": "1e0205bf-5f07-454f-9520-99c31fdf6151", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196027,7 +196027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a613a42-4f0c-4467-95c6-2a67c6fd284a", + "id": "e420ecd7-ed21-4ffb-be1e-5d778dd01801", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196077,7 +196077,7 @@ } }, { - "id": "6c22b147-05cd-4147-8ea5-88a81e1382fb", + "id": "29640d35-3449-4bf3-87cc-71f3c5c00054", "name": "Generate a digit token", "request": { "name": "Generate a digit token", @@ -196129,7 +196129,7 @@ }, "response": [ { - "id": "3b078980-0e96-4180-9238-d2dc02d4bc55", + "id": "586627fd-601f-4309-aa54-24f2cbf5696e", "name": "The digit token for password management.", "originalRequest": { "url": { @@ -196195,7 +196195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "459d90b4-70b6-403c-8bb7-60e083421812", + "id": "1ac56cd4-5ce6-4e10-99ac-7be82c2632cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196261,7 +196261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "992751b7-ef69-45b0-8e16-80aa6da9150c", + "id": "ae06442a-739a-4f81-a63b-0667ecb7c710", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196327,7 +196327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc582f31-8636-4fb1-b90c-56cc4f46b8d2", + "id": "4326108b-b15a-4bb9-b1e5-5dbf0270bf44", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196393,7 +196393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8d73bf2-e73f-4085-b833-67af7561c0da", + "id": "1f1de625-c9c1-4e66-9da9-5c99b902bca3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196459,7 +196459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "324dc5f7-9bb1-4756-bc8e-fdd7f659215c", + "id": "d1955322-12b1-4927-acee-f732dc4b67de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196537,7 +196537,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": "5eeb3f38-2247-45e1-a92a-ce7c6e1bcee9", + "id": "f86799dc-0cd8-4458-a6ba-b58906ea3550", "name": "Get Password Policy by ID", "request": { "name": "Get Password Policy by ID", @@ -196578,7 +196578,7 @@ }, "response": [ { - "id": "268289db-0e12-4fae-8f8f-c318f976c129", + "id": "cb00dea0-21d3-4e4f-9080-6043492c30d0", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -196622,7 +196622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39085e3f-3536-4012-8edb-8eb92a467fc1", + "id": "2af62f63-bac1-48cc-ab3a-3f121b507b3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -196666,7 +196666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "414f69e1-2cb6-4831-8a27-cd9199845f73", + "id": "5573be06-63f8-41ee-91fe-e3d10e88f4de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -196710,7 +196710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4e02e46-b784-4464-8fa4-f37d204eac3e", + "id": "5907cc7c-c66a-482a-818e-bb4a6ea22f04", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -196754,7 +196754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb499f99-1bbb-494e-abea-6bf290b3f25f", + "id": "88c2c969-c50e-4273-aebd-b28162e866b6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -196798,7 +196798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78e4f484-96d0-4550-bb12-efb4c189c50f", + "id": "9ec7d069-d32e-45aa-975f-4229af61baaa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -196842,7 +196842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3a2ca00-0e26-4d25-a4c9-6debf8472ad9", + "id": "019607d9-12fa-4e3f-9253-64f6e2e4ad64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -196892,7 +196892,7 @@ } }, { - "id": "3ede5261-9802-4e22-b457-88ee49fa657c", + "id": "75d23f3d-3d26-42e0-b342-22b564c4ffba", "name": "Update Password Policy by ID", "request": { "name": "Update Password Policy by ID", @@ -196946,7 +196946,7 @@ }, "response": [ { - "id": "847a5b28-7a8f-419d-b57c-e6bb21f93ddf", + "id": "dbc13110-f925-4b84-9e04-087e06e47b20", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -197003,7 +197003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6b09858-5b39-4c6d-aa2d-ae7d72615fa1", + "id": "0ccf21f2-de4b-4379-8cdb-d83b50fd0b53", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197060,7 +197060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d32301bf-be27-4cdc-92b0-200b3b464dd0", + "id": "8838e68c-b064-46d4-adb9-f7332a5ad374", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197117,7 +197117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33237200-7984-49d5-b655-e247e49f95df", + "id": "b1527dde-0ca1-49a6-bacd-1a5a069de58d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197174,7 +197174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8af0bbb9-c5be-496e-b653-0abb38c798ef", + "id": "bab65f52-9413-4d86-93c7-f7c38fd2a1fb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197231,7 +197231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13623238-488e-4e3d-b94d-a33efc0cfac8", + "id": "2c3831a1-c08b-450e-8474-e397b384bd73", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197288,7 +197288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eba9ef3a-2154-498e-ac7a-f484aa4f5420", + "id": "6d1f3438-2cb6-4998-ac95-0bebdc64fc90", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197351,7 +197351,7 @@ } }, { - "id": "b4c70f41-5955-432f-989c-561978545abd", + "id": "2784915a-54a6-48cd-9188-0e5574468a25", "name": "Delete Password Policy by ID", "request": { "name": "Delete Password Policy by ID", @@ -197392,7 +197392,7 @@ }, "response": [ { - "id": "7725e17d-9da1-4754-9b09-534045189a45", + "id": "2ea2cd99-31dd-45d0-b6b8-32a91f925a27", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -197426,7 +197426,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3e9b7547-4417-40e8-ba16-6ead1248d13f", + "id": "188cba10-95ec-4eef-9603-e042e1340516", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197470,7 +197470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba4b645-cfad-4360-a4e6-0fb4df6c536d", + "id": "c142458d-e308-4072-b116-e66c961fee26", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197514,7 +197514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c4ae2c3-348c-4576-aea2-dcfe8eba248c", + "id": "b359135d-73a3-4757-929f-c58614d65273", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197558,7 +197558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89b5b307-2de7-44e6-b463-a004b5795c1e", + "id": "8ceec2db-346c-4291-b27f-9c1ab2ead89e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -197602,7 +197602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "200373f4-e467-47fc-ab52-08f9adff11f2", + "id": "db2568fe-2058-4fc4-9d30-5978f3cb89a3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -197646,7 +197646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "419db341-6b3b-45b4-9005-fb5da30c5cc4", + "id": "0336414e-0a84-42c4-b192-c3b01cecad28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -197696,7 +197696,7 @@ } }, { - "id": "a5d266d8-8bd5-450e-928d-733b06190aff", + "id": "5c1853ea-90bf-4b3c-be40-43abe1d56ec3", "name": "Create Password Policy", "request": { "name": "Create Password Policy", @@ -197738,7 +197738,7 @@ }, "response": [ { - "id": "c84bbbc3-c737-4bc2-9e2d-1b6144674313", + "id": "136b4323-d558-437f-9163-03da5841249d", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -197789,12 +197789,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c91808e7d976f3b017d9f5ceae440c8\",\n \"description\": \"Information about the Password Policy\",\n \"name\": \"PasswordPolicy Example\",\n \"dateCreated\": \"1996-10-29T12:20:10.882Z\",\n \"lastUpdated\": \"1976-04-13T18:05:09.532Z\",\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\": \"occaecat\",\n \"modified\": \"laboris consequat labore in dolo\",\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\": \"1970-10-09T15:21:52.096Z\",\n \"lastUpdated\": \"1967-09-30T09:48:27.025Z\",\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\": \"dolor do\",\n \"modified\": \"ex i\",\n \"sourceIds\": [\n \"2c91808382ffee0b01830de154f14034\",\n \"2f98808382ffee0b01830de154f12134\"\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d15a21a7-c841-4013-8c5f-482e285c9d3c", + "id": "6854de0a-8306-46ec-b97f-d64479afe883", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -197850,7 +197850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b7926db-90bb-4be0-acb9-dc9504de2232", + "id": "851d3b68-e810-4ca7-9092-d4c50f5c6183", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -197906,7 +197906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f6aea59-cdab-42ce-b826-71bff156a53e", + "id": "06612aa7-d804-48b9-92c6-648777b9bc1c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -197962,7 +197962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57c5ef13-6443-45ed-9e10-39331d63cf6e", + "id": "77abed80-322e-49d3-af70-f22d4578ea16", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -198018,7 +198018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e8802c1-6837-4988-852d-f6521802e4d1", + "id": "faea2338-ea7c-425b-b0d1-07f39e1eb6a0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198074,7 +198074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9de6e28-2445-487c-9311-384b8cb54251", + "id": "78d6620c-7a6a-4b84-a9de-62ffc1aadca7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198136,7 +198136,7 @@ } }, { - "id": "562de0e9-75b7-4cd6-b791-61f21fcb742d", + "id": "c1de8dd9-fd83-4409-b046-45eb6daba141", "name": "List Password Policies", "request": { "name": "List Password Policies", @@ -198193,7 +198193,7 @@ }, "response": [ { - "id": "f456809a-b59e-48ad-adb4-7162dc5dc5dd", + "id": "27c21b77-5357-419f-bc50-b9cedb65c96e", "name": "List of all Password Policies.", "originalRequest": { "url": { @@ -198264,7 +198264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53d73fd3-7cb6-45bb-86f8-d127a9ca8a2a", + "id": "9792c5c2-ffd0-406c-be20-eae1d9c9c218", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198335,7 +198335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3a78929-1f61-4f36-8e21-c09c0257e886", + "id": "dc9423da-e779-4c23-abd3-65e5be97b0e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198406,7 +198406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa1c1440-daaa-4bca-8066-7d7a3b8a7823", + "id": "1d155c11-e710-4786-9828-bc1af4d814af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198477,7 +198477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fc5befd-561c-4763-ba8f-37efde68a23e", + "id": "74362ae4-e35c-4ad1-bdc5-c3e781926f0d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -198548,7 +198548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29e26744-48f2-472d-9d4e-385f7cbe492d", + "id": "ed47e3a2-3a5d-4dff-8c76-33c674d4dd16", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -198631,7 +198631,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": "cf16ab26-a4ec-4a3d-9a72-fe154d288df3", + "id": "c95de207-694b-4654-8b37-b15845f49be7", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -198688,7 +198688,7 @@ }, "response": [ { - "id": "991ff6eb-c6ef-426d-8023-fa3f1cbcb606", + "id": "18eaeb6a-e2a3-4400-ba1c-8b2f45c5dc1c", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -198759,7 +198759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9680c14c-9625-40e1-b982-53a826d816de", + "id": "dcc44fce-a257-4c7a-989d-c69271a88127", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -198830,7 +198830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5133106e-98ce-48c8-a87a-d2d5bd131a75", + "id": "65e376a5-6b57-4294-a824-b77ff0125dca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -198901,7 +198901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c396a2e1-88f0-481e-b9c1-d51c3325c38d", + "id": "0fcce76f-2c7d-40d0-8129-8cd1ded19ddf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -198972,7 +198972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eec51c1f-a155-44d9-b539-ac4f566e0a60", + "id": "c94ab0cc-a3d9-4f3f-8203-576116d64541", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199043,7 +199043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8eef508e-e37a-4e8d-83c0-51282e67ae13", + "id": "a0ead9c8-2c89-4600-ae05-572e030f38e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199120,7 +199120,7 @@ } }, { - "id": "aaf8c782-57cc-4db1-b306-605171fc68ec", + "id": "d32e81fd-287f-4b17-a899-7d7852da2303", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -199162,7 +199162,7 @@ }, "response": [ { - "id": "39c408c8-9a61-47c8-a917-1b301af23ee7", + "id": "77a54622-f03c-4987-927f-16bde676a495", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -199218,7 +199218,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b05ad9d-fe8e-44f3-9765-0659222a0fd1", + "id": "aa16b457-2bbc-41c4-b279-52082fd78660", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199274,7 +199274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "744643fc-fc8f-464f-9b02-eca1d2aff65e", + "id": "9721c50c-b57f-419f-bbac-c3970249632d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199330,7 +199330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85eb7bc5-3a8d-4ab4-9b49-690fc7f70af0", + "id": "e9aa545c-a3af-457d-aece-acca19d0fadb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199386,7 +199386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a689e5ff-6531-4a7b-bdef-dbf3a56e4a24", + "id": "a70018e7-6c5e-45e2-8ee8-96a668e8d03d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199442,7 +199442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5db0b989-d016-4628-8505-b3efbfe3130a", + "id": "a26d456b-5093-48b0-85da-2720765a61a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199504,7 +199504,7 @@ } }, { - "id": "d752e271-9c15-42d0-ad9c-c8dec7dd7728", + "id": "24d2e8c8-9002-4ea4-9e7c-19fc96c75893", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -199545,7 +199545,7 @@ }, "response": [ { - "id": "3f3f7301-d72b-4b5d-a808-b7f4887b3ea1", + "id": "761b01c6-24a6-4ff0-8bc1-3c293d87716f", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -199589,7 +199589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bab47af3-7e70-4e40-aaa9-1935e228b376", + "id": "c7417952-164a-4879-b0fc-e0a0664918d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -199633,7 +199633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f444856c-a063-4aba-ad7c-8c9156016e6e", + "id": "4c8e4a87-be5c-4a1a-af46-6fe8d80ea007", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -199677,7 +199677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24ffbb88-81a1-4d5d-8d87-f791ceeedd14", + "id": "4b69b115-1a38-43a8-834a-01280a584b8c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -199721,7 +199721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dcd1994-3ad3-421c-b598-05a92fc650d6", + "id": "134a01f9-078e-4672-8dda-1b42f220adc7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -199765,7 +199765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40b186ab-678d-4d43-a426-da1ac027576c", + "id": "12b09912-9da4-4f3f-9919-7243ffa6d099", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -199809,7 +199809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9be02ccb-569e-45a2-bc14-81e7e1aa39c1", + "id": "8ec2b0d6-24d2-4390-8166-11fe36cf8016", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -199859,7 +199859,7 @@ } }, { - "id": "e60fe8d9-9d60-48dc-8af2-9ff6e279f373", + "id": "86aa159a-06de-4fb1-997a-8110f494c14a", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -199913,7 +199913,7 @@ }, "response": [ { - "id": "864cc749-b59f-43be-8739-a5d2704f781f", + "id": "6c2c5b7d-49b5-40b0-bfd7-1ace957ada4c", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -199970,7 +199970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a2fe721-8faf-4288-983b-2d21dfcdc0fc", + "id": "d78ad108-d22c-4c1b-a193-ce6ff41a2915", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200027,7 +200027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695451d8-9819-40c3-ad69-539e75df0df9", + "id": "dceabaed-6543-4ab0-a572-4383511f1b64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200084,7 +200084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21ce8edc-febc-4434-ad8e-f4055de7654b", + "id": "8b624a43-065b-4695-bab1-373eb899a569", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200141,7 +200141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5350bc97-22c9-41b6-a9ce-1b988688889f", + "id": "11817a98-5e81-430d-b0f8-6bbede5d2bb2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -200198,7 +200198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "084725c3-2a1a-4212-902e-0f1e7c0eb767", + "id": "7e6a10fd-ec3b-4e4d-bcc8-2f4ead887cce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200255,7 +200255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a115c14-3951-4972-ab11-5d3916a378c2", + "id": "45c6609c-2ffa-4972-9cd2-fad243a4d71e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200318,7 +200318,7 @@ } }, { - "id": "440f6137-6c12-4f7b-8bcc-ba7b33d0ac37", + "id": "98aaea5e-a2bc-4c9d-b59b-af95aa496149", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -200359,7 +200359,7 @@ }, "response": [ { - "id": "bf49359c-6256-41de-9411-ddae1ed5da3e", + "id": "0626674e-d0f8-42a5-849f-d63358a77976", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -200393,7 +200393,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4bb60def-7c4a-4df4-aaf2-6f342f2d4623", + "id": "11fceb3b-f7cc-47fe-8d67-afc4bd4e2079", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200437,7 +200437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb77598-4f00-4678-bdf4-e9fb86fd6e7c", + "id": "e08a4ce6-9712-4427-a2b0-f6b8cd0c17ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200481,7 +200481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b87bf30e-2f8f-48d3-b7ea-cc06a872eb15", + "id": "f9b482a0-5cff-40ad-8cae-34f418c035fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200525,7 +200525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98dcc034-5c5c-4577-9e73-44bf13f00ece", + "id": "4aa6f5ee-dde7-483f-a747-134fcf873aaf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200569,7 +200569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c57967-cb51-4c6f-9818-c7ea0190c0b3", + "id": "908290f6-d5f3-49d9-9c89-3d87ce76c0da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -200625,7 +200625,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": "2f201539-6a65-41ca-889f-34f1b0eb30fa", + "id": "0448d272-3453-4afe-b677-8c1afcceab21", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -200673,7 +200673,7 @@ }, "response": [ { - "id": "17e3cc59-8a07-4185-becc-c7da4d3ee4f0", + "id": "94ed7e69-65ed-477e-97b2-5ab9154829d3", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -200735,7 +200735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a7f45f6-3571-45b3-9225-97956e9f9bfb", + "id": "f77208a2-57ae-491f-8d77-e104d058f3e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -200797,7 +200797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c96ecfc4-c345-4281-a3db-f776c3782bda", + "id": "6e242546-89b5-40e7-8e22-057c4beac438", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -200859,7 +200859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94cb3906-6034-47ef-9f84-97743a50feb1", + "id": "186c81f2-863a-4888-a61b-789c95e241e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -200921,7 +200921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8539132b-2c3b-467e-b57c-23a3c0571bbc", + "id": "c9b91d2a-ec51-44ba-8a65-257e0e2ca7fd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -200983,7 +200983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42b9f728-4a11-4b29-88d6-74cbc0819bb0", + "id": "61cb65ff-5af1-4b64-aaf3-65a63101172d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201051,7 +201051,7 @@ } }, { - "id": "3840f445-9e56-4582-b6e1-8d467e908ede", + "id": "a5a2aa19-d638-4624-affa-bd51bbb691d7", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -201093,7 +201093,7 @@ }, "response": [ { - "id": "18aa3989-0614-4d51-88d5-a0163efee57a", + "id": "b535cfe9-b145-4b6f-b8fb-0ef0717616dc", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -201149,7 +201149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e88184-2e2f-4476-b755-f0ad2c50dbfe", + "id": "56e37ea2-1afe-4e88-aefb-96bb12728584", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201205,7 +201205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "006ebefe-1005-48ab-a9f8-752090a9938e", + "id": "10cdea16-5f6e-42d4-915f-a543a706428e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201261,7 +201261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27da35c6-8dd2-4c56-b0da-88d227425879", + "id": "d9584ac5-7e87-4a21-bd22-6a950dc216fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201317,7 +201317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "453cd20c-3d46-4d0c-b4d3-4087e7d75264", + "id": "8d7fcc37-5a5e-4db7-b0d9-add929d4a83e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201373,7 +201373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12f06645-65da-4634-b5d6-2e7f7d93f2a0", + "id": "d53b4ecb-3c0b-4622-bd24-83a57ade1a4d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201435,7 +201435,7 @@ } }, { - "id": "0cebf377-6274-4aa3-8a80-bd1038fd2f94", + "id": "c3868fc5-7609-400a-8a12-6a77945e2eec", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -201489,7 +201489,7 @@ }, "response": [ { - "id": "6f852ac3-9fbc-4c6c-91fb-4ccd46f68852", + "id": "4430ccda-77e5-4c3c-9a23-f62e103d8697", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -201546,7 +201546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f59ff01-562d-47c4-ad72-7dab94bac143", + "id": "48bab466-e14e-4852-9ce6-04b6a00899a1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -201603,7 +201603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdb4cf07-61e9-48c6-86cb-e5b8dc04c17c", + "id": "aea22d4c-f0e5-4b96-8756-519f8430e81e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -201660,7 +201660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a59178ae-81e2-4bba-8e2f-a634e2929e46", + "id": "d3d60d6b-7a97-4383-97b9-3ff2d7711cf9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -201717,7 +201717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b475f342-269e-4efc-8b5c-ceac7100fe84", + "id": "3ff2657d-4061-48a0-b222-ee2e44cfa6d3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -201774,7 +201774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c2d01e1-5cb7-4e51-a4dc-2117a83fd4f1", + "id": "d3de3248-9dc9-4c76-a796-c0e4ccece219", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -201831,7 +201831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "103ad325-f132-48e0-9f85-09b4c81fbdc0", + "id": "26d39192-cfaa-4382-a713-dbf6c2a2f192", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -201894,7 +201894,7 @@ } }, { - "id": "65af46a6-65d6-4477-b3a7-eb72116be6bb", + "id": "75b0d8d1-ede7-484f-bcd6-237a97a82675", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -201935,7 +201935,7 @@ }, "response": [ { - "id": "a35ba071-176e-4d84-87cc-7503b9b07903", + "id": "fce87a05-ad10-4ebc-a4e1-748cf762efcb", "name": "No content.", "originalRequest": { "url": { @@ -201969,7 +201969,7 @@ "_postman_previewlanguage": "text" }, { - "id": "78212e03-6082-40e8-a973-2c052a0ea521", + "id": "3c4f6216-9ab6-4f41-b81c-c28b2c697b4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202013,7 +202013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf0bdf57-451c-449d-8a6f-dcda6430301d", + "id": "51b1482b-685a-4ff1-be98-1bf7d6cc28cf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202057,7 +202057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b710bf2-7b70-4d17-b63b-034795712002", + "id": "3667700d-132f-4cbb-895e-67a471d80097", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202101,7 +202101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c4f3169-d340-46b9-b0a3-3f66633b18f1", + "id": "274e1481-046b-4fd0-9736-f9c589c25c3b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -202145,7 +202145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37aeb8e7-c601-4bc5-a159-e42ce523e30f", + "id": "a156fef4-8f64-499a-a51f-35a6888983c8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202189,7 +202189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3c365d-a978-4e10-b1c0-abd0dbff339e", + "id": "68448b2d-4630-4887-b1cd-b1cb3cc1d37a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202245,7 +202245,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": "fb28b065-9f21-4171-afbb-67084697404c", + "id": "5b7421e4-f2e4-4067-a065-9ed04b96202c", "name": "Get a list of public identities", "request": { "name": "Get a list of public identities", @@ -202326,7 +202326,7 @@ }, "response": [ { - "id": "317f5b46-be57-4b32-8f83-94254971492a", + "id": "d9cf67f2-733c-4a98-a086-3797ea2b8c63", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -202424,7 +202424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f364c83-640e-4429-8dc4-77ed06b2c9de", + "id": "16efb9d2-e9e9-4f07-baa6-cc1827829947", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -202522,7 +202522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27f52192-9537-40cd-b895-70c56f8a8861", + "id": "788fc4b0-50d8-4570-bd43-d7195a6f2c74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -202620,7 +202620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1f82b9d-28b2-4880-8bc4-bd5c7c9dae31", + "id": "92e4107f-225c-4fa9-bf7d-ba1437ddd702", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -202718,7 +202718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7070d3d5-f593-4306-95d2-aad7ff512305", + "id": "6befe42c-f350-43a2-be07-0303f3d36bf3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -202816,7 +202816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a7bf06b-cafc-47ad-aa5d-c34c99168541", + "id": "cc2065ee-b3c1-4933-9e7b-65815ab338d2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -202926,7 +202926,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": "11e99cb4-229f-4d18-88ac-a33f88c6231e", + "id": "d14120da-675e-41e4-83f6-939c8048d195", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -202955,7 +202955,7 @@ }, "response": [ { - "id": "5b7bb2f5-efd4-4111-8f2c-edc950c3e540", + "id": "95abff5e-69f9-4ff7-9cbb-fe6dacb512a0", "name": "Request succeeded.", "originalRequest": { "url": { @@ -202998,7 +202998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c1f41c4-f003-4a16-90e1-b87d04b96dc0", + "id": "0e10e693-55c9-4c12-afa3-f07d898081c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203041,7 +203041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14d2ed34-ae64-4b22-9d53-931d26d824a0", + "id": "7f65bc3e-3d0d-4f13-b16c-d0eb40ab3489", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203084,7 +203084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab0e9e4-e57a-43b4-9236-101c6cfbbf88", + "id": "4bf93718-32b7-4365-99a9-e418a09717b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203127,7 +203127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6fa556c-cb40-4043-baac-0df5c5d426b3", + "id": "6adc5509-39a3-4671-a1a6-702aad44247c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203170,7 +203170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c80f543-8e92-4bee-a680-bd9698f7361d", + "id": "b48add0c-75fd-4d5b-b430-31655871782c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203219,7 +203219,7 @@ } }, { - "id": "bd705e8b-4563-40e1-af54-5018ef5af6fa", + "id": "278661cd-0863-432f-a9e7-451a98486e63", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -203261,7 +203261,7 @@ }, "response": [ { - "id": "50803116-14ff-48a1-ae13-0e099c177efe", + "id": "c0a6c35a-f294-4131-9df5-7f1c43a97cd2", "name": "Request succeeded.", "originalRequest": { "url": { @@ -203317,7 +203317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3e0e9f0-2e7d-4b8b-b228-60a83ec7b9a9", + "id": "d6d9edac-325c-43a3-9136-9e87f2358771", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203373,7 +203373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efdb86a5-627d-4d54-96e4-d8dff06f23f0", + "id": "e5b1a9a8-56c8-4432-bf27-0f8641b79954", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203429,7 +203429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "535b3926-ee0c-4552-9804-3e1b0685c3c0", + "id": "df46e53d-bc8b-4f15-833d-839fc72b2c15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203485,7 +203485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04653960-9ddd-4882-92b0-f729ef5b628a", + "id": "d649054e-f04e-451d-bb7d-93f5a2979d7b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203541,7 +203541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56b3163c-943d-400e-abac-7e8d89ca01bf", + "id": "1e44aac1-1bef-4338-8b05-26dd541d72b8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203609,7 +203609,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": "1fedc060-c9e4-46b0-9f14-6a7e95679288", + "id": "c73197ef-fa7b-458e-8391-cc397288a45d", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -203661,7 +203661,7 @@ }, "response": [ { - "id": "ed214b7e-f956-45d7-860e-fc5fc9d1c365", + "id": "af279aa3-02ac-4a4c-9c26-a45e4abc34ef", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -203716,7 +203716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "332db1a8-b0b6-4374-8911-b6b980f71bb0", + "id": "fc236d42-0824-4def-9a7e-4577f5964a13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -203771,7 +203771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f1fd98c-d632-4f11-b4b6-88b12ac53edd", + "id": "9649776e-d846-4770-ae59-c718e0f404e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -203826,7 +203826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efc102b9-dfff-42d6-b0df-6598719ab5c6", + "id": "12dc5b43-ae63-4b51-88f9-851ccf90e74b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -203881,7 +203881,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a70f5991-a2e7-42b9-af7c-6ed9aa1baf07", + "id": "d0acd5b0-0179-4a96-9044-f50be9621ab5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -203936,7 +203936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "015f1086-9f5a-49b3-bc8b-18684235c138", + "id": "1d0c23a3-982f-4063-b442-4c68c5820fdb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -203997,7 +203997,7 @@ } }, { - "id": "aec5f416-5b53-4b5c-b38b-2e0515c62539", + "id": "b190103b-c2b4-4ce4-ad9d-25b0939e2a18", "name": "Run Report", "request": { "name": "Run Report", @@ -204040,7 +204040,7 @@ }, "response": [ { - "id": "c0031588-dd64-4151-8f1b-7a3f35f141fa", + "id": "1f97025a-3530-4e05-ae30-fc7f51a3f224", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -204097,7 +204097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4ad7b0b-3b72-4a44-8eb1-3b7eee7142a5", + "id": "437488db-5d2b-4123-b737-bf36698cb01d", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -204154,7 +204154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5bc105b-913d-4bd7-8d1f-1b6243d741d9", + "id": "0f87ef7e-cbf4-4583-bcd7-47ce88ef8334", "name": "Identities report", "originalRequest": { "url": { @@ -204211,7 +204211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "459b8035-c271-4b27-a960-dba426e1f42e", + "id": "4e8bb2ec-c494-4b6b-9126-04095d62159f", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -204268,7 +204268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb9923ad-fd4f-485d-b749-c79fd2de9740", + "id": "911531a1-40b4-45bb-bb54-61e0521a197a", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -204325,7 +204325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40cb760d-963e-4cc0-8ce6-a3f99d0682e7", + "id": "9035182b-cce7-4034-b707-e9299da60608", "name": "Search Export report", "originalRequest": { "url": { @@ -204382,7 +204382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02891135-6a5c-459a-96d9-5aacf5198a6a", + "id": "a95a7d38-bf69-47a2-988e-4853da420c3c", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -204439,7 +204439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8b79d4-9644-4747-b239-f20bb7a7a898", + "id": "efbf17f1-1c5f-4158-9899-0ae8fd959e99", "name": "Account Export report", "originalRequest": { "url": { @@ -204496,7 +204496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "045ad2d0-b213-4a67-bcef-0783be0dc75b", + "id": "378d3932-e1b5-4a3e-808f-0f8a9acadf64", "name": "Identities Details report", "originalRequest": { "url": { @@ -204553,7 +204553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45fa5260-c6ba-4554-a3e7-f46ffd0499d6", + "id": "7baeb732-0fed-4d88-89d1-e806fb6da52e", "name": "Identities report", "originalRequest": { "url": { @@ -204610,7 +204610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3feb2bda-9a51-40a3-bcb1-5c15f4aa6d19", + "id": "ecfac2ed-df0d-4e4f-a5b5-61779eb4fc16", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -204667,7 +204667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6078a8ab-1acd-4d5d-9e59-f42e780601df", + "id": "fc9e27cd-4630-44a4-bc40-e6a3cdbd8841", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -204724,7 +204724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceb488d8-b8b1-48a6-a8f7-08a2d55a1950", + "id": "18822868-c0ea-43b3-8bd4-4fe10d037570", "name": "Search Export report", "originalRequest": { "url": { @@ -204781,7 +204781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "243ab42b-7bae-48c0-a207-92377c03c905", + "id": "f65379ae-a936-47da-9193-db59d9c383db", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -204838,7 +204838,7 @@ "_postman_previewlanguage": "json" }, { - "id": "300ac349-ff74-486a-b2e8-920680ca15fd", + "id": "1e77835d-504b-468b-80b7-7deb30372e50", "name": "Account Export report", "originalRequest": { "url": { @@ -204895,7 +204895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e29fa5b-2d3b-4004-a6e8-3fea61194aac", + "id": "8553de80-4b31-49e7-85ff-d9433d340802", "name": "Identities Details report", "originalRequest": { "url": { @@ -204952,7 +204952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d15ddb4-b2e0-4892-9f13-3a85863d0493", + "id": "d98977ec-0e01-4305-b90a-e5400443e891", "name": "Identities report", "originalRequest": { "url": { @@ -205009,7 +205009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28dc6fbe-9f53-43c0-9622-12cde3f8f093", + "id": "cba8b46f-b55e-4eac-9532-8cc9c34ebd4e", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -205066,7 +205066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e4c297f-de5c-4433-87d0-0a2d9ee9a3c2", + "id": "4be918b0-442a-4bcd-8d9d-d99dba0f39b7", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -205123,7 +205123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6734d03-813e-4a24-972c-6f424440aa31", + "id": "51f247ca-1fda-44be-b343-0a8227c0a9ac", "name": "Search Export report", "originalRequest": { "url": { @@ -205180,7 +205180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dd3b73a-7c67-4adc-843a-75668a440f27", + "id": "662da437-391b-4985-9bb4-10b948b10e30", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -205237,7 +205237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9fd13eb-e1ea-4dbd-8c2a-6f32142c65ca", + "id": "6df29cdb-3648-4524-8503-8abc2fa702ce", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -205294,7 +205294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5fe7e9d-3031-4d90-9195-8a848ddbb6b4", + "id": "262e500b-6dec-4658-b810-6f97b5d9b4ba", "name": "Identities Details report", "originalRequest": { "url": { @@ -205351,7 +205351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "883a9fe6-f69c-4e84-80fe-d8c5e7e9a6d6", + "id": "0ecbe42f-e16e-46f2-a8f5-3d1d5cb10307", "name": "Identities report", "originalRequest": { "url": { @@ -205408,7 +205408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8d1df4a-2922-47e5-b37a-7a00936043a8", + "id": "96fa57e9-5136-43d5-980b-5ab616a841ae", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -205465,7 +205465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3df3ebbc-2ab1-4736-838a-56bf0f235bfc", + "id": "9582b0d9-adf7-4eff-9a31-af1cb845fb9b", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -205522,7 +205522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "150ef94c-9813-4846-a54e-21fa0a8943ed", + "id": "a9923b1f-4e63-4b05-a331-e9384e52626f", "name": "Search Export report", "originalRequest": { "url": { @@ -205579,7 +205579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a067693-3e1f-4a4c-bb14-932a3add9189", + "id": "b61ff99e-a747-4cb6-8cb7-cf845ceb6a30", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -205636,7 +205636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d23a192-7ae0-40ac-9744-c0c9ba88949a", + "id": "59f61bf6-ce25-44a7-8236-e02505676238", "name": "Account Export report", "originalRequest": { "url": { @@ -205693,7 +205693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cd8e6bc-4ea8-4632-971b-72c39eaaf021", + "id": "f09b1429-157b-4066-ab74-ebe17c7c8306", "name": "Identities Details report", "originalRequest": { "url": { @@ -205750,7 +205750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12dd51de-0fd7-47f3-8079-bf15d05d6f33", + "id": "92ed07ff-d1db-469f-b11d-7675b3e1d52f", "name": "Identities report", "originalRequest": { "url": { @@ -205807,7 +205807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f12611b1-b217-461e-9b4e-c9bd0d25e9d0", + "id": "bb81c2c3-b181-425a-b986-504dccdddca3", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -205864,7 +205864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a270cc-a402-4038-aff0-fc2f6d597423", + "id": "070b6d1a-cf6a-4d98-9843-3f0d5f602aab", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -205921,7 +205921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82df9378-93fc-4203-ba70-a11150adcaad", + "id": "94138884-b89a-4324-9c96-705330f90fff", "name": "Search Export report", "originalRequest": { "url": { @@ -205978,7 +205978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a7e879c-7c0e-43eb-a208-ec562a0e7f6f", + "id": "1ee4e2e7-8130-48e0-abf2-a71a72ea93e0", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -206035,7 +206035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dca6f19f-10b2-496c-ab92-3f6761cf2d1f", + "id": "24253607-5f64-4764-a3ea-a4dd830b1f8f", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -206092,7 +206092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95e1d917-a253-4798-b780-e0b124246963", + "id": "b0a2d1e7-8176-433b-aafb-f0efffa20ac4", "name": "Identities Details report", "originalRequest": { "url": { @@ -206149,7 +206149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "772601cf-e973-453f-9bc3-caa9c6dc7001", + "id": "bd38d595-3bd8-40ec-a0db-b466a8aaf98a", "name": "Identities report", "originalRequest": { "url": { @@ -206206,7 +206206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6f4ebd-8602-462a-a852-2d54cd86358e", + "id": "1b1de1b8-6e6a-4517-9648-1e4c07f7f9b5", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -206263,7 +206263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f764c2aa-53ca-4f1f-820e-8d6dbbc2c101", + "id": "1ca82c57-fa89-4155-9cf3-9abbf3edf046", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -206320,7 +206320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0a0f191-50af-4345-9f9e-dc73453f47a9", + "id": "96a33d98-f42b-4137-b514-67458ba6e69b", "name": "Search Export report", "originalRequest": { "url": { @@ -206377,7 +206377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da9ee6b1-d38e-4257-b445-57b917b267e0", + "id": "54a8492a-9148-4d6e-93a7-bc5f2adfd85f", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -206440,7 +206440,7 @@ } }, { - "id": "ab541b33-4182-4a21-b4b6-a3a4e3137f4d", + "id": "be78b2d5-1eed-4993-b263-dd8e72d7904e", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -206482,7 +206482,7 @@ }, "response": [ { - "id": "b688eb47-b7f3-49c0-bfc7-cddbf8d1731e", + "id": "47f7516b-f963-402d-81ed-d7b248e7f51d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -206517,7 +206517,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c24b9edd-73b5-4645-9067-636f15eda8e9", + "id": "bdbd79e8-8ffb-4efe-8017-4ab1dbd5b300", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206562,7 +206562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7486de61-3911-45e0-8be1-082e5a9e681f", + "id": "b81c1bd6-3015-4210-944b-497a4187c207", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -206607,7 +206607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "151d1472-65f8-43c9-a5f7-f52c96378ecf", + "id": "484906f5-645a-4ee3-abed-17896b410425", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -206652,7 +206652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7449ac21-cb82-4be1-9b50-f57ab576c119", + "id": "178b3557-67b5-4c42-a383-468a35ff4676", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -206697,7 +206697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19b859c3-872e-4678-944b-211233adfc8d", + "id": "a7460727-278c-4109-bdef-7670b3a86755", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -206748,7 +206748,7 @@ } }, { - "id": "6a19e895-c9e9-4377-89fc-c15e268806d0", + "id": "7d4603f0-ce05-40f7-a0df-08e87f84713b", "name": "Get Report File", "request": { "name": "Get Report File", @@ -206817,7 +206817,7 @@ }, "response": [ { - "id": "58b00b18-0344-471f-89b4-0f4fabde3f03", + "id": "1e27e248-2d84-4fb4-aa61-7ca1007048e7", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -206893,12 +206893,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "consectetur", + "body": "fugiat elit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "5460d744-6b7e-4cad-9f98-a588493ec355", + "id": "30b54574-3ec7-4aa8-9f4a-882b82c962cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -206970,7 +206970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95ffc146-112d-4eab-b959-290b918b6aa0", + "id": "f373e042-055c-4474-9f3c-a79f3a17d89c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207042,7 +207042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "578e6073-f139-442b-bbf2-7be4f892205d", + "id": "a41db149-9dae-45ed-a4ea-50c5f9c8c2fe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207114,7 +207114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f913bfcc-2ecf-47ea-b898-a5345d9fe54a", + "id": "75cfad89-cc54-4391-92a3-58351d5d1bc1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -207186,7 +207186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c352724-2268-4b20-8155-5247dd709eac", + "id": "6d2ea72d-bb1c-444b-8c12-06ad1cb98c2c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -207258,7 +207258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cbd881e-f159-4c1e-9c14-1277a2cc29b6", + "id": "c4cf5863-d0d3-4059-9536-83115f501a5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -207342,7 +207342,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": "55817b21-6165-4cef-8bde-a47cee7622f0", + "id": "b4841c5b-6ffa-4b10-8158-6e3b4ac2c0d2", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -207453,7 +207453,7 @@ }, "response": [ { - "id": "2290dc03-a144-4fe3-9592-61c37a152e13", + "id": "8771da4b-6144-44f5-9cac-cd13b6e0eafd", "name": "List of requestable objects", "originalRequest": { "url": { @@ -207578,7 +207578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cba90705-da40-4f31-86ea-8cd02f986f86", + "id": "b7d70c43-a593-4a3a-893e-80310362420f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -207703,7 +207703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdc0e017-e966-4a03-8b24-3440224f379f", + "id": "0cf89037-a76c-4e20-958d-94116ba06d7d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -207828,7 +207828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9030c67-e9e4-4a98-aeb3-1f3eae69174f", + "id": "561df8e9-fef4-4dd4-9cb4-2a93265a4a53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -207953,7 +207953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7e13abd-13ae-40e5-b11c-b002e3012fe6", + "id": "82a68abf-b0b9-489e-82dc-8992dd262269", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208078,7 +208078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99f098d9-c614-433b-b7de-0e1284505f9d", + "id": "2ebdd8cc-27ca-465b-bca5-2d049bf2152f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208215,7 +208215,7 @@ "description": "", "item": [ { - "id": "58254f36-bd61-4335-9c3c-1d13ea076c7d", + "id": "84a77763-08a7-44a2-800c-1524ea1b286b", "name": "Generate insights for roles", "request": { "name": "Generate insights for roles", @@ -208254,7 +208254,7 @@ }, "response": [ { - "id": "a4e8f137-71ed-484e-a00a-a3fbed75ed56", + "id": "2c8dae1f-c138-4327-a974-f7830c2334e8", "name": "Submitted a role insights generation request", "originalRequest": { "url": { @@ -208307,7 +208307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a73c863-3b4a-4d98-ac0b-dad75bbc97ef", + "id": "63f0820b-7a0c-4b95-bb70-27a849e2a675", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208360,7 +208360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fdbed9e-556a-44f3-ab9a-c54efa376ad6", + "id": "68c56e42-e293-46b7-bc98-c14989651bb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208413,7 +208413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "693841f0-9c15-4ba9-b5ba-044f05a24dc8", + "id": "659d99a2-2093-4de2-8163-95800895bf73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208466,7 +208466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7b7996b-e4ae-4e4c-9821-f253f4abf303", + "id": "a421f7af-7c6f-4fad-8b89-2594be520ca8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208519,7 +208519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf2b6a6a-918b-4455-9103-87f03b04f79b", + "id": "ed41a190-89ee-4b98-af32-5961ce02b15d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208578,7 +208578,7 @@ } }, { - "id": "0994c760-4ceb-48a7-b2e0-5e6ecaa9dd12", + "id": "26751ecc-914e-44f3-92e4-aa4c50b9e0f8", "name": "Returns metadata from prior request.", "request": { "name": "Returns metadata from prior request.", @@ -208629,7 +208629,7 @@ }, "response": [ { - "id": "65eda3a6-0bbd-41c9-ade4-11486fc9575a", + "id": "42d2fdb8-58fa-4dd0-9e3c-c2e8e9a63704", "name": "Succeeded. Returns details of an earlier role insights request.", "originalRequest": { "url": { @@ -208683,7 +208683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "937a87e1-e526-4460-8d12-914161fa40f3", + "id": "789cb77f-5418-4835-9926-4f35c0c83b56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -208737,7 +208737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0bc5426-9fd3-475c-bbe2-0a410f6bd8a2", + "id": "e9ffbd60-7cf3-48c9-872f-3a6fe3f06461", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -208791,7 +208791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7151da37-cdcb-49c7-be9c-2dfa0f068ffd", + "id": "af251ffc-30e5-4d31-b678-e42aab03283a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -208845,7 +208845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d804123-43d5-4c3a-8ee2-fc110542b828", + "id": "a4a2e946-c18f-4afa-8278-65f4ead5fe48", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -208899,7 +208899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5b8c7a1-1865-4e90-8f25-dbee5e0d866c", + "id": "1eefbaf3-8388-4c5d-9880-966096ed4f57", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -208959,7 +208959,7 @@ } }, { - "id": "a148f14b-89c6-43b0-901e-3736f33ead89", + "id": "d91eaf46-b77a-4fc2-b5b4-52340fce3148", "name": "Get role insights summary information", "request": { "name": "Get role insights summary information", @@ -208998,7 +208998,7 @@ }, "response": [ { - "id": "b4ade484-aef8-43ad-820e-cdc93a5cb1ac", + "id": "f98671f4-7194-4a12-b78f-f648779bd03a", "name": "Succeeded. Returns high level counts.", "originalRequest": { "url": { @@ -209046,12 +209046,12 @@ "value": "application/json" } ], - "body": "{\n \"numberOfUpdates\": -2280025,\n \"lastGenerated\": \"2020-05-19T13:49:37.385Z\",\n \"entitlementsIncludedInRoles\": 45,\n \"totalNumberOfEntitlements\": 250,\n \"identitiesWithAccessViaRoles\": 550,\n \"totalNumberOfIdentities\": 980\n}", + "body": "{\n \"numberOfUpdates\": -20745921,\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": "a60b3e60-918a-4a77-b899-23520c448eae", + "id": "47b6dc5d-1232-406d-9b73-2d9501182327", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209104,7 +209104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b355bf47-1e27-4874-8eeb-2012278c8c61", + "id": "962fd7b5-db05-4e72-b40a-5c4c9263513b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209157,7 +209157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54d2e534-ad52-442a-bbf2-9dab621ad936", + "id": "7eda3e7a-96df-4599-947b-ae159f76d94c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209210,7 +209210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799dc6e7-ce0e-405c-8581-dca8e4a5235d", + "id": "c978c717-c297-4f6f-a5b4-e8b8c48d101b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209269,7 +209269,7 @@ } }, { - "id": "cbe1dbf6-b33e-4ec7-a59c-028ab6ff6705", + "id": "015f3fe0-d6ca-4c33-9836-59ad04ccb5b6", "name": "Get role insights", "request": { "name": "Get role insights", @@ -209353,7 +209353,7 @@ }, "response": [ { - "id": "449eb29c-d98e-43c0-9327-9405aca83b60", + "id": "c712be7d-08ac-456f-8e49-4bb719fb6ffa", "name": "Succeeded. Returns a list of roles with information about insights for each role.", "originalRequest": { "url": { @@ -209446,12 +209446,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"2013-04-29T04:26:51.369Z\",\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\": \"laboris\"\n }\n },\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1976-10-19T23:11:40.974Z\",\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\": \"reprehenderit\"\n }\n }\n]", + "body": "[\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"2004-07-30T13:58:03.844Z\",\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\": \"incididunt cupidatat aute dolore\"\n }\n },\n {\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1969-05-21T14:55:43.905Z\",\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 culpa nostrud esse\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "d5081c56-1d19-44fa-8105-29db1422d0dc", + "id": "caa64a6f-3148-4bc4-a4d2-999985fb9693", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -209549,7 +209549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "624a51aa-3f28-4fc0-b314-3c986f327ab6", + "id": "3e444c31-c7c7-4336-9106-d0bd828f2043", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -209647,7 +209647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecd17933-ef73-4673-b187-d86b136f01bd", + "id": "339e6c02-f645-4be0-89eb-e71b6b8b4b35", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -209745,7 +209745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2f6e4b3-b8c8-4fe4-8f87-449c6805648a", + "id": "47d4e745-93af-4815-94b4-a66969aa780d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -209849,7 +209849,7 @@ } }, { - "id": "c0a5dd96-057a-4555-a631-0fcdcd2a9795", + "id": "a0cf8afe-267f-4ca6-b90e-de596528097b", "name": "Get a single role insight", "request": { "name": "Get a single role insight", @@ -209899,7 +209899,7 @@ }, "response": [ { - "id": "e568263b-90da-4ecc-978e-0d2e98907de7", + "id": "6401e705-10b6-4894-880b-9e5779cc96bc", "name": "Succeeded. Returns information about insights for a single role.", "originalRequest": { "url": { @@ -209947,12 +209947,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"1990-09-27T06:00:34.774Z\",\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 dolore\"\n }\n}", + "body": "{\n \"id\": \"1467e61e-f284-439c-ba2d-c6cc11cf0941\",\n \"numberOfUpdates\": 5,\n \"createdDate\": \"2000-09-17T07:54:45.196Z\",\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\": \"in qui aute\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "374d1b27-68b3-4e6f-8326-72e622873527", + "id": "d278077e-7582-4587-b1ac-8fea5b3f0912", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210005,7 +210005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61d62c4e-3dbc-4747-9b58-618c54ddf6ca", + "id": "8adc2398-4166-4239-880c-9ede79c0b24f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210058,7 +210058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34585564-1fad-4474-8753-d7cddc493de4", + "id": "89de22ac-7160-485f-97ae-759222714c9d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210111,7 +210111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fddb348-f566-46f5-9684-047d7b6e8ff1", + "id": "f3edbc3c-a67d-44ca-948c-7d94435e8afb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210170,7 +210170,7 @@ } }, { - "id": "ae611feb-ea6c-4463-ac53-09cfce1816bc", + "id": "050450f0-2754-43cd-b310-69db5453c8c2", "name": "Get entitlement insights for a role", "request": { "name": "Get entitlement insights for a role", @@ -210195,7 +210195,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -210240,7 +210240,7 @@ }, "response": [ { - "id": "64c9ee97-dcd1-4f5f-aa04-dabfc835fd59", + "id": "17fd150e-59a1-4370-b353-213e69f8e4b1", "name": "Succeeded. Returns a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -210260,7 +210260,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -210308,12 +210308,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"enim amet\",\n \"id\": \"exercitation dolore\",\n \"description\": \"reprehenderit cupidatat veniam in\",\n \"attribute\": \"ipsum\",\n \"value\": \"deserunt\",\n \"source\": \"deserunt in dolor aliqu\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"fugiat reprehenderit tempor\"\n }\n },\n {\n \"name\": \"commodo incididunt vel\",\n \"id\": \"deserunt pariatur enim\",\n \"description\": \"laboris repre\",\n \"attribute\": \"culpa pariatur et est\",\n \"value\": \"elit aliqua aute\",\n \"source\": \"ea ullamco officia deserunt\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"ut dolor dolore dolore\"\n }\n }\n]", + "body": "[\n {\n \"name\": \"voluptate Excepteur\",\n \"id\": \"qui minim elit\",\n \"description\": \"in eu sed consect\",\n \"attribute\": \"adipisicing ad qui id nostrud\",\n \"value\": \"elit amet in sit\",\n \"source\": \"nulla ad dolore irure\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"minim quis incididunt\"\n }\n },\n {\n \"name\": \"Ut id mollit c\",\n \"id\": \"deserunt voluptate\",\n \"description\": \"commodo dolore consectetur ut\",\n \"attribute\": \"labore dolore sunt\",\n \"value\": \"in aute irure quis officia\",\n \"source\": \"Duis sunt sint\",\n \"insight\": {\n \"type\": \"ADD\",\n \"identitiesWithAccess\": 850,\n \"identitiesImpacted\": 150,\n \"totalNumberOfIdentities\": 1000,\n \"impactedIdentityNames\": \"tempor sunt adipisicing nulla\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "449219f9-d99e-40b0-ba46-02d3f49dca11", + "id": "cf20a44f-82b4-44bd-b6f9-862e5e8c57ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210333,7 +210333,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -210386,7 +210386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "396263ed-75e6-4068-880f-328d373dbdee", + "id": "55c13715-6c2a-4350-9368-08076e0b20b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210406,7 +210406,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -210459,7 +210459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1093074-605b-41c6-82d6-66a8aad13023", + "id": "9e26eaa0-ca1a-4d9a-8842-4864bb3165dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210479,7 +210479,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -210532,7 +210532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd2aace1-ca14-4b72-98f1-5620a6bec25b", + "id": "a6bee8aa-6290-4d17-9107-bb7f6bd0c1c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -210552,7 +210552,7 @@ "type": "text/plain" }, "key": "sorters", - "value": "dolor quis" + "value": "aute elit" }, { "disabled": true, @@ -210611,7 +210611,7 @@ } }, { - "id": "268c770d-da46-4fbc-8bed-9b9a194d9f97", + "id": "59ff0741-9fb8-421a-b077-9afdef7fbf45", "name": "Download entitlement insights for a role", "request": { "name": "Download entitlement insights for a role", @@ -210682,7 +210682,7 @@ }, "response": [ { - "id": "b70843c9-fdad-4b3a-bad1-bed01ab7b205", + "id": "5bddbd47-824a-4f47-aa6f-53d060b20002", "name": "Succeeded. Returns a csv file containing a list of entitlements to be added for a role.", "originalRequest": { "url": { @@ -210751,12 +210751,12 @@ "value": "text/csv" } ], - "body": "dolor quis", + "body": "aute elit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "cf792d2b-cffb-4560-88ae-f9756cad9d95", + "id": "820b82a7-ae2b-4847-b743-3a5e44c6faf4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -210830,7 +210830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1fc1b84-0201-4862-a616-d9d3ca2a195a", + "id": "fa8de989-cfbd-41fb-8d74-3071aea571e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -210904,7 +210904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c3d5046-f8a5-421e-bebf-ac8fbbd0c6e6", + "id": "cd940498-ef4b-49af-9536-310fb1c3263b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -210978,7 +210978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "432a85c5-0b49-41fa-8a07-44e3c10a77cf", + "id": "c3457db5-2f2c-4c90-9159-a194d1da450a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211058,7 +211058,7 @@ } }, { - "id": "d159edbd-443a-4530-acb4-ea365172a62d", + "id": "bab27818-3e34-48ef-9285-49da014faf73", "name": "Get current entitlement for a role", "request": { "name": "Get current entitlement for a role", @@ -211119,7 +211119,7 @@ }, "response": [ { - "id": "637824e7-138a-4567-a194-9900bb8e09d5", + "id": "58eab6ba-46e4-46b0-b804-917c590d8734", "name": "Succeeded. Returns a list of current or pre-existing entitlements for a role.", "originalRequest": { "url": { @@ -211183,7 +211183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dcb5063-69ae-439e-be50-9b639fabc099", + "id": "4c0db1ba-be41-44da-86fa-6fd699210c06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211247,7 +211247,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ae20d66-1edf-41e8-a649-4460540ecd8f", + "id": "cb3b35d5-789c-41f0-b9fd-89bba47cf724", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211311,7 +211311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eee3d2c9-f002-48fc-8f4c-9382978b61da", + "id": "be0c63a6-057a-4e09-9c90-e0b1779ac0b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -211375,7 +211375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ba651c9-0a7c-4f47-ba39-d7e79b0afc2d", + "id": "dccbbc0a-58fd-4bd8-b5ad-5dce2811438d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -211445,7 +211445,7 @@ } }, { - "id": "2b199acf-8ec2-46a4-86f8-ba8aa05fb251", + "id": "1a846fdd-75e8-4c15-9108-b1810b9a7b12", "name": "Get identities for a suggested entitlement (for a role)", "request": { "name": "Get identities for a suggested entitlement (for a role)", @@ -211563,7 +211563,7 @@ }, "response": [ { - "id": "20e94286-2373-402b-80d4-8d150384aa36", + "id": "0d64fecf-f4bd-4f96-b871-223e42b54778", "name": "Succeeded. Returns a list of identities with or without the entitlement.", "originalRequest": { "url": { @@ -211674,7 +211674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3780f9ce-7fe0-4f8c-96e0-c682202909d8", + "id": "8214d9ab-dcab-4292-b282-661c72271dec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -211785,7 +211785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6df2798-9163-4e3d-9f27-bc334b7ec7cf", + "id": "599d97b8-d1a6-4b46-bac2-9b564d859a5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -211896,7 +211896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4390fbfb-abb1-4640-8d7e-00f7da6d61d1", + "id": "26442802-83e3-4e87-9c24-109d5455d149", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212007,7 +212007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43b95718-9f0b-4db7-9f3a-5acf22b2cb49", + "id": "f8e71d05-cc98-4498-bb9a-3ffcd8f1db64", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212130,7 +212130,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": "77735595-2434-4b20-afa3-c21ea5c35e8c", + "id": "a8652b6f-9221-4c29-bc10-14c3d0d3f320", "name": "List Roles", "request": { "name": "List Roles", @@ -212232,7 +212232,7 @@ }, "response": [ { - "id": "71bd612b-a59f-49c3-a514-e3b8e7b90c8f", + "id": "342db38e-bfa5-4e88-9a05-fc54755aa20e", "name": "List of Roles", "originalRequest": { "url": { @@ -212348,7 +212348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfcee103-e704-41af-bbfd-9f4e58876e10", + "id": "ffc0e0ca-2579-4021-8f52-bd5fbed40b23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -212464,7 +212464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c67d341c-d34c-4936-b3a2-ddee7433d478", + "id": "cde3bfe7-b065-4c0b-86b3-85c0297b736c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -212580,7 +212580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7228784-2cac-4c19-b69c-cefd74d153ec", + "id": "b3a981b8-0952-4f1f-be86-266698dfe650", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -212696,7 +212696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a3676cb-1802-4d45-97e0-ce141a47d757", + "id": "a10de555-3bef-4329-a97e-a109616e3fd2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -212812,7 +212812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "823f99a7-0e74-4e28-8059-feccac579414", + "id": "d9c68e08-36f8-4a22-9181-17e4a04155bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -212934,7 +212934,7 @@ } }, { - "id": "58bd6bb4-5bc7-49dd-9c6e-f6df451ff3ac", + "id": "57e5ebf9-3072-4528-95b8-896294759de0", "name": "Create a Role", "request": { "name": "Create a Role", @@ -212976,7 +212976,7 @@ }, "response": [ { - "id": "0b101633-f24d-41f2-862a-2007e04ad5e8", + "id": "47a7bd39-a155-42f4-a4b1-f14ebec9b8e0", "name": "Role created", "originalRequest": { "url": { @@ -213032,7 +213032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73b39a97-b4fc-48f6-a476-1d8d24507671", + "id": "254d0148-3b17-41a1-950d-dbdd4aad94db", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213088,7 +213088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2b7d1f1-ac49-4782-8736-90dd3840ca70", + "id": "8fdeb5ce-68d5-48fb-8f3c-7a54fbc13251", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213144,7 +213144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47ea090e-33ec-47cd-9302-c7a6d609e7b4", + "id": "0eab7305-291a-4fac-bee5-fd6458b1c3c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213200,7 +213200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64f1bb99-7673-4b78-bec4-2df221cb2cda", + "id": "051db158-a93a-4cce-a41b-65340f826a8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213256,7 +213256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76e2ee68-26e4-4868-be2a-8b41a99a28eb", + "id": "d7cb1719-b3d2-48c3-9df7-224c28a9fb31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213318,7 +213318,7 @@ } }, { - "id": "0f35cb8e-d38d-4975-8d16-44f3d56076c2", + "id": "e6518ec0-c238-4520-8156-657cc7b0b8e3", "name": "Get a Role", "request": { "name": "Get a Role", @@ -213359,7 +213359,7 @@ }, "response": [ { - "id": "5dd8d088-8677-4582-a370-792636441f24", + "id": "9a6635c5-4cb6-4747-bb8e-38193e6231f7", "name": "List of all Roles", "originalRequest": { "url": { @@ -213403,7 +213403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e7ca58-4f36-4585-a20d-ee3c335a1d6c", + "id": "10a4e333-4252-4272-81da-155b7778f2e0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -213447,7 +213447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d828e3be-cd7d-4f0f-9c86-cd669414cca5", + "id": "2eda9467-3304-4ec1-bdc1-056e2c37044d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -213491,7 +213491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd6d2378-0097-41f6-8f5a-6dcf94fb6f16", + "id": "586d740a-9b46-400c-9b4b-b11c1208c6b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -213535,7 +213535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05695dc7-51d0-4c50-94f7-2080f7881b56", + "id": "6f114909-a237-4d18-8e92-7d868b9d6a74", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -213579,7 +213579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c81a4cfc-7461-4677-ac12-bb1e59cde8ae", + "id": "07823946-222c-42cd-852d-47f99bd791a5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -213629,7 +213629,7 @@ } }, { - "id": "ed013fb9-8557-498d-96f2-9b7244815649", + "id": "e71d0f3a-3e10-47f4-966b-629c44e7342a", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -213683,7 +213683,7 @@ }, "response": [ { - "id": "110b323e-e6c2-48bf-906f-f869f91c9425", + "id": "a5639900-9385-492b-b35d-c9f18925af51", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -213740,7 +213740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74b29048-eca7-4c9d-b695-d716eee3463f", + "id": "74ea61ba-8815-4d16-ad98-19b208a8f060", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -213797,7 +213797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "057f0f2e-3ed7-4ad4-8ecc-9d3626c709dd", + "id": "f4f56377-d65c-48a2-9e30-87cbba83221a", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -213854,7 +213854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ea6959a-ff41-4cef-898d-6a13725d5c5d", + "id": "c860cb58-c0d5-4635-8baa-bfb2911667c5", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -213911,7 +213911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b28d3d7b-7470-4031-88c1-03d9035e041d", + "id": "8d1a9480-56f8-4798-86f8-e7eb90702e6f", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -213968,7 +213968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf68814-f65c-4c41-8640-047497030eaf", + "id": "7d1b2ed5-0ed3-4624-bdde-c1a6b39800c7", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -214025,7 +214025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4b5e531-97c8-42a4-8236-29464c8bdfd3", + "id": "e0eea5ed-6773-4367-a5f9-cebada6ca887", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -214082,7 +214082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74344f36-748e-416b-9c9e-346e04e50b8f", + "id": "a9d6e28f-5888-47af-91a5-d72acf78999e", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -214139,7 +214139,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b91e3b5f-c44c-45bd-94f2-0b2b009e6d12", + "id": "993ee1d8-64f7-4391-b8ee-c89b8d05b22b", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -214196,7 +214196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b64d73f-2bea-47a6-b5fb-7bacf31376b9", + "id": "74c22238-e1f1-4357-8e75-f6f04f46ccf0", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -214253,7 +214253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fad53be-ebe0-4528-8741-71fc141fa5ca", + "id": "ab2ae581-4eb5-464f-9ee4-8e5033e9060e", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -214310,7 +214310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa1af450-3469-4844-bedf-ef4c4dc9e64d", + "id": "6fdeb947-62f3-4fe5-a5e4-274bbf2ae0ae", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -214367,7 +214367,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4853bd82-a53b-4c8b-9840-d38587e9efeb", + "id": "30b76315-6aed-4453-99ba-04c8c1b88667", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -214424,7 +214424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0dcdd48-26cf-46a9-a8d1-2f41bbe5fe08", + "id": "fc49e7ea-8708-4b9c-b74c-fd0db2c2260a", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -214481,7 +214481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06368559-bc52-4158-9727-e2268cb03739", + "id": "f826e841-f744-49bf-8c29-84a5de03e7d3", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -214538,7 +214538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eef45106-eab1-4d3e-94a4-01fc49941941", + "id": "ed4e6836-281a-44e6-bfac-ab4092a1433c", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -214595,7 +214595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "828ea696-0731-4d94-b4d1-cda0f49187ab", + "id": "b13577a7-6c25-4083-bb68-8001d36f785a", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -214652,7 +214652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "859dc79d-226a-4477-a268-a801657a2478", + "id": "914385bb-942f-4a6f-931a-9a1323d0b11b", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -214709,7 +214709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a9ef232-6d14-4013-a016-7886c56e9b78", + "id": "5e3bc7e8-0ff8-4dbe-a680-c574f3973f09", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -214766,7 +214766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50fb594b-e9c8-4dd2-9d28-2049bd949fcc", + "id": "ae450193-93ec-4ed8-a050-75b142355081", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -214823,7 +214823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0af42f93-1d54-4a9d-a881-4f24c3b4d19d", + "id": "24466cc6-32cd-4c8a-845f-620556954abf", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -214880,7 +214880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70108384-1069-4582-b3bd-488869145588", + "id": "f5d009a5-8ef1-4a44-857b-10cab80110f2", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -214937,7 +214937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77b093fa-ab86-4cd1-bfd0-f72f7034fc82", + "id": "e50c5a18-f49d-4469-8ee0-62747fdd3a72", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -214994,7 +214994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b79fafa4-cd68-4a1b-9b3b-7669381435b5", + "id": "61fdc2ac-7d4b-4fd6-b0ca-f6603f3728bb", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -215051,7 +215051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c3caecf-35e2-4bb5-a35d-6d2cbd9bef5a", + "id": "4e506ed3-093e-4dbd-976a-6d69561ada3c", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -215108,7 +215108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8586933-31cc-4634-bac6-8f1d57b1b7d6", + "id": "3eb024a0-152d-48f3-8cea-a7b79fcf5f33", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -215165,7 +215165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d17caeb-eeb0-488d-8d69-a499030db80f", + "id": "78aa00c2-34e2-429d-9c8c-e4f129b4818d", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -215222,7 +215222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53830cff-a3a0-4492-a2fc-64545c6d3e98", + "id": "29f2b189-923f-4316-a3a8-1206ae127047", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -215279,7 +215279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b95861c-ba34-42dd-b51d-85ef8022ca18", + "id": "70a2ade5-78aa-4d63-b006-0f8e8b8d91d3", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -215336,7 +215336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "292ddc67-b206-4c1e-9fe8-b939b95af18a", + "id": "a71f0d1e-ee7b-4d38-aeb4-a680c0c5edd6", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -215393,7 +215393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e7cb0ef-6476-41e4-91c7-cb2de6be2b09", + "id": "37d6847d-74a7-4f6a-bf17-9e48e0657cd5", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -215450,7 +215450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ac77646-ebe8-4292-b1b7-b06c84805667", + "id": "19d5ab1e-77a4-43a6-9e09-5dabe4efb025", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -215507,7 +215507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ee239a4-0f3e-4e5f-8eec-7ad538306fa3", + "id": "6104c72a-0c1a-48a7-a4c4-ed4d7e4f60bb", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -215564,7 +215564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2d3d7b5-9fa8-4333-a503-33a733723865", + "id": "45f38d1e-b05a-42d6-a479-5b795bb626ab", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -215621,7 +215621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d207b795-1eb0-4964-a1bb-8095ae888195", + "id": "92175833-8d9b-462a-b9c9-57dd6642bb7c", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -215678,7 +215678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bebafa48-7544-410f-9dbe-afa2048fc063", + "id": "af6b2187-a577-48a3-8103-ba44b30c2eda", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -215741,7 +215741,7 @@ } }, { - "id": "7961c606-679b-4b45-910c-92cb9a52e579", + "id": "7f02ee7d-1ecb-446c-bfe4-c9674d717cbc", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -215782,7 +215782,7 @@ }, "response": [ { - "id": "059879ab-41a4-4006-9f2d-3953e55aece0", + "id": "f5d68904-226a-4bd3-bc99-518979eff418", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -215816,7 +215816,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4fe18ba6-72ff-4090-a11e-93adb78a6fe8", + "id": "c78d38df-225d-4af2-b62f-8fb8735feb94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -215860,7 +215860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "553a629a-ea05-4f76-b819-177ac6e39ce8", + "id": "91dfc892-ce86-43ec-96b2-6af8af98551f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -215904,7 +215904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d11c3a6f-5e5c-403b-9c22-d783ca3f40ab", + "id": "cb4cfacb-cc6d-4f3b-9707-7bc583d9a0cc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -215948,7 +215948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1e1d878-47bc-49fa-b1e5-6f976db38097", + "id": "175b5986-5854-42f9-b819-4cd1ffbaee70", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -215992,7 +215992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "816cab97-a661-4b6c-b0fb-374ada500fed", + "id": "9c15c132-ce2e-4310-b8a7-9a18331cf617", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -216042,7 +216042,7 @@ } }, { - "id": "bfb70d8d-ac4b-4d1e-b78c-33c4ca0844ec", + "id": "e5502f4b-b92c-4649-8597-84e8b7f9fcb2", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -216085,7 +216085,7 @@ }, "response": [ { - "id": "5794cbfa-ff33-4a2d-92a2-51f5ad5671af", + "id": "936b39f9-7eae-4c40-9d66-ae3b49ca0e5b", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -216142,7 +216142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b080331-e10e-4181-bd5d-20d6a1c19a11", + "id": "ff7bf96a-6353-4d0c-8b2b-96f876512670", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -216199,7 +216199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f14f25b-f39e-470d-9735-02e73d162209", + "id": "46d1f6dd-0f01-4b34-918f-4d51a9aa35ee", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -216256,7 +216256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d452708c-369e-4268-86e7-05fe6c4f28f0", + "id": "372e1715-ce51-4cb4-a48c-f2b552c3e1cc", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -216313,7 +216313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03d76fba-ce8e-4a6a-8cd6-17306ba1347c", + "id": "a8341abd-7235-4f4c-ac7c-141ea7504548", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -216370,7 +216370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "544fa58f-3bf2-4d95-8b41-9013251e6cb2", + "id": "d63356a5-05a9-4d3e-b6f4-c0c48364570e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -216427,7 +216427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bafffd0-39b6-404f-9e60-82e9042d33cb", + "id": "2c3eb697-3d1a-4454-b152-ecdf10cb2cc3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -216484,7 +216484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd13f5e-264e-47e9-ba1c-0fe16110cf83", + "id": "e205dd9c-9a1b-4b84-9e28-85396a3b6cfc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -216547,7 +216547,7 @@ } }, { - "id": "a26256df-f164-4b97-a5b4-79605a7aae5e", + "id": "446fa455-99a6-43a8-9915-894099d06c17", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -216632,7 +216632,7 @@ }, "response": [ { - "id": "f7488176-f0f5-4a95-8ef8-6e6d24053674", + "id": "aaf1cb14-9699-4209-aa39-ea958b8dd7b3", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -216723,7 +216723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "861d504b-104a-4a23-953b-2c7495e9808e", + "id": "3a54675a-57e1-45b0-bc1d-25dd20596d73", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -216814,7 +216814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4de6a55-48bd-4bce-b77d-0468c1246ecf", + "id": "68c8281f-e0df-4c7c-9211-03702e7cd996", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -216905,7 +216905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f94989e-06fb-42af-91a9-665003377717", + "id": "24228eda-af3a-408b-9618-b71b5e445cc4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -216996,7 +216996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d0a514d-c99b-4290-9453-2b52311d5ad2", + "id": "78cf94c2-d828-4fdd-9b4b-c55354c5367d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -217087,7 +217087,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b11471-bd14-44c4-99de-2990cbcce24b", + "id": "193a6c06-9908-498d-9494-cacccacd40d3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -217184,7 +217184,7 @@ } }, { - "id": "56185783-a8dc-4968-9c8f-af46f8b0b4eb", + "id": "888f48ac-682f-4434-974b-c9c731d6421e", "name": "List role's Entitlements", "request": { "name": "List role's Entitlements", @@ -217281,7 +217281,7 @@ }, "response": [ { - "id": "3608972f-b527-4481-a1a1-9cbe36add4cc", + "id": "a6e6b017-356d-4ba9-bd6d-8e7df097e59b", "name": "List of Entitlements", "originalRequest": { "url": { @@ -217381,7 +217381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9140ab2c-6457-4e73-8c81-069260e357f0", + "id": "193bf0f8-c3db-42a1-8f3d-9985b4d5475a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -217481,7 +217481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c19166c7-af01-4dc5-8559-979cf7849539", + "id": "2e4896c6-3085-4e17-8dac-e4a6aa890373", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -217581,7 +217581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0880bf68-3a5a-4c9b-ab61-fe938f6759fa", + "id": "3e4b95cb-adf8-41d9-9033-5a0c22d667f3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -217681,7 +217681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "889b34d7-c6ed-47f7-87f6-fc5489cdbf2c", + "id": "91cbb649-a844-4c01-b829-92d526048468", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -217781,7 +217781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df8bb4c9-e5d6-45c2-b21f-190aba875c68", + "id": "8b59c9a3-4148-4725-83b7-5ff8a7769c11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -217887,7 +217887,7 @@ } }, { - "id": "9ef2bea4-24a7-4aa9-8d54-b98400c4ce88", + "id": "d17e52a6-6abd-432d-bd8d-a151a8417b58", "name": "Add a Metadata to Role.", "request": { "name": "Add a Metadata to Role.", @@ -217952,7 +217952,7 @@ }, "response": [ { - "id": "3d9d11b2-f231-4f3e-bfd5-c37d84b72f01", + "id": "a9d902fd-fc5c-4da7-bda7-859dfe3768c1", "name": "Responds with the Role as updated.", "originalRequest": { "url": { @@ -218000,7 +218000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20d97c53-db0c-4748-8065-f84ce7a0ed72", + "id": "b03f5281-9b4c-48e8-8792-c3c690be1a04", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -218048,7 +218048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "381ea102-d1bd-48eb-8a1a-505be5a080b5", + "id": "c0b3976e-9e53-4a7d-b04a-d776404b60fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -218096,7 +218096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4033649-afab-446d-ba3a-a3e373725aeb", + "id": "78f0aa6a-c4b1-443f-ac0e-6506c56010f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -218144,7 +218144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6a6f535-420e-48f3-85d1-41f57d264fea", + "id": "1eda366d-d3dc-4693-870d-bbe8c8e18fce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -218192,7 +218192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "034e2ab4-129e-4684-824d-03f937db8145", + "id": "58082afa-2d35-4700-9204-b393b9eec914", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -218246,7 +218246,7 @@ } }, { - "id": "410e0089-6afb-4dc3-817b-a94676ad20a0", + "id": "da832e53-cf5c-41bd-a2f2-76c604752aa3", "name": "Remove a Metadata From Role.", "request": { "name": "Remove a Metadata From Role.", @@ -218311,7 +218311,7 @@ }, "response": [ { - "id": "9092be7e-f4b2-4644-aa2e-5f852d7e69d8", + "id": "410059da-d3a1-4494-a544-9a8c9d133a25", "name": "Request accepted", "originalRequest": { "url": { @@ -218349,7 +218349,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a5e35c4e-02b9-4647-8ec2-02a6685dc4c5", + "id": "f7b7ad1a-490a-4909-a7b7-539aa8999a0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -218397,7 +218397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07d0634a-9c5e-4811-b85a-28121abfc10d", + "id": "278cb83d-a27e-4fcc-a53b-c03533bda687", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -218445,7 +218445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a007d340-9a28-43f8-9ad6-3b150af09a9d", + "id": "14f62128-b7f8-4fdf-9539-c2fd1fb91a78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -218493,7 +218493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2734a53-76d4-41d4-989e-34ee805af69e", + "id": "380c3793-9d79-48fa-beec-f9c55b88c3ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -218541,7 +218541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5828eba-01e4-4dc2-915b-072af61ff1f7", + "id": "aa0c0651-4e49-4e6d-9557-81848a0232a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -218595,7 +218595,7 @@ } }, { - "id": "1d82fe3b-3333-4726-b46b-8ceaa4ec0c1b", + "id": "1d2cede9-b777-4695-ae40-f8b0c057b05d", "name": "Bulk-Update Roles' Metadata by ID", "request": { "name": "Bulk-Update Roles' Metadata by ID", @@ -218640,7 +218640,7 @@ }, "response": [ { - "id": "17de43ed-3664-426b-b0a3-0c9922172eb9", + "id": "d49699d1-2d3f-495d-9de6-7263e68c85be", "name": "Returned if bulk update request created", "originalRequest": { "url": { @@ -218699,7 +218699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3028cced-e6d6-4c2d-a703-c3a3b85cef40", + "id": "6e68d2a1-b388-42b8-83ba-7e717ccaf772", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -218758,7 +218758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc45ab06-5c99-4a42-84e8-d586f87cbfc5", + "id": "c8310e3e-5f9a-4a24-a549-29b3c0a12998", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -218817,7 +218817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e370f5ef-bcf6-49ed-8452-e14d067c433f", + "id": "118ba380-abfe-43e4-a832-dfdc0ee55fca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -218876,7 +218876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "babbad2a-369a-456d-80ad-2e11a1b4258f", + "id": "9ccb649d-d135-45c0-8afa-f142830aabbf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -218935,7 +218935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8944af0-9c3d-447b-8a1f-e794513c52dc", + "id": "757d400c-e0ef-4b3c-94f2-3f7cae87138b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -219000,7 +219000,7 @@ } }, { - "id": "22fdb055-01c4-4a10-a337-648194548362", + "id": "3ddd6fb6-da85-4a6e-a275-1e798b08d3c8", "name": "Bulk-Update Roles' Metadata by Filters", "request": { "name": "Bulk-Update Roles' Metadata by Filters", @@ -219045,7 +219045,7 @@ }, "response": [ { - "id": "56774e76-7251-47f4-975a-a989efa2932c", + "id": "11b2ec9d-b63c-42d3-91f4-05655feb9750", "name": "Returned if bulk update request created", "originalRequest": { "url": { @@ -219104,7 +219104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "706a7343-fe0d-4a85-9b50-66649d865547", + "id": "e99a3026-1c00-4bfa-addf-0507faf5ba9f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -219163,7 +219163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b786c78a-7bb1-41c2-a750-978242d9a038", + "id": "aa8442eb-22cf-497b-8f9b-be5ceacc74fe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219222,7 +219222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7cc3ff0-55b1-469d-88fd-4eb7a6ad5dde", + "id": "62576ee5-8303-4bc0-bde8-2a26f2b4b730", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219281,7 +219281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ab6596a-fa53-4df8-b68d-ab24ee0b4fef", + "id": "12ae9adf-442b-4282-ad33-12b9d3d480aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -219340,7 +219340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17094ba1-8433-49ec-805b-df90269b93e6", + "id": "f1489ce5-6bd7-4d50-8269-b2c804c5f655", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -219405,7 +219405,7 @@ } }, { - "id": "18703cce-a7a5-455b-adf7-e7b9649c3c29", + "id": "4d03938b-7086-47e1-832c-8eca90a5931a", "name": "Bulk-Update Roles' Metadata by Query", "request": { "name": "Bulk-Update Roles' Metadata by Query", @@ -219450,7 +219450,7 @@ }, "response": [ { - "id": "527cd275-43eb-4587-9402-620cbcd26445", + "id": "91d44bdc-5fba-45fa-9840-dea4f1d7a7d1", "name": "Returned if bulk update request created", "originalRequest": { "url": { @@ -219509,7 +219509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81e1d609-1c1b-4b8d-98d6-cf87a28eb0a8", + "id": "014e8ade-5718-4d2f-9272-41ccad3ede0d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -219568,7 +219568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9afbc553-35bf-4845-838b-4a7d91913e29", + "id": "6635b377-1b1e-4bae-8beb-095d6f95023f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219627,7 +219627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4df1e25e-04b5-4a9d-b430-3fa3c6cc1ca3", + "id": "15a60d1c-a9d4-4716-a128-4cee6ca90b1d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -219686,7 +219686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3183ba3f-a673-4431-aa32-d564af5cd513", + "id": "5141cc1b-60a0-432d-a102-fb0efa61a2cd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -219745,7 +219745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a674898f-107d-4335-ba7b-c6410d604ca6", + "id": "4ba64037-4b3b-45d8-bf84-03dff356ab0a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -219810,7 +219810,7 @@ } }, { - "id": "9f0dc6c8-9b21-4c17-84e9-4181404c04e2", + "id": "cb8ea491-92c0-4578-8555-a3ddf1dfa183", "name": "Get Bulk-Update Status by ID", "request": { "name": "Get Bulk-Update Status by ID", @@ -219853,7 +219853,7 @@ }, "response": [ { - "id": "f969364b-f4ac-4d74-9861-9d8b664b9e71", + "id": "e0c27567-f467-47e0-8089-d6cbf5f5b80a", "name": "return if bulk update status could be found.", "originalRequest": { "url": { @@ -219899,7 +219899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52466301-4cc0-4109-98a2-d3b6034dc86c", + "id": "1265f47f-e51a-4938-81b0-f008e072b99a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -219945,7 +219945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc04508e-2e85-4714-8f26-9ab0e98b6457", + "id": "db597c95-b152-4c1a-b4ae-be5103608a24", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -219991,7 +219991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eace640-6dd2-4b3a-87f8-f38ddc9e99f8", + "id": "31bda952-a903-40a7-9b82-482102e827eb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -220037,7 +220037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "529ff4de-419e-4d8e-91cb-643d34719807", + "id": "36b10ba1-05fb-45a1-be18-d121f7d53151", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -220083,7 +220083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e9eb164-d1d5-4fbc-bc3e-9cdd9e31c133", + "id": "83cbf06e-3dae-4665-aa97-9e0df158ed2b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -220135,7 +220135,7 @@ } }, { - "id": "9933deb2-53c4-40ec-b2fc-c21503afd08e", + "id": "abfc4f3b-c173-4590-a3f9-2e9dd0b7a314", "name": "Get Bulk-Update Statuses", "request": { "name": "Get Bulk-Update Statuses", @@ -220166,7 +220166,7 @@ }, "response": [ { - "id": "485aa647-316f-4b81-8b7c-d0a2a89852a4", + "id": "5b869e65-2476-4c6a-b727-ffe8eee805cf", "name": "successfully get the status of all bulk updates.", "originalRequest": { "url": { @@ -220211,7 +220211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46afc303-2973-44a2-8802-c34faa0d1321", + "id": "2dcea77f-4bdc-401c-8367-6c9b83e38fc8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -220256,7 +220256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93e447e2-5334-4ff6-ae25-40fa0754563e", + "id": "38f5a10a-636a-45b1-a136-ae2db27b0172", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -220301,7 +220301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0492d39-57a9-4989-b098-3c80a3e4270a", + "id": "602e0124-3562-48b6-92b9-4257729df5c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -220346,7 +220346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d879c7f3-8478-42b0-b3c8-bcadc63fe26a", + "id": "23408771-cc6d-4270-8175-524e8047ad14", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -220391,7 +220391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07624d85-4a19-4bb6-aff2-0ad2bb0b22df", + "id": "6140dfba-45e7-4728-81d0-61da969586e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -220442,7 +220442,7 @@ } }, { - "id": "e2d991fa-85a5-4fe0-b114-225d3f563fdf", + "id": "99a41796-8a85-40c8-a216-1b3df379cb8c", "name": "Filter Roles by Metadata", "request": { "name": "Filter Roles by Metadata", @@ -220558,7 +220558,7 @@ }, "response": [ { - "id": "dd856161-a5d7-4bdc-ae4c-7354d81f1e83", + "id": "13f7a5dd-0da5-4e5c-9289-42458ca0ec00", "name": "Responds with A list of Roles", "originalRequest": { "url": { @@ -220679,7 +220679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ad7c3ce-9f9b-460d-899b-290ef2e4f3a5", + "id": "d1e800b8-fcc3-4459-aeeb-b1ac60eb219b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -220800,7 +220800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a9f5900-9e73-4f4c-a7b1-c952fdf88e5b", + "id": "9393e61d-2277-4bb6-a1a9-0aa6e642fa25", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -220921,7 +220921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b000d52f-8b56-4825-92d6-db81b4cc702a", + "id": "2cd60ffc-9b27-4321-93bd-cfa51f0b1093", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -221042,7 +221042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50b0ad20-7d4d-49aa-8283-d69d198f4186", + "id": "a5de120c-285e-474e-b7ce-7a452cb62f5b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -221163,7 +221163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb858059-0e26-4c13-b2a7-57baf3c6c910", + "id": "f23b2ef7-6a5c-47cd-8d5d-95bf7a46e4a9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -221296,7 +221296,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": "c490f81f-7c1c-48b4-9660-c3202fed205b", + "id": "2016e564-6b70-417f-b61d-facb9ddbdf50", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -221338,7 +221338,7 @@ }, "response": [ { - "id": "eae3611a-d771-47e5-b63f-a4b0e627b9e8", + "id": "a62b8407-c5f1-427c-a795-84a4e89fed65", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -221394,7 +221394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d05d6594-9b62-49e0-856e-612feccc4c3a", + "id": "40e14cb7-ffdd-46c8-9571-1fef8a3cb9f5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -221450,7 +221450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91e8b116-431e-429f-b9e0-de2d2563b020", + "id": "7cc88afd-b9ad-4472-addb-f2770ae1646d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -221506,7 +221506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a8ba520-67a3-400e-97d6-b60ac1530082", + "id": "595fc882-1632-45a6-8095-6cf5f807affb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -221562,7 +221562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f939dbb8-0ab5-4905-a146-dcc4aa72203c", + "id": "3841d181-da4b-4267-a8c3-afd790204036", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -221618,7 +221618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1497a822-a241-4895-9a56-58de4fca53cc", + "id": "3e5cc433-d534-49e9-8d41-0e6ba79e380b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -221680,7 +221680,7 @@ } }, { - "id": "7d479474-bb8b-4e5d-988d-fa0cee00a715", + "id": "cb251b8a-7550-4677-bcef-c355a0dca79e", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -221746,7 +221746,7 @@ }, "response": [ { - "id": "49a1cb34-fe35-4600-af96-837bcb6956ed", + "id": "d51b9c4c-d8b3-42a3-ab96-d32fc760b20f", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -221835,7 +221835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "603ddafa-cb3e-4746-ab29-62f825c2fe62", + "id": "a4ecf95e-03f0-4331-a541-5e5b1e812384", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -221915,7 +221915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f939608-b166-490f-ae7b-8f96ef35fdfc", + "id": "e1850687-53c7-4471-8b25-a1b4dfcc209a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -221995,7 +221995,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72ef9f18-7905-4859-8c7d-b0afc1a5e9e1", + "id": "6acfbb9f-cd8c-4a4d-83cf-258542d95010", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -222075,7 +222075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b3908ef-3b67-40e7-a243-98a0ad2cd896", + "id": "70674c50-b63d-4905-8d59-f118b25bbb0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -222155,7 +222155,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8c51ef1-34c7-46df-940e-24e37106515d", + "id": "26cba91b-1b9f-4717-8ad8-90150df8b6e7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -222241,7 +222241,7 @@ } }, { - "id": "29f97fc9-99bc-4be9-85eb-d61526d089ac", + "id": "a3056ac6-f454-43d3-b7f1-de19784e81a2", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -222295,7 +222295,7 @@ }, "response": [ { - "id": "b1e5f134-ee90-4daa-a461-fcfdbdbafbf0", + "id": "7acbc0d1-0cd5-4129-b2cb-de46c2118795", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -222352,7 +222352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1e73764-e0b2-4034-84a1-f5a10e2269c7", + "id": "7872e880-dcb9-417d-b551-d2299be0ccf3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -222409,7 +222409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54348467-d2a1-4d79-ab16-90628ba0ac59", + "id": "65f9c7d4-1351-4ecb-9ff7-e4b472c6d81a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -222466,7 +222466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c521c37-436a-4bbf-9452-ae1020f95d81", + "id": "1915361d-63c1-4e76-a50e-f0be588657a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -222523,7 +222523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d5be49c-18a0-492e-9fce-a580c02ead4f", + "id": "2ab0f93a-61ed-48f1-a2c1-fc4f7a66bfb3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -222580,7 +222580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15125f28-0aff-4bf7-9951-5a6f19c0fd8b", + "id": "0c253c8e-441c-4f88-b963-4e55497bbe61", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -222643,7 +222643,7 @@ } }, { - "id": "baffdf37-77cc-4580-a926-f682df3f3d73", + "id": "d74c2439-fff9-4102-b8dc-39ba52e24bc5", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -222684,7 +222684,7 @@ }, "response": [ { - "id": "daeea9a5-ec61-4325-91af-21985e4fff20", + "id": "7fd7739d-a9ec-4701-af1f-da0c069f2ace", "name": "The requested saved search.", "originalRequest": { "url": { @@ -222728,7 +222728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c24a2209-11c3-4d79-b029-366e30a1eb6b", + "id": "356a4052-3270-438e-b5f1-c6b426c52f87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -222772,7 +222772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2967ee4e-93ac-4e78-a745-832c45c1fcba", + "id": "0618c169-aac2-40c1-938b-3dc60846f684", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -222816,7 +222816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4332a03-8318-4fbd-b6d6-31030d5ff63f", + "id": "37cbca15-f9cd-4c7e-9116-8bead3bb47db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -222860,7 +222860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "840ce15b-151d-40ff-a586-5cfd10d21fb8", + "id": "1971376e-d146-4ca2-a4b4-3ad61f78dbd8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -222904,7 +222904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aacd59a6-5eb3-4894-9573-f3d11416126d", + "id": "c3e90e13-68b2-4e25-a09f-adf7659e8505", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -222948,7 +222948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5f17e19-b0df-421f-a065-2d3e3e48e2f3", + "id": "3fdaffb8-e359-4114-a632-254d111c5c02", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -222998,7 +222998,7 @@ } }, { - "id": "5a201ba6-66f7-42e3-892e-a98a12e44917", + "id": "318a26d6-b813-4b48-abe9-b4d0799e45a0", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -223039,7 +223039,7 @@ }, "response": [ { - "id": "4588a473-0b99-4f44-872c-ee307e656ef7", + "id": "c07ddfc5-d883-4a9b-8751-e28ec1e8e053", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -223073,7 +223073,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5e4292c5-a0d3-4873-b8fe-afa4b9b24ffe", + "id": "968ebbeb-b00c-4414-a280-18d551936961", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -223117,7 +223117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23c9bf70-646c-4163-b6a0-a934096c83d4", + "id": "1a8fc6a3-6619-45bd-9ceb-6bfdd4ec4232", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -223161,7 +223161,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3717dc8f-d7e9-44da-9c6d-23f6c1d4248a", + "id": "97ebea27-bbe3-44c1-9c6a-2d58073a3aad", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -223205,7 +223205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "689764a6-df50-4ae2-be16-dbb98f762dff", + "id": "53620826-6eb1-42ef-a158-734ba1d84d88", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -223249,7 +223249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8932105-ed6e-406e-836c-edc7f732f57e", + "id": "a22609be-da67-4062-98c4-bf099d4c8550", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -223293,7 +223293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e388788-feb8-498c-bf7c-ae96a3afa0b7", + "id": "a1233bf2-f6af-4c58-b669-313305ab3014", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -223343,7 +223343,7 @@ } }, { - "id": "7740f2a0-2fc2-4ca8-97dd-d7871d25af2d", + "id": "764b804c-cea4-4803-83e9-6ed15be53514", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -223398,7 +223398,7 @@ }, "response": [ { - "id": "f43d2a3c-3247-4435-a8e9-214ea9472a74", + "id": "a258da8b-70a5-4303-95f7-1bd3527434ca", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -223446,7 +223446,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1d4c5016-0b73-4753-b71c-164b0f092ce4", + "id": "2e3d75ae-6360-4bb3-bef6-40ac4768f4fe", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -223504,7 +223504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83c00830-484b-49b8-8eaa-42e6d3ecf433", + "id": "a4190080-9f81-49b9-8b57-f26b6685ec6a", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -223562,7 +223562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "888999bc-5141-469d-a201-945a09169eb8", + "id": "90607a61-f0bd-4763-bec0-bc2a1ec7ca75", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -223620,7 +223620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aaafacce-9cc8-4430-b006-9bdacd3340a9", + "id": "8f25d853-ba0b-4cdd-8860-a753f2768028", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -223678,7 +223678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "912ec93f-6337-46e1-bcec-f97964354527", + "id": "88dae710-25c2-402c-9b2c-8d4787224e4a", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -223736,7 +223736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1aec911-582f-4e42-803b-5aa878b0b8cf", + "id": "8898054b-eda2-47ce-ba7d-eea998ce0bae", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -223794,7 +223794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f92d08b7-48ea-436b-9b52-606997efeeaa", + "id": "6a3f5200-5037-441e-bbfb-5601b366cfc4", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -223852,7 +223852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16d83a8a-a1bf-4cc4-a07e-e07226b800c8", + "id": "6354e90b-1b77-499a-a18f-a7f2ff1131e0", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -223910,7 +223910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7879b313-c079-4c66-89c3-da53eb85b9e1", + "id": "da5b2da9-d004-4c62-801b-7e7c84fdf5b3", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -223968,7 +223968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8002ae49-4834-4cac-beec-fa2fd37774a6", + "id": "3e1f3537-74c5-48a5-a9eb-8233232fc057", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -224026,7 +224026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e388baf2-2912-4645-8b51-4a87a9f6ad94", + "id": "7095374a-7be7-484e-b8d8-52adb7d21701", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -224084,7 +224084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "555ed034-119a-4690-9c78-bcb202ce6b1b", + "id": "9ad74951-66ad-4565-b4ec-463395190704", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -224154,7 +224154,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": "3e1a44ad-691f-48ca-bdc0-58abf92f9688", + "id": "ade72fa3-c8de-43c9-ab97-419bbebd38fd", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -224196,7 +224196,7 @@ }, "response": [ { - "id": "1080293f-c6cb-401a-9b9e-89a517acecd3", + "id": "65c2f46e-8109-4680-b79f-f013aec8dd2f", "name": "Daily Search", "originalRequest": { "url": { @@ -224252,7 +224252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "239c8e91-8d1c-416f-8129-8820924ea338", + "id": "159f7a1a-3960-4330-9810-a989f415b010", "name": "Weekly Search", "originalRequest": { "url": { @@ -224308,7 +224308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "148ce184-e1fd-4998-9d1e-7f4c7e0d53e3", + "id": "203a27b7-780b-42e2-a7ca-e8c0974194f7", "name": "Monthly Search", "originalRequest": { "url": { @@ -224364,7 +224364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6693590e-ed3c-452f-ab85-91ef872f1800", + "id": "d75d472f-dc95-4f09-8506-e275a529ce5a", "name": "Annual Search", "originalRequest": { "url": { @@ -224420,7 +224420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab31d036-5599-4da0-b74c-9afb5ce421b5", + "id": "79e1aef0-7cda-4819-9c61-a700727ee0bd", "name": "Calendar Search", "originalRequest": { "url": { @@ -224476,7 +224476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd955d4f-1800-42b4-a837-b8e86eb71543", + "id": "6c3f5b59-9d09-431c-9c1e-03778c9c223b", "name": "Daily Search", "originalRequest": { "url": { @@ -224532,7 +224532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6393fd1b-7cc0-4f51-8b76-91eb6fa25ec8", + "id": "ad9eab8d-9777-4de5-bf4c-c8d948790366", "name": "Weekly Search", "originalRequest": { "url": { @@ -224588,7 +224588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c750d701-dea8-4e15-9426-bcd446c9691b", + "id": "f6255957-1002-48e4-a324-0f7bfd653733", "name": "Monthly Search", "originalRequest": { "url": { @@ -224644,7 +224644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "367bc622-c0d2-49fd-bc0f-e82bdb84efbb", + "id": "0fb27117-6f37-4954-8749-743d502d761b", "name": "Annual Search", "originalRequest": { "url": { @@ -224700,7 +224700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1924979-2e49-41ba-886d-f6a164693748", + "id": "3d7f5666-4b77-48de-92a7-3bdcfebc4bd2", "name": "Calendar Search", "originalRequest": { "url": { @@ -224756,7 +224756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5f7a0e7-cf6c-4f14-8053-b42858173a80", + "id": "e1f25ddf-f1da-411a-9e7d-dda4621e3299", "name": "Daily Search", "originalRequest": { "url": { @@ -224812,7 +224812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bf59af9-237a-4a03-979f-92abe4e0e902", + "id": "885dbf10-2adc-4b9e-87bd-fcb53a364719", "name": "Weekly Search", "originalRequest": { "url": { @@ -224868,7 +224868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f2a5676-daf7-4b21-a66f-05ae8a22cbc9", + "id": "e30f5199-539f-443e-a1ae-ff7814345c40", "name": "Monthly Search", "originalRequest": { "url": { @@ -224924,7 +224924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f43d083-9441-4c21-8b81-1e8c742881a8", + "id": "a1f109b0-217f-4b1e-8354-cf14bf2da5f8", "name": "Annual Search", "originalRequest": { "url": { @@ -224980,7 +224980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac80dcc8-fb7b-4f90-b995-07373e484f7f", + "id": "0b566e25-4f61-4b02-9f50-428da43b1c68", "name": "Calendar Search", "originalRequest": { "url": { @@ -225036,7 +225036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdfa9814-4e62-4405-952b-f5afcf46c9f5", + "id": "e2c8804a-6097-4132-ba41-f084b96588d5", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -225092,7 +225092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e46fb9c4-23f3-4bf8-b430-12c29e8ed91a", + "id": "27e53990-0ccb-487b-ba98-665957e00dbc", "name": "Weekly Search", "originalRequest": { "url": { @@ -225148,7 +225148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6c23288-7088-4aaa-9a0d-e1efec684d8b", + "id": "cc0fb938-3168-468a-b6e3-6c5d8c69d972", "name": "Monthly Search", "originalRequest": { "url": { @@ -225204,7 +225204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e261d248-4ff0-4cd6-9e76-5415eaa24325", + "id": "304f614f-e153-4169-bb0b-75af3082261e", "name": "Annual Search", "originalRequest": { "url": { @@ -225260,7 +225260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2361ea5c-4a8c-4918-9c06-a6bfe2d732f9", + "id": "3a6b8de7-ee15-4e6e-9ca6-41111b0c63dd", "name": "Calendar Search", "originalRequest": { "url": { @@ -225316,7 +225316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6dafff7-7128-4393-b5f7-98789f214af0", + "id": "e6913daa-f35f-4392-97d2-374ff3072c6e", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -225372,7 +225372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c8979e-06bf-4855-beb5-0743286af305", + "id": "dfe49b28-4453-48af-b9df-36dac4ec20df", "name": "Weekly Search", "originalRequest": { "url": { @@ -225428,7 +225428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1b409f6-2603-48dc-9206-69458154025b", + "id": "3d0835e3-4f1b-400d-b0c7-22d5a8beb840", "name": "Monthly Search", "originalRequest": { "url": { @@ -225484,7 +225484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "807d399c-6036-4540-a9d0-e2c3e005c848", + "id": "21b08f2f-5edc-4ddc-88ff-88659095e313", "name": "Annual Search", "originalRequest": { "url": { @@ -225540,7 +225540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9f2c773-bb79-4eae-abf9-943d41762098", + "id": "e310fe38-239d-4141-8fc5-dc5b5335aaa7", "name": "Calendar Search", "originalRequest": { "url": { @@ -225596,7 +225596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecffcd52-8ef1-4767-a548-759cd40b131a", + "id": "4be31469-089e-4300-9296-2f7f501a1794", "name": "Daily Search", "originalRequest": { "url": { @@ -225652,7 +225652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb984947-6336-4a9d-8729-dd4abcdbcbe7", + "id": "625c9fe9-e4f2-4b5c-9d0c-47435ba55b44", "name": "Weekly Search", "originalRequest": { "url": { @@ -225708,7 +225708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37e0d18e-ad18-403a-aff4-fdc3f7e5bfb9", + "id": "4db3f290-a640-4c48-b22d-7c6b72a8f60d", "name": "Monthly Search", "originalRequest": { "url": { @@ -225764,7 +225764,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aff677c-b7af-4809-a3df-38c5eca584ad", + "id": "07a2697e-a50f-400c-9e8b-d1af78373df5", "name": "Annual Search", "originalRequest": { "url": { @@ -225820,7 +225820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8cb0871-c0b6-4b65-ad8a-1c6925b66dc1", + "id": "ed8d4754-b107-4c2b-bf0f-b029d8efb3c7", "name": "Calendar Search", "originalRequest": { "url": { @@ -225876,7 +225876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32a6bbdb-2adf-45a9-834b-603fdfa12d82", + "id": "8cc06e98-d08c-4a59-8d1a-fb9c22ee99b2", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -225932,7 +225932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0665ac50-5ef6-4f82-9f07-f5cab776efd3", + "id": "c026d7cd-725a-4041-8918-1f709fe71738", "name": "Weekly Search", "originalRequest": { "url": { @@ -225988,7 +225988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41beaccb-d329-4412-8d19-6d7587184340", + "id": "65941d44-23ac-43b7-9f3f-695204d083e5", "name": "Monthly Search", "originalRequest": { "url": { @@ -226044,7 +226044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3ccdd77-d6e1-419f-89d0-8e7188716940", + "id": "7787569c-88ee-431b-b426-03b71be111b0", "name": "Annual Search", "originalRequest": { "url": { @@ -226100,7 +226100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e051562-50d1-4dba-b6a6-425d2398a240", + "id": "6de5e27e-2ae1-4053-842a-142536c390d5", "name": "Calendar Search", "originalRequest": { "url": { @@ -226162,7 +226162,7 @@ } }, { - "id": "cd0a6d91-f760-4b2d-be11-07caa360c5b8", + "id": "3e34138e-b518-4cf1-be73-786eb50a6d9e", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -226228,7 +226228,7 @@ }, "response": [ { - "id": "db14b500-cc61-49b3-b999-f75224cd7c38", + "id": "3228c028-ef3f-4a6b-a81f-7a7bd9b12ee2", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -226317,7 +226317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53ff172d-5eb9-4a57-8bb8-03f831213ea6", + "id": "3923b80d-e350-475c-bdc1-ba72f70e84cb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -226397,7 +226397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "718533f9-0d03-42b6-b6d4-9ac9c944746b", + "id": "d9a67777-4340-48c8-8a51-75048de787af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -226477,7 +226477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99a8f70b-ed8e-4324-a48f-61314c1585df", + "id": "44133a6c-9951-461a-9790-f42d87193fee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -226557,7 +226557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b551e7eb-958d-4300-83c1-f69cd6cf8a7a", + "id": "70168c00-2665-4ff3-849b-8991c504a0d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -226637,7 +226637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c29a544-64a1-48ee-84a5-1c2a2c76006a", + "id": "04e66eff-7258-40a3-b15a-394741d945a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -226717,7 +226717,7 @@ "_postman_previewlanguage": "json" }, { - "id": "711a8182-fff5-4410-815c-94e7c03a8bb1", + "id": "35105243-e200-42f6-a040-d464d17fbe14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -226803,7 +226803,7 @@ } }, { - "id": "e48d3a99-e0b3-40b0-8091-dbf2ad8846b3", + "id": "cee89229-0286-4dc0-88bd-0f2ae1932691", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -226857,7 +226857,7 @@ }, "response": [ { - "id": "b3072325-2de7-4c5d-a8fd-218cf980b246", + "id": "ec88fb8b-9b40-4ed7-9b83-49b923774c75", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -226914,7 +226914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81480cf2-a941-43bb-883c-c7d22889f041", + "id": "6713c082-c87f-4b1d-ac2a-2d07ae18cb52", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -226971,7 +226971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f30ab6c5-41cf-4185-bee8-d05049535fa9", + "id": "1c9bdfad-62ff-449f-bea0-a37d878bc88b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -227028,7 +227028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54ead4a5-1629-4874-99d8-c299295141c1", + "id": "e1d0832e-5e36-4075-a4a0-0b4e25bc65c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -227085,7 +227085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d91f36c-3260-4d98-b437-50ff2f45cd4c", + "id": "2052b0a4-2976-43f6-9bb6-60c53cbac1eb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -227142,7 +227142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcd15bd0-52a6-41c5-b50e-05f0063f95fc", + "id": "ebc8f7ac-4b92-4a16-837a-51b67f609936", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -227199,7 +227199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f74713f5-541c-45d9-a7d5-e46199a48bf3", + "id": "2e05a8e4-b140-45b4-86bc-5f2b70408c3a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -227262,7 +227262,7 @@ } }, { - "id": "32f3aae7-8fc3-44c0-a163-f7132af5395a", + "id": "6fe4976e-bc9d-4241-b2ab-6555137ba439", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -227303,7 +227303,7 @@ }, "response": [ { - "id": "12648aed-41ad-4dd5-93c7-93cc13737fd2", + "id": "6986ab7f-b98f-43f9-aad0-da182af62a8d", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -227347,7 +227347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7924466-be30-4b6c-bdfa-a8c755815a11", + "id": "b617ab6d-44f7-4bc4-9980-7391f791d1da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -227391,7 +227391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05c29ddb-0040-47ac-932a-186328d41a3d", + "id": "4e826652-d008-40ce-ac8e-043f6417c910", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -227435,7 +227435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8be9d926-a9f4-406d-89a2-92d3898d13d6", + "id": "e3fd0bd4-aa9e-4579-b21f-43e3cce522a8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -227479,7 +227479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00e7a481-c234-4bb6-92da-9aa148815958", + "id": "bf8f37ef-8049-493c-af7c-958be606e277", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -227523,7 +227523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9afa7534-2e44-4502-8e73-26b1cde598d7", + "id": "af2a00ec-4787-48d6-b707-526882fadcac", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -227567,7 +227567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2ed9040-d0a7-4ea3-bea1-bf5148212336", + "id": "8c71c427-2131-41d1-a8af-2fab39dc3128", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -227617,7 +227617,7 @@ } }, { - "id": "7ffe3d56-6109-4394-a960-dfba4279a880", + "id": "fea3eae9-bc71-4c0a-adcf-df47b18125bd", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -227658,7 +227658,7 @@ }, "response": [ { - "id": "d8a6ca37-ea82-4878-87b6-acdefabb1a55", + "id": "c5b97cec-ce0d-4f57-bb47-08e06d2e63f6", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -227692,7 +227692,7 @@ "_postman_previewlanguage": "text" }, { - "id": "369b9d5c-9075-4557-8413-e9bfd42abe5b", + "id": "0dc7ae0f-1165-44a4-9fab-abcfe9fe7a70", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -227736,7 +227736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22c93485-4653-4035-890f-0dcfe82eca28", + "id": "9944d8ad-e464-4232-bd87-94ea4d694400", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -227780,7 +227780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c94f7b37-d76d-4774-868d-5891c1f49f60", + "id": "d657b403-807e-4131-95da-d097c16ca885", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -227824,7 +227824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccceae42-6909-4ac6-95f1-1cdc71308e82", + "id": "158f978f-a647-4bb7-98b3-8c22d6bd5344", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -227868,7 +227868,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c0d9eb4-e122-405f-b538-f4e4fb9f163a", + "id": "daebdfee-4cb1-48c5-ade2-4cff8d492f18", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -227912,7 +227912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46c6a455-ce4e-4653-994c-76096c5bcc48", + "id": "573f43ef-fa97-4f81-8776-a376d01740f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -227962,7 +227962,7 @@ } }, { - "id": "e95eb976-1bb6-4d9a-b83a-9b39aa27310e", + "id": "f7779828-a570-439e-b9c2-bc160e14a26e", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -228017,7 +228017,7 @@ }, "response": [ { - "id": "6e2a92dd-9214-4b82-b923-4890f5b6da14", + "id": "d78429f6-70c5-463c-8cb3-bd49ceda683c", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -228065,7 +228065,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7876bd6f-c9dd-43cd-b7e7-6012387a8dbf", + "id": "66a9e7c2-0f21-416a-9ccb-b591ce4fe35c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -228123,7 +228123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87791bd7-50ce-46ed-a8d8-07c11d92601f", + "id": "221cae67-6b7f-4c6a-9a93-908649769be9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -228181,7 +228181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "754b06b0-9c38-43b7-aa9e-3d646498c7de", + "id": "776bcdf3-fd25-46b0-adb8-8e94b1611e60", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -228251,7 +228251,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": "b8e76730-3eaa-4430-9534-d4cde0ce3e2f", + "id": "70e9763a-5756-4631-bdb7-74cd457e999e", "name": "Perform Search", "request": { "name": "Perform Search", @@ -228321,7 +228321,7 @@ }, "response": [ { - "id": "ddcf64b9-64e1-4b9e-8fc3-47b0459c5f67", + "id": "1cab221e-36de-406f-b5cc-203101b0da80", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -228414,7 +228414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb7bac72-0c90-407f-a4fe-2eee086ff0a1", + "id": "5a68adb8-0d45-432a-a18a-040c98b7c2bb", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -228507,7 +228507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81bb3e4e-78d1-48f0-b5b1-ab5c427947e1", + "id": "0f11cdf1-0f8a-44b4-8bcc-4dd879e78121", "name": "A collection of Events", "originalRequest": { "url": { @@ -228600,7 +228600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "102bf056-3ad6-4b50-872a-3858dbe80043", + "id": "2e3db49c-3561-446d-94f3-9b69e08044ce", "name": "A collection of Identities", "originalRequest": { "url": { @@ -228693,7 +228693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c17767f-a926-40ec-944b-77f04c29d473", + "id": "afc10a05-0625-48d0-a3cf-117c0175810f", "name": "A collection of Roles", "originalRequest": { "url": { @@ -228786,7 +228786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bb070fe-146c-4514-8a5c-67c418f6b55f", + "id": "afc62aea-8d8e-4d13-b8ff-b353295c8472", "name": "Filter with Exists", "originalRequest": { "url": { @@ -228879,7 +228879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6ba8e71-98f7-44c7-b4de-6c0dae454d84", + "id": "33ed1e72-01dd-4623-a931-efc4af9998ad", "name": "Filter with Range", "originalRequest": { "url": { @@ -228972,7 +228972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1fb00662-ff2a-4739-bec2-140913150571", + "id": "88232a4f-1218-46a3-8d4d-9973232d0e0c", "name": "Filter with Terms", "originalRequest": { "url": { @@ -229065,7 +229065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f3c239a-9e6b-4819-99fe-069ade56a5bf", + "id": "197250bd-3a2e-4632-aa20-75e4da172b26", "name": "Query with Fields", "originalRequest": { "url": { @@ -229149,7 +229149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4b74d00-10b1-4222-9d6e-5a47209a528e", + "id": "143df7de-1a42-4337-9349-594ef87dcf6c", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -229233,7 +229233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbe878cf-3eb3-45db-9604-9c505acea5fa", + "id": "fd1c9dba-93c2-4a40-9f20-86a7c35234ea", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -229317,7 +229317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0169b4b-c8a3-468e-a0b7-19dabd0f33e4", + "id": "f43d8694-4c3f-4339-a71f-9743ad491b48", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -229401,7 +229401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d34ea58f-b8bc-474a-9bf4-6dd97e025db6", + "id": "6479257f-0f18-49ea-9cbd-bb6346b7db64", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -229485,7 +229485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93a6bf62-8064-4387-bb95-1c0f9240f1c2", + "id": "afb730e9-1ff9-47fd-80da-3e6fc93be6d8", "name": "Filter with Exists", "originalRequest": { "url": { @@ -229569,7 +229569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f2b46b4-02b1-47fe-b27f-deb50f261300", + "id": "cd3f6e8d-3510-4cf7-9d89-a6a014746560", "name": "Filter with Range", "originalRequest": { "url": { @@ -229653,7 +229653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d9eb12-0760-4acd-a03d-e0a6c518c8fb", + "id": "c32315b4-c6fd-421c-8260-8caf6ee6de35", "name": "Filter with Terms", "originalRequest": { "url": { @@ -229737,7 +229737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a95c502-3390-43a7-acb8-65a42f38339f", + "id": "946d59a9-9e4e-4f70-ab14-bbb261f0190b", "name": "Query with Fields", "originalRequest": { "url": { @@ -229821,7 +229821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b835b7ef-09a3-443c-8150-5ddafa967f9b", + "id": "a6ce7d81-0aba-420f-ac7b-ec748f2b176a", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -229905,7 +229905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a557d6-581f-4f86-bf32-a92b5a76e11d", + "id": "a74bbdf3-779f-4f9b-a9de-dea25cd13be7", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -229989,7 +229989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a171803-3b74-404a-8793-cf045f9f4111", + "id": "ca35d641-fe50-4a17-a940-1b8ee4ea14c3", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -230073,7 +230073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "393306aa-4e32-431d-83e3-40905d945854", + "id": "343e5f74-ca33-46d7-b54d-22dcaaee76c5", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -230157,7 +230157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fea17bfd-8e16-4b80-beff-5217451b57d8", + "id": "75563b76-d968-4a60-a371-eceef3b4ee3e", "name": "Filter with Exists", "originalRequest": { "url": { @@ -230241,7 +230241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d242e524-1958-49db-9f3a-7080af1d8f22", + "id": "0583f622-a320-4824-9cf5-91e4cdfd47b6", "name": "Filter with Range", "originalRequest": { "url": { @@ -230325,7 +230325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6acb0a6-d57c-4075-9aac-8491de0935e5", + "id": "0bc4c72f-9ec1-443f-b7f0-41e235a1ed11", "name": "Filter with Terms", "originalRequest": { "url": { @@ -230409,7 +230409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d6ccc6-1ef4-4a07-b5f0-9d41b9eda8d1", + "id": "5810b7d5-5736-4ae5-864b-f581026be534", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -230493,7 +230493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7c69527-a726-4258-9313-1e7fd947d60b", + "id": "4737b91e-90b4-4fdf-b22b-1ad5f009002b", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -230577,7 +230577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbb7cd22-a124-4749-bcc7-9df5b4850813", + "id": "06945153-f4d2-4ba1-8e56-60676129f984", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -230661,7 +230661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14edf362-d180-466a-b29f-8accfb655fbf", + "id": "b44d3b77-96d7-4a7d-bceb-6595eb61d538", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -230745,7 +230745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5834392-1b31-4144-9fc5-41c54ba2735b", + "id": "aa539497-fcf7-479c-9e88-cf22f3315b52", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -230829,7 +230829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3478a211-9e47-4b64-b1b1-cea38feba49f", + "id": "8b97b17d-e1e3-4307-b2a0-301c2e05696c", "name": "Filter with Exists", "originalRequest": { "url": { @@ -230913,7 +230913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a76109f7-a40d-4432-9596-6c43862e9afc", + "id": "a8f31ba2-7ee2-4635-b6bb-e9c81f77bbc4", "name": "Filter with Range", "originalRequest": { "url": { @@ -230997,7 +230997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a998c9a6-f921-4950-9af6-7a986509fe92", + "id": "32f93bd3-b4b9-4e2b-aaf2-a471854726d0", "name": "Filter with Terms", "originalRequest": { "url": { @@ -231081,7 +231081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8800cb02-3183-4372-b9c8-aab2dadb3d52", + "id": "644dba5b-9f68-41c7-bf87-a8231022c213", "name": "Query with Fields", "originalRequest": { "url": { @@ -231165,7 +231165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7438d365-7fa7-4ec6-9647-9ee3906124e4", + "id": "2fc3757b-cb51-40c0-b3a5-d719b3d0fd47", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -231249,7 +231249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3360ce24-966a-44aa-a427-807db89fd501", + "id": "a025f77e-0795-4609-9f9c-334cd5f026ff", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -231333,7 +231333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6253f8e-d0fb-49d3-afe9-3687db559b4a", + "id": "35dc20cb-ac46-456d-ba24-e5a8dee31b9f", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -231417,7 +231417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28b73c00-cad2-4d53-8d79-450fb6c7e011", + "id": "637b8778-31ad-4bf2-98be-d77448e96f16", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -231501,7 +231501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2e19aa7-0395-48ba-8819-017ee68d9d68", + "id": "3c0d3731-93e5-4e72-adff-92ee345c3587", "name": "Filter with Exists", "originalRequest": { "url": { @@ -231585,7 +231585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8a7c55a-4df4-41d8-b4e4-aba60a36b938", + "id": "22645990-0779-4d95-ad49-e5f053cd480b", "name": "Filter with Range", "originalRequest": { "url": { @@ -231669,7 +231669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7548a5aa-cfae-4a5a-9bc9-ed381e015dd9", + "id": "f474996a-9ce7-4cf6-b57a-a962d62cdc6c", "name": "Filter with Terms", "originalRequest": { "url": { @@ -231753,7 +231753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "444aa498-f53b-41ca-adf4-aa3dbe927e47", + "id": "f428998e-51eb-4add-98a0-f9c5901c85d9", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -231837,7 +231837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d467e55-64c9-4574-ac95-c234830daeed", + "id": "da934c58-c604-48ad-aef0-670bc0c6f5f2", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -231921,7 +231921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5213896c-d195-488c-8a02-5c7dae6ac5cd", + "id": "b7a61f4b-3599-4c8c-aaf6-95714fc430a6", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -232005,7 +232005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e94a6675-5d78-4e3f-b487-c780555425c3", + "id": "8f16a639-7174-452c-aa18-4f497438cd20", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -232089,7 +232089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a646047-f58f-4b0b-ab7b-024200ae49f7", + "id": "e628654b-0191-46e6-946d-519296a141a1", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -232173,7 +232173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8561827f-c263-40bd-85c5-e762470fc282", + "id": "82db0031-19f8-43ae-a05e-4ccd40b1ac5e", "name": "Filter with Exists", "originalRequest": { "url": { @@ -232257,7 +232257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63c225f1-443e-4695-b851-115f56897489", + "id": "0e6b280c-2a76-4c26-a073-893870aa5acd", "name": "Filter with Range", "originalRequest": { "url": { @@ -232341,7 +232341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b354916c-7ca5-490d-9746-1004a20c76b0", + "id": "e4d89eab-ba19-40c5-8b57-2cdb23e20228", "name": "Filter with Terms", "originalRequest": { "url": { @@ -232431,7 +232431,7 @@ } }, { - "id": "2f87979c-bec4-4226-afd9-2493577e84d4", + "id": "89800aff-3894-4b61-b530-b511781c51b0", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -232474,7 +232474,7 @@ }, "response": [ { - "id": "6411c4ad-0be8-4d90-9280-af1c7cc40c13", + "id": "f72bfd51-322c-4384-9b94-30d2d075fc7a", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -232531,7 +232531,7 @@ "_postman_previewlanguage": "text" }, { - "id": "25860a54-eb70-47ac-b168-a5197243f586", + "id": "b1c014d2-4a0f-407a-be05-f79b0aa21a08", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -232588,7 +232588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8b1d73b-a5b7-4546-9dd5-517c82420dfd", + "id": "cdf7e308-4f1f-49d9-b966-07931b714763", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -232645,7 +232645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba1280aa-b705-4247-a5f9-614dc86e2678", + "id": "9b1aee6b-111d-4b66-a6d2-8cc38a8d441b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -232702,7 +232702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9040113d-df73-47b7-9557-ff8f5dca39ec", + "id": "051b5386-7f91-4fd9-841f-2ca7c7f4b564", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -232759,7 +232759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7cacab3-631c-4ab9-89ed-c44f903decb3", + "id": "25f98b92-dc4b-4753-a1d2-62d7238581a1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -232822,7 +232822,7 @@ } }, { - "id": "04c84a55-fd39-4600-8207-02fb48bd1175", + "id": "412ff110-a175-480d-baff-09fb0d4fef9b", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -232893,7 +232893,7 @@ }, "response": [ { - "id": "20e360ad-3f07-4e9b-8f82-83d758d02819", + "id": "bd31757b-4b52-4c2c-8b6f-769b69eabe31", "name": "MetricAggregation", "originalRequest": { "url": { @@ -232987,7 +232987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dd98453-7aa9-4376-a2ab-432d20961af6", + "id": "622344ef-3046-470f-a0e9-5e8d8670305c", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -233081,7 +233081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d78cbd8a-214f-4925-bd03-ce12eb789166", + "id": "a27261f4-b49c-4c39-81c8-8c8728276927", "name": "BucketAggregation", "originalRequest": { "url": { @@ -233175,7 +233175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2c71f4a-70e0-4888-9e10-888778f498b8", + "id": "980de0f5-dffb-44e2-b1b4-22ffc9496520", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -233269,7 +233269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0774053f-66c4-4bef-b34c-f385d7ff1319", + "id": "44815d3a-7727-47bb-91d0-3536a8842c4c", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -233363,7 +233363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "772b0417-f234-4afb-8a22-7bc16b05df5b", + "id": "95eaa5e8-e368-4258-a8ac-d6e469c1a188", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -233457,7 +233457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d55c3437-df42-442f-a846-abb0daa3aa6e", + "id": "3d8036b4-02e1-43fd-92bb-b260475518a0", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -233551,7 +233551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d42df731-7951-474b-a02f-38f04f87db32", + "id": "57e42415-ebcd-4b4e-afde-f116d31355d8", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -233645,7 +233645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41b8fb26-f6ea-4e88-8aff-f77d94fdc475", + "id": "700ffa67-049b-4115-ae85-7c4ffdba5ff0", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -233739,7 +233739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e1caad0-2f25-4e7f-b8e7-39bfa2ee24e9", + "id": "e53bc556-e5c6-46e6-9d78-addec6647b9d", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -233833,7 +233833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bf64707-e87c-4814-a5a2-0772b46ca7f2", + "id": "ea8c6f27-ad2e-4bed-bdb4-41ad453ad971", "name": "MetricAggregation", "originalRequest": { "url": { @@ -233918,7 +233918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0728364-6281-4e19-8422-bbaf670877b3", + "id": "289a3450-157b-493c-a044-ec77b1548757", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -234003,7 +234003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5612d869-d33c-47b4-98be-59aeff69e57f", + "id": "52482b40-caa9-46f1-92ca-5c484590fe4c", "name": "BucketAggregation", "originalRequest": { "url": { @@ -234088,7 +234088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e9f8395-cb46-4569-ac8d-2cfc12f3b9dc", + "id": "5fe00b73-2b7f-4bb3-ab0f-0b743e1e5fb4", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -234173,7 +234173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f2adbab-23a1-47a0-a77d-8bc1aba5d6ae", + "id": "f5435d52-da2d-4617-8081-1b6bd91c11c0", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -234258,7 +234258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f6d8ad1-b787-423d-b49b-48bf0ade05eb", + "id": "4ff7936e-1129-479d-b6c7-fdd1b6367eed", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -234343,7 +234343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55e22308-aac6-4756-8f93-d6aa875b9952", + "id": "8edb032b-0620-42d6-86cc-9fd90ff561ef", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -234428,7 +234428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "184fb864-7e42-4427-ba83-73d370ebb93c", + "id": "711e2f48-d63a-49a2-8b95-f894582b2564", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -234513,7 +234513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96f07f06-3aae-4a70-944b-4f755528656e", + "id": "e99b6636-510b-4b5e-b0cb-304ea43d69bc", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -234598,7 +234598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1e6b080-f043-447b-b8ba-74b5eb1fd893", + "id": "9c138c11-f139-4463-a333-decc7884a417", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -234683,7 +234683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f42833f-4e88-4ccd-b7aa-b8fc1fad7193", + "id": "c9ad34c5-0d21-41e5-babc-dc423071413a", "name": "MetricAggregation", "originalRequest": { "url": { @@ -234768,7 +234768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5ae3b8d-a116-4f0f-b55b-a445e0497c64", + "id": "37822985-9755-4137-921d-a0b23d2ecba3", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -234853,7 +234853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84ce2a9f-893f-4a80-92f2-3372a5461dae", + "id": "927b798b-7389-4911-93ab-d9ca9a69994e", "name": "BucketAggregation", "originalRequest": { "url": { @@ -234938,7 +234938,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4850084-9fd8-4c5d-900b-04e0790cfdd4", + "id": "97d1e74e-e94a-4945-830d-035c9491d822", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -235023,7 +235023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e2f3622-8560-4980-ac7b-b18cdfc15bc2", + "id": "5e295832-c79e-4f45-b5d5-09a29313beaa", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -235108,7 +235108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d1da195-5fbd-482d-b9d2-207fd22880d1", + "id": "09e6fbcf-f650-403d-8ada-4f1073ca9ba1", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -235193,7 +235193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a5a898-2346-4b11-87b8-5da20e7a8b9b", + "id": "55de9403-4561-48b5-a789-9488b46f39b6", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -235278,7 +235278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3c5d844-ca16-4cc3-8f36-446ca7a65ce6", + "id": "7fcd1ccc-7dde-419e-af8e-9f0c693189b1", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -235363,7 +235363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c418090-a73e-4859-ad72-9c6cdffdd7f7", + "id": "46d0cc6f-e237-48d3-b8d2-424e65590118", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -235448,7 +235448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa35b46e-1f21-4df0-9b10-b46eae3692c5", + "id": "721a40fa-74fb-474c-937e-754b333f8d87", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -235533,7 +235533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1acaa727-4b60-4d1d-90cc-979f50e48cc4", + "id": "20dc0625-8c46-4681-9413-55e704615d48", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -235618,7 +235618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ab4475b-cf14-4e14-b482-debc68d15172", + "id": "de2de059-65cc-409e-8d11-b7ecee8b6b98", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -235703,7 +235703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "136586ba-cd7d-45a6-b228-38ed209207ec", + "id": "d663f34e-fe2f-4bed-9bef-76cdaf899101", "name": "BucketAggregation", "originalRequest": { "url": { @@ -235788,7 +235788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08cd009c-f029-49fd-955f-16f6c131b78b", + "id": "41fdd842-7bd6-43bc-be06-2a292e776421", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -235873,7 +235873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68c80e93-005d-4287-81fb-62b673d2847f", + "id": "312ea868-d5a4-41dd-b3e8-c765ee38412d", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -235958,7 +235958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af786b00-485e-4ca2-b337-7de7fd0f5545", + "id": "6f8f7c12-e30e-423c-aee2-de28f106b3d4", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -236043,7 +236043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e47230-4d05-4d05-ad70-0c8a58fa9d7c", + "id": "354029de-e3a0-4264-afeb-9e2150d04b8b", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -236128,7 +236128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ab618cc-562e-42e4-ba4f-dbe91afc2084", + "id": "a6d9c128-08f5-4673-815b-4ebbe95ff985", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -236213,7 +236213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa653bf8-4063-4e66-aec2-a47fd946a6fa", + "id": "15a0b332-d2b2-4992-addb-05de6c2d1554", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -236298,7 +236298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad68fa14-47fe-4084-a781-726acb952801", + "id": "efbb379c-63a2-48cb-a7f3-6cd8ffd1b780", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -236383,7 +236383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a78f5551-2d9d-4bc3-a461-ba9c4d81e3ae", + "id": "74bbb233-4090-4057-ad65-8887531fd64c", "name": "MetricAggregation", "originalRequest": { "url": { @@ -236468,7 +236468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14aa3947-2261-4c43-bdf6-1cfc27be9702", + "id": "2e6a3e12-567c-4e95-b889-0911be64edb1", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -236553,7 +236553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13ff9655-82a4-475c-8bf3-7040a1021fe9", + "id": "a24334a9-dffe-4191-ad00-fabc6e95524d", "name": "BucketAggregation", "originalRequest": { "url": { @@ -236638,7 +236638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38a47cfe-41ab-492c-b016-ae0a027339f7", + "id": "ad9448e9-1a7d-4fdd-964f-1e8ba2c680c9", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -236723,7 +236723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "338fa1f2-7a59-4df8-9fe9-b3817b24801e", + "id": "b9fd032c-9b3d-4d73-a728-bdf969fe7f2a", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -236808,7 +236808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7e231b3-4244-4014-af59-d600729e3b18", + "id": "73671fd8-ab6b-4eb6-a963-36040172951d", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -236893,7 +236893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fe45b31-889a-4e8e-a9c5-6ac311b2304f", + "id": "1ecd1a60-235c-4527-ac86-df7545f16fc0", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -236978,7 +236978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d28430e-c624-446b-9dd8-c2b0355a9c95", + "id": "e4cda6e8-746d-4bd4-8daa-0ec411d9f290", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -237063,7 +237063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c6bdf9c-2ca7-4596-bc57-cf0f0872231c", + "id": "b7aa7bb7-c705-45ff-a379-778d8d94e572", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -237148,7 +237148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da29c6f3-50e4-41de-9237-4e4d86fc0cca", + "id": "370723fc-80a4-4120-864c-6e54c2b437dd", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -237233,7 +237233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e116f2b6-6d16-4843-86c6-f969906d7f46", + "id": "80291966-1828-49a1-b80f-e43db2b63924", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -237318,7 +237318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0799b939-db20-4b3b-b716-90978bf9bef7", + "id": "01adf3e1-6f54-4783-8747-5f908d88d675", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -237403,7 +237403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1eaeeef-bef6-4010-a36b-ebaf821ac5c8", + "id": "36f355dd-b59e-43fd-984a-f5dce6f7c56b", "name": "BucketAggregation", "originalRequest": { "url": { @@ -237488,7 +237488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fa5481a-f877-4478-8566-abd7589c0a1d", + "id": "d225b74f-28d8-4dd3-bae4-4ce5c580873c", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -237573,7 +237573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7899038d-c764-42bf-bc1c-6bfcc220ea62", + "id": "88f616e4-8d84-4327-8514-81ca6bec1d38", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -237658,7 +237658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ba668cd-b133-4d16-8f31-6a4f001ac06d", + "id": "8f34aae6-9174-43db-b037-433c57b4667a", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -237743,7 +237743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eac6f6fd-103b-49fa-9386-d2c085711da0", + "id": "5b82ad30-e94e-44d5-a1e4-5182d81af45a", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -237828,7 +237828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4495b305-4df2-40f8-8a82-0b3ad04ec531", + "id": "1dce3fb2-fbe7-4582-905d-c69ae0375948", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -237913,7 +237913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2dcf413-f08d-4722-a285-ba309ea92d88", + "id": "41896d6e-5b4c-4f56-b3f6-c73b29149caa", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -237998,7 +237998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddf99dda-bc0e-44ab-b00e-990665973388", + "id": "46f1040c-91ac-4ed5-bc76-f76899b4c577", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -238089,7 +238089,7 @@ } }, { - "id": "db90d042-1093-476d-a1ca-b28dfcf48743", + "id": "c82a7216-119f-4dda-b644-44aadca70274", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -238141,7 +238141,7 @@ }, "response": [ { - "id": "0d610022-4810-440d-b8e6-84682de7d0fa", + "id": "a7d6babb-c44f-4322-abea-d9b73a2f1e40", "name": "AccessProfile", "originalRequest": { "url": { @@ -238186,7 +238186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e7e9140-ea08-4558-8dd0-178ceaed4de6", + "id": "9066f9a3-7d4f-4b35-aaa0-2fe86f5a479a", "name": "Entitlement", "originalRequest": { "url": { @@ -238231,7 +238231,7 @@ "_postman_previewlanguage": "json" }, { - "id": "496f04dd-f174-4776-a43d-40a3b3904755", + "id": "37ca1584-3558-4ae2-a1f7-f07a049594ca", "name": "Event", "originalRequest": { "url": { @@ -238276,7 +238276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd729e25-d01c-418b-871c-ff9b41959449", + "id": "0d8366ab-a770-4af3-8b75-0d64c73e3f07", "name": "Identity", "originalRequest": { "url": { @@ -238321,7 +238321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d11fed3a-dd56-4fb8-bba0-b3132f28773b", + "id": "ab2c00aa-7e08-4045-8d81-8d6ffb66d9dc", "name": "Role", "originalRequest": { "url": { @@ -238366,7 +238366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "817829b1-bc4d-47ee-be10-2482146f97a0", + "id": "f4e8d408-5392-41d3-bfc7-45f9e4bb9e3a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -238411,7 +238411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a46bba7-52ba-4b0e-b28c-f8c2d972bb61", + "id": "27fd1842-31bd-4d23-b716-b0a06e042bbb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -238456,7 +238456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21e126f3-2b24-4196-95de-6e66f85bb7f8", + "id": "533aea3c-6cdf-4113-98a2-fd515cc5f99b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -238501,7 +238501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3a5e678-986a-4ee0-b558-4bf85be7498c", + "id": "14876672-82d8-4ff5-ba95-43cd27ff8788", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -238546,7 +238546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39e112b-0133-4261-8b4b-084fa5729cd2", + "id": "7b67216f-bec7-4a88-96f9-42097c83979d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -238591,7 +238591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b7359e1-06e2-4672-8872-900fdf1e345c", + "id": "d8e7d3de-336c-47a6-8518-2237656a1e94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -238648,7 +238648,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": "a94c1d00-6a1a-46e0-8636-5ba423c53633", + "id": "e147ce0a-035b-4f16-97b3-3de91c825201", "name": "Create Extended Search Attributes", "request": { "name": "Create Extended Search Attributes", @@ -238691,7 +238691,7 @@ }, "response": [ { - "id": "84f1b9a3-aaa5-44f4-a39b-0cda9053b5ab", + "id": "49ad6a9b-6700-48df-a3e4-0294918f4c56", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -238748,7 +238748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94a2ca53-9f25-4cb7-9731-62d6d101a534", + "id": "9fa7c52f-ebc4-4515-ac99-16f357f2209d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -238805,7 +238805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae85a2b6-9188-4f1c-80a1-32d19b10f8cd", + "id": "57c213f2-cb63-4e2a-aeb5-516fc0cbb3aa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -238862,7 +238862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a418fd25-dcac-4c4f-82af-ebea526f9d21", + "id": "4f7703dd-0c16-4691-aed1-6855d02ef3a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -238919,7 +238919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93a7603e-6c8b-4439-8f43-01684a7759e4", + "id": "0e5fdd8e-1653-41aa-b161-7ed54cab5389", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -238976,7 +238976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fced1d3-2ae9-49c9-9696-64ccf21acbcc", + "id": "f62ab19d-9385-4690-80a8-182e22d6ebf0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -239033,7 +239033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c57177f3-01b9-4714-80a8-bf2c7862d267", + "id": "b42d1ea3-291e-47dc-9e4b-9d01d088da61", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -239096,7 +239096,7 @@ } }, { - "id": "2c13ee0d-fd70-40e5-af37-0918009cd3b2", + "id": "ce3720e7-62ee-4a69-8d84-76200905e26f", "name": "List Extended Search Attributes", "request": { "name": "List Extended Search Attributes", @@ -239126,7 +239126,7 @@ }, "response": [ { - "id": "397f76a1-d706-4c5e-a688-cd4f125ba0f5", + "id": "82103a90-0e23-49ad-9119-b7fc970d371d", "name": "List of attribute configurations in IdentityNow.", "originalRequest": { "url": { @@ -239170,7 +239170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29450993-6114-44d2-bb80-209f350ecdec", + "id": "e00fa9d5-b4b5-4654-bb62-c0b9717c86ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -239214,7 +239214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "accce512-d1e5-4222-a737-f1ab64116200", + "id": "1b0b85a0-de57-49a1-b580-952b24448a68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -239258,7 +239258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1860522f-b1a0-44fa-bc4a-b663a322a00a", + "id": "b57b5d8a-a2c7-4001-bcaa-96eb54e43cf9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -239302,7 +239302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7135467-56cb-4679-a9d7-af54fa7df5e1", + "id": "443dc730-83f8-44c2-a21e-62a1d788d790", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -239346,7 +239346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa829ffc-5815-4aa9-bb4a-19b500b37073", + "id": "f1956d7a-1888-4941-9a94-4ac0c3b08de5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -239396,7 +239396,7 @@ } }, { - "id": "5c7766de-cb13-40d2-b26b-44080d877b16", + "id": "6437bd66-ae3f-48e4-bfd6-3dfaba70448e", "name": "Get Extended Search Attribute", "request": { "name": "Get Extended Search Attribute", @@ -239438,7 +239438,7 @@ }, "response": [ { - "id": "5066b50f-a40f-40bf-8ff4-ddd701a9128c", + "id": "c4851bc7-a782-4af2-91f1-5f97f4bf2dac", "name": "Specific attribute configuration in ISC.", "originalRequest": { "url": { @@ -239483,7 +239483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "876d17df-2391-4fae-b022-ae9862c848d4", + "id": "8cee8428-55d7-4add-b37c-d18055a01550", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -239518,7 +239518,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4be6cdee-5cb6-406a-9b3a-25539cddf1a5", + "id": "331175e9-4cd4-4e02-84f5-a6d575c5ab90", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -239563,7 +239563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd452560-b752-4c95-9a97-53521652ca7b", + "id": "31724c45-d98b-401f-9bb3-94e4e98aa301", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -239608,7 +239608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebc83939-a5fe-452b-b915-5827589eccfc", + "id": "1dc5e427-55f8-48c4-a9a5-73c82f5d0e1b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -239653,7 +239653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f31c0baf-c75b-456d-9183-b7d7172abb3b", + "id": "19bad109-35f2-4b43-8155-416363b7f89c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -239698,7 +239698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e6a5555-80db-4b3b-ba03-32e96938f6d6", + "id": "fb53f04e-5af2-493d-8689-80113795a2b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -239743,7 +239743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "605948af-e74b-461c-b0b2-85465f3caf86", + "id": "9f59716b-d719-4a9e-84d7-5b5734597907", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -239794,7 +239794,7 @@ } }, { - "id": "2a67a808-982c-4f2b-8ab9-c55e1b67a5e8", + "id": "0a4ced9b-2b74-4c10-8aca-78c55c6dfc9f", "name": "Delete Extended Search Attribute", "request": { "name": "Delete Extended Search Attribute", @@ -239836,7 +239836,7 @@ }, "response": [ { - "id": "c9cdca52-948a-461e-a9a3-53a4efad2902", + "id": "05ee6cee-d549-4d9e-a516-8567b048bf89", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -239871,7 +239871,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1777fb29-50d6-4041-aba8-5f52ee0636f7", + "id": "6f9bf1ad-45b5-431d-b929-7aa46284363a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -239916,7 +239916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01757ca2-6e3f-48f7-bbba-fa8429b59425", + "id": "aa5eb148-a33b-4a4a-8ec8-1a625fa5da64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -239961,7 +239961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e35248d-db87-48f1-affc-081a0864fec1", + "id": "ebd244b5-941a-4e08-977e-ff2999489b5a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -240006,7 +240006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "203eba12-ea0e-4541-b95a-e1bcebc8c0ff", + "id": "9cd6fd4c-c4c5-4e6d-a0dd-9aef5f206747", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -240051,7 +240051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "019bfd43-4e38-49fd-8593-18124096d1f9", + "id": "a4c4edc7-1165-4936-9196-b5ab78032900", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -240096,7 +240096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baa896dc-41fe-4d9a-8c66-53b5e72b7ce4", + "id": "beaa7a71-a6f1-40ce-ac16-49cb2650142e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -240147,7 +240147,7 @@ } }, { - "id": "87c03537-7476-48d9-abac-f55301c593f7", + "id": "566afb24-e0fc-4501-afcf-e8205f1d5ced", "name": "Update Extended Search Attribute", "request": { "name": "Update Extended Search Attribute", @@ -240202,7 +240202,7 @@ }, "response": [ { - "id": "7faddcfd-8c8e-4de9-9612-eaeba0057086", + "id": "7d4c87ab-58ab-4d28-b409-80664f2c5b20", "name": "The updated search attribute configuration.", "originalRequest": { "url": { @@ -240260,7 +240260,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0fdf7a8-8d76-4baa-952d-88026c0d902a", + "id": "1d08dce0-d476-4564-9a3a-31647a981d03", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -240318,7 +240318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89a80900-bdd3-4bfc-b60c-2320060c6470", + "id": "ff1cd6fb-ccbe-4488-8a3f-eaf0a23e8714", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -240376,7 +240376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6694607-a3ff-4448-9c49-005eb95aee28", + "id": "f5ba81c6-9c9a-4f9f-813b-df4ae8c93904", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -240434,7 +240434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa9b1fa1-836b-4dca-aded-ab6797c27762", + "id": "53702575-8e94-453b-8af1-51a5a940a806", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -240492,7 +240492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "574acfcd-d87a-4ea6-850f-1c66f296cfaf", + "id": "6ecf6cbb-936d-476c-bf6a-9bd9c2b2e88d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -240550,7 +240550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b81a065d-776a-40ba-8999-507120bcc261", + "id": "fe0a8c31-4ad6-4617-a237-d88d94f3b320", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -240620,7 +240620,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": "7bb725ef-c5ed-46ea-b5c1-cf919b21d0cb", + "id": "c08064c1-ae7a-4754-9e6e-bee498a9bb1b", "name": "Create Segment", "request": { "name": "Create Segment", @@ -240662,7 +240662,7 @@ }, "response": [ { - "id": "3496abfb-9dfd-4daa-9345-520f746b17a0", + "id": "bf8834dc-4cae-4337-930d-3d4fb0223a5e", "name": "Segment created", "originalRequest": { "url": { @@ -240718,7 +240718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66fb2682-d894-4e9a-a355-c81e748b2a96", + "id": "f7ea3761-03b9-4172-9638-640269b96d23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -240774,7 +240774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86150af2-b7f1-4791-89ef-42d932bf4b7b", + "id": "ce9c3108-3a30-4af0-b0ce-590295d85f91", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -240830,7 +240830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b5d4330-8d8a-4b9b-930a-29084c9c1f65", + "id": "53f14e8b-d8aa-4297-8613-ffcfa4d9a075", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -240886,7 +240886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9871aad-382c-4399-82ad-708d22ea098f", + "id": "550cc2fa-d586-4219-846f-1fab62130efa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -240942,7 +240942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecbc2a62-6704-425a-b217-15420f12b4dd", + "id": "6c1b33a5-0c80-4e3c-9ad2-9adb11b6615c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -241004,7 +241004,7 @@ } }, { - "id": "3bfa5556-ac0a-4867-a4ec-aa425b819489", + "id": "266c9a0d-c566-47d3-8358-43f52485e726", "name": "List Segments", "request": { "name": "List Segments", @@ -241061,7 +241061,7 @@ }, "response": [ { - "id": "664f6e15-7fa5-458a-b083-480286236241", + "id": "6c71bfc8-2a73-4b38-ad6d-a7f319650fe7", "name": "List of all segments", "originalRequest": { "url": { @@ -241132,7 +241132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "102800bc-6359-4148-bc0e-d89dd3642c2b", + "id": "05b275d5-be56-4a88-8dfe-106c99b0aa6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -241203,7 +241203,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a6630e9-66d0-4964-bf9d-6e25e692828c", + "id": "d08a05b0-6f3c-4f3d-b2ed-78915b096632", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -241274,7 +241274,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25b4ef0a-5df3-4896-a3a0-baaba0d23bdc", + "id": "c92325aa-d7e3-4e44-890d-b157a3f475ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -241345,7 +241345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "665d31bd-ee46-4e49-8afb-3ca4285238ae", + "id": "b0b18b02-0c71-4b29-bcc8-88249e115838", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -241416,7 +241416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22328cb7-c868-49ca-ba78-bd1bb2094ecb", + "id": "1ae02ada-ad0d-4ba8-9451-9eee1aa0f72a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -241493,7 +241493,7 @@ } }, { - "id": "60358093-ca4e-431c-b034-8b63b35d063b", + "id": "5e5e3610-c38b-49fd-8480-70ad35d70390", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -241534,7 +241534,7 @@ }, "response": [ { - "id": "f53556e2-bc90-4771-9ce2-601dc026f4d8", + "id": "ad72f699-9398-4da9-b96f-d8cc927833af", "name": "Segment", "originalRequest": { "url": { @@ -241578,7 +241578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4870e8bb-b334-4191-abf3-c115369c7a36", + "id": "bfd77c95-f6cc-40de-9b32-8b96382e9d4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -241622,7 +241622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d174348-3bca-4eec-9166-3defc625995c", + "id": "18062e11-8546-4180-b2df-f340c9ae6a47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -241666,7 +241666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05e7b3f9-cf0a-4ae8-bbc0-0c39ddd3949b", + "id": "7da2856f-7b54-483f-925f-c6569ccea082", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -241710,7 +241710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3c17f7b-0670-4859-afc3-a6e1f2044354", + "id": "33c2610a-0a40-42da-a31a-985c0fdbdb63", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -241754,7 +241754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d6d738a-5861-4ba2-8bd1-1fce5ac36af5", + "id": "2f01215c-423a-4d3f-b845-6cddb4f6c249", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -241798,7 +241798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81f8c62b-6ea0-4c79-8a44-78f74c58b715", + "id": "3465231c-b1fc-4add-bc1d-1b89db24323b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -241848,7 +241848,7 @@ } }, { - "id": "5afa988c-6d4c-4098-b01f-8d5ffa92e1a1", + "id": "ff3e7f9f-42dd-497f-84f1-8d2a54d6cbef", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -241889,7 +241889,7 @@ }, "response": [ { - "id": "de232f06-1084-4c43-89e9-eecfcbab0931", + "id": "5a10c5c2-bf5a-4715-a171-0db559002422", "name": "No content.", "originalRequest": { "url": { @@ -241923,7 +241923,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2bc4b6ff-d7b6-4349-a2bb-6b59c462849c", + "id": "0c466329-3973-4967-8b19-94f216b4606f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -241967,7 +241967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cf234b4-8667-48c2-8d40-0091102d5474", + "id": "5876d58d-b53d-4cfd-95a9-14a7ad7f8155", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -242011,7 +242011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "254a8e95-8e5d-424c-8e66-57af63f4d711", + "id": "60b287de-6e04-4437-9a15-b0cddc07e5bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -242055,7 +242055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "200aed16-0ff0-4e90-b256-8e2318e39b9f", + "id": "101f22ee-6980-430e-92e3-f5eb4c087881", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -242099,7 +242099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e51e9326-e725-4e8e-b9ed-af93b7cf127c", + "id": "121f2f1b-004e-47cd-baa5-785adbfc72b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -242143,7 +242143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74c1144d-47a4-4fc8-9d29-f2c48032b2bd", + "id": "bf7484dd-4879-4ad3-a77f-a9b1c6137577", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -242193,7 +242193,7 @@ } }, { - "id": "e2217421-3243-4336-82aa-4808e155ae5a", + "id": "332d8043-43dd-4046-9c36-55b560b30c4f", "name": "Update Segment", "request": { "name": "Update Segment", @@ -242247,7 +242247,7 @@ }, "response": [ { - "id": "68dd331b-9a73-44be-85ca-f4f263147c48", + "id": "f4a8824c-6cbf-4b5f-b646-7711b143cb57", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -242304,7 +242304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1ced037-90ff-49f1-991d-8d836f7c2660", + "id": "f1e024e9-3a31-4c36-8b20-e9b5752f4f56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -242361,7 +242361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "329ff334-f2da-493f-8ae9-9e6d6b575eec", + "id": "fac897df-a932-4c6f-867c-e676d97fb915", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -242418,7 +242418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "774f3481-9f18-45c8-8371-a8a6f66078d7", + "id": "fa241f62-bf10-4abc-8f34-854aa5788f57", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -242475,7 +242475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c3672c6-ade0-4954-83a4-a4147078968b", + "id": "67ae541a-a008-4ef4-a3b4-72eb97ab62c5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -242532,7 +242532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cf1629f-9eac-4a75-a5ae-79a13966cf41", + "id": "6e1132b5-f594-4ce9-8748-dd77e24c565e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -242589,7 +242589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "597df56d-eb5d-457b-8b4d-d6b98d2046ac", + "id": "511e5d55-3027-4391-b848-b85d8cfb5802", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -242658,7 +242658,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": "fe937139-eb79-4335-aeff-f2b80f12e177", + "id": "d54a69f8-2655-45e6-bc30-9f7a1e5f8729", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -242733,7 +242733,7 @@ }, "response": [ { - "id": "6fb64916-eedd-4f5f-8f80-bf3f5471a20c", + "id": "c6b4981e-4742-4810-a668-250a754361f5", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -242822,7 +242822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc3a5924-2645-4716-80b1-ea374d4375fe", + "id": "d9f0cd87-d510-466a-b2aa-d4959a6ad212", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -242911,7 +242911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42b2e266-a28b-4ed1-99ed-a75f36881e4a", + "id": "51f12f75-b95a-48e3-b6b5-579621ba4f15", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -243000,7 +243000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "788740ed-5a02-42d0-9f99-74f40d6afcbd", + "id": "b8112839-9b71-4094-adcd-10e09dd7aa11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -243089,7 +243089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fdc0d82-4e5c-4be5-aaf7-729a024db5c4", + "id": "b288f67f-2d04-4430-bee3-113d16ffb014", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -243178,7 +243178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dad22baf-2732-437a-9fa1-fdb702ca4f37", + "id": "8e227cfe-4d41-4f09-909a-c47788f3eb58", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -243267,7 +243267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e63d067-83ba-4069-b5cf-f4df61465425", + "id": "3f17b964-9d0a-4566-b4aa-f218ad706cf8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -243362,7 +243362,7 @@ } }, { - "id": "919c6044-443c-429b-9daf-9e1fd1e7190a", + "id": "d1856acd-2c67-4435-80a3-ff7650c7f485", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -243404,7 +243404,7 @@ }, "response": [ { - "id": "1ce62e2f-c79c-480e-a6eb-0b8cda0deb89", + "id": "c5a1791a-3a7f-4140-a319-150fab948806", "name": "details of the created integration", "originalRequest": { "url": { @@ -243460,7 +243460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f97e9b94-4481-4815-8471-3daf594fa291", + "id": "655b6524-9b69-4894-a740-833f5e8b158c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -243516,7 +243516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe68224f-f4f9-4912-899b-b37b5ee775ee", + "id": "76cce073-c46b-41c3-b91b-d57b50753ffb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -243572,7 +243572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26e03498-89fa-4063-bd9d-6f88fa9b3f99", + "id": "d09785ed-2cef-4671-b404-b015f4945156", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -243628,7 +243628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "063dc909-ad25-450f-8d69-e4a038566e4f", + "id": "613dc730-8b17-4ca8-bdee-de4aefd8ea26", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -243684,7 +243684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "782aee45-523c-414b-88b4-5937a6c43248", + "id": "33a49efa-18bb-4109-b183-3fb61c105e94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -243740,7 +243740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e83df848-9aff-4a1a-a447-dd469e9c31dc", + "id": "6433d302-19fd-4bc5-881a-b3cfb6b8f1df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -243802,7 +243802,7 @@ } }, { - "id": "066b0a58-f55b-41fd-b967-5a9c62a3c7b4", + "id": "3d7b5e1d-b16f-4f6b-93e3-c60a544ba526", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -243843,7 +243843,7 @@ }, "response": [ { - "id": "3e7c1cfe-6d12-45e8-8598-2a566a53c1a8", + "id": "37fc2a02-2c1b-4555-a9f4-2f5d7a9b7f13", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -243887,7 +243887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2e9da36-f510-40c1-bae1-83c028cce116", + "id": "415f1f08-6d1a-4a56-899e-6b81f20a7a2c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -243931,7 +243931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c06ca8f3-8c0d-47c8-812d-f98fbb7a4ffe", + "id": "6ab081c3-9aab-4f71-befd-2c1833410959", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -243975,7 +243975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53704433-1b84-46ad-b27a-871d1fb87e8e", + "id": "2440832e-135b-441a-81c7-5d034bc94cb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -244019,7 +244019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e69b347-8b23-4093-8060-6308e17f01a5", + "id": "d4454aca-901e-4d21-8272-33d8c049d379", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -244063,7 +244063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a8393d6-9d67-4397-a8c1-c26be6eaa851", + "id": "8a4665e6-176c-423e-8274-909fea2809c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -244107,7 +244107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65655121-d500-42f8-a92f-97e884f65ab3", + "id": "e2419dfa-7e99-44f6-bab5-cc562bdbc1e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -244157,7 +244157,7 @@ } }, { - "id": "e84c42d2-c7ae-462a-9e09-b50b744c330e", + "id": "a0c79371-3261-4edc-bab7-0fdf0381e25a", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -244211,7 +244211,7 @@ }, "response": [ { - "id": "5a9e6092-f514-4b33-893d-96207407fbef", + "id": "cfc8b254-1be9-46ec-9c9c-eca6907e4336", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -244268,7 +244268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ec86f9d-83b6-422c-8391-738b33a4d04f", + "id": "c84138c5-b4c6-41c5-b268-0d3d017dcbe5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -244325,7 +244325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfd84e60-c7d4-4d9f-91b9-304df11dcb25", + "id": "6417d8d3-2f07-4d6d-91a5-b03b9971c401", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -244382,7 +244382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8feb0e0c-870e-4316-b552-bf501750b0d4", + "id": "1190693f-c19c-4c67-8edf-77812805bf6c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -244439,7 +244439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35854a03-89eb-4d83-ae79-5081a8759ff3", + "id": "96ccd4f7-7f2c-4da8-b8b5-8172c2f582cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -244496,7 +244496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f7c8ae8-7011-4dbb-90a0-c4c8798cc235", + "id": "65a19bb7-c09a-4a61-bab2-800d52cc4534", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -244553,7 +244553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecc04976-b340-4eda-82f2-c95dfa21a2bd", + "id": "ec4f4022-383a-4500-aee0-01ec8d89ea55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -244616,7 +244616,7 @@ } }, { - "id": "247df78c-d2b9-450c-9500-c59e7f81f17e", + "id": "803eadb5-4ac4-441f-a3a1-d106d0c7d6f9", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -244657,7 +244657,7 @@ }, "response": [ { - "id": "0151b571-16c2-4bb0-9709-eb1af1c6409d", + "id": "5939ac6c-ced4-4776-920d-c02d317a7706", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -244691,7 +244691,7 @@ "_postman_previewlanguage": "text" }, { - "id": "422cc489-dfe6-4586-a1c1-31cce9074b1e", + "id": "8cfdef02-e3b1-4038-a788-a4672b7e61fc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -244735,7 +244735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b56b646-78f3-444c-a9b7-9841996002d3", + "id": "5ed16146-e542-4cf3-b28d-ea6e97b7bbab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -244779,7 +244779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c90616-add1-4020-b80b-8a9fda0da46d", + "id": "09a53fe1-8dce-4bd4-bcf2-4b4abb6f4c46", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -244823,7 +244823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d07d6c50-1614-4fb1-8708-01932ab54db1", + "id": "dde2d60e-f760-4896-bfbe-b6a83ec3d997", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -244867,7 +244867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3441cc5c-7359-46a8-934e-98cf88fa16d5", + "id": "484444dc-8607-43fb-8666-2e764d8cd934", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -244911,7 +244911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77bec286-1fb7-46e8-9d72-d569d6cb0c1d", + "id": "ba1b868c-3cfb-4fab-968d-7e30ca2ca358", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -244961,7 +244961,7 @@ } }, { - "id": "294b81e0-bada-4861-b328-8965da2688af", + "id": "58c2781e-5b58-4c56-b916-82852382218d", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -245015,7 +245015,7 @@ }, "response": [ { - "id": "007ecc4f-1e09-47e7-ab94-3272238caa99", + "id": "c714cd54-26b6-4112-b2c4-d7fc1874cfa3", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -245072,7 +245072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "414d473a-907e-462c-90b7-58ae695f4021", + "id": "769cb24c-74cd-4749-bd06-1556c07f9fe7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245129,7 +245129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e266a62-87b2-4328-aeec-90dff290333d", + "id": "ad7c923b-78eb-4ed2-95d9-6787eebda7b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -245186,7 +245186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "030b4e0c-a473-4c6c-a421-cc8b2928bcd3", + "id": "7d28d6bf-cef3-4a13-bab9-8a26363c9d9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245243,7 +245243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eaf2069-6953-4a8f-a13e-8931c87f1ad5", + "id": "83bbb7b5-cb51-487d-851f-cae794a7406b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -245300,7 +245300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa114a39-42e6-46d8-af25-1df02167ae12", + "id": "419305d8-86d8-42c1-9437-ec37af4b6427", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -245357,7 +245357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3d5d498-ef7b-44b8-86a1-7408d593e178", + "id": "a0c93e7e-cbee-4dc8-9ed0-4311ee11d455", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -245420,7 +245420,7 @@ } }, { - "id": "2112a056-b234-4fcb-8449-2a1463cbd527", + "id": "13ce8d19-d9b5-4953-98aa-17f9c14892a1", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -245450,7 +245450,7 @@ }, "response": [ { - "id": "ccc48636-c807-4bc8-952f-49ef6eb591fb", + "id": "ab52e9d4-90a8-48ff-a8ef-2fae91389b85", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -245494,7 +245494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "882b7c17-fd71-473f-a44e-3cdf34650419", + "id": "9bf9ab71-9bb6-42e1-a204-c25ee5bd3c06", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245538,7 +245538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15c42f13-ace3-421c-adba-511023604bfa", + "id": "aca5b9cb-04b5-488c-ad92-a9eb560e6024", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -245582,7 +245582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc338f3f-860c-4dcd-95e5-4878c6fdc271", + "id": "015d8254-8bde-498b-8866-3272f33583e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245626,7 +245626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695f7e9c-da71-4be5-b3b3-2ef2d668e1a8", + "id": "d9084a91-61bb-4967-b9fa-efdc505f4da9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -245670,7 +245670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1ceaffe-de8d-4780-a7e8-730707515a61", + "id": "93db91c7-d5cf-4403-986a-46112f887130", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -245714,7 +245714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eae7a999-d5dd-469a-a8c8-34ecc9236cd7", + "id": "0d62f09e-d1a1-49a1-91b1-8ec4abd58c27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -245764,7 +245764,7 @@ } }, { - "id": "56d45e92-a11e-45c3-8917-b4c34788144a", + "id": "596b8ad0-2abe-4f58-90b9-565913b7cb9b", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -245806,7 +245806,7 @@ }, "response": [ { - "id": "ea36f9ed-23a2-412d-8699-33a024471eca", + "id": "0ef136d6-3898-4a99-8fbb-14bdfee7b497", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -245851,7 +245851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0141d262-4c96-4817-b0a7-df0a48d057f9", + "id": "69a13162-edf3-4695-8011-28e86443e66c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -245896,7 +245896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0907a794-c45f-4495-878a-0845fe7ce635", + "id": "d05b19dc-4c25-4170-b55e-21074b1fafce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -245941,7 +245941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3fcac74-6f64-4c2a-80d5-29bdd4e83be5", + "id": "867e3875-7ea5-4be5-9b97-5b61e805be94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -245986,7 +245986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e225695-e8bf-4ddf-ad48-a410e9979dbf", + "id": "206a21ae-28b2-46f4-aa50-0205e7109247", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -246031,7 +246031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7df0c8b7-3807-4ea4-ac0c-13d9d43d8446", + "id": "2a8b86e9-3bf6-4bd0-badc-505b2db3ea29", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -246076,7 +246076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4fa5e57-31e6-4cb5-884c-f51b959f991d", + "id": "ae799da6-b880-46db-ad85-963a8a534dcc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -246127,7 +246127,7 @@ } }, { - "id": "9e2802f8-b27c-4849-ba79-0bce025ff6b7", + "id": "48816ca2-42c1-48e0-b3d9-d57bbcb5f769", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -246157,7 +246157,7 @@ }, "response": [ { - "id": "e7fb39a6-33c6-4ce3-9996-4d68ee5c1d81", + "id": "e9057df5-cabf-4754-96c2-7575d0d269ea", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -246201,7 +246201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a71e58d-5933-4721-85d4-e7546263032a", + "id": "2272032b-bbd0-4400-832b-f8c1bf632d7e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -246245,7 +246245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3dca046-8d3f-48c6-93ec-0dbb4583413c", + "id": "1df229ae-a2a8-4a99-b071-efa1dfb8de71", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -246289,7 +246289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb08ff25-5983-40bf-a61e-43e89ab1ca44", + "id": "83eb7d8c-f1ec-4b1d-9916-674b4111b371", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246333,7 +246333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5ee5c7b-ea46-4c72-815e-4e3922ba4504", + "id": "7e617d13-32bb-44b1-a8ff-7a69f1eee768", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -246377,7 +246377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0122d25-6e70-4d5b-855e-aba230ecb390", + "id": "cc677af9-d957-40e0-abae-d7285796ec40", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -246421,7 +246421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8a0645c-17ee-4699-8cfe-e0be81940988", + "id": "59010a95-7db3-421b-a8f9-d5e2f7807a8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -246471,7 +246471,7 @@ } }, { - "id": "0b8d52e0-4383-499c-aa85-eab035ac0f9f", + "id": "a2eb60e1-dc69-456d-8023-3e0239743e99", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -246514,7 +246514,7 @@ }, "response": [ { - "id": "408a47cf-43a5-4ee0-86c9-c3e5d034d03a", + "id": "1e5ae667-76c9-4c5c-8ec5-f58ce87b76ba", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -246571,7 +246571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c8b269d-584f-4c23-90b0-a973dc8f1dd0", + "id": "9a98d0ac-9284-4372-bd0f-9696643a578b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -246628,7 +246628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d0a09aa-de96-4765-995b-11ef17d69c77", + "id": "98db0542-b042-42a9-8422-0b1d23cc0736", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -246685,7 +246685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d97468ac-6c5d-4cfb-9018-d28663644bf1", + "id": "771cbab5-880f-499a-9b39-e2bde6b3a3ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -246742,7 +246742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6dfe401-0d40-45ef-9fc7-812cdb56f70f", + "id": "ee63c29a-6c28-486f-8bfc-d2b19cc73061", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -246799,7 +246799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de134c37-86bf-480d-b715-b29798cbd7ef", + "id": "0cf9a8a7-2e7f-4a8b-8ccc-bd26beb4ec3c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -246856,7 +246856,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9be242f-c5f2-4e38-963c-8a3ca7678001", + "id": "8b8203fb-e5cb-40ab-aaea-3b23ecc6d5dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -246925,7 +246925,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": "2362b5b7-2bcc-4a2c-9853-f673eb8132f6", + "id": "1b6d6c11-3418-4a01-8183-62535bc70143", "name": "Update an existing SIM integration", "request": { "name": "Update an existing SIM integration", @@ -246988,7 +246988,7 @@ }, "response": [ { - "id": "42a88b4b-1c5b-4fd5-aa08-9fcf873c3d45", + "id": "aec802e7-278f-4887-93c8-a681c97704ea", "name": "details of the updated integration", "originalRequest": { "url": { @@ -247054,7 +247054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b801e3b-6f2d-4ca3-82a5-cfbe30ddc68a", + "id": "e8aeba4f-ddec-48cf-b12c-24a65ff54775", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247120,7 +247120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f764f93f-2a1e-4589-bcf4-43a9ba6597d5", + "id": "d9dd7779-6eba-4a00-b4d9-02412fdbab00", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -247186,7 +247186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14ce73dc-9770-40ce-b56b-9da8ab402a6f", + "id": "2e637938-c9a6-4785-b0ff-36474e8a1470", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -247252,7 +247252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd3ae99a-d565-4eca-8e19-8f196fe20707", + "id": "5556ea1b-5b2c-4ff2-a9ed-c2724d684f0d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -247318,7 +247318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49d12061-ddcb-45da-92d7-4de5b74feab8", + "id": "93bdccfe-1abc-4502-aaea-6e812b9aebb9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -247384,7 +247384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc925cf1-6f9d-474d-9765-56c76d60b013", + "id": "1d327ff4-5c95-4654-8067-bf50670ffcdb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -247456,7 +247456,7 @@ } }, { - "id": "d4f77c3f-17b0-40ab-ac63-41d6d0d356f7", + "id": "5289c7f1-967b-4ef3-a8e9-9c0cc2f99799", "name": "Get a SIM integration details.", "request": { "name": "Get a SIM integration details.", @@ -247506,7 +247506,7 @@ }, "response": [ { - "id": "c7ff81c1-5efa-4e96-b3b6-cc0c1aef0524", + "id": "23acdfaf-612a-4c3b-b1db-7b8b6137df0a", "name": "The DTO containing the details of the SIM integration", "originalRequest": { "url": { @@ -247559,7 +247559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18ebc9b1-bc3e-4780-b93a-4f8a51391d3c", + "id": "53990aa0-6b23-430c-baef-8eb682477e2d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -247612,7 +247612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a726aaa0-5eb7-49ae-8cbe-5d2fe45c759d", + "id": "2c7b868e-95e2-409a-bebd-e546704b3f3f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -247665,7 +247665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd68118d-b88a-40d3-9179-a7539035f9d1", + "id": "332c6129-84e9-4f43-bea9-5283e10271fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -247718,7 +247718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "095b7a4f-e0c1-429d-9d1e-ea62bba1b89c", + "id": "a1666ce7-7817-4f90-8863-9fccfb113291", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -247771,7 +247771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "995c7f02-afc1-424f-893c-56cc17e20f90", + "id": "ff5c02d1-6795-4171-bcc2-953f37fdfce0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -247824,7 +247824,7 @@ "_postman_previewlanguage": "json" }, { - "id": "254f42f8-d4f1-408f-91e1-c95f6b495b03", + "id": "7ac21101-f612-4c5e-94ae-a6b56bed4651", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -247883,7 +247883,7 @@ } }, { - "id": "83de42ad-2b9c-4ab6-bbc2-6a5943dae889", + "id": "26d7ae70-1686-4d43-b89f-504ac2f11b57", "name": "Delete a SIM integration", "request": { "name": "Delete a SIM integration", @@ -247933,7 +247933,7 @@ }, "response": [ { - "id": "c9aaa6bc-7923-4d4f-9085-f16552c26d43", + "id": "7c0056c9-6ecd-4106-9305-c196812a0894", "name": "No content response", "originalRequest": { "url": { @@ -247976,7 +247976,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f7810a73-d7a5-45df-8fbf-cac5a29f53d2", + "id": "26eee12b-67a9-4813-b10c-afcd69d2c41d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -248029,7 +248029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8041cd6e-fade-47b6-9c9f-11ff439f8b74", + "id": "82e613b7-42a4-413b-836e-d03cbf5ac426", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -248082,7 +248082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09f5127a-06d9-4289-b237-41835d46c523", + "id": "9a3050fb-15e2-4ffc-bb50-ba240e49abff", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248135,7 +248135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f288bf3-005e-41c8-862f-038805055143", + "id": "4f4f9dcf-6d9f-4088-a91e-649e44765f77", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -248188,7 +248188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c39c631-01f1-4002-bca0-1d0f14170cad", + "id": "2b868304-f2ab-478f-9f02-58940e5ae9ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -248241,7 +248241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "405b096e-d79a-4cb5-ace9-1f61337109a4", + "id": "ae5fc401-6d48-4f3b-bf53-9c8f027dc983", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -248300,7 +248300,7 @@ } }, { - "id": "6cc783b1-d119-4f7a-a561-5eb8a33e8d83", + "id": "2c82faa9-3887-429e-b54d-77d2ef176d6e", "name": "Patch a SIM attribute.", "request": { "name": "Patch a SIM attribute.", @@ -248363,7 +248363,7 @@ }, "response": [ { - "id": "992b8ab9-3687-411d-bd07-ac7ffecf3d79", + "id": "64c8cc2e-7fb0-4a2e-83c5-63c7e9e20cba", "name": "The updated DTO containing the details of the SIM integration.", "originalRequest": { "url": { @@ -248429,7 +248429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1417efd-cd46-400e-9dd7-1d3b57b80f30", + "id": "6e3ef3d7-e053-4563-bd83-3da396192d91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -248495,7 +248495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b190ebd3-1f89-4d77-af0a-7d8695cc78af", + "id": "8cac2066-d5df-45bd-9700-938a150a5db4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -248561,7 +248561,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6df59f8d-a3df-4994-9ff6-6b7ac5aec635", + "id": "664c80b1-fe3a-428c-b813-25cf44b25f34", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -248627,7 +248627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d50592d-7953-4b06-a0e3-0f9836574e49", + "id": "e325d909-8260-46a4-b360-70580429080c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -248693,7 +248693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7343a374-7777-4315-87d9-96029041fe9c", + "id": "9322959a-eae4-4e1f-aa6a-b44022251184", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -248759,7 +248759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbac701c-3b93-444e-b3b3-64f335b046af", + "id": "dbed0db8-173d-4178-9487-00b86067990e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -248831,7 +248831,7 @@ } }, { - "id": "73a2f526-1e96-4e1a-893c-07192ea12348", + "id": "1dffde61-e58d-4dfe-b4a1-bfd7d512f52f", "name": "Patch a SIM beforeProvisioningRule attribute.", "request": { "name": "Patch a SIM beforeProvisioningRule attribute.", @@ -248895,7 +248895,7 @@ }, "response": [ { - "id": "4086ddad-fb0a-4d12-bc4c-c72ab3fd1a67", + "id": "e89c9f51-20b9-4b8e-8e6c-dcba4d2549a7", "name": "The updated DTO containing the details of the SIM integration.", "originalRequest": { "url": { @@ -248962,7 +248962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ac4fa95-8e86-4dd7-8845-0130517a9e2d", + "id": "42db4e7a-42df-4a88-b85d-56d24803ed2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249029,7 +249029,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac318442-ef9b-45f4-a01b-1e419f1f91b1", + "id": "9d5cd66c-e3c6-4ed9-8e52-745781233dc7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -249096,7 +249096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97f6546a-68ec-4e96-b86e-119033e78750", + "id": "a7942461-299f-472d-bb71-df5454c98f0f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249163,7 +249163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b316916-acca-4a6b-aac0-3061f837224e", + "id": "90fbf042-c939-4dd0-9584-07d69c0f3ada", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -249230,7 +249230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e995bf9-a780-4660-b68e-285b4bf3dd1c", + "id": "c6a3f519-6bb8-4105-94b2-d3d059017c94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -249297,7 +249297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca102672-80ae-4783-a446-f2d55389233f", + "id": "58356bcb-15eb-4af7-9f1f-20bec4944f65", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -249370,7 +249370,7 @@ } }, { - "id": "a2b5933d-2c2c-4418-b25f-13a6c4558245", + "id": "da4c6c7e-5b8e-4269-bf1a-5e824a5d26f4", "name": "List the existing SIM integrations.", "request": { "name": "List the existing SIM integrations.", @@ -249408,7 +249408,7 @@ }, "response": [ { - "id": "a7c76108-3c4b-487d-a804-4019508b41be", + "id": "d8a3755a-3e9c-4eac-a269-cd3585932c4f", "name": "The DTO containing the details of the SIM integration", "originalRequest": { "url": { @@ -249460,7 +249460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89a60302-fb9c-4e29-8eb8-ce8ab56c751c", + "id": "e66da598-7637-4927-bb2a-8582c90a6f7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249512,7 +249512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "276136e6-0b59-47e1-99c9-46185b2206f0", + "id": "b563e0a9-8a5e-4881-873e-33efbaf299ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -249564,7 +249564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e10a7c7-942f-4375-8eaf-4fc9d650d095", + "id": "a06b757d-0a36-4f02-a0f0-4182867edb43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -249616,7 +249616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94c49188-1138-40d5-b6bf-659b46dda588", + "id": "5e15e0ce-fb3d-41b1-9641-ea415c66519b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -249668,7 +249668,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0940b999-47e4-4dfe-aca7-074f8b5128b9", + "id": "ed0086e7-a72d-405d-a8a0-14d47cc44c11", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -249720,7 +249720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b8a58dc-3b3c-48c1-838e-49d211fedea7", + "id": "9e0baad0-6c20-4f92-a4fd-99c630577d48", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -249778,7 +249778,7 @@ } }, { - "id": "a66c9b4f-7888-4789-9ec3-71ed209f62f0", + "id": "a1af3875-821f-44ea-a4ff-845bfb77832d", "name": "Create new SIM integration", "request": { "name": "Create new SIM integration", @@ -249829,7 +249829,7 @@ }, "response": [ { - "id": "23aae4b0-eab2-4c0b-9b71-6e0e38e61666", + "id": "d573fdba-264f-463d-aec0-8eae136b7807", "name": "details of the created integration", "originalRequest": { "url": { @@ -249894,7 +249894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3967863f-c0e2-471d-9056-e6af0aa2611d", + "id": "f3cfd49e-6906-4f18-b685-11802add0883", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -249959,7 +249959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbcbb6b6-5c3a-498b-adc4-df2ef1110b52", + "id": "04c45e2e-f1ce-404e-b1fe-58921d1c8be1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -250024,7 +250024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02fa9c0f-57f5-4657-b302-0b2ef22f2d5d", + "id": "a664ef0b-114a-4407-a9ca-36ee358fb92f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -250089,7 +250089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1521e7df-d362-4407-83f9-46ff33f5d60a", + "id": "572840dd-f0c1-4176-8d38-dd32742cf2d5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -250154,7 +250154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba2a68ed-3778-4113-bb60-fdb3b83fd118", + "id": "ceee36b2-0db2-46f9-a893-346924ea5fc9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -250219,7 +250219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60e41949-a8bf-4412-b4c3-30fa745ae9a7", + "id": "68a5bb6a-5999-4bfa-8285-5c4d6d8ed60a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -250296,7 +250296,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": "c3c47466-45e1-49ac-8174-04ace9b78df2", + "id": "64cf9d06-4e63-4157-9fe1-def171ea1eb4", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -250338,7 +250338,7 @@ }, "response": [ { - "id": "da487819-e38f-4cad-9787-e58a1bf97465", + "id": "d0b58946-b31c-48af-b190-9edc542bcc60", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -250394,7 +250394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b523531-6a2f-4230-b058-54535364337b", + "id": "093f5813-ac19-4c09-b990-13394b56b056", "name": "General Policy", "originalRequest": { "url": { @@ -250450,7 +250450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b25675b-2c58-4bda-9a34-4069de88ae7b", + "id": "f8886199-139a-4fa7-a9eb-c7133e4b0265", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -250506,7 +250506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d228048-d29e-4ea0-aae0-033e523e837c", + "id": "2c66b456-2e86-4d4e-80b6-38c6cdbd3374", "name": "General Policy", "originalRequest": { "url": { @@ -250562,7 +250562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f82333b-78da-4e9a-b13a-2372da0a4cf1", + "id": "425cae12-bd24-41b4-8eb5-76060c50a584", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -250618,7 +250618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0679a4a4-d43e-4c4d-a827-7e325adb8081", + "id": "76e7f46a-189c-44cc-aa87-d1d93de1dc47", "name": "General Policy", "originalRequest": { "url": { @@ -250674,7 +250674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a01905e3-b3c1-41ed-8974-9cd73b87ba8d", + "id": "67eeb6bf-e796-47d5-9525-6dd01ba28a0f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -250730,7 +250730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af3e6220-d5d4-4c6d-a16a-810efcec5c39", + "id": "43a7ec88-95f6-423f-9e05-d1d02bc6ad50", "name": "General Policy", "originalRequest": { "url": { @@ -250786,7 +250786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3456474d-a1f4-4436-bf49-bb4fe1602b16", + "id": "31c9c585-3a75-484d-8cbe-023a32090a97", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -250842,7 +250842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24f58aa5-37bb-4845-ba52-a04a80cadc3e", + "id": "56e9390e-5515-4659-ac8f-727a0a579523", "name": "General Policy", "originalRequest": { "url": { @@ -250898,7 +250898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26404983-ce60-47c5-b055-523fcd3457de", + "id": "01864e1b-4849-4a5a-afd0-ad448cb57bf6", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -250954,7 +250954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d26fcd34-ccfa-4c61-be52-60221ba8ea99", + "id": "d9dd12af-1dc2-4af4-ba5a-b2c0a36b3a07", "name": "General Policy", "originalRequest": { "url": { @@ -251016,7 +251016,7 @@ } }, { - "id": "dc9026cc-ec2a-4520-adaf-6080ad098e91", + "id": "810fb62a-7f13-43e0-a57c-5b59c2e1f796", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -251091,7 +251091,7 @@ }, "response": [ { - "id": "1643511d-5521-44e8-88c2-bcff8769c50c", + "id": "18e5d092-272f-4d73-b158-c2239bf442c8", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -251180,7 +251180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df73c3c0-404e-464c-9ec9-e2ce52bf5fdb", + "id": "fa6bd291-11d1-47d3-bb81-6c9246413b34", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -251269,7 +251269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9daa4c70-1d2c-4e12-920f-1b3ed1d6c5c8", + "id": "40248cd8-f9f1-4dcf-9ab2-8ed55c3dd1ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -251358,7 +251358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e05887e1-c3de-47bd-b642-5347be20a381", + "id": "17629207-2a16-4f25-9c81-9de63e72c9d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -251447,7 +251447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "891b7994-1834-47bc-b400-ec5fa9d838e7", + "id": "9db51986-f791-410c-8b3d-7e2e1b4b04b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -251536,7 +251536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "506d86a7-f999-4630-be2f-409a95b8bb5c", + "id": "0a881586-6f64-47a9-970c-eb28813f4aba", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -251631,7 +251631,7 @@ } }, { - "id": "bcd1e0c9-00de-417f-94bc-979087c05140", + "id": "8989570a-ed8c-4bbd-8ad9-1c53cb08799b", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -251672,7 +251672,7 @@ }, "response": [ { - "id": "e53e04e9-82b6-4b72-a6a4-ae9f7f197e18", + "id": "6f7a0364-c2a1-435e-a3a2-594d2d54e64d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -251716,7 +251716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "070052b9-89d9-45df-a96b-95d5eea88cab", + "id": "089db18f-71cd-4336-bf8f-a1f2ad27f15f", "name": "General Policy", "originalRequest": { "url": { @@ -251760,7 +251760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc3f2d5-3909-4492-813d-33a7224b0ce4", + "id": "78b4f24f-d864-4e9a-8c18-d06dd62dc413", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -251804,7 +251804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6261c24-34de-4e99-9689-a7eb03cb7b05", + "id": "21ab66b0-a74c-4413-b814-e6d3238e07b2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -251848,7 +251848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f913a86-1bbd-4909-8881-d800572e6d53", + "id": "192285bb-7dc0-4f59-8120-feb0c8f72668", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -251892,7 +251892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "004d2348-cce4-4748-a47d-d434c19fe37d", + "id": "33f0314f-7df5-4295-aa93-06afb989385c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -251936,7 +251936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d675fbe8-7db8-4927-ac89-4272cf44f02e", + "id": "08fc09cd-9918-44c2-b1e6-47822682fe52", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -251980,7 +251980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcf95dae-d665-4abc-99fc-b70a4c31b544", + "id": "252ccccc-7f4f-4151-a317-d21a0638afa6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -252030,7 +252030,7 @@ } }, { - "id": "a74ae03b-dcad-4157-ac98-150a17bbdbb3", + "id": "f61f35f5-e1a6-49ac-a0fe-62ee87b12db8", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -252084,7 +252084,7 @@ }, "response": [ { - "id": "a218aaa5-6171-4917-878c-383ffc3eddfd", + "id": "1c7a3acb-a336-4223-82dc-a84c302d7d5b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -252141,7 +252141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9531c6db-3fd4-4cd3-a532-ad16dfe0f907", + "id": "409f86ee-ef7c-493a-81fc-7692f1264160", "name": "General Policy", "originalRequest": { "url": { @@ -252198,7 +252198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07471822-3c83-4d96-a1ca-135f86577863", + "id": "3af77f62-cee4-487e-972b-dfdfe08130bc", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -252255,7 +252255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6521b154-be5d-43b1-b4ec-98c9462c8443", + "id": "119595d4-13e3-4818-93cb-63ec585184f2", "name": "General Policy", "originalRequest": { "url": { @@ -252312,7 +252312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7524561-f847-48e7-bf0c-a4e691005523", + "id": "fb57e9e3-ddef-419f-9d23-5db8b8a59be5", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -252369,7 +252369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d933cbf-a930-4325-b900-ce698c9876b9", + "id": "d7331979-5ea7-4858-bf23-87736f8aa078", "name": "General Policy", "originalRequest": { "url": { @@ -252426,7 +252426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c89a43b1-535a-41cc-ac37-b3fe92781889", + "id": "336ab427-81f5-4a9d-a48f-2c213c699042", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -252483,7 +252483,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c66d356-7040-490d-b3b5-a7624aab44ef", + "id": "9fee2bbe-65ce-4e05-b49b-129fe8d48e41", "name": "General Policy", "originalRequest": { "url": { @@ -252540,7 +252540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e131bbde-348d-452c-a7dd-a044d4cfc946", + "id": "41c4b5fd-8c23-49fc-aacd-a9be18f8187d", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -252597,7 +252597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2abb244-7a46-40ad-bc0e-9970449b5ad2", + "id": "9bc0d7eb-6eac-41fb-aa5a-ccb9a4643cf0", "name": "General Policy", "originalRequest": { "url": { @@ -252654,7 +252654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "944c321d-486b-4b25-954d-d8ef1dd5266e", + "id": "1e2365cf-8c7a-4290-8e2d-0607aec674d2", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -252711,7 +252711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "469b9fb3-af1d-425e-9be6-96dc30bcaa2e", + "id": "68261c43-6a60-4d85-b9f2-be021c1f754a", "name": "General Policy", "originalRequest": { "url": { @@ -252768,7 +252768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71ae3d90-7d88-4c22-9922-3923287ee11e", + "id": "32b8031f-da4d-4972-9e15-256aa93b9545", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -252825,7 +252825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79c4c778-189f-4ad6-b330-bc1f6f981989", + "id": "c431772c-602d-49dd-8bf9-b0e24659f69d", "name": "General Policy", "originalRequest": { "url": { @@ -252888,7 +252888,7 @@ } }, { - "id": "b645ae72-53c7-4f54-a279-daf089fbbfdc", + "id": "dba13dcb-27fb-4532-8b2a-f7490259061a", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -252939,7 +252939,7 @@ }, "response": [ { - "id": "d023bf84-b6df-4bf2-93f6-87dc24dc11e3", + "id": "f34a1d76-8c9d-4a7f-bac9-276472c43f54", "name": "No content.", "originalRequest": { "url": { @@ -252983,7 +252983,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0d3f971f-80ce-42f6-bdad-957111bc6976", + "id": "d1a5a125-4a05-418f-a221-ba057d9e92ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -253037,7 +253037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "675080f2-e492-427c-abc5-e562c3bc4630", + "id": "56575ebe-6a1e-4c38-ba9f-c21ffe66212d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -253091,7 +253091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5ab1968-d350-4918-8927-f1b5a34507cd", + "id": "95f194f6-404d-483b-91fc-981026ca7d4a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -253145,7 +253145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "129cb7d4-bc03-4d21-8a11-8ece0389725a", + "id": "51221a4e-9729-4495-a8d2-bfffd63d3b18", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -253199,7 +253199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "874dead0-5a0e-4305-a6ff-45acf44fe168", + "id": "152fc89a-41be-4ab9-83be-14a52874e6da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -253253,7 +253253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c592c2f3-c8af-4e7d-9013-b4e7c19aa10e", + "id": "fdea911c-8829-4750-9939-e4ff5d6de533", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -253313,7 +253313,7 @@ } }, { - "id": "92671131-c47a-4676-82fe-de1bf43caebb", + "id": "be936226-c09b-422d-a322-4172f8c8b9be", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -253367,7 +253367,7 @@ }, "response": [ { - "id": "4a2f9313-8538-44eb-af15-764a2001ccf0", + "id": "a5d53918-339a-4f4b-9c81-9d9b27d9a2a6", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -253424,7 +253424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9ae95ab-d17e-483f-953f-214b96bbf440", + "id": "889b8043-8fce-4118-a48d-eb0bf90f7ba0", "name": "General Policy", "originalRequest": { "url": { @@ -253481,7 +253481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "199f9aa3-bd68-4fab-bdb9-0cace384d051", + "id": "1cec6ace-57ea-4161-92c1-b797b8780657", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -253538,7 +253538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "785cf826-4d3c-4cee-b771-102e6d24a8fd", + "id": "ecea780e-edc9-4dae-8526-6b8891ad9d92", "name": "General Policy", "originalRequest": { "url": { @@ -253595,7 +253595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "705cf8f3-d613-46fd-8cdd-29d5794bf40d", + "id": "a4738142-1e29-4a90-85fc-b9735b76f629", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -253652,7 +253652,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6030106d-00fa-4b96-adfd-bdcb7fbf6e89", + "id": "e227c328-6ffd-461a-9033-73b2501853d9", "name": "General Policy", "originalRequest": { "url": { @@ -253709,7 +253709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90770391-fea0-4e57-b215-63a2d10a9b48", + "id": "3e11e544-ad2c-47db-8a16-7b55a9983173", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -253766,7 +253766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b735f6c2-bdc2-4388-97a2-2cc166521acb", + "id": "52d63ef9-7f0f-4da2-833c-44dc4d7af2b1", "name": "General Policy", "originalRequest": { "url": { @@ -253823,7 +253823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75998a74-5686-494c-9945-e490dc1663d6", + "id": "0ae85923-6704-4d5f-809e-0be57095ecae", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -253880,7 +253880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4484aa7d-851a-4350-8567-4f0cef6ac96b", + "id": "d8390382-9017-44e1-b441-d1dd43178315", "name": "General Policy", "originalRequest": { "url": { @@ -253937,7 +253937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ede6da62-da49-4da8-9f66-0bd5044f8398", + "id": "dcf403f5-69f2-48e2-a665-2cb4c15dff27", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -253994,7 +253994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f60daa3-acd1-4a11-b4fa-78ff9d339e6e", + "id": "35e8af63-7c22-487e-809d-f8143f2e9012", "name": "General Policy", "originalRequest": { "url": { @@ -254051,7 +254051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb166cea-5fb3-4250-9f45-aaaea1667f6e", + "id": "0d9df006-6724-46d3-99b4-2acaf598da88", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -254108,7 +254108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27c944b1-aea7-4076-974c-d6b3768edaae", + "id": "5a5371f6-b23b-4e04-9a7d-e546b53b3c29", "name": "General Policy", "originalRequest": { "url": { @@ -254171,7 +254171,7 @@ } }, { - "id": "c2c94d11-896e-4299-a6a6-8196bbec50fd", + "id": "a385d268-faf1-4993-8bc3-4c868a53df32", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -254213,7 +254213,7 @@ }, "response": [ { - "id": "9ddfe38f-0791-46d1-9e42-97968dd2ea37", + "id": "64dab05b-2b8c-4189-be6a-33b1d80daa21", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -254258,7 +254258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "288a3a25-45aa-493e-9b8b-f23b19373104", + "id": "161e646e-4e40-4243-9954-79a956aad5b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -254303,7 +254303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e519b5-33b2-4239-b7f5-c938ee0aad91", + "id": "76cff08d-8d8d-4f3b-9399-864edff595b8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -254348,7 +254348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0d10d4a-26bd-4734-9e3b-8796c6fd7d41", + "id": "82280ad5-1e4b-4c80-9fe0-7267463ceeb5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -254393,7 +254393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c22c817d-b684-4735-bca7-7f5ee9967fdf", + "id": "4b1b1592-d7ca-423a-933b-6d2d1fbf480d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -254438,7 +254438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c8d79c3-10d7-4c9b-ae13-38ee9edc7e6d", + "id": "1c0d08f0-6249-4964-aeca-2f3878ca0e7c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -254489,7 +254489,7 @@ } }, { - "id": "2ff11a7e-0a90-4b40-8c03-38252f369535", + "id": "a8ac1847-f48a-4110-a495-137c98bfefc9", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -254531,7 +254531,7 @@ }, "response": [ { - "id": "7744e075-dc1d-4c5e-9264-01377ae9287e", + "id": "4f9a4fcd-efde-44ae-9c50-0e154d7ea74f", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -254576,7 +254576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3397e61-4949-4192-8f68-5365165bdb92", + "id": "887cdb4e-857b-42f9-9be3-ad1ea1e9d011", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -254621,7 +254621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7288abd-bdb1-477e-a83b-5216abdaca85", + "id": "8d9a7080-0358-4d85-bb3f-1bc59f7b720e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -254666,7 +254666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d330ccf0-251c-42ab-aa02-28f7aa4e57f2", + "id": "4a5a0c71-3c43-4afe-9ba1-9fc5b2d6d183", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -254711,7 +254711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a303846-fc31-4f1c-928e-15a16cb93683", + "id": "b5d596f9-058f-4779-8898-3422299059d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -254756,7 +254756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4809332-97e1-4b5f-a3bc-e8f0598a2aa8", + "id": "494e9dcf-32e8-4f97-afde-fb593c0700e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -254807,7 +254807,7 @@ } }, { - "id": "8d658c9b-6ef9-4c9d-b92e-93de579833bb", + "id": "9dcd62e6-ad43-4750-a220-8ac82631151e", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -254862,7 +254862,7 @@ }, "response": [ { - "id": "a477cc45-b031-44c2-a644-439ef9e1f84e", + "id": "0bc1b820-c370-45c9-9506-a991fe90aee3", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -254920,7 +254920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe1e7562-4c8f-47e2-aa34-7163db46df47", + "id": "4b1080f9-9269-4feb-a2f8-c1b10817d9ea", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -254978,7 +254978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74362448-32bf-453d-a488-db8f98a20910", + "id": "508da7d2-8328-4a79-ad84-b8b83d566a5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255036,7 +255036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcad2e2d-25b2-4a78-a67d-cd69a9355464", + "id": "d9edd08b-74ee-4394-b42d-98027913dbfe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255094,7 +255094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7dd6aa9-3414-4c2e-9a4a-b280d6014978", + "id": "4ee576dd-0dbf-4137-8ba2-a37fbc818796", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255152,7 +255152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee9f01e0-7daa-4be0-802b-76dd371a972a", + "id": "58a93316-27c3-43c4-a81e-8939c535a6dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -255216,7 +255216,7 @@ } }, { - "id": "770ece6e-f17a-434d-8a16-429ea9c681bb", + "id": "0259d593-8d5d-4a19-b56d-5fdabb837f66", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -255258,7 +255258,7 @@ }, "response": [ { - "id": "bd2b7efe-0ce7-48fa-a3d2-2d93b02b5f4f", + "id": "1313bde2-6a71-4832-b3c8-c1af47363834", "name": "No content response.", "originalRequest": { "url": { @@ -255293,7 +255293,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a7b4afe5-9d09-44fb-a44f-dbc675cbce25", + "id": "dace6007-28b7-4ce1-87e1-7872e1317f64", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -255338,7 +255338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13bb35eb-0e55-4f3e-80e3-d4dd7168cbd5", + "id": "34caa963-2c0e-422c-9990-53414a0d6331", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255383,7 +255383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb24645d-8abc-4bae-9faa-e1ec156b4237", + "id": "8d15d5ad-574e-4f6b-9961-c5248bce8f0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255428,7 +255428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "063f8694-9976-466c-afad-a797943a6be2", + "id": "bf062516-af03-4f4d-b3fe-29daed6502f7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -255473,7 +255473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcaf79b2-948f-4d23-bb7f-afb0f4915eec", + "id": "58b7a316-7892-40c9-9b2e-f6e984808c4a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255518,7 +255518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e7cd93-75f1-42c4-871c-2e0822116c20", + "id": "65e17022-1465-4f33-b08c-4e43380ac4d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -255569,7 +255569,7 @@ } }, { - "id": "d1f6942c-f56c-4785-bff4-739239de2f63", + "id": "aefaf485-5aef-4c75-b0a1-633285b63fed", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -255612,7 +255612,7 @@ }, "response": [ { - "id": "39012167-3024-42de-bdf8-50a68734ae4b", + "id": "3fdf6de2-eaaf-4674-a9b2-3abf3e6174ae", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -255658,7 +255658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c46ca1bd-c332-42c6-89cd-373ea734bca0", + "id": "73bd877c-9f6e-463d-bddb-286d2fa467c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -255704,7 +255704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2aebd6f-31e4-4da6-a16b-bfbbea9d6c0a", + "id": "2fb4afe8-4f4a-42ff-97c0-5c189673bcdf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -255750,7 +255750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1250f503-b5f2-429e-88d2-0beebf80b077", + "id": "242f9d12-796c-4bd0-a4f1-3b7f2e72f4e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -255796,7 +255796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd3b07dd-9c93-4020-8634-9ece0c0dbfb1", + "id": "82e2d4f1-f85c-4d38-820b-9bd0c73f07d7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -255842,7 +255842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fb6bcd7-df84-4be0-b113-d66beb7d85a2", + "id": "f99a0aa8-7831-4009-b4d7-34ae597f5c39", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -255888,7 +255888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb81c339-1799-4b25-89c9-2aa181e094e9", + "id": "63359c1e-112f-4de2-843d-245bd2df42d7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -255940,7 +255940,7 @@ } }, { - "id": "91419641-66b8-4ec2-a891-ceb542fa0123", + "id": "eed1b6c4-586b-4cc4-967b-48cd5a4d595d", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -255982,7 +255982,7 @@ }, "response": [ { - "id": "d02b322e-ba3a-40ba-9714-583f202530d4", + "id": "33538d21-9dfd-4554-a5df-c4ffff92fe58", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -256027,7 +256027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8688979-887a-4fa5-a4e7-f6e923793971", + "id": "c8da44bd-b1d2-4507-8894-f8b344abb69e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256072,7 +256072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d6f6c88-4cc1-4101-acec-f07eeac3b07c", + "id": "5606ba4d-9985-4ca3-b1e4-2b3f37d41eb9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256117,7 +256117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7db8f64-ce65-450f-8d61-a34e6cca9407", + "id": "71886464-5e57-4d84-99bd-5b12d85d4ae9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -256162,7 +256162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db8c241a-18e6-47c8-8495-db5d4aafe1af", + "id": "19fcfe6f-382c-45f1-9266-aeed945d38df", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -256207,7 +256207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b1510f-ce6f-48b0-ac0f-c12f29fb9d08", + "id": "21775d99-6e15-4732-98a9-a631fa18803d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256252,7 +256252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04541426-c172-4076-8a47-1133249f78c0", + "id": "9aacdf83-226e-428b-bc7f-ead3a61adf2a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256303,7 +256303,7 @@ } }, { - "id": "dba99840-1b0b-4c01-a88e-811563e04575", + "id": "cd921f5c-c252-4b26-9a0c-69691299bee8", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -256345,7 +256345,7 @@ }, "response": [ { - "id": "4b4f55d6-2494-47fe-960c-ff05d05affa8", + "id": "1b019bf7-458e-4ec2-a251-676b9091c804", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -256390,7 +256390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccdaaff9-0d58-4a56-be26-5fdde698c6f9", + "id": "754bda7f-6b5b-48f2-bddf-a3b67f824538", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256435,7 +256435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb2d9f7f-a95e-49a6-8d10-328ece0723d7", + "id": "35e6bc03-9e07-4a57-93cd-3cdbd7c7d109", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256480,7 +256480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2534426f-3ed1-478c-96ca-c224d049bd83", + "id": "05b39543-cc49-41ae-9a4f-ecfb3954b81d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -256525,7 +256525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de8ba886-ca6d-4e63-957f-9e875a66dd14", + "id": "0ccff453-b9a0-41b5-81fa-a5141f4d7dcd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -256570,7 +256570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1daa2f78-bc4b-4983-91c6-919e34e894b3", + "id": "1c49738e-5764-43bc-a059-87244cda4a3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256615,7 +256615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "333cfb30-0d77-4a67-b6fc-6c7c187c38ac", + "id": "71243f5a-5f20-4c30-a70d-866b62f5be7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -256666,7 +256666,7 @@ } }, { - "id": "958debce-e02c-4343-91b3-7719911aebcb", + "id": "161540e6-9434-4148-a2d1-2688ebd56c49", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -256709,7 +256709,7 @@ }, "response": [ { - "id": "256dabf9-6224-40f9-9ab1-0defb3e2a237", + "id": "4a91e241-0199-48ce-908d-eb59713c4841", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -256766,7 +256766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c2d1358-c70f-414e-b6cd-270c92f536e9", + "id": "404a3ae4-73a6-46ce-8367-72d534ba28cf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -256823,7 +256823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "668d7513-716c-4f73-8654-b45a46b246b0", + "id": "4265434f-405b-4d82-a674-63419ca7ea64", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -256880,7 +256880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "438ad22e-adf1-4be2-8b71-7f644a089111", + "id": "cce1bbd8-ca27-4a73-a75b-9c2a8798d5e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -256937,7 +256937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "357f02df-208a-48e5-a7b5-1c732785615d", + "id": "be89798a-2b21-4113-9044-89c748e319cf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -256994,7 +256994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f33c06a-485f-4f29-8599-7aecf670cb2e", + "id": "c1cae7b5-b555-48f2-a7a2-dfa484c124b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -257057,7 +257057,7 @@ } }, { - "id": "8abf3b9f-63ce-4589-a2ad-ac4a232d5af4", + "id": "b1ea77e9-a7b6-412d-b0f8-a1e84b1a4f70", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -257086,7 +257086,7 @@ }, "response": [ { - "id": "3d0035d0-986c-4947-a22c-7780569af91f", + "id": "530ed340-8770-4f08-b31f-1e285264cffc", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -257129,7 +257129,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b781eeea-8942-4d38-ae0f-ef00f56a02aa", + "id": "770c8fca-8afd-48f3-a693-dbc57630fd7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -257172,7 +257172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dfe1c3b-759f-47b4-8f97-9cc47499a6fc", + "id": "3c2e85cd-e77c-4531-ae5a-5edd8e17478a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -257215,7 +257215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9977487-0d47-4dac-a84b-b42af1f485c9", + "id": "511182ee-02a4-4722-b223-1207a98db369", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257258,7 +257258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25974038-ed72-42a8-9c4e-fdaab695d35d", + "id": "0e34b8ea-9c08-4b68-9fc3-8950849a3344", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -257301,7 +257301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6c4bac7-00ec-4d66-8c5a-941bfb30cee0", + "id": "bfc65d7d-0b80-4c26-9efb-6f3ab1a5bca7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -257350,7 +257350,7 @@ } }, { - "id": "efea7a18-ce68-4b2d-ac30-347204f0d5a5", + "id": "7ca7864f-589e-4fe5-9443-14a446bcc145", "name": "Download violation report", "request": { "name": "Download violation report", @@ -257392,7 +257392,7 @@ }, "response": [ { - "id": "7681e08d-102d-4353-b1a2-9d68847eed45", + "id": "1b142a7c-a359-4845-b061-38cbba92636a", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -257432,12 +257432,12 @@ "value": "application/zip" } ], - "body": "consectetur", + "body": "fugiat elit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "78d8f0fa-367e-41ad-b014-d317e75e91e3", + "id": "121fb7f4-ba51-45cc-9cc5-5b9803144c3c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -257482,7 +257482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d9932b5-9752-49e1-92c9-70a8300b1b9c", + "id": "12259193-5e39-4a5e-8121-94e2fff00fcf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -257527,7 +257527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1942ebb-0586-420d-a1d2-02c3a9efcfe4", + "id": "19191035-9719-4951-9d51-aef4ee55fcf4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257572,7 +257572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3262a70d-f884-4297-9d14-280944124b31", + "id": "63ee4a82-74b9-4072-b829-31fd9171a5d3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -257617,7 +257617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3e03894-79c8-4471-9875-3dae2afa006a", + "id": "f43ee3f4-83af-4801-b7e2-34bce6bb6ce6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -257662,7 +257662,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79c269d5-c1ef-4875-9784-0e37fabbbefd", + "id": "b0c8c67c-0427-437d-8f08-74ce8f2801a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -257713,7 +257713,7 @@ } }, { - "id": "e0586ec9-3c8d-4488-b8c8-f7cc6c722621", + "id": "6ee878c8-4a9c-4ed4-ac00-99f0341e0a23", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -257766,7 +257766,7 @@ }, "response": [ { - "id": "4483797b-2e2b-4e8f-81f6-59f030c4759f", + "id": "d2905022-4836-4271-ad4e-dbc8f90f6bda", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -257807,12 +257807,12 @@ "value": "application/zip" } ], - "body": "consectetur", + "body": "fugiat elit", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "49d4eca6-aa37-4694-bfa6-6aab97d3be4d", + "id": "c6eccaf9-a784-45c0-a231-ac795b30f54a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -257858,7 +257858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14a75111-702c-4790-8c2f-8744b8c376e1", + "id": "e2c776dd-dbb3-4c76-8362-49342aaef6df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -257904,7 +257904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd9f59c1-299a-45b4-b040-219f33f6d037", + "id": "7a6ba9a3-e876-4e69-88d2-7714253137d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -257950,7 +257950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f037158-200b-477d-ad4e-15f32a66fbf6", + "id": "36119e0f-05da-40f6-b8fd-34a6684e86a7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -257996,7 +257996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1be5b601-989c-4c74-8d73-73deeb4348af", + "id": "9109c594-a7ba-4215-8090-50b63d90a479", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258042,7 +258042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18122fe8-8495-49c3-b726-f7c4d87e3cae", + "id": "023264c5-89e0-45a8-9c35-d34b3a448953", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -258100,7 +258100,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": "9cd36e47-a706-4d53-9b49-d37566ebc65a", + "id": "90ed395d-1ec6-4b89-9478-b1aa2d7ab0cb", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -258143,7 +258143,7 @@ }, "response": [ { - "id": "81bfda07-552b-4036-9d6b-912f35d73d1b", + "id": "4343a415-450b-4b03-9461-5637774ee799", "name": "Violation Contexts", "originalRequest": { "url": { @@ -258200,7 +258200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "536d6dc7-25dd-423b-9bc2-d839898923b7", + "id": "57eae842-55d0-4ea6-b40d-66983b4d0a95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -258257,7 +258257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4cb721b-c70a-45df-8379-6118a70a2951", + "id": "19457545-4a75-4b38-8d60-ca9ecaaae5fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -258314,7 +258314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8137a4d5-b86c-4cac-bf59-799924292384", + "id": "e3b0f6a9-4221-40ae-abff-8384b4a312a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -258371,7 +258371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e12c2b8a-b9a7-4d2e-969d-7717d0f6f91d", + "id": "7e33afa1-a707-48b6-b3c9-6b4ba1f65628", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -258428,7 +258428,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7ee5025-5412-423d-b491-13c49ebb5816", + "id": "10ac5c39-c632-4148-86ca-ad52527db04c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258485,7 +258485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3133bf35-9a51-4737-9e47-538537807f48", + "id": "f19d742c-35d6-40b9-8a20-f466261ad129", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -258548,7 +258548,7 @@ } }, { - "id": "b52a2fe8-b3be-42db-ae88-787347694cf2", + "id": "3ded122f-1df3-4713-8cdc-4c606abcc394", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -258591,7 +258591,7 @@ }, "response": [ { - "id": "c9ec3e91-afac-4cb3-92a2-244f7fdd2830", + "id": "3cad8ac3-f46d-4247-ba56-b6267c3d4155", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -258648,7 +258648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c3b371f-e4cf-4337-9d76-a4534c723440", + "id": "2cfe1dff-a91a-480a-bb1f-4c767c52e593", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -258705,7 +258705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6eb808fb-a746-47a0-9903-5631f3595834", + "id": "d9e75ea6-197b-47ef-9086-88204892e762", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -258762,7 +258762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ae31a4-49b2-4134-a067-057386e52b00", + "id": "7004a409-2722-4508-88e2-7f267b90d2c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -258819,7 +258819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92c4d447-85a7-461d-9c26-516a99afca0a", + "id": "9833c7ba-7ef7-4cc7-b012-4f6e16ee3abb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -258876,7 +258876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a73ddc0c-c683-4547-86af-a9168142e890", + "id": "08400f7d-eed2-44ed-8a4d-98746161fef0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -258933,7 +258933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84899f70-137f-4eca-b79f-569ce4404426", + "id": "3695743a-80a6-4463-9f63-2c12c80c23c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -259002,7 +259002,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": "d4eec610-3d0c-49aa-92a0-5ba1aa16cf66", + "id": "732e386b-1b96-4332-b8c4-168387d37b81", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -259044,7 +259044,7 @@ }, "response": [ { - "id": "3b9d7738-2906-47a3-bb8d-8cfdc8000756", + "id": "72c28367-3341-4841-b712-be2190ba11f6", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -259089,7 +259089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea843816-aa66-46b5-8da1-18460978b00f", + "id": "d2425ff6-1377-40d1-9ff2-e272d1797876", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -259134,7 +259134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "073113a8-eceb-46fc-b9e7-127a37758966", + "id": "ed459441-dfdc-4ec0-bfb9-3a5905d3d091", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -259179,7 +259179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0907f5b5-81ed-4473-802f-3245ac08ee89", + "id": "1ff2d14b-fe5c-4d02-85d0-c811fe42123b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -259224,7 +259224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1557388-bed6-487f-9fe6-ac886de06250", + "id": "7ff94059-629c-4c13-ad10-5c1bc64259ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -259269,7 +259269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3eb8fee-9b4e-45d2-8bfd-047d68e9845b", + "id": "08638ff8-f4db-414e-9659-224680b04a44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -259320,7 +259320,7 @@ } }, { - "id": "061107b9-e0be-4879-8cdf-f6a0cc66b5f6", + "id": "f2aaf7d7-c730-4d3f-a542-cd33030b27af", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -259399,7 +259399,7 @@ }, "response": [ { - "id": "de44b5ef-85fb-452d-8b80-006f4535cd29", + "id": "4b4ab34e-eeb0-4b1b-8f22-060ee335383c", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -259481,7 +259481,7 @@ "_postman_previewlanguage": "json" }, { - "id": "339617b4-38d6-467c-b631-bc74492f99e9", + "id": "943f6a41-ae8b-48d7-a83b-cbd898663dd9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -259563,7 +259563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2db594c7-fa26-4734-9f26-2baf9954ef4a", + "id": "dc0d30df-125d-4a77-adad-1c5b44b3293f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -259645,7 +259645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26081bd1-7215-4389-a72a-d67703f51b1e", + "id": "3fa7de4f-3a8a-4bf8-b852-6b6ebe202158", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -259727,7 +259727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db91c7b-8218-4511-b525-59d29b54f95f", + "id": "6eda4112-8c61-4e26-9cf3-fa78af72c5ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -259809,7 +259809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcdd2250-41fc-40b7-a9db-6d7deaf3373f", + "id": "5f9e690f-9608-4d77-8ea2-d1b8d8762397", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -259903,7 +259903,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": "f4e270ae-3205-44f9-96f1-d4d5bfa72742", + "id": "45e92d45-7366-4241-9a3a-b25f1789b726", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -259996,7 +259996,7 @@ }, "response": [ { - "id": "26afc651-69b4-4cf3-9959-a62769bf4aad", + "id": "8a552043-bc90-4996-8af2-9efa5c983757", "name": "List of Source objects", "originalRequest": { "url": { @@ -260103,7 +260103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b8f8d40-db4b-4dfd-baf5-d1754a2866c0", + "id": "065430f9-2055-4ace-9598-c511647e2b68", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -260210,7 +260210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8d07a17-3a4c-4096-ac7b-aad892c9c0b7", + "id": "a8dca35c-23a0-4ebe-b995-3c417af5c2ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -260317,7 +260317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a47f95d-9b36-4eec-ab9d-d61cd1c191d0", + "id": "1c0232da-a93c-44cf-bfe0-4871d45d9062", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -260424,7 +260424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50f28af7-44ec-4256-9e56-46c4a9a7df8a", + "id": "48303177-d133-41fb-ade7-5ef6d3f8091d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -260531,7 +260531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aa9a3dd-572d-400a-88b4-45163bcd1e29", + "id": "bd423c6d-3d4f-4434-b46a-e6787913eb82", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -260638,7 +260638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de6eda78-310d-4f62-a659-5535052cc92c", + "id": "f257d57c-25a8-4891-a46d-53a9bbdd5bf4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -260751,7 +260751,7 @@ } }, { - "id": "e9f9cefb-68f4-469c-b2a5-804ee09b9bc0", + "id": "5239344c-580c-48f2-ad45-79cecc746b9c", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -260803,7 +260803,7 @@ }, "response": [ { - "id": "19bbcd13-2294-456a-a632-1e2c6a009016", + "id": "af394867-036d-490e-9033-c0ab646241b6", "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": { @@ -260869,7 +260869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd7154c4-b5bf-4d70-9817-e8911f21e663", + "id": "4b24e7ab-a569-4894-99a8-b7423e267e17", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -260935,7 +260935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09c7167c-8ff5-4cdc-b66d-7fc0e8cda800", + "id": "38cdff06-177e-43e8-93cc-9acad94213e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -261001,7 +261001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b592903-decd-4ffa-a7f3-095c3a296b07", + "id": "8e56bf93-3d86-42ec-a778-04d30c232822", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -261067,7 +261067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "635e4940-aa3d-4379-b462-aa54f5b15535", + "id": "662d3972-1e89-413b-98da-ef4486167bc2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -261133,7 +261133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ccbb811-b307-4582-89b4-c360859655d0", + "id": "17b7b905-e8f0-4678-9f81-d4ef6bc1d5a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -261205,7 +261205,7 @@ } }, { - "id": "175df192-8d77-42ca-a873-0be16268af41", + "id": "5efe18a1-29c7-4bfd-b53b-07f116b2f8e8", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -261246,7 +261246,7 @@ }, "response": [ { - "id": "c4a8d9ef-41bd-4031-9d94-ff78413f86b8", + "id": "8cf1db6b-2ea2-4124-a01b-f863de8e2b72", "name": "Source object.", "originalRequest": { "url": { @@ -261290,7 +261290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "973d1a26-18ce-42e8-bd15-fb65ba731882", + "id": "440fffac-0279-452e-9619-b82fb40fe3b1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -261334,7 +261334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "050711b7-e0a5-47e7-937b-6a4aee6fd48b", + "id": "8c7117f3-8ef0-4b28-aaaa-5418ff1fcb9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -261378,7 +261378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6b518eb-b5f6-4d8e-9bfa-ddd376a01ba0", + "id": "a416fb08-673a-4238-aaf1-9b3214cb3327", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -261422,7 +261422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cd0f64d-c7d5-49da-9ae3-943bf46183f3", + "id": "a45ae657-c9dc-4267-9dee-0279b5063012", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -261466,7 +261466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6863e20e-089f-4092-88cf-bec803df564b", + "id": "33897351-481e-4bf8-b594-c0fa8cc16723", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -261510,7 +261510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac0d43ce-cb06-4adb-a514-0056ab60bdd5", + "id": "9e324d81-8ea0-42a1-a478-27acac852750", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -261560,7 +261560,7 @@ } }, { - "id": "b5d0f1ee-32c8-4b94-8693-7c8b3d54e021", + "id": "dcc551ba-5bc5-4f02-a3f3-b7342d97fc5f", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -261614,7 +261614,7 @@ }, "response": [ { - "id": "f4bb9914-94ea-4eca-89e1-c7c6763165c8", + "id": "5c30aa98-9b70-4490-b786-121fbf1c3328", "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": { @@ -261671,7 +261671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "127901b6-3f38-4dbf-89cb-d7d2e579d2f8", + "id": "3dc86858-a8e0-4797-b2c1-67d6b3244b23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -261728,7 +261728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd7393f7-ac11-4af0-bc97-17f12a961337", + "id": "37ea8a5a-6cd2-4b7b-9336-6c956837b55a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -261785,7 +261785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cc56200-6362-4737-9d8e-3db58673a478", + "id": "92b123d7-d58f-4ee8-b7a9-c6bb5226fde4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -261842,7 +261842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c024f54e-6736-47b2-ba41-730ecefb3f2e", + "id": "8481720e-2a76-43a8-bd94-bb3ecda1fe16", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -261899,7 +261899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1dc5b03-1be7-433a-935f-6f2e76dff161", + "id": "bf207528-ea40-489b-88ad-8759a56f4da4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -261956,7 +261956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d9b338a-57f9-4693-b632-8d2874ba1f02", + "id": "2401be28-7ab1-44f9-ae5d-274ae34878fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -262019,7 +262019,7 @@ } }, { - "id": "c1ca22ab-83ef-4d80-94eb-dc0c9f5d6a25", + "id": "5fc4dc32-a7ed-45db-960e-b0b10c186cd9", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -262073,7 +262073,7 @@ }, "response": [ { - "id": "c358250d-4720-4281-968c-4deef385929a", + "id": "70767323-8949-4b09-a739-2c09fc35277a", "name": "Edit the source description", "originalRequest": { "url": { @@ -262130,7 +262130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "569b5703-e093-465b-b6af-d948c07a8de7", + "id": "d96f69d7-c82f-43f0-bbda-335da15ccfb5", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -262187,7 +262187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c7de1e9-cab5-4df4-83ff-4912f7187318", + "id": "1c0d8c8c-79ab-4a4c-9a10-9ee364460121", "name": "Edit source features", "originalRequest": { "url": { @@ -262244,7 +262244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "460d62e8-c3ac-4a05-a489-64e60a208613", + "id": "b131c866-6983-439c-aead-2426d8b98fc7", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -262301,7 +262301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da52e233-16ac-4ad6-9c4c-076cfcdef677", + "id": "4ac1cbd7-e101-4e4f-b84d-c1f4eefaea07", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -262358,7 +262358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c93163a0-44d5-43fd-9baa-4f16ff85f06b", + "id": "29064213-f158-4fac-9ab4-3d3113af2438", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -262415,7 +262415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e3122da-bff9-45db-9817-2835bf223718", + "id": "28c1edc5-ccde-4c87-82a0-88b178df9887", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -262472,7 +262472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1d1b338-8f34-441b-aa21-47e9597ab335", + "id": "11c876c7-89a0-4b2c-abcb-32f8c4feaf97", "name": "Edit the source description", "originalRequest": { "url": { @@ -262529,7 +262529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97db0c0e-662d-4414-a1fc-7c93f88ada4c", + "id": "4bda0f3e-fb02-493d-bdea-0c6856f8ad39", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -262586,7 +262586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d0dadc89-f4d7-4052-80a6-04b1784fc8eb", + "id": "00959674-2d0f-4b93-beea-a9e940fb3ead", "name": "Edit source features", "originalRequest": { "url": { @@ -262643,7 +262643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d03a9b74-0adb-4eb8-bfc2-28b7c4e49dd7", + "id": "17290808-0139-433f-9db8-4ac2877bce8d", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -262700,7 +262700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c161db-160f-40d7-bc18-b9b3bfe87ea0", + "id": "a43b89d8-adac-41ea-aeeb-993c9dd9ab09", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -262757,7 +262757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bcce066-70a0-49fd-8e30-d059a63227e5", + "id": "119842f1-0859-4f4f-bb96-b8263da49e48", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -262814,7 +262814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd4e8a0d-9fe6-4ace-8b10-57c294b82ebc", + "id": "44943987-b1cf-4507-9e59-50ae3e2dfb93", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -262871,7 +262871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59c80cc8-ff21-4f79-ba47-d27c12ba3105", + "id": "8fc3fc24-0cc2-4c98-9dce-ea7b5b7a0a85", "name": "Edit the source description", "originalRequest": { "url": { @@ -262928,7 +262928,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ceb0b1d-5918-4cad-8793-ea15adc8132d", + "id": "34366190-f1cf-4f90-9cbc-2370db96378f", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -262985,7 +262985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "611d59cf-fcdc-45b1-92fa-ebc0f1285ba1", + "id": "93b5082f-dde7-444f-8dab-caeb0a73adbb", "name": "Edit source features", "originalRequest": { "url": { @@ -263042,7 +263042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8c5373f-b25d-4c65-aa47-d46c35aea648", + "id": "70b055e8-7244-40d1-ab03-070a7c7bdbf5", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -263099,7 +263099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7949e621-aa30-4ab1-87bb-6bf746b4dc86", + "id": "412e3a4b-d419-40bb-ab5c-ea107cfeeb57", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -263156,7 +263156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9224033f-3979-4cf9-97e3-59487e4de98d", + "id": "51020926-5e2b-462e-a1e8-b23e99c9f0eb", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -263213,7 +263213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41ab4b32-02ff-474b-8a2e-2ffccd31fd7b", + "id": "8198566a-8498-4f25-9bc5-d5cb1b49634f", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -263270,7 +263270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a177d8c-4c80-4f1d-87f9-4d7e63418b92", + "id": "365b4c72-c2b0-44d2-811a-fe5c343aa17c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -263327,7 +263327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4894230e-7417-429e-b644-b1b57d9d0ad5", + "id": "6a213f7d-a8dd-4837-91d8-51ed0aca8c0a", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -263384,7 +263384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1b847ee-f03a-4529-b9c7-a518acd4d12a", + "id": "ccbef4a5-0904-4584-8c9d-7aafef6e2c53", "name": "Edit source features", "originalRequest": { "url": { @@ -263441,7 +263441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88dce691-5da6-430e-9ab6-b6a6ad08036b", + "id": "be7427df-8f0b-4def-a967-f8a861404ec6", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -263498,7 +263498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38e45005-8ed0-4656-93b5-84084cc8829a", + "id": "6af6fed5-c01f-4904-8173-2a5cb9b129f2", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -263555,7 +263555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceff8aa4-73ea-46ad-866f-127aa2a7d0cf", + "id": "d3a82164-12e8-44a2-9886-6614013501a6", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -263612,7 +263612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e06edf9d-4845-4020-b4b4-af975e28ffa6", + "id": "24640a7c-1db3-4b85-99fb-1ede6145e337", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -263669,7 +263669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3e7bacd-7bb3-4c28-9a30-41f560e53ac8", + "id": "c2973338-e99c-49c6-81c9-d9030f23aa04", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -263726,7 +263726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b33432d-52cd-4da2-aca0-4af8de5049f6", + "id": "5d0a2327-a299-4caa-bee9-f4807b78254b", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -263783,7 +263783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ee052f6-e860-44ea-b264-b63e3991a0a6", + "id": "76f9b686-e1cd-4b24-95d5-4fd657fb536c", "name": "Edit source features", "originalRequest": { "url": { @@ -263840,7 +263840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d2c977f-53ac-43af-a168-c7f76160f871", + "id": "efec2e49-5d72-4d70-814c-c44b6ef5c9a0", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -263897,7 +263897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5768e57-6572-45fb-b36a-de3b18f9fc5f", + "id": "05367d05-8894-4ab4-ba49-021e0f49f22e", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -263954,7 +263954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21d6911e-2e6f-41b4-976b-8a9c6050e129", + "id": "676eef11-6793-40f3-bbea-8181e0d8fe5e", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -264011,7 +264011,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36adcd3c-c82d-441e-8ef9-ee59bccd25aa", + "id": "5f6c74f1-f06b-457c-8f83-b49debd9a918", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -264068,7 +264068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94575040-2aa1-42b4-8004-e679461765c1", + "id": "3d44612d-9069-4a6b-81af-d520cd9dcc00", "name": "Edit the source description", "originalRequest": { "url": { @@ -264125,7 +264125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a8bed4b-8e5d-4e2f-901a-85023c9728cb", + "id": "f519e1bd-5952-4442-b02a-e5818b98555c", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -264182,7 +264182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96203f53-03c0-419a-a979-4ca6b4e51df9", + "id": "3dad8518-73e4-41bc-a1e4-7107212bef8a", "name": "Edit source features", "originalRequest": { "url": { @@ -264239,7 +264239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faa6b7b9-cbfe-4b74-9e08-61323e43a71a", + "id": "6c0706a0-3d55-4cbe-92ba-2be9f61272b0", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -264296,7 +264296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db5de8b-51d6-424a-9be9-cfd4ee666f3c", + "id": "1bc9801f-791c-4cf0-a7e1-94b8c63a0a84", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -264353,7 +264353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e82aacc9-25df-4c14-8c50-6cc691a0d8c0", + "id": "0e978125-c44d-4cf2-b7d3-f2f002adde01", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -264410,7 +264410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5227d882-d195-48b3-ab3d-a375c9bc7a58", + "id": "b8e7336b-2630-47ad-ad6f-3d8e32f09c11", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -264467,7 +264467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "293607bd-f407-4c00-a960-16ec1650f7c4", + "id": "612ad14b-4544-4a9c-98c6-dd9c47b9ddff", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -264524,7 +264524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3c1505e-bad5-4b7f-84d1-cb5661f2655e", + "id": "cfd4a483-d26c-4e4d-8e25-7bec51ebcd5e", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -264581,7 +264581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "061cab21-e78d-4cdb-847b-f74f0eae43ae", + "id": "0c668542-9966-4e4d-89fb-f82378608aff", "name": "Edit source features", "originalRequest": { "url": { @@ -264638,7 +264638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d4ddc65-7e83-4efd-b248-77626a94622c", + "id": "ff361903-9a1f-4a01-a53f-e5cd8b0cddf4", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -264695,7 +264695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3aca9ae-464c-48c3-bc32-2c0d22ac51f8", + "id": "c0a8a727-a9d2-41a8-bc86-82c613fd7c95", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -264752,7 +264752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fbd97e7-4824-4b7a-ac4e-307b0e1e431c", + "id": "77d02ec8-91ea-4b45-9725-808aeb0dfdfd", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -264809,7 +264809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "292d78bf-3b7b-4c14-9802-a9b289017f95", + "id": "ad8fe0e0-c34d-477d-bb0b-ea841131674e", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -264872,7 +264872,7 @@ } }, { - "id": "02406eb2-9b25-4883-aaa2-431fc6974da3", + "id": "6bd7f318-6e8d-4a48-97da-d8db83935537", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -264913,7 +264913,7 @@ }, "response": [ { - "id": "458fa62c-eca8-4c33-b1ea-e2b20e751de0", + "id": "76d3f80e-88b5-4f81-b453-b0cf030a2ad3", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -264957,7 +264957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "413cf1e6-b188-4cb0-8486-0ffd5232d622", + "id": "3d0863a8-7873-4b2c-b07b-54075b194a00", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -265001,7 +265001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a41fe02-dd04-4097-8a9a-f926ddea69bc", + "id": "0a0f3edd-fd96-48dd-99a0-212f0cf3412f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -265045,7 +265045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eaef0ca-9308-44a6-bc29-0c041e155bbc", + "id": "465aae23-da14-4eb4-b381-4389ac16917a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -265089,7 +265089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "778a2ae2-cf0d-4bb6-a2c8-6a543e4656dd", + "id": "70caa6af-e37d-42c2-97cf-e0e2e0cf6c28", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -265133,7 +265133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "344d1c2b-af0c-43a3-896c-7f0e668fe472", + "id": "478c08de-8842-4acd-9b52-533e7a9c0fdf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -265177,7 +265177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de7aba7-20ed-4fbf-b193-7ec67b7d1b7a", + "id": "41a3565d-bfa5-434d-8c80-3daca1be63ef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -265227,7 +265227,7 @@ } }, { - "id": "61fd5571-e237-4363-aca1-b720367564b3", + "id": "3cd2c6aa-7007-44d6-91f9-d0a94dcef70a", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -265269,7 +265269,7 @@ }, "response": [ { - "id": "7dcb58be-fa0c-4ea3-8686-5286ac25c6fa", + "id": "2d6e0d1b-e83f-4520-8183-eda049b6a5cf", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -265314,7 +265314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1575f6f5-3fc2-4456-affb-0e2cb651a552", + "id": "75c783fd-ea6f-40cb-a961-00017b1ee1fd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -265359,7 +265359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d7a806e-0fce-4ef4-ae8c-bc6b927906e2", + "id": "a6ba99e5-7b91-42a9-9590-ea10645428c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -265404,7 +265404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0bd8969-1aff-458a-a526-effc2e12081f", + "id": "ab5e6e5e-5e74-4c13-821c-467621e69d93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -265449,7 +265449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ba0a9ff-d034-4524-988c-3180d7ad5b0e", + "id": "28d48141-da2d-4f71-b664-b5fb39bd2bcc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -265494,7 +265494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aefe7da9-3816-4a34-9220-1824a78128c8", + "id": "6837e965-34c3-44ea-90c9-895cc2e59c89", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -265539,7 +265539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd1447b1-2145-47af-a594-0063c5eb9b69", + "id": "13e15d28-62d3-4baf-a6ab-2f4fc2115f28", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -265590,7 +265590,7 @@ } }, { - "id": "3357ddfb-257a-4e3d-9a47-65a18135ba63", + "id": "5a9912f7-c9e2-4cc8-8e99-e5262d9723ec", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -265645,7 +265645,7 @@ }, "response": [ { - "id": "2063bbaa-0688-4878-a998-a90de23c25c7", + "id": "a2742cdf-74cf-4b79-a08b-9f0f5e6b9d29", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -265703,7 +265703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d36fa635-80b8-48ac-aa73-335c0a0e3d94", + "id": "826624c9-a45e-404f-88d2-ebd6b6df1aeb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -265761,7 +265761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2dd4fc8-e907-443a-9c6b-248543c98fbb", + "id": "2725fe06-17cb-48dc-bbd4-65d7b805278f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -265819,7 +265819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "742cee99-c8a7-4afe-aa75-946af0afda19", + "id": "339d6e6e-8769-4d9d-802c-bdbd41699906", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -265877,7 +265877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cba98970-91d2-4a8d-9ad4-703c9894367a", + "id": "9a8236fd-b2e9-49b7-a6d2-d29a57552255", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -265935,7 +265935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b60797b7-a276-440d-aa88-93456b178975", + "id": "94c7905c-3ddc-4302-ad03-7247f2089e9c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -265993,7 +265993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac2982c5-19db-4a5b-ad87-5eb9870a2a8d", + "id": "90d27ee6-64d0-43fb-a713-328c6144c74c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -266057,7 +266057,7 @@ } }, { - "id": "1847fbf2-99de-446e-8cbb-666ce827ee23", + "id": "bf5d7ec5-cb9d-4094-a7c9-ecba75f0c439", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -266110,7 +266110,7 @@ }, "response": [ { - "id": "3e2b04d1-4ad5-45f0-875c-4579ec8c7fc2", + "id": "a805ff54-0ef0-446f-adfa-89718a93201a", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -266156,7 +266156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11b00ef3-32ea-4c14-8b19-2e85e4c96232", + "id": "20b2b95b-8f5b-403b-89a6-1107c18b20f4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -266202,7 +266202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "327cca91-b78d-4a54-9f40-e35e9c5ed575", + "id": "43476b8e-489b-414c-9980-a0811a53dd51", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -266248,7 +266248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8eaf7c8e-f023-40ee-9434-8d17b42304f1", + "id": "5eca18be-8a8f-48f4-ae2c-6364e6793324", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -266294,7 +266294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8eea1f7-069c-497c-84c5-360d63d9945b", + "id": "03adc3ab-e584-4fa5-80ac-bf7b13e9bdea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -266340,7 +266340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c81986b6-38b1-4c28-84d9-494194e3c1cb", + "id": "f39f096e-badc-43a4-8f3d-3ca87ac5d491", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -266386,7 +266386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b242561-7074-4208-bc9a-24e7bf6b293d", + "id": "356cc121-547f-4d3f-b955-089ab25b5cac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -266438,7 +266438,7 @@ } }, { - "id": "02fd1119-a84c-49a5-ac39-ede70f72130b", + "id": "bfd6db66-2ab4-4824-ad36-885f67fb80e2", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -266504,7 +266504,7 @@ }, "response": [ { - "id": "aa7b6e19-f71b-440f-ac79-f8bd603b244b", + "id": "dd70fc54-9119-43b6-bfec-3537d9f07d7c", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -266563,7 +266563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17680855-d8a8-4128-8857-6134fd4ee048", + "id": "c9eba836-707f-4c81-9379-c32329a2340a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -266622,7 +266622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24ac00e3-0748-4ba1-a55b-c61adccc53be", + "id": "bf808b7b-a9eb-4749-a91a-8a06f2ca6b74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -266681,7 +266681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae5738f0-eb7b-4263-bd6f-ae1e8546f552", + "id": "ecf2a290-7c72-4194-aac1-1916a7314428", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -266740,7 +266740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9516ef0e-9a03-442b-8cbb-44522700c3df", + "id": "e4ab5899-7578-4428-8dff-33fc6cdb0c4d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -266799,7 +266799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d427e46b-95f9-4bd4-93b7-60a9e597d053", + "id": "e5483be6-bf98-44a7-b05b-91de9fb9788c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -266858,7 +266858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf5861b7-8727-4cef-97de-db72f993059f", + "id": "79938574-869b-4eff-b4de-96b1d5641687", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -266923,7 +266923,7 @@ } }, { - "id": "83b6d7d5-baf9-4ecd-b235-1d321d99e556", + "id": "3cc9f6ea-74b9-4735-ac0f-da8d7e4a88b3", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -266989,7 +266989,7 @@ }, "response": [ { - "id": "53172c22-7a35-4d88-89aa-91f099d59040", + "id": "2fd2d580-4964-4925-a6ea-2f33066c65ba", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -267048,7 +267048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ad65525-4cbf-4790-b785-71cf287decbb", + "id": "55fa0755-7eb0-48d2-a7fb-53eb5442ebdd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -267107,7 +267107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8f876e3-e23b-49a7-a4af-4d2a6c95c28f", + "id": "bbe220cc-6239-442c-866e-3f52cd8bfa7e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -267166,7 +267166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38d928b7-0710-4841-a02b-06b8f0eb3ef5", + "id": "f5e1edb5-a904-4a63-a463-18ba1bbbcce7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -267225,7 +267225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6d363d4-81d5-49c3-8c64-7d2d8373e589", + "id": "90ac8218-9034-4d8d-9c6e-c55d1ab07e8f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -267284,7 +267284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ac0e8fc-9298-42b5-aded-fe699520afe5", + "id": "8965044f-7c2e-4884-bd7f-3fc235cb4fb4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -267343,7 +267343,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df831705-3538-45a8-a82c-16d00634416d", + "id": "ad7a4460-4039-4db5-98d5-5975224b528b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -267408,7 +267408,7 @@ } }, { - "id": "10ab6d1b-3260-42e8-81ae-0b13b8b0ce1a", + "id": "0c4c1874-ab8a-4757-8fab-29192d1b9713", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -267461,7 +267461,7 @@ }, "response": [ { - "id": "64b3a205-1683-401c-b335-3e2a7007ce7b", + "id": "e3fa84d3-5702-4bf1-aa8c-ef74dbac42d4", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -267497,7 +267497,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2cf8479c-a1c1-4e32-bfbe-09e7f07c8d4a", + "id": "02757833-1eb8-44a6-838a-a9427783fd63", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -267543,7 +267543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf02e4db-d666-4686-b1e7-025c134ad394", + "id": "b80b6493-12cc-4c33-9077-ca72485c1dfa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -267589,7 +267589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f7fdf87-b086-40b2-8a48-a5a59f1e5cca", + "id": "f1549234-ce53-479d-a4ec-e10e26d9622d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -267635,7 +267635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78b1463d-1c8f-4dc8-9c64-2eb50844def2", + "id": "013c47e0-0859-4c6b-8ec6-472ff074afd1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -267681,7 +267681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0674807-2656-4ebb-9e15-b108d4e58067", + "id": "3d1caea3-c889-409d-91fd-98d1c0f0989d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -267727,7 +267727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63159e03-1dbd-426b-87f7-52f29cd8ef38", + "id": "ef4c6e84-1832-424e-9d73-26a11252b9ae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -267779,7 +267779,7 @@ } }, { - "id": "eef7fbed-3994-4180-890f-3415af1871c7", + "id": "c18ebc2f-47e5-439f-bdd5-1d2d44ed8a87", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -267835,7 +267835,7 @@ }, "response": [ { - "id": "11be535a-f609-4859-8a58-0ec92d563a46", + "id": "f65e1efd-00ac-4a7a-9dc1-a6efcf41f6f1", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -267894,7 +267894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "644d487d-0df4-4278-83f2-324eb53efcb5", + "id": "94411162-ae89-4778-a3a8-54af61b6db95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -267953,7 +267953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9cdfeb5-a469-465f-8380-6eddf70af312", + "id": "477dd217-5081-4eb9-bb44-12368709ac80", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -268012,7 +268012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e3ef1ce-e317-465a-8412-3abc93d9e4f6", + "id": "e8710bb4-3df3-4ffa-a73a-2840034a8431", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -268071,7 +268071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "180a02ef-e65e-4239-bf7f-a6d39bdfffb8", + "id": "de2f63e9-3679-4376-9594-ff5750b06ea6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -268130,7 +268130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03608378-7cdb-4431-9336-bc380d1d208f", + "id": "e727cb20-3184-4adf-b1a2-ffc8e76b299c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -268189,7 +268189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9128b00a-b81b-4da8-b9a5-92d20868318d", + "id": "4a724e94-fdf4-433f-bf9f-69e086111f93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -268254,7 +268254,7 @@ } }, { - "id": "05c2b556-b958-4c44-8c7e-6f066d79db9e", + "id": "5eaf061f-57b2-4861-bf4e-ed3e11de85d7", "name": "List Schemas on Source", "request": { "name": "List Schemas on Source", @@ -268315,7 +268315,7 @@ }, "response": [ { - "id": "5d171542-0784-4172-b9e7-d89b727ba72b", + "id": "3f167dc4-3b0a-4fde-84b6-b029d9827ca8", "name": "The schemas were successfully retrieved.", "originalRequest": { "url": { @@ -268379,7 +268379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6f81150-170c-43d2-9597-0b0073564368", + "id": "7e689468-8910-4c40-b3e6-deeb5573c3bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -268443,7 +268443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d5c049f-e9d8-49f6-811d-de11ad488032", + "id": "c1c61b47-3d54-467a-b84d-5018e9013451", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -268507,7 +268507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a19fe06-9daa-46c3-bae2-938cdbf15fe0", + "id": "05a67730-f249-42d7-afcc-94846e0bb607", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -268571,7 +268571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d21b527e-dddc-4b49-9a2b-2ac32b4c8702", + "id": "e234d83f-ae9d-47f2-836c-b48fa9546f91", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -268635,7 +268635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0c9429c-e545-44cc-aaee-72000cb07e53", + "id": "50e30b1c-9d73-43f6-bd68-e119942812dc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -268699,7 +268699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5289ddee-9c8f-4d4e-9b78-6996b7b83b2b", + "id": "69af7306-d5a8-4ec4-a0d9-94345d0fd6bf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -268769,7 +268769,7 @@ } }, { - "id": "fed72de1-e6da-4bb6-8dbb-d4e339894052", + "id": "c0703d7b-1b9c-48d6-be9a-b825ca4c1274", "name": "Create Schema on Source", "request": { "name": "Create Schema on Source", @@ -268824,7 +268824,7 @@ }, "response": [ { - "id": "48412e0d-2d43-4cfe-8922-4f62cd76eb03", + "id": "1556eb65-701f-4a9d-9ac8-92c3201c968a", "name": "The schema was successfully created on the specified source.", "originalRequest": { "url": { @@ -268882,7 +268882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc63abf0-3da7-414d-b778-a1331a65322e", + "id": "b2a84f96-bd82-4675-a914-a345ffd58477", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -268940,7 +268940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec2d950b-d928-4480-967d-c0a0c95ef495", + "id": "97e5f0a0-7b37-407f-99a6-7d5c6f3efde5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -268998,7 +268998,7 @@ "_postman_previewlanguage": "json" }, { - "id": "039bc9e2-7f3e-49a7-aebf-584386594711", + "id": "f1ae848d-a2dd-4bda-8d6d-6f191f910077", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -269056,7 +269056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a825ddeb-8e99-4c51-9fe1-1ef598aa02e8", + "id": "17186998-6399-4d3b-8962-03f9931f32ce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -269114,7 +269114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88e13884-fae0-4391-a648-4dff8af473a4", + "id": "fc083842-293e-4c97-8746-c6aff521044a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -269178,7 +269178,7 @@ } }, { - "id": "728c4f6a-5732-4677-b627-746c70ff9da9", + "id": "e707484e-9b2c-4d10-bf76-3dd21dcd2386", "name": "List Schedules on Source", "request": { "name": "List Schedules on Source", @@ -269220,7 +269220,7 @@ }, "response": [ { - "id": "ca3229ab-7335-40b9-8a8d-a270b365ee36", + "id": "218e497b-6e83-4914-8097-8303dd8034d3", "name": "The schedules were successfully retrieved.", "originalRequest": { "url": { @@ -269265,7 +269265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bfc813fd-0cff-42d7-8a17-0ce0499500db", + "id": "ba8123dd-c690-454a-a55f-6423d8adc79d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -269310,7 +269310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf600725-042a-47b0-9a6d-fd35b0546947", + "id": "10d96810-64f1-4ba2-9993-859621ca32d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -269355,7 +269355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76b90bf1-871a-4da5-ab05-c137a65bfd87", + "id": "0adf5106-729e-4873-8147-b376e57a95b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -269400,7 +269400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8829a87-e15d-4269-be3f-37076d048e9e", + "id": "5f98e66b-bcde-42bb-bb12-892251637895", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -269445,7 +269445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03bd6c78-2638-4b79-b24e-857240c6fcb2", + "id": "80d88b19-5e09-48d0-b270-11faad30df07", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -269490,7 +269490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10da1444-0bfa-4793-af08-fb85b9931e16", + "id": "c5d058db-9fb3-431a-8fad-017eae6a348b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -269541,7 +269541,7 @@ } }, { - "id": "374f80d5-527b-40de-8fe6-340e867062a4", + "id": "a622fc6f-75fe-4a6e-9d8b-5cc586e35e11", "name": "Create Schedule on Source", "request": { "name": "Create Schedule on Source", @@ -269596,7 +269596,7 @@ }, "response": [ { - "id": "31021d16-b6f9-4ab7-9b4c-26df33e85bbb", + "id": "204024bf-bd7d-4691-b6e7-936e85535ba7", "name": "The schedule was successfully created on the specified source.", "originalRequest": { "url": { @@ -269654,7 +269654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffc9aedb-977d-4de8-912f-fcc6894b722c", + "id": "31833aba-552c-4075-8fce-f0169e26776e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -269712,7 +269712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29225a15-6493-4572-8892-c147953eaef1", + "id": "2c896d76-79e8-4630-b4e1-7395b6389d5d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -269770,7 +269770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "568ca6ea-6c7b-4053-93d2-ee1226099ff1", + "id": "11d4b3fb-7285-4ae2-b712-da180e405941", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -269828,7 +269828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab8e0420-05e7-4c70-8629-9d0de6074885", + "id": "2ec02f6e-513c-4346-9bd9-586d8d99a507", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -269886,7 +269886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4101fcb9-9c98-4bd4-ab94-ef2cbf7933ed", + "id": "693a52e3-1278-4f0b-bd14-c68a613ba5d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -269950,7 +269950,7 @@ } }, { - "id": "f4bb72a5-ece0-409b-a58b-f4c3f1687cc7", + "id": "075bc97d-912d-4661-b782-095166c7ccce", "name": "Get Source Schedule by Type", "request": { "name": "Get Source Schedule by Type", @@ -270003,7 +270003,7 @@ }, "response": [ { - "id": "2b418ce0-56d2-4d04-b024-08dccbba47dc", + "id": "19911108-0912-48bc-9ae3-7f191f3a15ef", "name": "The requested Schedule was successfully retrieved.", "originalRequest": { "url": { @@ -270049,7 +270049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4319f517-8c3e-4744-84bd-d5ed82a58f9b", + "id": "2cf07cf6-8230-4e3f-86b0-afd830880abd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -270095,7 +270095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ce566a4-fc67-4db9-85b1-0af4166fa742", + "id": "527790f9-0b6d-43f5-97ad-41c85bbbe1f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -270141,7 +270141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "253ed6ae-27ec-4eb3-986f-0c8452ea97bc", + "id": "3051670b-0108-45fa-852d-83696e97fbac", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -270187,7 +270187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6595326-4bdc-4e07-a9c0-33e10cfebfcc", + "id": "5e333fb8-5933-4b63-9ca4-f35c5e2f4f26", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -270233,7 +270233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3e493d3-bb5a-46cb-a50c-c4956ef69817", + "id": "6b93d071-ad22-4dcc-8730-397e3a44f1ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -270279,7 +270279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7b8b8e4-c633-426f-a8b8-944fdece6c07", + "id": "375eb4a9-10e2-49a8-aae7-be57b4bbfde1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -270331,7 +270331,7 @@ } }, { - "id": "af3863ae-6a60-40b1-9322-cc918f04f7e9", + "id": "aa878ace-aeb0-457f-905b-6b368a5f639c", "name": "Update Source Schedule (Partial)", "request": { "name": "Update Source Schedule (Partial)", @@ -270397,7 +270397,7 @@ }, "response": [ { - "id": "1920dda6-3996-4383-a7a4-df8ca7023a81", + "id": "1b053a09-bd20-41bd-b40b-642c93874ed5", "name": "The Schedule was successfully updated.", "originalRequest": { "url": { @@ -270456,7 +270456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aff3bcb8-361a-4c67-8127-36de9954b428", + "id": "ac034308-38b8-4358-8532-74264ffd0e21", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -270515,7 +270515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b642829c-3c40-40b1-a4e6-1044a3979ac7", + "id": "4143e4f6-a990-4758-9459-9c14fe25e2cb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -270574,7 +270574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12510276-bb50-4d58-962a-ff4fbf950ac3", + "id": "a532b48a-1c3b-4c77-893a-cb52dd4f397a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -270633,7 +270633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f68c54c-af5a-4b26-a0a7-bbd708bfa42f", + "id": "2b644664-35ff-410c-9bf8-03f332a856b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -270692,7 +270692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "375ebef1-68b2-439c-8aff-6c4541701500", + "id": "f443be2a-3d80-4515-8365-a1cf9b43d66d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -270751,7 +270751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "150bcf85-3f98-4462-a08b-a55fd5188854", + "id": "e4acc887-251b-4b6a-914c-d906e5be6689", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -270816,7 +270816,7 @@ } }, { - "id": "733d087e-eb1d-4d4d-a436-042b6f6a8afb", + "id": "0d31a042-63f1-48fd-926b-6c6542b612f9", "name": "Delete Source Schedule by type.", "request": { "name": "Delete Source Schedule by type.", @@ -270866,7 +270866,7 @@ }, "response": [ { - "id": "52c8001e-6e88-4e05-9294-cff9d2e0cb31", + "id": "a0982718-0ac0-4249-a3c5-3d833b419b6f", "name": "The Schedule was successfully deleted.", "originalRequest": { "url": { @@ -270902,7 +270902,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6aabbcc5-619e-43f0-927c-262cf408aa01", + "id": "56afd818-665a-4afc-a62a-5c211e1fe118", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -270948,7 +270948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38358092-413d-486d-96d5-5ccb9ef4ee27", + "id": "39ead949-de39-4658-883d-fe98df8627a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -270994,7 +270994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b319edc0-28e7-4980-b789-b395422a4116", + "id": "3e4d96e6-8ef4-4f74-9114-98ef292fd285", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -271040,7 +271040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a827099-d44a-4cd2-beb3-ee75893d12ff", + "id": "f63e09b1-dc73-47d5-809f-7828f8f713e5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -271086,7 +271086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "555aa6db-b324-4d8f-8580-a12e8b161dcc", + "id": "58634a14-ecc3-49a1-bc83-8bf38ce0d15f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -271132,7 +271132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ee436dc-9255-4293-a5aa-e70707f2db4b", + "id": "75d10e05-b69e-461e-ac9a-5e41f20f1c2f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -271184,7 +271184,7 @@ } }, { - "id": "36ee51db-5ad9-4411-898d-25bdc413d99e", + "id": "6ee36d04-4534-429e-aedb-ba51157fd8d6", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -271237,7 +271237,7 @@ }, "response": [ { - "id": "ddbc7fca-0542-4202-a992-42d36fa590d9", + "id": "b0b6f70d-ed16-4460-a863-7c9c78597c8b", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -271283,7 +271283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d4438c5-03cc-4033-bcfd-50c2255a4838", + "id": "892db00e-2096-47b2-b945-ddb0082eecc7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -271329,7 +271329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81ca196b-7cd2-46cd-aabc-d0d6d88d3241", + "id": "70ad20cf-c58d-47e5-b7ec-b16c4d8b498d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -271375,7 +271375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86440176-7dbf-40b0-92ca-dfdf68423534", + "id": "f1f54046-5447-4061-b858-591863cad391", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -271421,7 +271421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad56e1f9-3a64-4b9a-8d3f-2a9e9baff12d", + "id": "a099ebb9-61d8-4406-bd27-a32de04678de", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -271467,7 +271467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7066b49-f51b-4248-b80f-92ce74b6b4a5", + "id": "a8e4ea81-73d2-43a1-956a-c9b76d3e22f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -271513,7 +271513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d4a4773-7664-43c1-9b56-bb46bfe53054", + "id": "be5015d2-2192-4b8d-b9b8-18a65fb79179", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -271565,7 +271565,7 @@ } }, { - "id": "37c9f509-995a-4a2d-aaa9-40c5216f9963", + "id": "18a4d156-8b2c-4824-98fa-d3b314c2a764", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -271631,7 +271631,7 @@ }, "response": [ { - "id": "0a0de002-45c0-421a-929c-078fb308f75b", + "id": "e1daa126-ee71-43dc-9661-b67e360fc9b9", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -271690,7 +271690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d6dbdbc-1768-41cb-a6d1-3f56d213a661", + "id": "6a4aa931-d80b-4d36-a127-1e6b690043d1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -271749,7 +271749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e17c5060-a025-494d-afd0-e1f21638b9e3", + "id": "56a75b0e-bf89-4698-86fb-d9d91d4656b1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -271808,7 +271808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0023da81-ee67-4a73-a40a-301c7cd263b5", + "id": "7030f470-c703-42b9-b25d-0488a7eaa0b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -271867,7 +271867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bde95b0-959c-4f59-816a-dea67dc0c20f", + "id": "5c6959b1-a96f-4274-a200-b43a2fad8bea", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -271926,7 +271926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4f65767-a091-46f3-ac3a-1f12729178fa", + "id": "e8bc2f67-6ee7-4c0d-bb46-6c7fb535835a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -271985,7 +271985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df84894e-95ee-4d30-8139-35f531fe0a69", + "id": "0031ff1d-3cf5-4cfc-aaec-681bbd977a47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -272050,7 +272050,7 @@ } }, { - "id": "7fbb33a4-c2f1-44eb-a2cd-110df7a33e22", + "id": "c6f943b6-4e08-48e7-b4cd-d93810c80596", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -272116,7 +272116,7 @@ }, "response": [ { - "id": "9d68400b-97d2-44c1-b622-d737f4b9e975", + "id": "276a6283-0e98-4940-9ef9-4526f8640554", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -272175,7 +272175,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a663079f-e1b6-4013-8123-128ffd008eb6", + "id": "caa7a13a-7858-4a6f-bdae-17be849bf4d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -272234,7 +272234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "697ed6eb-3f67-4bb6-bae8-02ee04de2bf0", + "id": "21c91c0f-b904-4155-893f-56472868535d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -272293,7 +272293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab0fc497-0f65-4fc7-a2af-75ae69129f6d", + "id": "27b42cbf-e32e-4246-952a-8762eb1c6cca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -272352,7 +272352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28685589-3eb9-4748-88b6-2d5a254e8e1b", + "id": "cd808cb0-29c0-4a62-943f-105cd3c009fd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -272411,7 +272411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a6f6f97-ba2a-4cf4-8b91-198028c6969a", + "id": "e05ef9f5-6f7f-4135-beb3-88cc4648fcb7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -272470,7 +272470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2cd622c-2e49-4040-a43f-5e17e8da6846", + "id": "a45b8c8e-d263-4137-b949-ebabf50a2782", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -272535,7 +272535,7 @@ } }, { - "id": "950e2a58-29df-49ca-9a9d-f9407df67ebb", + "id": "19179a42-df06-4b37-9c66-031e8e24c814", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -272585,7 +272585,7 @@ }, "response": [ { - "id": "0bdf0db5-2695-4e79-bb66-8831ba76ea21", + "id": "781bf795-212d-4d90-b531-9a9bd5fea64f", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -272621,7 +272621,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e963d05c-aaf6-4cdd-8015-d5adc85cfb04", + "id": "fcedf2df-da84-4b6c-b5d3-ab7c54012ea7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -272667,7 +272667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6b7b75b-d273-44d9-a733-23fa3aa269e0", + "id": "a6a1dd2f-fcfb-4c12-90e7-83aacd005c65", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -272713,7 +272713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c470a623-ac56-43ee-aaaf-3ac7016bf903", + "id": "070745ac-9f36-45d2-a192-734b0757303f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -272759,7 +272759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31d04ce4-b83a-4308-aaab-66c3c46ae273", + "id": "ac208934-98c5-41da-b445-224385e126af", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -272805,7 +272805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e3fd07-2bbc-42c1-90ba-722fdbdb7e96", + "id": "d02c1ea5-587b-4656-8cbe-b3dd0ce03443", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -272851,7 +272851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b66ceadb-38b1-4dc2-8259-957099eead54", + "id": "ef66648d-d171-44e6-9944-e3d1d20ca2ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -272903,7 +272903,7 @@ } }, { - "id": "ec3fb17a-a887-463c-a7a1-60f49f4a066c", + "id": "a20fff43-72ac-4b86-a47e-7d41e05222e4", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -272945,7 +272945,7 @@ }, "response": [ { - "id": "8ce89995-b757-479d-bafe-0a8c083f4249", + "id": "9c33647d-c208-47dc-b1e3-3663c1f5bda9", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -272990,7 +272990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd09246-83ba-4f00-afb7-5cf399bb7e48", + "id": "bff0c7b8-4e9d-43f6-9f2f-c334e25471ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -273035,7 +273035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19dc8f53-b48a-476f-8bb7-f9e5ba726891", + "id": "06babb33-c6ae-4580-9df4-825186cd4b1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -273080,7 +273080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a83997b-7137-43bc-87f6-8924790ecd7f", + "id": "799b7c8e-4b3b-4fa7-a51c-7f5e1f0ab647", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -273125,7 +273125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eec5a9f-6322-4a5c-9cb3-d2a2f6d5dd56", + "id": "ddab8936-6c1c-418c-9c47-3fc33c46301e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -273170,7 +273170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61b1aab9-e520-4ad4-b54c-a69895e52f52", + "id": "10ff5e86-89d7-418d-b442-679ad4688e0a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -273215,7 +273215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0f62354-e839-4401-b8d9-4941b2c04547", + "id": "3627bcf6-71c8-4a47-8cad-d821cf157cdf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -273266,7 +273266,7 @@ } }, { - "id": "0ee1dd37-4a72-4c72-aaa0-fee29d04652c", + "id": "de6cf773-fba9-4e19-91ce-5c24b0f53dfc", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -273309,7 +273309,7 @@ }, "response": [ { - "id": "71167fc4-cc8c-401f-936c-6d2a3c6dd144", + "id": "f90612ed-8496-47e9-9806-9901b1628f4b", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -273355,7 +273355,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7dfbd610-17ea-49bf-8552-f46539e4fb81", + "id": "657b7a52-dab3-49ce-83b7-da43a4f38ea5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -273401,7 +273401,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e19b4e13-0cad-4503-a8d1-f24e7e42cc69", + "id": "05f682a2-53dc-40e7-8603-6f52b662b37c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -273447,7 +273447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23e90356-bd75-4ee7-95b2-d42a2f780a1d", + "id": "5785338c-0e82-4a62-bf30-3e2be2c7672a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -273493,7 +273493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebd83462-ab80-4c7e-9ea5-9f68124ef1ce", + "id": "c9f5387e-4c44-4355-92bc-e40789b8adb5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -273539,7 +273539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35bb33f9-fd3d-4c97-a44d-dc11dd2d232e", + "id": "e79617ff-d1f4-46b7-9c5b-b4c90158cb1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -273585,7 +273585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e311fd6-d35a-4ed5-818e-774ce37fb102", + "id": "aff174a4-146f-46bd-a1a1-ec58ae9fbdb3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -273637,7 +273637,7 @@ } }, { - "id": "e4455c40-5bbf-4d4f-8bf9-6cf5a4ee7ce9", + "id": "cb1c5f77-cc02-4a60-8c1d-cb9ab11293ac", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -273696,7 +273696,7 @@ }, "response": [ { - "id": "3428cbf3-21c0-4ec8-aab6-97f448c47dfe", + "id": "1bded42c-bc18-453f-ab10-952a502945dd", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -273758,7 +273758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47a4f8eb-b1ae-4fe2-99f3-fc061f684f14", + "id": "19d22d31-5ab5-4541-863d-6a4d73f67f4b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -273820,7 +273820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c813778-6aee-4399-ad7e-90c84acb8673", + "id": "0f7db723-d246-4fe9-b222-bd43b9fc695b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -273882,7 +273882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "666555a6-78f6-4b68-98dc-da569970b3dd", + "id": "9e89d210-a16b-406a-a189-58f47a58c8a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -273944,7 +273944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fed6e88f-a3ac-4dca-9f50-8406db5a60bc", + "id": "6593eebc-49a9-42c2-b347-687328ba5cb3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -274006,7 +274006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "caba3b3a-6c17-48aa-a590-d44ac9f5f5e3", + "id": "eefbaa30-2aac-4db6-b410-9d52c492953b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -274074,7 +274074,7 @@ } }, { - "id": "348ecad2-7d49-4e58-8273-3d0dec141031", + "id": "037e0a7e-679a-4338-ade2-c029642b707c", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -274127,7 +274127,7 @@ }, "response": [ { - "id": "060eb86e-fd63-4509-b97c-cc8b29f46734", + "id": "a8e059dc-dee2-4d26-ba7f-4780355411a9", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -274183,7 +274183,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1a179fc8-5e94-4bb9-8185-99073210a578", + "id": "ce472d95-a14c-43e1-8c2a-0c90525ec222", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -274239,7 +274239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e78603ef-12db-4660-a230-b418da8b3c13", + "id": "082972ab-9ae4-4346-be62-f653275358a4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -274295,7 +274295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "814d6188-365a-4cdf-bf28-a221389944e4", + "id": "00b8ff34-f9d5-40d0-8cfe-c334264c77cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -274351,7 +274351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3950aad5-c704-43b8-9bd5-07d54d646eb5", + "id": "922eae89-7570-4f60-96cd-c5fbb06019ae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -274407,7 +274407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4fa573e-4f8e-460a-a3b4-aeb304e3f37d", + "id": "c5397779-0810-41e3-8575-0734678abfca", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -274463,7 +274463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9a5e6ca-e2de-4c71-a451-2d9fc9478644", + "id": "b2a765ba-5ee7-4c0d-a210-5a0c6db874e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -274525,7 +274525,7 @@ } }, { - "id": "822fa304-e57e-4e51-a8a2-0023edc1cd5a", + "id": "e79ef858-fc61-4709-97a3-7864034cf522", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -274594,7 +274594,7 @@ }, "response": [ { - "id": "b5ec98d1-6783-498f-9cae-0739a3b5ffe8", + "id": "a4b7afa8-75a3-441c-a013-e2217cc65efc", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -274666,7 +274666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a79b43f-a142-4937-a132-759efa84c6c4", + "id": "3d52b31c-45b6-4ac9-971f-cf86a783a419", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -274738,7 +274738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28b6e9d1-0d0c-46b5-9d42-9eaf65b68c1a", + "id": "be5d87cf-3303-4ef5-9a2f-b746a289b48e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -274810,7 +274810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2d209b1-534f-4be7-b5ae-5c26fb6d8ae1", + "id": "9d85bb67-e755-4834-bf9f-25f740ffd975", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -274882,7 +274882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "137d2754-25d3-40e6-8274-a108647d9552", + "id": "0db0d980-9d4c-4bfc-92e1-8f04a3d61ad8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -274954,7 +274954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c15e2fa6-4f35-4314-803f-7892d485886f", + "id": "27e61cb6-d26e-4afe-8e05-fffe2a9b258f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -275032,7 +275032,7 @@ } }, { - "id": "0524aa7a-c9bc-4fd2-afe8-25b3b90db0ba", + "id": "08f05481-9ac6-4a8e-ae20-0061a96dcbc8", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -275090,7 +275090,7 @@ }, "response": [ { - "id": "68dc309a-8802-4a46-b0e3-7b052705ba88", + "id": "ead0bdf8-8ec1-4b73-b41e-3900861b2efe", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -275151,7 +275151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "935ef5bc-2ed8-41f1-8579-3f985737ef58", + "id": "c2ee8fb3-9e2a-46d2-a6d9-c6f67a7899ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -275212,7 +275212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2854426f-e8b2-463a-b2f8-0ec0fb1b1290", + "id": "574889cf-202a-4cc3-a4b1-bdd0ddc6120d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -275273,7 +275273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8446abad-f3fe-4cc3-a73f-ed6bcb77cfcf", + "id": "93ec0079-e205-4df9-84fa-35d8c0ea1701", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -275334,7 +275334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b9e7149-591a-4314-9275-d925156ab073", + "id": "98fae7dd-b3b7-48ea-bec4-29c76e821248", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -275395,7 +275395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9bce0e9-482b-4aa5-9245-cb2ead788407", + "id": "051f0634-3d69-4e96-9fb8-a49eede9d4f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -275462,7 +275462,7 @@ } }, { - "id": "503853de-14e8-45da-8303-b7d5c0505412", + "id": "07c9e1ef-ca52-4bfc-8633-c324ecb734c8", "name": "Attribute Sync Config", "request": { "name": "Attribute Sync Config", @@ -275513,7 +275513,7 @@ }, "response": [ { - "id": "c48c0fc5-d20c-410a-8217-b7d511e70744", + "id": "bdabbe2a-8005-4f63-ad0e-720796ac84c3", "name": "Attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -275567,7 +275567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10955e23-e75f-4288-a531-b94005300eda", + "id": "a641ea49-f5cc-4183-b30e-53ceccc03b95", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -275621,7 +275621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e497fee-dba2-4555-9d3e-6e1f7fff2ecf", + "id": "dff0a556-20bc-4fce-99ff-1f2fcc2d6307", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -275675,7 +275675,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff90ce1f-dd45-4923-8a53-4b87186a791b", + "id": "23bb8aaf-0e47-43f1-8d2b-3d35c9e45360", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -275729,7 +275729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b135e4a-bcbb-461f-ba77-e0c2b3893177", + "id": "e8d32719-ae8e-436c-8067-adb3bbda8171", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -275783,7 +275783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a289796-c5a9-4c9a-b62a-f047c6ef611f", + "id": "bf26b71c-e4e7-4b0d-be38-e95fa524105b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -275837,7 +275837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c246d8f-e72b-4ce4-9a7c-fbce52968ca7", + "id": "df8f2bb3-bd34-4817-85c4-c253707b7228", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -275897,7 +275897,7 @@ } }, { - "id": "80b2dbb7-e64f-4334-9f1c-0ac8be50cc4d", + "id": "af4fd64a-3fe9-484a-bd5c-a4c768023c36", "name": "Update Attribute Sync Config", "request": { "name": "Update Attribute Sync Config", @@ -275961,7 +275961,7 @@ }, "response": [ { - "id": "209dd8f0-c0a9-426a-b3f5-903655f37dfb", + "id": "9210f782-c0f4-4bd4-843b-1a0ca4bb31f7", "name": "Updated attribute synchronization configuration for a source", "originalRequest": { "url": { @@ -276028,7 +276028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf1ff42c-f658-4ecc-b056-dbd772a7d507", + "id": "0b660d6f-b5fe-4a63-bd65-5cc0c3d35f85", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -276095,7 +276095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8803950f-373f-4c56-93f0-8930c5297b58", + "id": "7cfe838c-d7a9-45ac-8a27-e4d7bdbdf165", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -276162,7 +276162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e76a84f2-f19b-4b45-8f96-7032f3c4ca23", + "id": "d6116759-93b3-4d7b-88d9-7af3735f6d3f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -276229,7 +276229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b7b587d-65a8-4337-a81c-7c9341a1a7f3", + "id": "b165ec1f-52b9-447a-9a11-6f3e002441ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -276296,7 +276296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "024bbd8b-9a9e-451a-8514-c51a51814aa3", + "id": "28a3de97-05ee-44b3-bf02-09cc6df7e2c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -276363,7 +276363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab7007f-b57b-4428-bc2c-17b3fbe0382c", + "id": "2431d924-9e23-4326-9ef5-60e5b0f34e44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -276436,7 +276436,7 @@ } }, { - "id": "e3905ee0-eb4f-48a1-9dc8-4a54a2cb7eae", + "id": "5e0ce3cb-f11f-4e5f-8ab0-98f392542096", "name": "Check connection for source connector.", "request": { "name": "Check connection for source connector.", @@ -276488,7 +276488,7 @@ }, "response": [ { - "id": "70ac2852-652e-4b04-9449-da7d86ab78c3", + "id": "44fecf75-00f2-460f-89a7-fe3cebec2f51", "name": "The result of checking connection to the source connector with response from it.", "originalRequest": { "url": { @@ -276543,7 +276543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cf26e81-a349-4b58-8cef-a1cb97173777", + "id": "3818d911-b45b-4111-89a0-38b6e7a4f898", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -276598,7 +276598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62f1ffb6-7dcd-4825-ba13-b054fb542b6c", + "id": "e49cd994-6e95-4930-80d3-1eed16e628f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -276653,7 +276653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62530812-48f6-4479-b908-a6bbeda3099d", + "id": "dc6a5406-796a-4451-b45a-3ec2bb0bede8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -276708,7 +276708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f41fb39f-dd99-40a2-b873-3a4180ba13b0", + "id": "fba1a660-cdff-4999-8b7b-8ab90469094f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -276763,7 +276763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40a82cd7-7abe-4b05-bccb-547bc89ef918", + "id": "31707e7b-3724-4db1-8a7b-50f6da1de4f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -276818,7 +276818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81b4548f-3f76-42bf-a569-79fb529663bc", + "id": "7ed2e075-27fc-4c5b-90e6-99cb873a44b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -276879,7 +276879,7 @@ } }, { - "id": "0fa1c6c3-c611-4dbf-9c36-53b55d904dbd", + "id": "63b66085-5d3d-4db0-92ce-f92bf605b82d", "name": "Peek source connector's resource objects", "request": { "name": "Peek source connector's resource objects", @@ -276944,7 +276944,7 @@ }, "response": [ { - "id": "0adedb0b-35b6-4905-96f7-7456c6ae2112", + "id": "3f2908a1-9770-4c8d-b191-0033efccd70e", "name": "List of resource objects that was fetched from the source connector.", "originalRequest": { "url": { @@ -277007,12 +277007,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\": \"exercitation sed\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"culpa\",\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\": \"ut irure nisi\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"reprehenderit voluptate dolore\",\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\": \"culpa consequat velit eu\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"officia mollit consectetur\",\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\": \"Lorem ex dolor\",\n \"identity\": \"CN=Aaron Carr,OU=test1,DC=test2,DC=test\",\n \"uuid\": \"{abf7bd9b-68b4-4d21-9b70-870c58ebf844}\",\n \"previousIdentity\": \"reprehenderit Ut\",\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": "49478485-e246-4b57-bd6f-19b7621b8dbf", + "id": "101fd249-9125-4f17-b309-9702ad4eab7a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -277080,7 +277080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfee3546-101f-44c4-ab11-4d688146e0c5", + "id": "644d8e20-1fba-40ca-a126-b6288790b5ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -277148,7 +277148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f61c142f-3da2-424f-8355-2611fc2b2c18", + "id": "205491d4-24e6-4c5a-a1c8-820caebcfea7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -277216,7 +277216,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79c8afc4-7ac9-4fc7-894f-2f214b6faf8a", + "id": "b2c54b39-7ce4-40a1-b0f3-01d5ae2d3ef0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -277284,7 +277284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7bfc0b8-d3bf-49b1-acbe-0c5da5623370", + "id": "35df843f-d391-4fb4-a920-3570e411866f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -277352,7 +277352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23e8ad56-1e5a-4a16-b503-1da1ffd26a69", + "id": "e4a92389-b398-4a0e-aec1-4acc55f353bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -277426,7 +277426,7 @@ } }, { - "id": "be8299a2-dfd3-46c7-bb6a-618d30e5fd2c", + "id": "cf9100d2-ba12-4c88-865e-afe7ead0bfe8", "name": "Ping cluster for source connector", "request": { "name": "Ping cluster for source connector", @@ -277478,7 +277478,7 @@ }, "response": [ { - "id": "dc648aa3-22ad-497b-a155-fd521d89e2ec", + "id": "5a3eaa42-b1f3-42d6-acd1-f548e14dbee4", "name": "The result of pinging connection with the source connector.", "originalRequest": { "url": { @@ -277533,7 +277533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f83cff-37f0-4254-9fdb-e546e59de281", + "id": "5ec5f3db-9992-410f-84f0-739c8963d3e7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -277588,7 +277588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55798eee-571e-4e55-a982-aeca6bf35eec", + "id": "ead9d620-6866-4cd9-8b73-724aa74c9666", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -277643,7 +277643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c197defb-1cb0-41b6-b3a7-d4e6ca9376b5", + "id": "ef8d7c39-cf18-4c0d-985e-3172ca915539", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -277698,7 +277698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31e7c780-81f7-4252-99df-f0f0fb8fac9f", + "id": "3a3245f8-79b8-4b9c-b367-8c1d2a27cd9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -277753,7 +277753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e723017-ea5a-4e4d-9aa7-eefdf171305d", + "id": "2a751683-e67a-4dec-975d-d3f595747a68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -277808,7 +277808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7cbf08d-d0d6-4399-bb64-e526fe3bc176", + "id": "a8ffc742-331e-47cd-9406-0fa9cd1888f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -277869,7 +277869,7 @@ } }, { - "id": "e5527de2-442c-458a-aea5-4615ebef7cc8", + "id": "6ffc7737-ccec-48a8-b9ae-6bbfa71a9676", "name": "Test configuration for source connector", "request": { "name": "Test configuration for source connector", @@ -277921,7 +277921,7 @@ }, "response": [ { - "id": "4fe3bd48-908b-44bf-b62c-e9d19ad7d578", + "id": "aa7406f7-35fd-47c2-996b-02ad830ff1d3", "name": "The result of testing source connector configuration with response from it.", "originalRequest": { "url": { @@ -277976,7 +277976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f1a4874-a709-4127-ba96-eccfef8bd0e4", + "id": "d9531f57-57aa-4f68-a639-afc21ffd0e99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -278031,7 +278031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "385d852b-39df-443e-ae80-0fcda81cf7e4", + "id": "a32f8f0f-c1d0-4884-8015-9905ff22ffd3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -278086,7 +278086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d150866d-3b69-4c49-9d11-4a36bc7ead5a", + "id": "9a038ef1-6b44-4105-9bb9-4fcb40ac0aa5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -278141,7 +278141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b817aecb-4d10-41b6-8e14-567138350788", + "id": "854f679c-d9e9-4698-b36f-8c2b552b4f34", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -278196,7 +278196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a465c79-38e6-45e6-82be-fbe7c2950247", + "id": "f4867cd8-2f35-4b12-9b3c-e56c7c9f28c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -278251,7 +278251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7a0b541-db05-445a-9f8f-a3630565f7ec", + "id": "f37614d8-0fd7-472c-993e-11203dcba40f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -278312,7 +278312,7 @@ } }, { - "id": "aa06f898-6ab4-4c9c-a87a-cbc5e74711bd", + "id": "69d07fc1-d5d4-488a-968a-e1bf59b2b327", "name": "Gets source config with language translations", "request": { "name": "Gets source config with language translations", @@ -278338,13 +278338,13 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "ja" } ], "variable": [ { "type": "any", - "value": "dolor quis", + "value": "aute elit", "key": "id", "disabled": true, "description": { @@ -278374,7 +278374,7 @@ }, "response": [ { - "id": "8ae2de02-15c8-42a6-b5d8-25ddaf9f50da", + "id": "1aa3f757-c670-401a-bc84-5c2f6aad740a", "name": "A Connector Detail object", "originalRequest": { "url": { @@ -278395,7 +278395,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "ja" } ], "variable": [] @@ -278434,12 +278434,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"dolor sint irure velit commodo\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"eu dolore enim ex\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", + "body": "{\n \"name\": \"JDBC\",\n \"sourceConfigXml\": \"
\\n\\t
\",\n \"sourceConfig\": \"laboris aute Excepteur magna esse\",\n \"directConnect\": true,\n \"fileUpload\": false,\n \"uploadedFiles\": \"aute paria\",\n \"connectorMetadata\": {\n \"supportedUI\": \"EXTJS\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c4da03a6-0767-48ad-af27-de66d5c7177f", + "id": "ed298d4b-b5a4-4918-9740-4ce3a411df87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -278460,7 +278460,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "ja" } ], "variable": [] @@ -278504,7 +278504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4db0899e-2320-4754-aef7-73798363da9b", + "id": "dc57b5b5-6742-4bde-b2de-80638cc1f007", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -278525,7 +278525,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "ja" } ], "variable": [] @@ -278569,7 +278569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fbb46ce-e326-4655-9638-728f6ec37bad", + "id": "919a72d9-3121-419d-8e09-581de6648558", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -278590,7 +278590,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "ja" } ], "variable": [] @@ -278634,7 +278634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "058d9b42-29b2-4ca8-ba44-6545f6e2fb7a", + "id": "4599aae4-276d-46f5-a95d-70b6b7f952fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -278655,7 +278655,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "ja" } ], "variable": [] @@ -278699,7 +278699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e6be635-415c-4891-9883-1bcd7a7547b6", + "id": "1590e0fc-6bcf-462d-85fd-7b2ae9527cd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -278720,7 +278720,7 @@ "type": "text/plain" }, "key": "locale", - "value": "es" + "value": "ja" } ], "variable": [] @@ -278770,7 +278770,7 @@ } }, { - "id": "1180db2e-bf0c-4c67-a832-22f33528e02c", + "id": "4e75fad3-e7db-43ed-b723-0ab984c5ad4d", "name": "Native Change Detection Configuration", "request": { "name": "Native Change Detection Configuration", @@ -278825,7 +278825,7 @@ }, "response": [ { - "id": "56b8b899-d4ae-4605-a9a0-b7fe93261a44", + "id": "5a3d4f61-61b9-4d96-8d26-f4ddf9983527", "name": "Native change detection configuration for a source", "originalRequest": { "url": { @@ -278879,7 +278879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34b8c332-17ff-4561-9a9f-eb116cb4ece2", + "id": "3c4e9b39-512d-4639-bc65-538723a3b357", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -278933,7 +278933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ebd6aa4-414a-4f7d-8ed4-cec3954e7486", + "id": "a2f6436b-0df8-4b0e-840f-ab1de9b2544a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -278987,7 +278987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cdc8b98-ecba-488c-b8f6-5625d91d66eb", + "id": "8548eb87-6384-4fe0-a28f-eb36777d47fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -279041,7 +279041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b7137c-a8e5-4074-84e8-1b6a8eddc8f5", + "id": "2c8ad93b-d31f-4c38-a5a0-a92c359d5d96", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -279095,7 +279095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eae5bca-ef71-4357-bdfa-f561ab9be43c", + "id": "94e11cb4-82f8-418d-a807-86a922f49ab8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -279149,7 +279149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2faba7e3-563e-4847-96c1-9204906a999b", + "id": "320fefa2-80a7-4dc8-96d2-49f27c2a0f11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -279209,7 +279209,7 @@ } }, { - "id": "7e5aab4b-19ee-4b8b-be4f-7788bbf9e84d", + "id": "d9db877b-41bf-4b79-9c92-74e32b147f9b", "name": "Update Native Change Detection Configuration", "request": { "name": "Update Native Change Detection Configuration", @@ -279277,7 +279277,7 @@ }, "response": [ { - "id": "c9a7159d-244e-4eff-8ec9-916280683591", + "id": "4bf49e39-f0b7-45c6-8bd6-d0152c21ee05", "name": "Updated native change detection configuration for a source", "originalRequest": { "url": { @@ -279344,7 +279344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "981e5cd7-8e67-464f-8552-c71c3b9e81ff", + "id": "1653c8cf-ace0-4042-be4c-978ff218c838", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -279411,7 +279411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f65cc7ed-1d2c-498b-8c25-52182512ce42", + "id": "f3198c81-f40b-4660-b3a3-f6e948569661", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -279478,7 +279478,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c63ba29d-f2bc-4bd8-aa24-0ffe78ae3c6c", + "id": "b78392f0-b4c1-44f1-9225-fa477e38237b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -279545,7 +279545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb01b656-1de8-4cdd-82d3-8baa3b2a7be7", + "id": "825f25ce-9b90-47cc-9f89-b214038fe16f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -279612,7 +279612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77aba866-2bcb-4354-b64e-7dc7b0bead53", + "id": "2d324800-59df-4d76-ada4-b1943ff70553", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -279679,7 +279679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "390e88ff-c42c-4145-b3c6-cf896493f514", + "id": "fd12e877-60ee-4469-908b-70dbcbd87f1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -279752,7 +279752,7 @@ } }, { - "id": "52691554-4996-4f9b-ac1c-70b70b90d471", + "id": "2248e035-0b1c-41f9-ab95-edfa96380ed9", "name": "Delete Native Change Detection Configuration", "request": { "name": "Delete Native Change Detection Configuration", @@ -279807,7 +279807,7 @@ }, "response": [ { - "id": "728921f7-93ce-4ab5-a0c8-e3411107be68", + "id": "183e84e2-320a-4f44-bbab-31c27dbf41e0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -279851,7 +279851,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4fe3c604-786a-49ce-b694-0719316242b5", + "id": "f18a3277-946b-4076-861a-07a4de1efd68", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -279905,7 +279905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d6ddf78-311c-4169-88a4-1561b4d4a5c5", + "id": "e7aab11a-556b-49d5-b71b-6da8728c5195", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -279959,7 +279959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbd3988b-5295-4ca8-a466-f239d8e68d94", + "id": "0df1b829-3108-481d-aa85-d73e19a2ec73", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -280013,7 +280013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "627faa81-ebc9-4ec2-9b5e-8d5debb3cbf8", + "id": "8c023f2e-5d59-4261-9ec0-f6b080f38cf2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -280067,7 +280067,7 @@ "_postman_previewlanguage": "json" }, { - "id": "957658bb-ba5f-49c1-8965-bd5fbd11c2be", + "id": "5e2ba398-3c81-4c33-94e2-7f97538dfb4f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -280121,7 +280121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3957ff-ea84-4393-a944-5d8a2e87fac6", + "id": "889bcf3e-8bed-4877-9366-f59bcc7242ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -280181,7 +280181,7 @@ } }, { - "id": "d4f37927-8516-4f11-9fc7-af2c248e6c07", + "id": "deacbf4b-b532-4a05-abbf-0ce440a74470", "name": "Remove All Accounts in a Source", "request": { "name": "Remove All Accounts in a Source", @@ -280232,7 +280232,7 @@ }, "response": [ { - "id": "bf4026fa-bbfa-45b6-8796-2a58e59e69b7", + "id": "5d96b3b4-0dc6-4c79-af25-b97bf50f9c61", "name": "Accepted. Returns task result details of removal request.", "originalRequest": { "url": { @@ -280286,7 +280286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01406663-f2c9-44c8-9e7f-3d5e1a4c79da", + "id": "11228ff2-915e-4b89-8837-e2ff25f72016", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -280340,7 +280340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a09c20de-594c-408b-887b-864bfafdacf3", + "id": "d1512bc5-b298-4083-ab08-168292f5f779", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -280394,7 +280394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c36cffc5-c2eb-4d5a-bb08-22928e42ecf5", + "id": "5e92f8c6-d73f-4a81-be2e-a87b217ba5ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -280448,7 +280448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c86450a-4d00-41a7-9f99-e8468b99ee2e", + "id": "d1e6db66-fbe5-4ee0-b55e-aa72eca22b09", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -280502,7 +280502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35944be6-f3af-4226-8e32-ab41d79e9c62", + "id": "efe0a7f1-2e51-459b-acbf-ea73242e2c99", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -280562,7 +280562,7 @@ } }, { - "id": "b4cd08a3-f4e2-405e-97f2-9c016f838cd8", + "id": "df49017e-f368-419f-aba3-44a1fc2b78c5", "name": "Synchronize single source attributes.", "request": { "name": "Synchronize single source attributes.", @@ -280583,7 +280583,7 @@ "variable": [ { "type": "any", - "value": "dolor quis", + "value": "aute elit", "key": "id", "disabled": true, "description": { @@ -280613,7 +280613,7 @@ }, "response": [ { - "id": "b3afbf8a-716c-4751-abfd-fe59d66b1564", + "id": "0da9b2e9-2bb5-49b0-b43d-f5368d92a958", "name": "A Source Sync job", "originalRequest": { "url": { @@ -280667,7 +280667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8eaa79c-4687-4c70-9ecb-42455d94ba77", + "id": "f7e3a7d8-aeab-4eb1-8602-2492103c6cce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -280721,7 +280721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc177945-e0c1-4b67-a4f3-8badde562766", + "id": "afa3fe5b-7dc6-44af-b439-67f593e532e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -280775,7 +280775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01c8bc5e-7152-4084-b50f-9ad7ddc41d49", + "id": "2cbc3f25-ab7e-4a00-85b0-66a9c4a15c72", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -280829,7 +280829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0eddee7d-c6c3-42a5-ad78-73c644c5e82d", + "id": "335896c3-aa44-497e-aea8-f6068eccd9ad", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -280883,7 +280883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d831aa3-44d3-4b10-aa0a-750e55884445", + "id": "d0796b78-208a-421a-a5c9-4db6454310c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -280937,7 +280937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee5b2fc6-ae32-4cf1-a90f-29b30a3a17c8", + "id": "693d0882-8553-4214-b195-4e653c6254b9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -280997,7 +280997,7 @@ } }, { - "id": "6cadaff3-ed7e-42ef-9eec-8fbf1aacd872", + "id": "dc1e8c4c-0a44-4ee6-87dc-da9aadb4377d", "name": "Get Source Entitlement Request Configuration", "request": { "name": "Get Source Entitlement Request Configuration", @@ -281042,7 +281042,7 @@ }, "response": [ { - "id": "b569d8de-8883-4997-b7d4-50b5f990a081", + "id": "42db0cb1-1eac-4d50-942f-50a1f41d852e", "name": "Get default config", "originalRequest": { "url": { @@ -281096,7 +281096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23cee00a-c21c-419c-9cda-bdd6a76df307", + "id": "ae3e46b1-5fdc-43e2-b3f2-5f5a395ac084", "name": "Get config with one approval", "originalRequest": { "url": { @@ -281150,7 +281150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ff0f16b-9ab5-4851-9f73-0946e31c3690", + "id": "fe7c172b-6de2-4fd0-9eaf-c98f78b0e6b9", "name": "Get config with multiple approvals", "originalRequest": { "url": { @@ -281204,7 +281204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79cac5d6-5d67-4ca3-8236-e046827d40b6", + "id": "3a2a991f-9fc5-442f-97c2-f4c1a3360834", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -281258,7 +281258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc144040-3847-4d31-a8f5-1ffd3d329be9", + "id": "46073ea0-4b2e-4d4a-9d0a-af78ae467b2d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -281312,7 +281312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02c718ca-5157-4f86-a574-b097b2573ead", + "id": "12e91efc-726a-4ef4-aa4d-ebe8c3e63722", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -281366,7 +281366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d715360d-45c0-4a67-8cd6-c54657e47172", + "id": "f673597e-fe36-4e80-8e00-f8464231f154", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -281420,7 +281420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae5ad173-e74a-489b-9c6c-9d68db04cc5c", + "id": "c0cf3091-2e1c-494f-adf2-7d5522e77b7f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -281480,7 +281480,7 @@ } }, { - "id": "794f0640-6603-47f3-a177-6da2a3adc0c6", + "id": "7f5b9206-2d37-43e5-a80c-11fdcd67239d", "name": "Update Source Entitlement Request Configuration", "request": { "name": "Update Source Entitlement Request Configuration", @@ -281538,7 +281538,7 @@ }, "response": [ { - "id": "b44e0ba4-7c68-4bff-a5d1-ce36d21f9a62", + "id": "0fe828f5-204c-4e72-a9b4-471f216d202a", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -281605,7 +281605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ce80d4-f416-47c6-b0ec-275ff026e42b", + "id": "a767e8b2-2370-4fe8-a36f-dc70c058cf45", "name": "Set config with one approval", "originalRequest": { "url": { @@ -281672,7 +281672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f4fadb3-7112-41ea-9632-3a1482406b57", + "id": "2a95f202-c17b-4306-9cd9-4f15f2d574f8", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -281739,7 +281739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98764f1a-57b0-44e9-9cc6-5eabc6caa478", + "id": "0b2bdca5-7f57-4c9b-95d7-4a5c093c5fd6", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -281806,7 +281806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "263dd4ed-1112-4bd8-8487-1d0b02a0f1c0", + "id": "460b3e6f-2ead-4d4d-ae0a-8b8e9b07e99b", "name": "Set config with one approval", "originalRequest": { "url": { @@ -281873,7 +281873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1a6ee30-1b18-4aaa-b481-b9a83be3874f", + "id": "6e68213e-acdd-4386-9e61-dcd3f5d12420", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -281940,7 +281940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed51396-5035-4fef-beca-f801585ef747", + "id": "9ea67bed-2c70-4303-86cd-061b6d9eb3e0", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -282007,7 +282007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c10f8b4-ece2-467d-8d2e-9a70ad254f2d", + "id": "0414eae6-3edb-4299-ba90-92c47f2174cb", "name": "Set config with one approval", "originalRequest": { "url": { @@ -282074,7 +282074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c713cfeb-ea1a-471a-9828-a0f8b844ef2c", + "id": "b1630fc2-ed5a-42ce-87d0-54636cff3c7c", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -282141,7 +282141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a0f1e89-a80c-4f4b-932a-b4f2744996aa", + "id": "a79b4252-8376-43c1-baaa-12913f79b4e0", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -282208,7 +282208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddd03dff-70e2-49ef-9586-be3ba4c82e0a", + "id": "cd6ef049-34f9-49df-94b3-6ec42f64f627", "name": "Set config with one approval", "originalRequest": { "url": { @@ -282275,7 +282275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e3e57d2-05f3-4dbf-8c14-f892536d4d1a", + "id": "407bafb6-8a13-48d2-be06-9c357c9b62bb", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -282342,7 +282342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c7b1a39-443d-46e6-8bca-f7f460864193", + "id": "72b7a6f1-7f64-4d7c-85cb-3bc17cb8c556", "name": "Set config with no approvals", "originalRequest": { "url": { @@ -282409,7 +282409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ff635f1-8d7d-4183-a02c-da3f7e93e9c8", + "id": "4944b11e-c6cc-4512-9979-d27952441aea", "name": "Set config with one approval", "originalRequest": { "url": { @@ -282476,7 +282476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bc2b1d6-238d-489b-ad63-4f14dc278ad2", + "id": "3417bc65-3c64-41f1-ac8e-deae9bbd47c4", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -282543,7 +282543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd5c8582-a6ca-464d-b340-c22c69e87200", + "id": "c2da88f7-6c55-4f76-a19b-5f3458ecd71d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -282610,7 +282610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "656b7fc5-37da-4d2d-b775-b40adebf87d0", + "id": "c5e2c34a-fbe0-4ddb-a7f6-f15f652544a3", "name": "Set config with one approval", "originalRequest": { "url": { @@ -282677,7 +282677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e14b990e-fcf6-4ea6-9ee6-49370faedbaa", + "id": "f643a067-43e2-4e0c-97dd-45d0acdb8554", "name": "Set config with multiple approvals", "originalRequest": { "url": { @@ -282750,7 +282750,7 @@ } }, { - "id": "801bcef1-e016-4754-bcbb-85f31fa6e46c", + "id": "59e6a534-3b70-4651-9333-aff0fe21ab03", "name": "Account Aggregation", "request": { "name": "Account Aggregation", @@ -282826,7 +282826,7 @@ }, "response": [ { - "id": "5342166f-c2d7-42ba-80cc-994bbbbaeaf9", + "id": "99ea03c7-adf5-4e45-a313-0d73f472ee36", "name": "Aggregate Accounts Task", "originalRequest": { "url": { @@ -282900,12 +282900,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\": \"2020-06-25T03:37:49.461Z\",\n \"launched\": \"1955-06-09T11:15:10.354Z\",\n \"completed\": \"2006-05-02T15:55:14.051Z\",\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}", + "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\": \"1950-05-27T11:56:44.103Z\",\n \"launched\": \"1961-12-03T09:49:01.316Z\",\n \"completed\": \"2012-02-23T17:32:07.141Z\",\n \"completionStatus\": \"WARNING\",\n \"parentName\": \"Audit Report\",\n \"progress\": \"Initializing...\",\n \"attributes\": {\n \"appId\": \"c31386cb18bb403cbb6df4c86294ff82\",\n \"optimizedAggregation\": \"enabled\",\n \"ut_73\": {}\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": "845770b1-3076-4aff-8dc3-0e581e5163e5", + "id": "3841695e-fbe9-4f1f-bb9a-d0064bcd5631", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -282984,7 +282984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b6f8891-9eeb-4cc0-b4d9-1ab8965638be", + "id": "a825f23a-2ace-4a57-a2ed-58bb5dbc89ae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -283063,7 +283063,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1518d1-cc1e-45ab-ade8-b14ac39be312", + "id": "70da28b1-5cd3-43a0-833f-e5e4b04e755c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -283142,7 +283142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bbdb86b-4c10-4fba-803d-7446d47445d5", + "id": "0ae9330f-d417-4394-be41-f153b8d5c73d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -283221,7 +283221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fe4028e-b349-43d0-9bc8-66758c6ff643", + "id": "28c5e8a7-c447-41e4-a71e-f41c043c7919", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -283306,7 +283306,7 @@ } }, { - "id": "b9015c8e-357c-439c-a38d-491b6f76f50b", + "id": "cbfeccc3-fb37-4f09-a525-cd54832ebb0d", "name": "Process Uncorrelated Accounts", "request": { "name": "Process Uncorrelated Accounts", @@ -283373,7 +283373,7 @@ }, "response": [ { - "id": "afae4d17-2117-4c66-b90d-8671d188e6bc", + "id": "e4b095cf-01c2-4b9d-a33c-9cc26a78814a", "name": "Uncorrelated Accounts Task", "originalRequest": { "url": { @@ -283438,12 +283438,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\": \"1967-06-07T12:02:32.825Z\",\n \"launched\": \"1990-09-24T12:40:40.713Z\",\n \"completed\": \"1985-03-16T08:29:26.052Z\",\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\": \"1951-10-03T14:56:18.914Z\",\n \"launched\": \"1956-11-20T15:03:04.064Z\",\n \"completed\": \"1965-11-17T02:55:08.517Z\",\n \"completionStatus\": \"TEMP_ERROR\",\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": "820123c9-2f9c-494e-9098-02e3ff529db5", + "id": "05010121-51ff-4191-b671-baf61ac9e039", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -283513,7 +283513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05d41c45-23e7-4a31-a9b0-dfb4fb2ee11c", + "id": "6e47a11b-d525-4dea-b093-b4f14e965e50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -283583,7 +283583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a1260d-eb4c-4b1c-abda-cce62415870b", + "id": "e3adcea4-7537-4315-a4b2-703f265e74bb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -283653,7 +283653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3db18f01-fc69-477b-a8a9-e26b90a741fb", + "id": "3f08a076-4859-4ddc-aa30-a47e58cc1871", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -283723,7 +283723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf48427e-0427-450c-86e2-2dae12b2b1df", + "id": "87f9fd19-2274-483a-87ea-7e373fc4a1f5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -283805,7 +283805,7 @@ "description": "Import and export configuration for some objects between tenants.", "item": [ { - "id": "36ef8448-32c0-4e0f-98f7-7004e9d574f5", + "id": "78a6f37a-0c73-4497-98ee-b3fe84aec18e", "name": "Initiates configuration objects export job", "request": { "name": "Initiates configuration objects export job", @@ -283857,7 +283857,7 @@ }, "response": [ { - "id": "b1a0724d-59c4-440a-ada9-db61f329eb7e", + "id": "8e16dac7-36d5-400d-bd7c-d40548613bf6", "name": "Export all objects available", "originalRequest": { "url": { @@ -283923,7 +283923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9352552-f9b1-4a56-8591-1765fa35a58e", + "id": "1dcabaa3-87d9-46f2-ae43-d3e1ca20c2dc", "name": "Export sources by ID", "originalRequest": { "url": { @@ -283989,7 +283989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f868d7f1-9803-4ff4-9df3-b73c703bdebf", + "id": "6c6a7d1c-3018-4ecb-9445-e2858175a2b0", "name": "Export transforms by name", "originalRequest": { "url": { @@ -284055,7 +284055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "026fe505-874a-46d4-9baa-7b4cd37f2506", + "id": "349f5709-b3c5-46bb-9257-cccc75b72b22", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -284121,7 +284121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29622920-0498-458a-af52-35b83941e728", + "id": "520cf457-8016-4f5c-b9c0-797ddd801e51", "name": "Export all objects available", "originalRequest": { "url": { @@ -284187,7 +284187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecf9bbd9-857f-41c7-baa0-4c630e31fb85", + "id": "75fbc9fa-ab37-4144-a7e1-2d2330b96718", "name": "Export sources by ID", "originalRequest": { "url": { @@ -284253,7 +284253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9841de97-7fde-4663-932c-8b43d3a45a68", + "id": "4797767d-d380-4f22-9990-5ce4a5a66248", "name": "Export transforms by name", "originalRequest": { "url": { @@ -284319,7 +284319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ba6fe71-d085-44dc-b6b2-776251b1926c", + "id": "bfa419d9-3a62-48eb-9207-5a31fbc48eb2", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -284385,7 +284385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "885f99b6-5f86-44d1-a496-272000817c8c", + "id": "dd424682-57c4-4c8c-bf6c-f991ef3ef7ed", "name": "Export all objects available", "originalRequest": { "url": { @@ -284451,7 +284451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "856159ed-8ce9-4188-aaa2-caa66f4bdfee", + "id": "a4c7c25c-1e2e-4858-82c5-cf725e83fe2b", "name": "Export sources by ID", "originalRequest": { "url": { @@ -284517,7 +284517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "696d5ea8-1069-471c-a495-c4d8e3b4bcc8", + "id": "431eab3e-adbd-4c0a-9580-081f43712a8c", "name": "Export transforms by name", "originalRequest": { "url": { @@ -284583,7 +284583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32a5ed8e-3ad4-4fd6-88ae-b707a93aa298", + "id": "de7f7d85-e28c-4457-8246-e44a07d832a2", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -284649,7 +284649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28573f85-b976-468b-ad3a-6f728df27ec9", + "id": "b3ddffaf-8439-40c9-a60b-2079d5a68f1f", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -284715,7 +284715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b2e68c0-a3cf-4a74-996b-3c2c69eccd16", + "id": "a73e00ba-0714-4059-940d-b6e2506a8a9a", "name": "Export sources by ID", "originalRequest": { "url": { @@ -284781,7 +284781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a71073dd-bc22-4941-89d9-86a8a5b94158", + "id": "0a06c555-f97d-45f0-99e4-07c19a16cd28", "name": "Export transforms by name", "originalRequest": { "url": { @@ -284847,7 +284847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e26b6f4-aebc-4bbb-866c-45594f7e11a5", + "id": "e3bdd7f4-2d7e-4a6a-b555-48f15fe3e468", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -284913,7 +284913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ced2392-8478-4385-acc2-70d60635c568", + "id": "15b6dace-4340-474d-ad6c-12990126eab0", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -284979,7 +284979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74d866d5-e738-451e-bdd4-6ea003ced462", + "id": "53e00db7-acc9-4948-8ba2-f1621bde344c", "name": "Export sources by ID", "originalRequest": { "url": { @@ -285045,7 +285045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4656a7b-c67a-468c-bbf0-03da1516aa94", + "id": "f23b66b1-cb20-47a5-8e46-943965073a4c", "name": "Export transforms by name", "originalRequest": { "url": { @@ -285111,7 +285111,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03911d97-603a-4eee-b5be-ef5ceff6313d", + "id": "ebc28a84-a815-4dfd-9c4b-db8caa710ec3", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -285177,7 +285177,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6c04f90-b9ed-4bb2-9563-46a0ccafd89f", + "id": "43d445da-a716-4330-96fa-efeda3dbe064", "name": "Export all objects available", "originalRequest": { "url": { @@ -285243,7 +285243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a23f9958-8610-4412-970a-b7563eb277df", + "id": "de59118e-5011-4793-ae99-0e2cc1e01360", "name": "Export sources by ID", "originalRequest": { "url": { @@ -285309,7 +285309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c766b052-9d27-4f75-8729-03f00bad1e14", + "id": "b1117da5-be48-41dd-bd77-184593fdfbb9", "name": "Export transforms by name", "originalRequest": { "url": { @@ -285375,7 +285375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ab3696-487d-40a3-b360-88273225a509", + "id": "98034d88-e539-4877-820e-97c58a092854", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -285441,7 +285441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a771fd94-fabd-411d-a24f-bb62dd13335e", + "id": "c4d3e930-79d0-4785-9d01-a7e2fac146d7", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -285507,7 +285507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "953f7996-e967-4b5e-9111-7fc33d0d21e6", + "id": "66427a13-6ce5-409e-8328-f0e481054bd1", "name": "Export sources by ID", "originalRequest": { "url": { @@ -285573,7 +285573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb300d4c-cc86-4570-8470-70f8b0ffcc57", + "id": "f256e8d1-adfb-44df-997b-3de86c84782d", "name": "Export transforms by name", "originalRequest": { "url": { @@ -285639,7 +285639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "606ce74c-d50e-41b3-84c9-d5ca4dfaed57", + "id": "b8bc6e5f-41c5-436b-b5c9-6f9bc853b26e", "name": "Export trigger subscriptions triggers and transforms with custom options", "originalRequest": { "url": { @@ -285711,7 +285711,7 @@ } }, { - "id": "718d700d-efc8-4075-9ec7-e4eb4f122cf9", + "id": "ec50ab7d-51d6-4c77-b2e0-cfcde28c46de", "name": "Get export job status", "request": { "name": "Get export job status", @@ -285762,7 +285762,7 @@ }, "response": [ { - "id": "bffb1fa2-c94e-469d-ae20-be81215089a1", + "id": "ad55175a-d2aa-4365-a62d-e44819acc1c3", "name": "Export job status successfully returned.", "originalRequest": { "url": { @@ -285816,7 +285816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcbc1045-6247-4bcc-995d-d918e596e338", + "id": "f262b179-6bce-4431-9b79-946882414706", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -285870,7 +285870,7 @@ "_postman_previewlanguage": "json" }, { - "id": "877791f2-be02-481a-8092-63f263e9af06", + "id": "c751ad26-fbba-4dbd-b438-fe58c952826e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -285924,7 +285924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cae799b4-fa37-4d8f-9875-490907818f70", + "id": "e8b4c1b0-f19a-4e21-8d3f-ec78eed6953f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -285978,7 +285978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c864dc6-b322-4f05-8ba5-b91196d4fb46", + "id": "b2fc3d4b-2d8f-4944-a271-14311344d90d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -286032,7 +286032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff85e316-292e-4839-8e6d-ba03b520060d", + "id": "bef2a77a-7833-4bf3-aa4a-e9105bd65d26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -286086,7 +286086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94168820-e13d-448a-bc22-20f019a9c8b9", + "id": "93e54a50-b439-4341-9036-d057fd27d723", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -286146,7 +286146,7 @@ } }, { - "id": "21a2b334-81b1-4443-954a-38bd38e1c6bb", + "id": "563650fb-a9cf-48d5-94ae-678d73f73d14", "name": "Download export job result.", "request": { "name": "Download export job result.", @@ -286198,7 +286198,7 @@ }, "response": [ { - "id": "8dad667f-b424-4564-a153-9c6fd1d709c9", + "id": "2925a06a-30a2-4355-81ad-127695e88ed5", "name": "Exported JSON objects.", "originalRequest": { "url": { @@ -286248,12 +286248,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 \"enim_915\": -75954327.1088218,\n \"est01\": -66057116\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"proident1\": true\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 \"ut_c9\": -78805835.31133004,\n \"eu_36\": \"minim\"\n }\n },\n {\n \"version\": 1,\n \"self\": {\n \"type\": \"SOURCE\",\n \"id\": \"2c9180835d191a86015d28455b4b232a\",\n \"name\": \"HR Active Directory\"\n },\n \"object\": {\n \"deseruntf\": -93859998\n }\n }\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ab1fe259-a089-465f-8fc4-f2d119151fa9", + "id": "b658a31c-f8d2-4714-b597-c7d6ca80da9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -286308,7 +286308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e76ef35e-428f-42f9-95f9-019b55045cdd", + "id": "82620afe-88f8-4fcc-9cca-df51597a0413", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -286363,7 +286363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e102fb5d-4e58-4d2f-97df-c5fd1cc7166c", + "id": "afbd31ed-66f2-46e7-90e6-0e75f7a61a90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -286418,7 +286418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "017d4df0-c0db-43eb-a6ac-da3935d12541", + "id": "a7916c04-0b20-464c-9e09-3890962735f4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -286473,7 +286473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "580373f2-6764-44fe-b788-afbde58b9dd0", + "id": "3a1cc67e-a0e0-4fda-9756-0d61ae3b469a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -286528,7 +286528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c37417f-294b-42ea-97ad-10355f11ff2f", + "id": "de8ddb04-d8de-4990-82c5-1e62fcb17fa5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -286589,7 +286589,7 @@ } }, { - "id": "724e95b4-9fd7-4360-bfcc-c39b0152ec3c", + "id": "11ec594c-084e-4607-bd5b-8f99fa76dc0b", "name": "Initiates configuration objects import job", "request": { "name": "Initiates configuration objects import job", @@ -286663,7 +286663,7 @@ }, "response": [ { - "id": "e65df05e-3985-41d3-ac06-a4a3bce2f687", + "id": "089be36a-fab1-41bb-a506-64ef6e4c76c5", "name": "Import job accepted and queued for processing.", "originalRequest": { "url": { @@ -286751,7 +286751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7025f2b-a76d-4f43-a091-02978098c48e", + "id": "7d69459a-ddf0-48d8-9b6d-4109cda1c411", "name": "Client Error - Returned if the request body is invalid.\n", "originalRequest": { "url": { @@ -286839,7 +286839,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f67332b4-ad35-48af-ad8d-82cc4f968065", + "id": "f7fdc996-59b3-47b6-ae8f-90c4b966a306", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -286927,7 +286927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba392184-45ca-4845-81bf-df3094445740", + "id": "41e50187-fd3f-4579-91bc-a49e87d44f5a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -287015,7 +287015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a7a5fb0-31fb-4ef5-aa78-fe70208a9e74", + "id": "5361feca-f61b-4641-aab3-986d53d00836", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -287103,7 +287103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "322606e4-db59-43d3-929a-ca6b708ed2be", + "id": "5dd11af7-376b-42e9-b98a-6504f43d772f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -287191,7 +287191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7deb29fc-068c-413d-8980-b66dd93d4f3c", + "id": "1f974943-55f0-423f-8e37-c8e01b515a67", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -287285,7 +287285,7 @@ } }, { - "id": "a1d63197-4241-4c90-99be-d2424c91fb93", + "id": "6a972eb8-7816-441e-8c68-81f2f86bc265", "name": "Get import job status", "request": { "name": "Get import job status", @@ -287336,7 +287336,7 @@ }, "response": [ { - "id": "706a938f-7816-4515-8dae-40d6bd577700", + "id": "b3d3d1f2-e725-4e1c-8012-34a7a30deffa", "name": "Import job status successfully returned.", "originalRequest": { "url": { @@ -287390,7 +287390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cf84e31-f7f2-41dc-a5bc-7ec3edb21d9e", + "id": "2edeacd1-6066-4930-9af0-519e254d6c56", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -287444,7 +287444,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04eecb92-154c-4217-a499-9fc2d3204bb6", + "id": "51866ad0-3389-45d8-88c4-d9f4c169ca95", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -287498,7 +287498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fd45c97-ea3c-42ce-8870-8e5390a8d46b", + "id": "b26b795b-022b-4e4a-b73e-5b5beff04b19", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -287552,7 +287552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ddaf607-b50d-42da-b799-dcab259b9e9f", + "id": "54cf1b7c-a4e4-441e-a1b8-c3c114ef100b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -287606,7 +287606,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ec7d1f-3cc6-4f86-9cab-8fda3c27b9bc", + "id": "2dc21cb3-2f08-42d4-94ad-916efb8e8967", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -287660,7 +287660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d212d5b-5eea-40ef-ad64-cc15b39c03b1", + "id": "ca2b41d7-5c15-422f-b32b-d1855c290b51", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -287720,7 +287720,7 @@ } }, { - "id": "a5238853-2be9-4394-8297-fe3360491af0", + "id": "89437ed2-404b-46b2-86dc-8df5cacc23cb", "name": "Download import job result", "request": { "name": "Download import job result", @@ -287772,7 +287772,7 @@ }, "response": [ { - "id": "48a5a8a0-2a98-4adb-91fc-3549ea961ea0", + "id": "3f915303-1d61-4abc-a3a9-1d128996f878", "name": "Import results JSON object, containing detailed results of the import operation.", "originalRequest": { "url": { @@ -287822,12 +287822,12 @@ "value": "application/json" } ], - "body": "{\n \"results\": {\n \"ipsum5\": {\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 \"aliquip_026\": {}\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_3\": {}\n }\n }\n ],\n \"warnings\": [\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"esse_20\": {},\n \"consequat_f_\": {},\n \"occaecat_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 \"incididunt_bd\": {},\n \"labored7a\": {}\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 \"officia_c\": {}\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 \"eiusmoda9d\": {},\n \"esse_e8\": {}\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 \"mollit_0\": {\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 \"et_3f\": {},\n \"euc\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"dolor_4\": {},\n \"reprehenderit1\": {}\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 \"amet_98c\": {},\n \"laborum_56\": {}\n }\n },\n {\n \"key\": \"UNKNOWN_REFERENCE_RESOLVER\",\n \"text\": \"Unable to resolve reference for object [type: IDENTITY, id: 2c91808c746e9c9601747d6507332ecz, name: random identity]\",\n \"details\": {\n \"do_60\": {},\n \"Duisaa7\": {}\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 \"incididuntc5b\": {},\n \"sed_e31\": {}\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 \"ex_f\": {},\n \"anim_7de\": {}\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": "fd5a5cd3-c30b-4519-82ea-6ff04af592b4", + "id": "814c3089-5b0d-4493-b2cc-79c2c2c8453a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -287882,7 +287882,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21d6cb37-6483-467e-9ed5-42a39e201a3a", + "id": "d372a7de-e983-4c7a-a95e-01909ca993bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -287937,7 +287937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aef1d2ec-0028-4260-9bb6-eff37e655039", + "id": "70a85873-1f90-4d19-835a-8f59553b4541", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -287992,7 +287992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c67546de-b717-4923-8426-569801bf7495", + "id": "0317da3c-f6fd-45e8-aebd-5d4c5e966a94", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -288047,7 +288047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9df45e3e-fa1b-43ed-8af0-c6754ec089ea", + "id": "36b1826b-363a-4bd8-a4b7-f9db11e8213d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -288102,7 +288102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1b89ae2-cfc6-4918-882e-b2e1757bd91a", + "id": "d56ac23a-2a25-422f-8307-f6a7cbfcfa74", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -288163,7 +288163,7 @@ } }, { - "id": "722c782f-42ad-4ec0-82ad-a094ce9471fa", + "id": "f791a5b6-e7fb-4a75-8850-c14d8ff5297d", "name": "Get config object details", "request": { "name": "Get config object details", @@ -288202,7 +288202,7 @@ }, "response": [ { - "id": "d22a5601-bd3b-4cb7-b265-bb36dc08e26f", + "id": "59028cf7-2a25-408a-8ea3-b36e69c79c17", "name": "Object configurations returned successfully.", "originalRequest": { "url": { @@ -288255,7 +288255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63116dbc-6be6-4fbc-a8f3-d9958e4e322b", + "id": "48f7bf28-36e5-4b1b-bf99-dacc03bdab33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -288308,7 +288308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cc9ba11-37e6-42ac-9d3b-59a802f63335", + "id": "3cf9f771-ee01-4388-85b9-a2fc3f04f12a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -288361,7 +288361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "494274df-b3f4-47b4-879d-9ff79a6728b1", + "id": "bdb74007-00dd-429f-98d6-a63539cca51a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -288414,7 +288414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182195d2-5eba-45f3-b9d2-376689dbc595", + "id": "2565a38f-2aa1-49fe-8a23-c2c2c38ba86f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -288467,7 +288467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aef18ff0-757a-4db3-a35c-7675f821a737", + "id": "95e9f1d6-51ae-4b1e-8364-d3a11fcaf663", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -288520,7 +288520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba178dda-9fa3-43b8-9d3c-fc4c1f65cd8e", + "id": "2ed12333-4872-456f-b97d-26567bfd6b2c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -288585,7 +288585,7 @@ "description": "Use this API to leverage power of LLM to generate suggested entitlement description.\n", "item": [ { - "id": "3454155b-13c8-4808-8cc8-49ec434256b0", + "id": "e196394f-029a-4ce1-b20d-ad5a62929022", "name": "Submit Sed Batch Stats Request", "request": { "name": "Submit Sed Batch Stats Request", @@ -288636,7 +288636,7 @@ }, "response": [ { - "id": "bd38a6eb-9a3e-424e-b526-796b4e5cf149", + "id": "53ca89c9-da03-42fc-8687-bbbc6d0e48ea", "name": "Stats of Sed batch.", "originalRequest": { "url": { @@ -288685,12 +288685,12 @@ "value": "application/json" } ], - "body": "{\n \"batchComplete\": true,\n \"batchId\": \"c25632cf-365b-579c-91cd-bef47c6b49f6\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", + "body": "{\n \"batchComplete\": true,\n \"batchId\": \"urn:uuid:a0424a44-f935-32bb-bf9c-9ff2a538c66e\",\n \"discoveredCount\": 100,\n \"discoveryComplete\": true,\n \"processedCount\": 100\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4a6df1b1-0c2d-4e2e-b398-4dfcdc04ef22", + "id": "69660d00-c50c-40b4-bac9-f83d4f1911ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -288744,7 +288744,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47c40028-1080-421c-985b-e1370f15c26d", + "id": "5b4b3aa7-d974-4cbc-9ad1-0e2e57fff07d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -288798,7 +288798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9d3e53b-edf2-4ef8-b02e-60d693910973", + "id": "cc084fe5-b032-4bf3-8bf9-c35ccdffed1a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -288852,7 +288852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a24e5864-29de-4548-bde9-7b525d783059", + "id": "61094339-a116-44de-97d8-b64c285236cf", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -288906,7 +288906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ffee994-796c-4de4-9129-ef60d4acaf45", + "id": "714247be-c100-4dea-bde0-56388353ebb0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -288960,7 +288960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f62153a7-096d-4109-919e-f4ec1d1556f3", + "id": "8e96acde-0e12-4ebc-87af-c81e3ec46a24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -289020,7 +289020,7 @@ } }, { - "id": "a1472847-746b-4d2b-a570-9c1f0c3ee2c8", + "id": "f848f798-248e-4b3a-a349-fece1c354147", "name": "List Sed Batch Request", "request": { "name": "List Sed Batch Request", @@ -289058,7 +289058,7 @@ }, "response": [ { - "id": "3badf427-20db-452e-941d-af23c95ab80e", + "id": "38c14a0a-5a71-42c9-9122-8e806b4dd9a4", "name": "Status of batch", "originalRequest": { "url": { @@ -289110,7 +289110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "646fa1a1-8b55-443c-b19d-a63575b82856", + "id": "f6a41b88-6f27-4212-bbe4-2ec0c7c913a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -289162,7 +289162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63967179-5acc-411e-be4c-361019ca8353", + "id": "8943bc96-d41c-4e33-9e07-2f022b7d6309", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -289214,7 +289214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cd48060-894d-4132-8b13-3b74729e39a4", + "id": "cdda508f-5301-4ee7-9d6b-1e0f75ef86fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -289266,7 +289266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5fbd057-0bb0-493b-85e9-750589b3f004", + "id": "39c44796-5cb1-4803-a8e5-907c36a296b5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -289318,7 +289318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b93701a5-bcd8-4f43-bca8-c210b17c1545", + "id": "95216fad-1207-4e07-9194-08a584de51df", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -289370,7 +289370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70737771-f6e1-4633-b81b-0ce626895563", + "id": "8fe077e8-8703-4eb6-9dd7-6bd791a130ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -289428,7 +289428,7 @@ } }, { - "id": "aebb53ce-1797-466d-8161-3a46edf11995", + "id": "84c30766-ff2d-465c-a92c-21d36912f80b", "name": "Submit Sed Batch Request", "request": { "name": "Submit Sed Batch Request", @@ -289479,7 +289479,7 @@ }, "response": [ { - "id": "41da53e0-58c8-4fb4-b97f-a59f8a8a1f28", + "id": "11e55fde-3cc4-4d28-a78c-5ca4e7fe3e39", "name": "Sed Batch Response", "originalRequest": { "url": { @@ -289539,12 +289539,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"urn:uuid:c8279d12-7d4b-4b28-343a-43c5fb484100\"\n}", + "body": "{\n \"batchId\": \"74406bc7-cd6d-30d1-8c2f-e530c8ed97e7\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "24c86fa1-3da8-4677-b500-5ccb6e224d4d", + "id": "190ca079-4908-4480-990a-192fb46252d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -289609,7 +289609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a81bdc14-02d1-4bdf-9410-71874f081aa2", + "id": "801bd01f-a7bf-43ee-b5c5-7ebe90658a4b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -289674,7 +289674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7b69fb1-0125-4785-a463-e9a0cd936df1", + "id": "ee5a20f7-ccb2-470c-876d-0d2fd875a6af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -289739,7 +289739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9c1a6fb-11f2-4f1d-9582-4d761effa0ba", + "id": "1019642a-5cf7-42f6-90ee-82683c25d5bb", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -289804,7 +289804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d731a3b6-32cb-45f1-9454-1634744739d4", + "id": "83105cc2-b219-4623-b674-10a6e82f3853", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -289869,7 +289869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59c8224e-7b22-4630-832d-707dc5215342", + "id": "74831dbc-74f5-4449-b3d3-5ddcebab5961", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -289940,7 +289940,7 @@ } }, { - "id": "c2276a44-f6c4-46b9-96ed-84b12d9d67ac", + "id": "5fb7c13e-e40a-4ba5-92e4-6068858d3d7a", "name": "Submit Bulk Approval Request", "request": { "name": "Submit Bulk Approval Request", @@ -289980,7 +289980,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"1dbed495-d9bb-4657-0cc9-123a6cf8580a\",\n \"f4114c37-1d8e-73ea-352e-8988e06f9709\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:72cb0035-a786-fae7-0611-e0098af86edf\",\n \"urn:uuid:93dd59ed-42d3-c203-432c-83c6acc168de\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"44ac2519-b796-6ee2-2539-35f393694dff\",\n \"urn:uuid:23252ae3-21dd-026a-1cda-0959c9b041c3\"\n ]\n },\n {\n \"items\": [\n \"8e87d03b-0cba-3700-0288-49c936985e53\",\n \"urn:uuid:64d38b61-61c7-8298-6219-b0ffe97c5cc3\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -289991,7 +289991,7 @@ }, "response": [ { - "id": "84f930b3-6f94-45c9-a6f2-243750e01632", + "id": "2c688d0e-39d4-4418-ab00-1742e25b8366", "name": "List of SED Approval Status", "originalRequest": { "url": { @@ -290034,7 +290034,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"1dbed495-d9bb-4657-0cc9-123a6cf8580a\",\n \"f4114c37-1d8e-73ea-352e-8988e06f9709\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:72cb0035-a786-fae7-0611-e0098af86edf\",\n \"urn:uuid:93dd59ed-42d3-c203-432c-83c6acc168de\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"44ac2519-b796-6ee2-2539-35f393694dff\",\n \"urn:uuid:23252ae3-21dd-026a-1cda-0959c9b041c3\"\n ]\n },\n {\n \"items\": [\n \"8e87d03b-0cba-3700-0288-49c936985e53\",\n \"urn:uuid:64d38b61-61c7-8298-6219-b0ffe97c5cc3\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -290051,12 +290051,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"f34a1f68-bc38-e99b-6b3d-c50e8ab963aa\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"urn:uuid:b08953c0-7e15-d43f-5031-2a274cd68b81\",\n \"status\": \"SUCCESS\"\n }\n]", + "body": "[\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"657ab013-2a3a-dbf2-a4b6-70268a0c16e9\",\n \"status\": \"SUCCESS\"\n },\n {\n \"failedReason\": \"invalid status\",\n \"id\": \"e6a22932-12f6-9698-c979-0e7a528ea46a\",\n \"status\": \"SUCCESS\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "5236d679-7d40-4043-97a8-6029e9791816", + "id": "10745a9d-f661-4ac8-8da8-5f82b5a463f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -290099,7 +290099,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"1dbed495-d9bb-4657-0cc9-123a6cf8580a\",\n \"f4114c37-1d8e-73ea-352e-8988e06f9709\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:72cb0035-a786-fae7-0611-e0098af86edf\",\n \"urn:uuid:93dd59ed-42d3-c203-432c-83c6acc168de\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"44ac2519-b796-6ee2-2539-35f393694dff\",\n \"urn:uuid:23252ae3-21dd-026a-1cda-0959c9b041c3\"\n ]\n },\n {\n \"items\": [\n \"8e87d03b-0cba-3700-0288-49c936985e53\",\n \"urn:uuid:64d38b61-61c7-8298-6219-b0ffe97c5cc3\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -290121,7 +290121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b45fa4df-f054-48b8-99e5-56f2f1dc64d4", + "id": "a0dc66dc-b637-45d4-9572-bfa09d6e3326", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -290164,7 +290164,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"1dbed495-d9bb-4657-0cc9-123a6cf8580a\",\n \"f4114c37-1d8e-73ea-352e-8988e06f9709\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:72cb0035-a786-fae7-0611-e0098af86edf\",\n \"urn:uuid:93dd59ed-42d3-c203-432c-83c6acc168de\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"44ac2519-b796-6ee2-2539-35f393694dff\",\n \"urn:uuid:23252ae3-21dd-026a-1cda-0959c9b041c3\"\n ]\n },\n {\n \"items\": [\n \"8e87d03b-0cba-3700-0288-49c936985e53\",\n \"urn:uuid:64d38b61-61c7-8298-6219-b0ffe97c5cc3\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -290186,7 +290186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74108589-3ecf-439c-926e-451fc0e31084", + "id": "021e7c84-3458-4f14-b446-242d64e98683", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -290229,7 +290229,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"1dbed495-d9bb-4657-0cc9-123a6cf8580a\",\n \"f4114c37-1d8e-73ea-352e-8988e06f9709\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:72cb0035-a786-fae7-0611-e0098af86edf\",\n \"urn:uuid:93dd59ed-42d3-c203-432c-83c6acc168de\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"44ac2519-b796-6ee2-2539-35f393694dff\",\n \"urn:uuid:23252ae3-21dd-026a-1cda-0959c9b041c3\"\n ]\n },\n {\n \"items\": [\n \"8e87d03b-0cba-3700-0288-49c936985e53\",\n \"urn:uuid:64d38b61-61c7-8298-6219-b0ffe97c5cc3\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -290251,7 +290251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2af17dae-e5c4-4c4e-96d5-2e45a2f8b838", + "id": "4ab4ef0f-cb92-442b-a95a-bd3cecfd99b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -290294,7 +290294,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"1dbed495-d9bb-4657-0cc9-123a6cf8580a\",\n \"f4114c37-1d8e-73ea-352e-8988e06f9709\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:72cb0035-a786-fae7-0611-e0098af86edf\",\n \"urn:uuid:93dd59ed-42d3-c203-432c-83c6acc168de\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"44ac2519-b796-6ee2-2539-35f393694dff\",\n \"urn:uuid:23252ae3-21dd-026a-1cda-0959c9b041c3\"\n ]\n },\n {\n \"items\": [\n \"8e87d03b-0cba-3700-0288-49c936985e53\",\n \"urn:uuid:64d38b61-61c7-8298-6219-b0ffe97c5cc3\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -290316,7 +290316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff61e3b6-3a23-4801-85ab-926675f941d7", + "id": "9cfc4bac-9112-49a3-97c4-57c4ce509f54", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -290359,7 +290359,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"1dbed495-d9bb-4657-0cc9-123a6cf8580a\",\n \"f4114c37-1d8e-73ea-352e-8988e06f9709\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:72cb0035-a786-fae7-0611-e0098af86edf\",\n \"urn:uuid:93dd59ed-42d3-c203-432c-83c6acc168de\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"44ac2519-b796-6ee2-2539-35f393694dff\",\n \"urn:uuid:23252ae3-21dd-026a-1cda-0959c9b041c3\"\n ]\n },\n {\n \"items\": [\n \"8e87d03b-0cba-3700-0288-49c936985e53\",\n \"urn:uuid:64d38b61-61c7-8298-6219-b0ffe97c5cc3\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -290381,7 +290381,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9cd4644-efa9-4a4d-b407-a0f189e1b2a8", + "id": "233aba40-c7ba-403d-9632-d54e73e3eea4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -290424,7 +290424,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "[\n {\n \"items\": [\n \"1dbed495-d9bb-4657-0cc9-123a6cf8580a\",\n \"f4114c37-1d8e-73ea-352e-8988e06f9709\"\n ]\n },\n {\n \"items\": [\n \"urn:uuid:72cb0035-a786-fae7-0611-e0098af86edf\",\n \"urn:uuid:93dd59ed-42d3-c203-432c-83c6acc168de\"\n ]\n }\n]", + "raw": "[\n {\n \"items\": [\n \"44ac2519-b796-6ee2-2539-35f393694dff\",\n \"urn:uuid:23252ae3-21dd-026a-1cda-0959c9b041c3\"\n ]\n },\n {\n \"items\": [\n \"8e87d03b-0cba-3700-0288-49c936985e53\",\n \"urn:uuid:64d38b61-61c7-8298-6219-b0ffe97c5cc3\"\n ]\n }\n]", "options": { "raw": { "headerFamily": "json", @@ -290452,7 +290452,7 @@ } }, { - "id": "57ab8b9e-4563-4be5-9e48-a10ec017cb4a", + "id": "e9a7c2d5-9d49-4292-88f0-b2e0444e85b8", "name": "Submit Sed Assignment Request", "request": { "name": "Submit Sed Assignment Request", @@ -290492,7 +290492,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"3cba468d-0d92-85fc-f046-347950001fb9\",\n \"72e0f41f-3694-fcc0-99f0-1ab80474a660\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:c9d670bf-fca9-d6a2-753d-773dc540ab25\",\n \"urn:uuid:1816d2fd-a85f-c632-2346-9552e7c8fc96\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -290503,7 +290503,7 @@ }, "response": [ { - "id": "0d967aac-b0e2-41c5-bf55-bf8c6279515c", + "id": "244b6c84-99b4-4623-9bb9-a2d8ea4c7558", "name": "Sed Assignment Response", "originalRequest": { "url": { @@ -290546,7 +290546,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"3cba468d-0d92-85fc-f046-347950001fb9\",\n \"72e0f41f-3694-fcc0-99f0-1ab80474a660\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:c9d670bf-fca9-d6a2-753d-773dc540ab25\",\n \"urn:uuid:1816d2fd-a85f-c632-2346-9552e7c8fc96\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -290563,12 +290563,12 @@ "value": "application/json" } ], - "body": "{\n \"batchId\": \"5ab80a88-0c46-ce9e-ee00-9d301a4ca40a\"\n}", + "body": "{\n \"batchId\": \"8e9302b1-7e15-da6a-beea-942c4ab56834\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "ff6f822a-038a-456b-a13f-45aa2a1fa626", + "id": "93c68fe0-2037-4bd0-9ee5-d9f59388e868", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -290611,7 +290611,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"3cba468d-0d92-85fc-f046-347950001fb9\",\n \"72e0f41f-3694-fcc0-99f0-1ab80474a660\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:c9d670bf-fca9-d6a2-753d-773dc540ab25\",\n \"urn:uuid:1816d2fd-a85f-c632-2346-9552e7c8fc96\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -290633,7 +290633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6850751c-68e6-42d2-9aec-d7056300901e", + "id": "fa505c86-1801-4907-982e-fc92318c188e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -290676,7 +290676,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"3cba468d-0d92-85fc-f046-347950001fb9\",\n \"72e0f41f-3694-fcc0-99f0-1ab80474a660\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:c9d670bf-fca9-d6a2-753d-773dc540ab25\",\n \"urn:uuid:1816d2fd-a85f-c632-2346-9552e7c8fc96\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -290698,7 +290698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2657dba-d380-4e8a-8d4c-2075f1160b5c", + "id": "47d15aee-1232-4436-94d1-d48f1ab8cf51", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -290741,7 +290741,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"3cba468d-0d92-85fc-f046-347950001fb9\",\n \"72e0f41f-3694-fcc0-99f0-1ab80474a660\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:c9d670bf-fca9-d6a2-753d-773dc540ab25\",\n \"urn:uuid:1816d2fd-a85f-c632-2346-9552e7c8fc96\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -290763,7 +290763,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2cd6e30-0973-4a72-860c-10abd87411db", + "id": "3cfd4dd8-7949-4729-ae85-e7aab826dca4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -290806,7 +290806,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"3cba468d-0d92-85fc-f046-347950001fb9\",\n \"72e0f41f-3694-fcc0-99f0-1ab80474a660\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:c9d670bf-fca9-d6a2-753d-773dc540ab25\",\n \"urn:uuid:1816d2fd-a85f-c632-2346-9552e7c8fc96\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -290828,7 +290828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "067955e7-d161-4d32-b59b-c17bb17eadb2", + "id": "d4572fa6-8725-4847-8a96-d198ee3924c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -290871,7 +290871,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"3cba468d-0d92-85fc-f046-347950001fb9\",\n \"72e0f41f-3694-fcc0-99f0-1ab80474a660\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:c9d670bf-fca9-d6a2-753d-773dc540ab25\",\n \"urn:uuid:1816d2fd-a85f-c632-2346-9552e7c8fc96\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -290893,7 +290893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ca8508f-5220-4229-9463-90ef0986ea42", + "id": "21a20e04-ff1c-4f0f-ba26-9597e8865f89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -290936,7 +290936,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"3cba468d-0d92-85fc-f046-347950001fb9\",\n \"72e0f41f-3694-fcc0-99f0-1ab80474a660\"\n ]\n}", + "raw": "{\n \"assignee\": {\n \"type\": \"SOURCE_OWNER\",\n \"value\": \"016629d1-1d25-463f-97f3-c6686846650\"\n },\n \"items\": [\n \"urn:uuid:c9d670bf-fca9-d6a2-753d-773dc540ab25\",\n \"urn:uuid:1816d2fd-a85f-c632-2346-9552e7c8fc96\"\n ]\n}", "options": { "raw": { "headerFamily": "json", @@ -290964,7 +290964,7 @@ } }, { - "id": "f752d15f-c789-40d5-87bc-edb4a4dd0cd3", + "id": "059f15c1-6d27-4cf6-943d-98bc3d327f85", "name": "List Suggested Entitlement Description", "request": { "name": "List Suggested Entitlement Description", @@ -291057,7 +291057,7 @@ }, "response": [ { - "id": "2edfff3a-8a14-4e72-81fe-eb8fb19585b9", + "id": "c8b2a044-56ce-4641-ad42-eca14b4c7db2", "name": "List of Suggested Entitlement Details", "originalRequest": { "url": { @@ -291164,7 +291164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fd63b63-6e95-48e3-8722-b0c832ac9074", + "id": "66da8f66-fca0-4249-8637-b73ad3e7d0d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -291271,7 +291271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "170a2ce9-3402-4ce9-8a36-40a02bd8209b", + "id": "c3b06590-6e2b-40d3-8f3b-7d2cebf8dfaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -291378,7 +291378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a78da4e2-72aa-4c5c-9dab-15f7bdeb9989", + "id": "157b1837-e7ac-479a-928d-9c14a69b5fbe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -291485,7 +291485,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2dad17c-5e6a-4964-aa5a-2c73f2322ffc", + "id": "2faf4c31-7be7-48cc-923d-82013aeeac7b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -291592,7 +291592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cb87186-629c-4826-856a-ac129a80f0e5", + "id": "e9123ee4-25fc-4a43-841b-fe12b7017b11", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -291699,7 +291699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "750e3c7a-3162-4a6d-8f2c-638d892eea98", + "id": "dfd629cb-ac7b-4e6e-a479-d5a18e347d26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -291812,7 +291812,7 @@ } }, { - "id": "9110c58e-689f-4bc9-933d-2c452535f720", + "id": "3b649f8f-687e-473f-b183-64a123745b63", "name": "Patch Suggested Entitlement Description", "request": { "name": "Patch Suggested Entitlement Description", @@ -291874,7 +291874,7 @@ }, "response": [ { - "id": "225afdb3-ca55-4f38-b9d3-2ffe98d92135", + "id": "9c3cb4f9-7cd4-49fa-b32a-b9aeb780c29e", "name": "detail of patched sed", "originalRequest": { "url": { @@ -291939,7 +291939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa876380-d158-4592-888e-a1990df4b58c", + "id": "7e045487-0af4-4c3d-93e2-08a9d822286d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -292004,7 +292004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b39db9d1-62e6-4f76-8146-c34385d5f444", + "id": "e95ee675-f4c9-4109-8fa2-cbdfd836d236", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -292069,7 +292069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0b85e32-01db-48be-9340-29ec3b8d16ed", + "id": "193b75fa-4d0e-4d9c-b633-3e95d22d959a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -292134,7 +292134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a9965d6-8791-44bf-8c22-4fe3c8d4c3ff", + "id": "a00e313b-5c3e-436c-816a-b55384aff8bd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -292199,7 +292199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32356de7-d578-4497-b5df-5b6b7b35e4c8", + "id": "2545c7ea-cf67-4841-a9f6-b47d9990cf7a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -292264,7 +292264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "300b58d6-ec46-434d-b69f-329e9d05b0b3", + "id": "81e701d0-201f-446b-b697-18154deda199", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -292341,7 +292341,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": "9f983912-b86e-41f9-90b3-4d757b722118", + "id": "67ab4afc-aeb7-4c46-addf-9e5282d056e2", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -292407,7 +292407,7 @@ }, "response": [ { - "id": "db4787b7-6896-4d55-8518-6c4c5010d5fb", + "id": "ae02106f-9877-498d-9faa-55705b3a0ffa", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -292487,7 +292487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8f413e6-eeb2-46f7-8278-87ecaf216ddd", + "id": "ed3581e0-0e4c-479e-b3fe-ff4673a03d3c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -292567,7 +292567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "877d228d-ee18-46e0-a499-d83727dac8b4", + "id": "e683b949-1642-44e8-898b-2c569ae57769", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -292647,7 +292647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5776ea6-50d8-4e6e-8c83-d43ce8151535", + "id": "df523614-de32-40a2-b7fb-8a066b34cbda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -292727,7 +292727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bc0ce46-96d6-48ca-b4c1-ba734a641a20", + "id": "e3d2f2c7-5c58-4cb3-867e-44c72f357e24", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -292807,7 +292807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff6b7487-6c17-4667-a2ad-bc4c4a37ca13", + "id": "8cab3e9b-809c-4250-9e1f-e493341def7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -292893,7 +292893,7 @@ } }, { - "id": "3c70937f-a871-4b2f-95b0-9c46ae827022", + "id": "a65aef68-c527-47ff-99c3-49b12eccaea0", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -292935,7 +292935,7 @@ }, "response": [ { - "id": "8e752854-c9aa-4ba9-8e37-2135919fdfbf", + "id": "c8baff98-c6e0-457f-bb47-6bc498b700eb", "name": "Created.", "originalRequest": { "url": { @@ -292981,7 +292981,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f2d9ff27-062b-4d74-a005-c30676a74788", + "id": "0d5c9eb8-3ce7-4900-a767-abc27e22d869", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -293037,7 +293037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cd2ed20-80e6-487f-b300-fbf7a62c6b59", + "id": "7770c24f-9128-4f38-acf1-43bde7d3852f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -293093,7 +293093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e6f458f-e798-448e-919f-e909142e74b3", + "id": "2815822e-44c9-450e-9a6e-e6a1edc0114d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -293149,7 +293149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d159542-fc7f-410a-8cd2-0e09b13285b8", + "id": "6a242915-7521-4b2d-b759-5c714ad29879", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -293205,7 +293205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82cb6ebd-23a3-4840-a951-36751f3d5a85", + "id": "d91dd6ab-0b9c-4307-96c9-fe0f3a43a87f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -293267,7 +293267,7 @@ } }, { - "id": "942e3fd2-a6e8-441e-960f-4f406093c0a4", + "id": "26fb5983-b98a-4220-b17b-5175ffc7a9fa", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -293345,7 +293345,7 @@ }, "response": [ { - "id": "9ad90bf6-122e-483c-b35c-f83a0f0175bc", + "id": "333ecae7-ab57-44d0-9631-27f1be674aab", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -293426,7 +293426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d93e1da0-6d6e-4227-89ef-1b74188d1260", + "id": "2ec61356-f4e1-46c4-be35-7774bafc9e26", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -293507,7 +293507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae7a737-7dab-4584-bdb3-771e1624dc04", + "id": "b1d184b3-2652-4abf-96fa-37fde901f20e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -293588,7 +293588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "796af6d2-2870-45a8-9427-5725fdad6740", + "id": "b8ee68b5-579f-4ba3-b0a4-8a2ef7402a09", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -293669,7 +293669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d6116a3-4854-4a8a-b4ec-3615646271f4", + "id": "6ca7899a-d5de-47a3-a6ca-7c93cc938ed4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -293750,7 +293750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f7b517f-3e0e-4cba-b1b8-c89c15f55e97", + "id": "d955fe0a-9d35-49c0-aeb8-f522c5a55650", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -293837,7 +293837,7 @@ } }, { - "id": "9c9cf840-d821-4680-9364-d1dffde0cde6", + "id": "c8fd7265-e791-4149-ab66-be0fcfb40606", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -293889,7 +293889,7 @@ }, "response": [ { - "id": "68811eaa-ab75-4c8f-9423-04771563f5a2", + "id": "ffe50c2c-e2eb-4e0b-9c0b-8a3d0b4614fd", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -293934,7 +293934,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75e6fbd6-805c-4a31-865c-1969d96d9aca", + "id": "cc2e4c6f-cde4-4bb7-8363-bbc839ce7216", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -293979,7 +293979,7 @@ "_postman_previewlanguage": "json" }, { - "id": "705f5f8a-aa68-4525-8dc1-e27e4f0eed84", + "id": "e2f9325f-d232-4a7e-b7e2-3ca29d550b8a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -294024,7 +294024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0cd69a-4bf9-4d2e-ac34-a0804e0cce4b", + "id": "dafe64dd-18f3-4bf0-bef6-04c06a009d53", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -294069,7 +294069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7d1bb22-df86-4245-9a14-0442131dc2eb", + "id": "527e3cec-4e26-47b5-aac8-5385a620472b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -294114,7 +294114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80718c5f-c41c-40d5-b796-72e17719c867", + "id": "a83c14ec-aca4-4397-97aa-fb14293dc1c1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -294165,7 +294165,7 @@ } }, { - "id": "f5f1ff47-bcd6-4a71-b0bd-12f6bc00727d", + "id": "9a59082f-bb50-4513-abc1-0d76773dbdb1", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -294230,7 +294230,7 @@ }, "response": [ { - "id": "678a0dc7-06cc-48ac-b64a-b1585b491652", + "id": "8e636b16-0b53-4f70-8e42-6bd8e7ae98bc", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -294288,7 +294288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81430d32-3a19-46b8-aa9e-0f205cf06193", + "id": "96e55547-804c-4d77-9beb-b747473cf970", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -294346,7 +294346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25009499-9d0d-4da5-8045-4c7eddb584ba", + "id": "45b327ce-6e6c-4671-8b28-25614bbcfed1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -294404,7 +294404,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca6721a9-ed27-4d82-b30c-5055ff375bb4", + "id": "171450b1-dced-48a1-9434-e392e921e6b5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -294462,7 +294462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "063e6cef-acb9-4528-b368-5a06589450e1", + "id": "78f970d5-25cf-42bf-9f0b-2ea77c022209", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -294520,7 +294520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5b1d9e0-d74a-401d-a5e8-afbe7eef8cdf", + "id": "f1ae0208-ac74-4743-b3dc-73a92ccf2503", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -294584,7 +294584,7 @@ } }, { - "id": "b3d5123f-35ce-4b4c-a791-0b76d32be08a", + "id": "9bfd19a5-cb40-4056-843d-dbda8278fde3", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -294636,7 +294636,7 @@ }, "response": [ { - "id": "96e32f55-a78f-4ce2-a25a-cec1eaf90fd4", + "id": "303e5a12-f9be-4174-8bee-b7e2d26a378c", "name": "No content.", "originalRequest": { "url": { @@ -294671,7 +294671,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2dd13663-d5ee-463b-bb5d-942fa6fcb522", + "id": "1bb116b1-5388-4b09-b874-f70cd57e3928", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -294716,7 +294716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90884076-26f5-4957-a2b9-9e8156878e73", + "id": "9ced954b-9838-4221-8fc2-fe671b94cb70", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -294761,7 +294761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c98aab57-c626-4f81-86b6-f1876aa146b3", + "id": "c9a1e614-b00a-4b7d-ae15-36d3eff32a3c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -294806,7 +294806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de92bff0-491d-4cbd-a3d3-cc8fa6489ee7", + "id": "0dbf5f47-32ae-4639-b46d-4bb3753efe0d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -294851,7 +294851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "693cc140-1eb4-4885-9ec0-1d41a24b4837", + "id": "2b460af0-e33c-4bb3-b5b9-1535789e035f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -294902,7 +294902,7 @@ } }, { - "id": "00216eae-3af2-4a62-9194-e1a86e6fc5f5", + "id": "86afa4c4-1dee-4db6-a90c-8ff6fd6dc97a", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -294945,7 +294945,7 @@ }, "response": [ { - "id": "07ac99b5-eadf-4d3d-8e76-d98700ee75b3", + "id": "bafaa9a6-93c8-4a0c-8f50-efc1a43b9480", "name": "Request succeeded.", "originalRequest": { "url": { @@ -295002,7 +295002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0e628b1-f72f-4b17-a1e6-1608cb855fd0", + "id": "7093d356-110b-4238-b20e-70f7f4b8ac33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -295059,7 +295059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0d103c1-12f5-415c-b802-f539da3661e3", + "id": "44b8f4f5-98e7-4052-a4f2-10b8fa26efe1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -295116,7 +295116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a14818db-c522-4920-a952-9505f845e6c2", + "id": "2027f260-4da9-49af-961b-5ff9e9311bf3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -295173,7 +295173,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14fc247d-6c71-437a-8446-a5c1a9aba9ad", + "id": "bc496cdb-7647-4d99-ae32-82b737b7036e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -295230,7 +295230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1d81ada-d1c6-4176-81da-815428d477c2", + "id": "79782797-db59-4952-9910-9167572f246e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -295293,7 +295293,7 @@ } }, { - "id": "685e8b96-6e3e-4525-9bd2-00b2878143e4", + "id": "26585648-6b49-47f4-a368-f069a413dab8", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -295336,7 +295336,7 @@ }, "response": [ { - "id": "6a2fca76-d1d8-45e1-bd49-90c603b81ce6", + "id": "2467ca1e-32b0-4305-a733-6fa6cf5154f4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -295383,7 +295383,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1ba3acb5-a75f-4cc4-abc6-5885d5602431", + "id": "d9fe8dfc-610d-4af3-b2fd-27068ee8e7b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -295440,7 +295440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cf68cd9-cdfd-43e9-9ec4-a862815010bd", + "id": "d27ecc54-a35e-4e79-a90a-30b0444f7f73", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -295497,7 +295497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aba7d682-ad0a-46fd-8a02-ac3dff3d34bc", + "id": "8bf3d3e4-f793-43ed-8961-e22e778d3cd5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -295554,7 +295554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c096009c-e1b7-4943-a6d6-ede82583370f", + "id": "3ff3a716-4353-4c04-8785-c297b6c44ee3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -295611,7 +295611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95b64249-6d92-4a2b-b45d-93b092c053b9", + "id": "00c68b2b-b6af-4223-ae50-829c95208b13", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -295680,7 +295680,7 @@ "description": "", "item": [ { - "id": "07daa00b-7f16-4a65-b306-71ee2d044ad3", + "id": "4ef16a08-911a-4945-b0b2-d8e563521dd7", "name": "Get task status by ID.", "request": { "name": "Get task status by ID.", @@ -295730,7 +295730,7 @@ }, "response": [ { - "id": "75a43751-8dda-44d6-9438-3a1bc88e7d34", + "id": "83f7c379-976b-4203-998c-7cc1ac63b6eb", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -295778,12 +295778,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 \"ut_5f\": -18855362\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 \"adipisicing_ad8\": -42802289\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": "de502102-3def-4870-a479-06312e729aab", + "id": "f1ee0d4b-0eef-4181-997a-bd5c9dd51d42", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -295836,7 +295836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb8ba89d-be74-4106-a0c8-13e25c17e988", + "id": "6ab533c6-a402-4777-8b64-ae56a26818f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -295889,7 +295889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cbc3029-9510-4d3f-ada4-6c47c3acea0e", + "id": "e89f6885-ee09-436b-899f-c6ec182d16d5", "name": "Forbidden, generally due to a lack of security rights", "originalRequest": { "url": { @@ -295932,7 +295932,7 @@ "_postman_previewlanguage": "text" }, { - "id": "67573d6d-1b24-4c9f-8922-dd95290c7d7a", + "id": "efca1906-fcd4-436f-8939-11a924888884", "name": "TaskStatus with the given id was not found.", "originalRequest": { "url": { @@ -295975,7 +295975,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cf1ee4d7-e2f0-4450-98b6-812ec2b0a593", + "id": "0a4a7844-ee81-49fc-a85e-67692ab80517", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -296028,7 +296028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9723141b-c7a0-4515-a6fb-d81c514977d1", + "id": "94764db6-ed17-410c-8344-9e70849e7f27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -296087,7 +296087,7 @@ } }, { - "id": "732667b4-6aaf-4004-a6ab-54d13023b22b", + "id": "37e97057-b3fa-434c-92bd-e6308d11bf21", "name": "Update task status by ID", "request": { "name": "Update task status by ID", @@ -296150,7 +296150,7 @@ }, "response": [ { - "id": "6c74dcb5-cc48-44df-9e9b-81e2098b7648", + "id": "b2388ee5-7305-47e0-9d03-fb3fa6a08885", "name": "This response indicates the PATCH operation succeeded, and the API returns the updated task object.", "originalRequest": { "url": { @@ -296211,12 +296211,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 \"ut_5f\": -18855362\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 \"adipisicing_ad8\": -42802289\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": "43d2e311-d9d0-4327-80bb-8bb0695b09ac", + "id": "3b7c86df-d7f6-40c9-996b-c2dec466c34a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -296282,7 +296282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11fadce7-5f0e-43d2-812b-9973c0000553", + "id": "961da4b2-a2b0-4b52-b28f-ba5da5e70f1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -296348,7 +296348,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ab36203-9c98-44f3-9e5d-03529e5866e6", + "id": "118320bf-ec07-47fc-88c3-0a6cfad66fd5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -296414,7 +296414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41fc57cd-c22f-426a-bde6-31d67eb5a4f4", + "id": "3597689b-32dd-4d1e-b9f1-4b6458cc9a61", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -296480,7 +296480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab79eef-3145-45cf-95ac-7965fae2b060", + "id": "2830b7ca-9f93-43c8-b9e0-ce73b66cdb94", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -296546,7 +296546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a044c0fc-bdff-4bd9-8a09-20b8670a80d1", + "id": "3ef1178c-d726-49f6-a297-039d88cb6245", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -296618,7 +296618,7 @@ } }, { - "id": "1881b03a-69ab-4ae7-b4d9-2dc9f874cbf5", + "id": "6ebda524-06c0-44e3-95fe-4519105b7d92", "name": "Retrieve a task status list.", "request": { "name": "Retrieve a task status list.", @@ -296702,7 +296702,7 @@ }, "response": [ { - "id": "3c53ce27-5f30-440f-91c7-32511b5d631a", + "id": "c9555424-7c79-4732-9374-ddfe1d87ccc4", "name": "Responds with a TaskStatus for the task with the given task ID.", "originalRequest": { "url": { @@ -296795,12 +296795,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 \"proident7\": 7720135.962608725,\n \"dolore96\": 651446,\n \"aliquip0b\": 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 \"et_e_\": -58428691.515165634\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 \"ipsum_29_\": false,\n \"cupidatat_8\": -89017078,\n \"ad21\": 77289691.39819944\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 \"velit6_\": \"nulla ullamco magna mollit\"\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": "b2d9adbc-6917-43ce-8427-99faed46eeb5", + "id": "156057c4-477d-476d-8d17-dfbd9cde3cfe", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -296898,7 +296898,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a40299e2-482c-49a5-8296-bde58a96c842", + "id": "34de4d81-471f-454c-b68c-45f6d8b9c546", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -296996,7 +296996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f927a85e-4a47-4eeb-b852-78d92354477c", + "id": "be754abf-2906-464b-9f2e-d7f02defadf2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -297094,7 +297094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eabc1a1-3b5e-4208-a913-9df7849d94d8", + "id": "fa7fc485-424d-4662-bedc-5fc5b280cd70", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -297192,7 +297192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab5df8c4-6ca2-4a1d-a970-6daa0f019334", + "id": "87ea80a0-0d9d-469e-b8ee-df3c24ef1d9f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -297290,7 +297290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe764503-c9f2-4f0b-a2a0-f129affc2c58", + "id": "007b4bfb-2af3-41e2-b0f6-71219651b346", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -297394,7 +297394,7 @@ } }, { - "id": "09a663aa-04a9-4fbb-bd75-66326f9eff96", + "id": "54479f56-8a38-45a4-9dc8-bddc457b3131", "name": "Retrieve a pending task list.", "request": { "name": "Retrieve a pending task list.", @@ -297461,7 +297461,7 @@ }, "response": [ { - "id": "dddfbfb9-03a2-4d94-9a20-95ca84fc1384", + "id": "206e6a2c-db78-48e9-b216-25764829884f", "name": "Responds with a list of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -297537,12 +297537,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 \"proident7\": 7720135.962608725,\n \"dolore96\": 651446,\n \"aliquip0b\": 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 \"et_e_\": -58428691.515165634\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 \"ipsum_29_\": false,\n \"cupidatat_8\": -89017078,\n \"ad21\": 77289691.39819944\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 \"velit6_\": \"nulla ullamco magna mollit\"\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": "9a688cd1-682a-4b7f-81e9-c6e70c0955eb", + "id": "09b0d3de-4340-45dd-b515-03c6a40537fe", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -297613,7 +297613,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2f361016-2518-4e23-b665-dd6a258a93fd", + "id": "5c475772-3444-42b3-8693-dbb07b63d9a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -297694,7 +297694,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fb9850c-7ec5-435d-9d3b-f1ca7ccaa576", + "id": "865be04b-ec68-4873-a444-f5e85fb51752", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -297781,7 +297781,7 @@ } }, { - "id": "fadacafc-ca3b-4032-ab5a-1e5d92c5747f", + "id": "2a887c36-81d8-4c92-9803-bd9ed414630b", "name": "Retrieve headers only for pending task list.", "request": { "name": "Retrieve headers only for pending task list.", @@ -297848,7 +297848,7 @@ }, "response": [ { - "id": "09a902ad-06ec-4f4e-8dff-2a82f3c08380", + "id": "3aea363a-f1c2-4ff5-847c-1df3b066feea", "name": "Responds with headers for List of TaskStatus for pending tasks.", "originalRequest": { "url": { @@ -297919,7 +297919,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9c2079d6-639e-413a-8d16-2e74edf98be5", + "id": "20aecd27-7bb5-4fbf-b716-f2327a28c4b0", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -297990,7 +297990,7 @@ "_postman_previewlanguage": "text" }, { - "id": "18f0a330-4db3-4cf1-a1fa-65d01f34005c", + "id": "3f00d9cf-bf79-4102-b8f7-a4ad014891c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -298071,7 +298071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8906a947-9293-4ff4-b515-511a5b9aaba2", + "id": "d84dbbf2-4ead-482b-8be6-f15033ee6d10", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -298164,7 +298164,7 @@ "description": "API for reading tenant details.", "item": [ { - "id": "c26166a0-fd5d-460d-9a97-10d948311c49", + "id": "7172a04a-f676-4c3b-a92f-1abca60341d6", "name": "Get Tenant Information.", "request": { "name": "Get Tenant Information.", @@ -298202,7 +298202,7 @@ }, "response": [ { - "id": "2929dea6-2481-4ee0-a5d2-8df8624095b0", + "id": "52af1cc5-a825-4315-8a18-71149284ffa1", "name": "Tenant Info", "originalRequest": { "url": { @@ -298254,7 +298254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34e55536-8abc-41d1-b645-56b3c982f399", + "id": "64fc1156-7a99-4ecb-9bd5-b7c62e4e6e9f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -298306,7 +298306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1ce2c4e-b4cf-44a8-b0b4-22dd7d6b7787", + "id": "5753dd78-49f0-446a-81cf-30caadc02e81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -298358,7 +298358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "624666e8-edab-469c-a427-74ed7d8fa371", + "id": "a9dbaa52-2839-426a-b27c-04fe86265193", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -298410,7 +298410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2cf6c12-6b76-4798-9102-165ea02cdcb4", + "id": "b4458551-02b1-4c10-a649-74416f5c2fb4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -298462,7 +298462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "500a69f5-c769-4c5f-9d21-b886854024b8", + "id": "c1c15850-8ef3-471f-91b6-bccdbd90327d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -298514,7 +298514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee7ce5c2-688a-469c-b87f-7f3f619c797c", + "id": "31d36377-2a25-4b22-b051-434dc1522001", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -298578,7 +298578,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": "95c1c6e3-379e-4848-a9fd-6c7db02bcb0c", + "id": "ff713fdf-5be7-47d0-944e-d330ac090167", "name": "List transforms", "request": { "name": "List transforms", @@ -298653,7 +298653,7 @@ }, "response": [ { - "id": "eaf72aff-d70b-427e-b9ce-301340c0732b", + "id": "06255e8f-9087-45ff-9c98-502ba81d5775", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -298742,7 +298742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a90c6fb3-e566-4c72-8e2f-278808cfe58a", + "id": "9bf692d2-2c6a-47d9-bf86-34fae838ac20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -298831,7 +298831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "751ac5bb-649b-4329-bb43-880e385c5166", + "id": "1552f733-fa30-4d87-992f-5e5cfe1d615a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -298920,7 +298920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ec640d8-1f64-424f-b2ec-3afb1fbdc629", + "id": "e79167ad-af6b-40e3-92aa-32baec4aff78", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -299009,7 +299009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba886f73-1555-4014-baef-74f44ed14d73", + "id": "bcf64c34-c935-4e33-aa01-f4779858913d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -299098,7 +299098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42b9371b-77bd-45ef-aef8-b8806b0d154b", + "id": "84528d76-fb6b-45c7-bca4-ab69e73100db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -299187,7 +299187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bbbeca8-ae35-46c6-b6c8-89bf3143c9b6", + "id": "57720587-7bc5-4d42-8f4a-1d7cded090a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -299282,7 +299282,7 @@ } }, { - "id": "3a9911a4-cc9e-4dbf-b297-1be966c38d9f", + "id": "95b8795f-0204-4354-9d7a-2fbd740fdd52", "name": "Create transform", "request": { "name": "Create transform", @@ -299324,7 +299324,7 @@ }, "response": [ { - "id": "406adc5d-aded-44da-8e54-d18ef781f984", + "id": "9158c0b5-b1fc-4bc5-8b16-0100cdf2ce2f", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -299380,7 +299380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43783b04-2c6b-4514-abb4-b651e844e20c", + "id": "c2c9333e-271e-47d5-b2b6-8cca0d849d2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -299436,7 +299436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d728d955-38ff-40ad-af2a-bc27ce7ca376", + "id": "d00a66b4-0926-4ad2-b2ed-825f445cc468", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -299492,7 +299492,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a99a9e53-84a0-4199-8c8b-06e962fb3fb4", + "id": "33bdf8f8-7ef8-40e1-8306-3bcf85a35ad4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -299548,7 +299548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2feba40-793e-403d-8ebc-9f674667bcb3", + "id": "3447e54b-d25b-40a5-a5e8-c6098502acb7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -299604,7 +299604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f938e38f-38a6-4dc3-b7ac-bf100f6572a9", + "id": "3bc05c37-6d54-4ae6-851f-667c809d2da0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -299660,7 +299660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3aeba96-fa13-43d5-bc4a-d464889202fe", + "id": "9a4e6c0d-84f1-460d-b219-a07c468cf6d8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -299722,7 +299722,7 @@ } }, { - "id": "5e7a4dce-3eab-4a99-83d6-34d6f2e8308a", + "id": "b3753ea1-3cc9-43d5-a3e0-992e2652db02", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -299763,7 +299763,7 @@ }, "response": [ { - "id": "2d7b5755-9d62-4ac9-bd6a-fd47d34c7001", + "id": "0e38e265-5428-490b-8125-179423b1105b", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -299807,7 +299807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fcef636-9919-455a-bb88-7b6cd774cca0", + "id": "b2726aae-1dc4-485a-8c82-bf9e17f414cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -299851,7 +299851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b334b4d6-fcef-4958-be46-01f0776ff2ff", + "id": "bd7a6309-3640-40d6-8f12-b46fed2a174b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -299895,7 +299895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da2cc606-0a35-4f4d-ace4-cb55702103f8", + "id": "5f583ae6-90e0-4d74-9d0e-95feb782da4b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -299939,7 +299939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ba22af6-cea0-48a9-b6c7-51948acc312b", + "id": "918eb9f8-2c00-45ac-bb21-961617b97c7a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -299983,7 +299983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d124c9dc-36a2-461d-a4b5-f8f30c707e00", + "id": "058fbc55-c52b-468b-96f3-ad9031387b29", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -300027,7 +300027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c35030-2272-4fd9-9557-7e8f87d97a0f", + "id": "0557b668-adbf-4386-ba88-af8cb6ead3cd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -300077,7 +300077,7 @@ } }, { - "id": "1d65af29-34f4-4aa2-9492-d158d60ea6be", + "id": "5b442f0a-627c-4cba-a548-3fa6c4400ed4", "name": "Update a transform", "request": { "name": "Update a transform", @@ -300131,7 +300131,7 @@ }, "response": [ { - "id": "fd3e1faa-2acf-4b57-835d-089d02d99c48", + "id": "1be3edc8-d685-4fca-9999-caafd2b19eff", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -300188,7 +300188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac6f586d-4d28-4dea-b6f3-b58897fde0e8", + "id": "2b3d3b97-56f3-48fc-b8ef-e40957d33edb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -300245,7 +300245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ed9a04b-c0c2-4a74-a00c-1d5263a28fd2", + "id": "30cb98eb-5c66-4e42-8a0e-d7e8b5df5b2f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -300302,7 +300302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acf01e24-1631-4a89-a17e-a521de307806", + "id": "fe5ac05d-0724-4a49-a2ce-54c2ec0a6ef0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -300359,7 +300359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8e8e08d-86c8-40a7-9a43-e473fa28493a", + "id": "34d1bac0-1790-4b1d-9e20-c100f5bb09e1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -300416,7 +300416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e354f80f-97a7-41c2-92e2-5b0668e9fb56", + "id": "3d058d1a-3482-4328-b3e5-e158e162c37c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -300473,7 +300473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46dbd08f-a885-4102-90d9-b57d246f9a97", + "id": "a5a76a6e-c900-4b86-a21d-6eb3f0b313e2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -300536,7 +300536,7 @@ } }, { - "id": "47b9df20-ed95-4a28-b25f-d556723ce9f8", + "id": "618d31a9-67d5-4890-9135-15b0263ef3a8", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -300577,7 +300577,7 @@ }, "response": [ { - "id": "37348835-f387-4553-b00f-4c9b80ae2bd5", + "id": "4c7b70dc-700c-4c25-87fb-3b5c40dfa5ee", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -300611,7 +300611,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dddefbcb-0465-4744-a157-677b6e4b9344", + "id": "6a41100a-83a6-4805-b9b2-11139b31809b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -300655,7 +300655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51ffab08-1316-4759-b6be-dfd64809c991", + "id": "7674a58d-a1a8-4874-8238-4ef7e09b871b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -300699,7 +300699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de34bef7-3c86-4042-a4d1-1870bcd6fb03", + "id": "39d113bf-921f-448d-90e3-5f01b7226aee", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -300743,7 +300743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b838859d-6407-4cb0-90f7-51be1b855b75", + "id": "034d3a18-2274-409d-919b-08e16b3eee30", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -300787,7 +300787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f15a0861-1e4e-437c-b4db-e19f3934a354", + "id": "092e9a45-ac5e-4c79-9013-f442c9103581", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -300831,7 +300831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef04cf2-654a-47db-add8-2e34d8f8885e", + "id": "a702623c-7eb7-42dd-9450-b2bb99b203ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -300887,7 +300887,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": "7e15d4e4-caa0-4e8d-80e4-7b41fcc23cad", + "id": "bcaeac1d-4287-47a9-8f31-01dec85a5132", "name": "List Triggers", "request": { "name": "List Triggers", @@ -300971,7 +300971,7 @@ }, "response": [ { - "id": "ed2afd21-a480-4609-9ca1-e9b159d55ae6", + "id": "1cedce78-f1a6-427b-a0c0-98238c42c450", "name": "List of triggers.", "originalRequest": { "url": { @@ -301069,7 +301069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e3b5af9-5cb5-4835-8bc8-54e199532334", + "id": "02a51e55-30bb-47c5-9763-dcd9be1e6927", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -301167,7 +301167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "816b12b0-491f-4139-b01b-2dc288b13c15", + "id": "af263193-7d6b-4e99-a1e4-45d80d00bc1d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -301265,7 +301265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0db77af-bce3-42f6-9ba6-153e76805569", + "id": "cfa47425-7889-4dbd-b09d-4bdeabfb351b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -301363,7 +301363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22a6cd45-e1d0-4ff3-aa6a-7fc099e5aeeb", + "id": "cb776c2f-7493-449b-a2ec-e23294d6f0b6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -301461,7 +301461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bf36567-b17d-4574-87d7-dd643645c720", + "id": "d547c01a-5ea4-4e13-83ea-fa47dd2f45de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -301565,7 +301565,7 @@ } }, { - "id": "9b4a8c50-596a-4a68-9344-336e04be2e90", + "id": "212fe3ee-8f70-4643-b247-4d5417018ddd", "name": "Create a Subscription", "request": { "name": "Create a Subscription", @@ -301616,7 +301616,7 @@ }, "response": [ { - "id": "4a97604d-8ba4-4e68-8a05-5a1aaf45d345", + "id": "9b2dd815-84c5-48f3-b280-c874227bfca0", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -301681,7 +301681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e4f83e-8189-4414-87de-22c2daaf53bb", + "id": "899217bd-8404-483e-9e58-f83f2394518a", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -301746,7 +301746,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3b455c9-18bf-4278-ba2a-d0443c989dff", + "id": "42d00785-ef33-46ba-9a79-c7e5c6bfb6f4", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -301811,7 +301811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a15486d-4078-46a0-a671-5125265169e6", + "id": "28f541aa-b2b3-4546-b18f-8d29e1510a6b", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -301876,7 +301876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0f6d575-875e-48ee-b779-23b1c51480cc", + "id": "55c7909e-33e1-4b17-8013-1d4e6ba8dba5", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -301941,7 +301941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65b49318-36f2-47ee-9b84-1b03c8334212", + "id": "8521b10a-8a46-4814-8e42-46332263a864", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -302006,7 +302006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e777145-7ff4-4fdb-b396-2b2fd81b00be", + "id": "ab6afa45-2856-470c-8385-44bc2590ed5c", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -302071,7 +302071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12547389-7064-4e90-9a92-4696d2a0b640", + "id": "fc473a70-fbe1-44c7-a414-a25c31bf06b2", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -302136,7 +302136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d72ffdc-0853-4cb4-87ae-26b45be4a511", + "id": "61c9ff00-38e5-47bf-b777-52d7c406f35b", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -302201,7 +302201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92a4a188-cfe8-4f42-ab2f-25b7488d031d", + "id": "821f215b-7dd3-47e2-abdd-df64799b7602", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -302266,7 +302266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5abac73c-a3a9-4728-b1fb-564960f2e22f", + "id": "19b970b2-4cb7-4ff2-b623-d99d9997ec90", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -302331,7 +302331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f190a3df-134c-4cb8-921c-32fcf1fe430f", + "id": "38b93fad-7241-4a1a-8da5-0a24b7317e0c", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -302396,7 +302396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b4c5b12-cd73-4140-8e12-fbf86bbd6d72", + "id": "ec354a37-67bf-44ba-9911-561215c0a468", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -302461,7 +302461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03486da3-30fb-4c3e-992e-799550403012", + "id": "3cb4a8ff-fdeb-45ae-8d5a-daf4d7e0a80e", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -302526,7 +302526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7489d73-60be-4fea-9aa9-593bb9088a75", + "id": "71d45816-c8f3-4a52-9284-b114eade7415", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -302591,7 +302591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cc8f25e-57bb-4e8e-a965-c01d7fa069b5", + "id": "3deceed3-05c5-4c87-92cd-fe411bafeaca", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -302656,7 +302656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d3466b7-6657-4b1c-88d5-50feb808c16b", + "id": "55e13f57-b997-4c8b-b168-d1b742f15cbd", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -302721,7 +302721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1e26ff2-4c82-4469-b8fc-650b0328cf35", + "id": "e1cc2ebe-f77e-47bf-9e07-7477349cb7ee", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -302792,7 +302792,7 @@ } }, { - "id": "97c0dbe8-3919-4567-8639-da928fabec3a", + "id": "069572aa-b961-4bf4-b24d-5f1af4dd943d", "name": "List Subscriptions", "request": { "name": "List Subscriptions", @@ -302876,7 +302876,7 @@ }, "response": [ { - "id": "605f273d-86ad-4ecb-985f-bec2f7675576", + "id": "61f173e3-f7e0-4100-ba8b-395e29da4cf1", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -302974,7 +302974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1560734-d69b-4441-b6f8-7dc19aac8113", + "id": "8f3ea803-22b3-43fb-a240-af3d091c1248", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -303072,7 +303072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce94bdf4-b5a3-439c-b7c4-606dbe89d2b8", + "id": "d2b76dc7-b90f-41f9-9326-fd169bcd43d0", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -303170,7 +303170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a26ecd42-4f78-4da3-aea5-69df60184f4d", + "id": "10936195-5089-45a2-b979-64fe90cbaa62", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -303268,7 +303268,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1542fd1c-46fd-43ca-8afa-9e1c57f8d82d", + "id": "8cefaf74-ee10-47b7-b01f-25e65a3a66af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -303366,7 +303366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "112b4430-b30b-427c-9e79-f2d32ef29491", + "id": "32483b9e-d576-47fc-9694-323dab25c99f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -303464,7 +303464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7edefbb-1a4e-4279-8d09-da337c922b08", + "id": "6fb69e8e-76df-4011-8716-35449a39b3a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -303562,7 +303562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4365d06-8f23-4655-90d5-9f0f92ee2ba2", + "id": "2bc23d71-a10f-4f77-a22f-57e2e39188df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -303666,7 +303666,7 @@ } }, { - "id": "713587c8-08a6-4992-82ef-9ea12789dc69", + "id": "a023167d-a2df-489b-835e-58f9894e2ab3", "name": "Update a Subscription", "request": { "name": "Update a Subscription", @@ -303729,7 +303729,7 @@ }, "response": [ { - "id": "e3879442-e7d4-4cd9-8d67-95925e2bc067", + "id": "81b5dad7-3f45-4e81-af6e-6ba19a4e9154", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -303795,7 +303795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3770034-3367-49b4-b5bc-7b4f02910d93", + "id": "a78e3b8a-350c-4088-834e-d9afd4a2c0d1", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -303861,7 +303861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d577ad7-42ea-4723-bf0a-eec1961ba8fb", + "id": "c6d6b23b-5068-45e5-94f9-b8458748c396", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -303927,7 +303927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70e8db67-7ec9-4ca6-9d4f-0bb3957a7419", + "id": "6faefbdd-7d1f-4242-a423-6a0f0449b6e3", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -303993,7 +303993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a39ca7e-b016-4de3-a8f3-6fba5d72f9ec", + "id": "7ce5a4a5-fe0a-4516-bf5f-058f8fb862fe", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -304059,7 +304059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a80f71c-56a7-4307-baae-8a3482935c69", + "id": "81ac0b09-effb-4615-a61d-ee32b6e85527", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -304125,7 +304125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8938fec-9ade-4685-9466-e852a3367db2", + "id": "59f96834-c7bf-4ec7-8b05-7ac288f6b30c", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -304191,7 +304191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ca4867e-7ea4-411c-9288-81003072995b", + "id": "5aed9010-cc49-4172-9dac-dec1b4b2fc2d", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -304257,7 +304257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e3c75d5-6cec-4b4a-82aa-f9a5d44e88f3", + "id": "b628c987-18af-423b-a6e1-28068c3f5cfd", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -304323,7 +304323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "603f71a1-cb31-4844-9cd9-58aecf4cba69", + "id": "227d76a4-dd21-4500-99fa-de46b7b92532", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -304389,7 +304389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6462f446-9f57-4ece-ab45-ff3e8aff1d68", + "id": "945fd59a-a701-4a1e-8934-5be6df033114", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -304455,7 +304455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "266305fc-0e11-4cb3-be09-fee3eda5c441", + "id": "cbef36a9-6b6a-4f05-9838-c39c1e6ff5b6", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -304521,7 +304521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a05064a-9b1d-4e5a-97de-f1f4ecbd5ce0", + "id": "7b94e317-75fb-4e1c-ad0e-97eafcc26e82", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -304587,7 +304587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a880c94-2a3a-4948-b16c-8dd36d55ddce", + "id": "d94fc9b6-1747-4d37-aafc-49d7b331a3c1", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -304653,7 +304653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66dbb233-1ce4-4517-959e-cdc82f78634c", + "id": "253b02a1-979c-40ef-a265-545dfb6270b1", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -304719,7 +304719,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55185744-7efd-430d-874a-5d44c7d731f0", + "id": "6b5a86ed-b683-47c7-8efa-e1d59b4c064c", "name": "HTTP Subscription", "originalRequest": { "url": { @@ -304785,7 +304785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c929c747-51eb-4893-b3e7-de46a0ac37fa", + "id": "088844f9-31c2-4d75-b05b-fd6dd72fbbc0", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -304851,7 +304851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52e60243-ca55-4a6e-907f-964b650adc21", + "id": "9e5b6560-4c2b-4254-8c7a-61b12f97240b", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -304917,7 +304917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a100daa8-94dc-45a4-9da7-a4c96060faca", + "id": "5435ff1a-ff12-447f-b369-a794a5050fa4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -304983,7 +304983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35e18f0d-3b6a-4c95-98de-87b0a98c8c50", + "id": "7fd83087-18a9-4ca0-aa83-72dfdd3c69f3", "name": "HTTP Async Subscription", "originalRequest": { "url": { @@ -305049,7 +305049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "270c492f-dfc8-402c-b8cd-0f470405a1cc", + "id": "4218bb7a-0f82-4f28-9c56-7e7d9bc85c38", "name": "EventBridge Subscription", "originalRequest": { "url": { @@ -305121,7 +305121,7 @@ } }, { - "id": "c3e1d7de-bfe4-4596-874b-5c40656b9e37", + "id": "38cb6558-8ce6-4d85-a898-7e3dd3776bef", "name": "Patch a Subscription", "request": { "name": "Patch a Subscription", @@ -305184,7 +305184,7 @@ }, "response": [ { - "id": "831a6252-7daa-4197-b810-e5c8f6c796e9", + "id": "f79b3bfb-d324-4170-829b-4d940777a360", "name": "Updated subscription.", "originalRequest": { "url": { @@ -305250,7 +305250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4047a2f7-477f-4c99-8403-919f00d10563", + "id": "6b61d1da-efde-4b02-994b-341844fac23d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -305316,7 +305316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54fd9eab-302c-4c82-b85a-402dc15a528f", + "id": "20819235-bb45-442b-9d83-b87c05de1f11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -305382,7 +305382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1a63cbf-ba8d-4fec-afd5-977ecf4a37aa", + "id": "387f2605-7fa5-4665-ad20-f859a2143ff7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -305448,7 +305448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90efbe23-3013-462d-9be2-6eef5496d00c", + "id": "b3d57727-c448-4fa1-9330-925db92b700b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -305514,7 +305514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d18a38a-d9d5-4913-b27f-5f912698a00a", + "id": "81cbac6f-67c5-4551-a635-ead1df0d208e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -305580,7 +305580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f50ae31-7b29-4ac7-a45d-3f5c0a5902b1", + "id": "0a793cc3-6c99-4c28-a7c5-27eab1924e8d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -305652,7 +305652,7 @@ } }, { - "id": "a4de1027-b7be-4be2-ace0-0fcbaf58229a", + "id": "9558c3de-c644-487b-9904-5a0cff7e3bcf", "name": "Delete a Subscription", "request": { "name": "Delete a Subscription", @@ -305702,7 +305702,7 @@ }, "response": [ { - "id": "3ff9431c-147d-40ac-a0ae-03e967e2de0d", + "id": "45643692-c9a8-4d75-b2f5-8f11d8d9a5b9", "name": "Subscription is deleted successfully.", "originalRequest": { "url": { @@ -305745,7 +305745,7 @@ "_postman_previewlanguage": "text" }, { - "id": "b02b974e-3266-4946-9f61-14ba01a66b8b", + "id": "7966d7bf-eb1b-4cb2-8a91-86ce240248f3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -305798,7 +305798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2b7905f-827e-4b1c-bc9e-d364bab1983e", + "id": "306ec318-3ba5-44a5-9d72-9e5919b6f263", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -305851,7 +305851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "403d92da-4d48-49aa-ba5c-4f1692f23f03", + "id": "44651fbd-f166-4a99-9582-7edfd9a3cfe9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -305904,7 +305904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc5b8703-6d69-4fc4-af3b-8056914fa09f", + "id": "14647bf3-64bc-4923-bc8d-72a452efe771", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -305957,7 +305957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4a977ff-8615-4084-a27e-6cda433bab39", + "id": "3f570cab-3592-4149-8102-c7bc76843bdf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -306010,7 +306010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74c728fd-8b3b-4f73-b232-2ad51ae26637", + "id": "ca479be0-b001-4176-8bf8-76e2ff7b4077", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -306069,7 +306069,7 @@ } }, { - "id": "eaf6dfd1-8f2e-4733-8c6c-c91c0a023438", + "id": "fa36f2c4-ce98-459f-b3d5-9257c20cc5bb", "name": "Validate a Subscription Filter", "request": { "name": "Validate a Subscription Filter", @@ -306121,7 +306121,7 @@ }, "response": [ { - "id": "e1c5a10a-fb72-4774-9cd3-10f0bd1d314b", + "id": "ab36065f-0ccc-4333-be74-bcde9859ded8", "name": "Boolean whether specified filter expression is valid against the input.", "originalRequest": { "url": { @@ -306187,7 +306187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310a4b97-4009-4b72-819d-87f43373b02f", + "id": "74121b2b-c3cf-4b6e-b6bb-d008eeddffa5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -306253,7 +306253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d35e2424-61cc-4aed-a1b7-565b63d9fad0", + "id": "38787027-4963-4aec-a196-1b8c8e06a638", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -306319,7 +306319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a557da9-3ff0-45c9-9bcc-05f57f5c9cf8", + "id": "05fd8f37-00bd-4d7f-9df1-ab2cbfca00a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -306385,7 +306385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78cf1594-51a7-4e2f-9294-cfc0690886ac", + "id": "cacda66d-e62a-4e45-939b-b43bdc0c14e8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -306451,7 +306451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "994cc329-2b04-4185-9977-1b97a52289ce", + "id": "b41dd6d5-8274-480b-b692-8a84ef49656a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -306523,7 +306523,7 @@ } }, { - "id": "9f3e9351-9208-42a8-94cb-8f7f103c95a1", + "id": "0e49b0e3-5adc-4330-b0a5-6545e1e65a4d", "name": "List Latest Invocation Statuses", "request": { "name": "List Latest Invocation Statuses", @@ -306608,7 +306608,7 @@ }, "response": [ { - "id": "0646eb3d-1f14-46a5-9677-934ecf8d696f", + "id": "4d00cc6d-6e23-49b0-b8e7-04fb098ed459", "name": "List of latest invocation statuses.", "originalRequest": { "url": { @@ -306707,7 +306707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f5e3408-641a-4206-b9d1-b3d66d7a8497", + "id": "2937e68c-e7da-4cb2-afd2-544a4b597537", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -306806,7 +306806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bad0972f-f6d5-407a-b19c-3d9b706fdfda", + "id": "d47b4660-d44e-4ba9-b734-96198d74b070", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -306905,7 +306905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc7995c7-5669-4336-89d0-0c79ab0cb47e", + "id": "52c6b4c0-b787-40b5-9292-9cde5bb2486b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -307004,7 +307004,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fbf0af9-837f-4ae7-b261-224ad5185d34", + "id": "26900262-28e3-4070-a1fd-ea8b77880571", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -307103,7 +307103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03bdacb9-4269-4bcf-bf66-4bb2b0189bcd", + "id": "0e45f797-d67c-4e08-9958-f10b1237d331", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -307208,7 +307208,7 @@ } }, { - "id": "135d0e80-8c46-46d6-848e-af5685a3029d", + "id": "fc4071a0-5eeb-4772-8855-20ad5422eaa8", "name": "Complete Trigger Invocation", "request": { "name": "Complete Trigger Invocation", @@ -307272,7 +307272,7 @@ }, "response": [ { - "id": "a8e4bd28-45dd-4d39-820e-93599703e064", + "id": "f89cbb58-63c3-40a9-b090-ff5b6acc99ce", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -307329,7 +307329,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4fe32978-74fb-482a-8988-51308da2e5bf", + "id": "fcf56fbb-ead6-40fd-b5ed-832bf91f9b85", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -307396,7 +307396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3e5d112-bd9a-4630-92f5-d138297d74c3", + "id": "d8ff2ddd-a22b-46e9-a41c-7dd6a4a5dc29", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -307463,7 +307463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9e0e9b4-244d-42ed-98b0-e08c1123d9aa", + "id": "4f5562d4-1d2f-4f18-8ab2-79fbb9b154d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -307530,7 +307530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "231ee80a-e82b-42ff-9e01-d732cedd2c5b", + "id": "8064bf8f-a296-464f-bb84-421d51bd307a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -307597,7 +307597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "384fb5fe-c35d-404a-9202-9ace8f0b8737", + "id": "3f50aa33-2f6a-47e0-a025-2b2f8eb3ed8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -307670,7 +307670,7 @@ } }, { - "id": "89a4143d-7f34-41ec-844d-01e9c0a6e34a", + "id": "ab3423ff-872c-4ad3-a3ff-880edbe5d6b6", "name": "Start a Test Invocation", "request": { "name": "Start a Test Invocation", @@ -307722,7 +307722,7 @@ }, "response": [ { - "id": "91a50b7a-3877-4c98-8245-64314ea7755c", + "id": "913e6cff-eb0d-4834-882b-0591f151584d", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -307788,7 +307788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfb2b939-835a-4d7c-801b-f896f88f5e16", + "id": "c4fb1282-5b9a-4f8f-9c8c-85eb815f92b0", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -307854,7 +307854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0696f7e2-0f97-431e-bd78-9b8846ef7987", + "id": "3b84375d-a34e-45f3-9b24-6e1e06577897", "name": "Trigger invocation is skipped, because tenant has not subscribed to the specified trigger.", "originalRequest": { "url": { @@ -307910,7 +307910,7 @@ "_postman_previewlanguage": "text" }, { - "id": "08004c25-c3e0-4f90-bd7f-982596014f53", + "id": "12e315fc-1d72-45c2-bd25-9a1f29cac777", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -307976,7 +307976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba84b5bb-4186-47f2-9893-55f7d623bb4f", + "id": "a0e69732-39b5-4a5f-8168-37bd21a40c56", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -308042,7 +308042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4031139d-0627-40b2-821f-e0ab5f1c1016", + "id": "4dc9c281-837e-4649-acd9-eaffdbeb2ff1", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -308108,7 +308108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "689c5542-3e7b-46ef-bf85-bcef87968b0e", + "id": "2dd212e3-437c-43e7-a1ee-d5d536af7a00", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -308174,7 +308174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33d2d7f1-bba3-4ee1-9154-ddbf7acfac26", + "id": "6daf57f6-0e9d-4878-ae0a-f551d5539333", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -308240,7 +308240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea1db780-d15f-4b58-a736-cdf5b5a8a11e", + "id": "6707d481-bc8e-4383-9fe5-65dde440ee9f", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -308306,7 +308306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdf42524-e45b-4248-8873-efbb560a4f9a", + "id": "c983c4fd-3b84-47fe-ba70-85852d9ef458", "name": "Test Trigger with Mock Input", "originalRequest": { "url": { @@ -308372,7 +308372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "435c47cb-b174-423d-9c5d-ac619a4d9167", + "id": "3db00dda-86e4-4693-a97c-cbc5ba113894", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -308438,7 +308438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b81f47d-50c1-40b9-97b7-552553711e54", + "id": "c6012c30-b2ad-4e34-9ca1-2ab56b2e105a", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -308504,7 +308504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "452ddc16-b9d6-4dcc-8025-88e0f1a58163", + "id": "52eef0e5-c127-4a6b-ac51-c0ee025ba5d4", "name": "Send Test to only One Subscriber", "originalRequest": { "url": { @@ -308582,7 +308582,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": "4d5cbcac-e40b-4d6d-aca4-069374f6cbf9", + "id": "29e1bfdd-b627-4741-a343-eaf259a64bf7", "name": "Get a tenant UI metadata", "request": { "name": "Get a tenant UI metadata", @@ -308621,7 +308621,7 @@ }, "response": [ { - "id": "4e7416d7-51c3-48af-9541-9389188dd68b", + "id": "e00c15e3-fd93-420e-9e31-5964de5d50f0", "name": "A tenant UI metadata object", "originalRequest": { "url": { @@ -308674,7 +308674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c938d39b-32b5-49c8-bd66-7dd87b4fe902", + "id": "cacf44e2-ff37-4c46-b1be-68d83212a47f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -308727,7 +308727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f189e51b-d2e7-43ed-a04c-93fbeb7a9c8c", + "id": "1d70eb13-8b96-46b1-bf78-86cb8f448a9a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -308780,7 +308780,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6c525dd-c28c-481e-b648-830a0185c22b", + "id": "7bbb72c8-5401-4682-abb3-0644af6475d2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -308833,7 +308833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd8e19f8-d2cb-4127-bf14-b61a3ec81a22", + "id": "0e05107a-fd42-4f88-8e03-20e4cdace17c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -308886,7 +308886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b30b5141-14fb-4b6d-8ef3-dc03d574722e", + "id": "7d61857c-7c61-447f-8c8c-7dbda6db6ece", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -308939,7 +308939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e05ec8dc-d6d2-4236-aeff-b31385be3702", + "id": "121c06ec-9a9d-45bc-ab1c-39e978c1462e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -308998,7 +308998,7 @@ } }, { - "id": "c33b51f7-5549-466d-bc24-90e55daa9260", + "id": "1b209327-7591-469f-baa0-140b2e2db029", "name": "Update tenant UI metadata", "request": { "name": "Update tenant UI metadata", @@ -309050,7 +309050,7 @@ }, "response": [ { - "id": "6798b9f8-6ac7-48d0-b6a2-50231c46982c", + "id": "46ad1d27-e67f-4974-a2d2-cd9358539b36", "name": "A tenant UI metadata object", "originalRequest": { "url": { @@ -309116,7 +309116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "051b3c90-197d-4c12-b430-cc48042f4805", + "id": "e82a1477-0040-4c08-b9d9-e12a38e25ff0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -309182,7 +309182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "234c5adb-0e7b-4c7d-a317-02ddb8a5981d", + "id": "6dfb6d50-0e54-4b25-8eb9-07bde73d8391", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -309248,7 +309248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78a6c753-fa78-403c-a1ce-e1ee9a2512fd", + "id": "37b19033-a9da-48bc-be1d-88a5fece7370", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -309314,7 +309314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3849ff2-cdcb-4468-bc6d-e8b368bcc613", + "id": "cabece8c-28f7-4fb5-8ff1-f641d92e23c3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -309380,7 +309380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5bbc98b-c314-4903-a5cf-5962d9a79b00", + "id": "b389ce07-0276-4b92-aabd-7205d80bdf91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -309446,7 +309446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4e4b24a-7955-4ffb-b9a5-caa1e875e052", + "id": "c6b75428-5a79-4e15-99ac-26602e64dca3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -309524,7 +309524,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": "43abfbaa-371b-4125-a356-919e0ecae9bb", + "id": "2dc6269a-c42b-4ee2-837d-2dae373dd2c7", "name": "List Vendor Connector Mappings", "request": { "name": "List Vendor Connector Mappings", @@ -309553,7 +309553,7 @@ }, "response": [ { - "id": "e111b237-6a95-41de-b193-2df257f5edbd", + "id": "070e3e0a-cc09-4a02-9061-90d1460c95ee", "name": "Successfully retrieved list.", "originalRequest": { "url": { @@ -309596,7 +309596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c101127-9126-4215-89de-d14fc7e28646", + "id": "2f44aaf7-7310-4c76-b065-f5c6296f7127", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -309639,7 +309639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3771f18-1fd7-43c6-b97b-709aa9119894", + "id": "3d5f6943-5411-44b3-8c5e-57b18ff2e3b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -309682,7 +309682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a46a9dea-7513-4be6-9bd6-abc310363eab", + "id": "09d75647-9106-47fe-9e05-30dba02fc88b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -309725,7 +309725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa37762f-e7a6-43c3-8a2f-7db99efd7c3d", + "id": "d53f9b99-a39b-4a89-9078-07df3f5ccfff", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -309768,7 +309768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6cc2869-6710-4047-82a3-9b8771d001a8", + "id": "72efa50c-1f23-4c99-aef8-c29836023ad4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -309811,7 +309811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1818ba89-daef-4b22-add9-c9ece1328c8c", + "id": "343919c6-9845-4ab8-b050-78e70ee5b05a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -309860,7 +309860,7 @@ } }, { - "id": "0b3daaa9-3c54-43ea-bb01-c923b9de8d33", + "id": "89b11930-9c9d-43e8-bc4d-c7eba29c21e5", "name": "Create Vendor Connector Mapping", "request": { "name": "Create Vendor Connector Mapping", @@ -309902,7 +309902,7 @@ }, "response": [ { - "id": "ba3e34aa-536e-4173-9026-14f3546b8814", + "id": "e7ce8b79-f7c6-4a39-ba8e-1bd736aa53a7", "name": "Successfully created a new vendor connector mapping.", "originalRequest": { "url": { @@ -309958,7 +309958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8a93eba-5815-4378-bdee-26254ad6daab", + "id": "95ef6172-0011-493a-b4a3-f16a043aa45f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -310014,7 +310014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6786e28-36b5-4452-bc9c-0b79651a7985", + "id": "ebd8777b-fc19-42f3-bd2c-d3a34e82c3d1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -310070,7 +310070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "796d72c5-5a98-471d-add6-9eb4f61c2718", + "id": "6cc7698b-04f8-437e-a490-25092454aab9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -310126,7 +310126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da0cb774-ccbb-454e-81f7-764ceb775d52", + "id": "23ae6dfc-5500-4ebe-b334-c77393644cf2", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -310182,7 +310182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88e3b7ac-d405-48ee-bcbf-bc4a15437170", + "id": "754689fb-7de7-40c7-bb3a-8c5ae7b7d3bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -310238,7 +310238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df2e982e-1952-412d-a451-c19799dc2a45", + "id": "436d2d9a-1495-4446-9c59-4f2b1ce56652", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -310300,7 +310300,7 @@ } }, { - "id": "85c35330-fde6-43db-befc-df9d97b29ad7", + "id": "6a44eb0c-bebb-4a18-9c0a-bdb356f05a72", "name": "Delete Vendor Connector Mapping", "request": { "name": "Delete Vendor Connector Mapping", @@ -310342,7 +310342,7 @@ }, "response": [ { - "id": "09006785-5929-4bf6-b221-ee63212d2075", + "id": "65d6029d-f1dd-4860-b796-28efc4a3a4a3", "name": "Successfully deleted the specified vendor connector mapping.", "originalRequest": { "url": { @@ -310398,7 +310398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d07f921a-a70a-4010-9811-5a8c35e0c4cc", + "id": "a27c56ac-53f1-4cf1-bc61-38b0d761a878", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -310454,7 +310454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "edacdf81-54ac-4d15-9256-1f871317ae76", + "id": "a1f5de72-b0a8-48aa-9702-7a91815e27ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -310510,7 +310510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82ba04b1-1a82-43c4-99b3-c5fe87ebfc8b", + "id": "03a9ec97-aae7-4d56-a853-8b86af0be71c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -310566,7 +310566,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29fd64a4-21fd-47c2-b733-0ee4d98566f2", + "id": "5314dd95-9285-4737-97ec-e49989157aae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -310622,7 +310622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6a961c4-3fe6-44e7-bd39-a84ea77ef7e7", + "id": "0d9061fe-706a-4a24-98c6-4a6628684f6c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -310678,7 +310678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b1539bd-ecf3-4025-8867-e1bb6885cb07", + "id": "ff5d8eef-2154-4b26-81c5-a658c867f587", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -310746,7 +310746,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": "af582a29-167c-485f-a079-8c804c84d498", + "id": "97447b3d-75e4-4a81-bb11-15aa155c4ada", "name": "List Work Items", "request": { "name": "List Work Items", @@ -310812,7 +310812,7 @@ }, "response": [ { - "id": "48577c1f-8433-4a9a-ab71-66a3ba67af2c", + "id": "fbfb0c4c-54b5-4020-b2f5-8bed6830c318", "name": "List of work items", "originalRequest": { "url": { @@ -310892,7 +310892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9fec669-af8f-4763-822b-0a3603c07207", + "id": "79ae6f0b-c5a1-4703-a7d7-3cedc18af1a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -310972,7 +310972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e900bd3f-94d5-449b-8d68-9a4ae7bc073c", + "id": "d81162a6-75a6-4b3a-8a0f-bbbb077c820d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -311052,7 +311052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a6d065b-37b7-4c97-b782-5bcf15bacc63", + "id": "d7c44398-7ce0-49d4-81c3-df04c54f82c2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -311132,7 +311132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35d297cf-c016-4ff1-abe3-aac30598e016", + "id": "8c1ad826-f2f9-4e50-b2e2-d2bd8327f918", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -311212,7 +311212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e8263da-0bb1-42dc-a7d1-7912981e70bd", + "id": "c7cbd773-8324-4d1f-8df6-04cb79b34248", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -311298,7 +311298,7 @@ } }, { - "id": "38c76048-3084-4eae-8935-92a169f21c00", + "id": "cff1bc24-6b0b-47a7-8afa-1914c676b7da", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -311365,7 +311365,7 @@ }, "response": [ { - "id": "5a1f5639-b15d-413c-8f4d-955b298b6761", + "id": "f7eaca98-3641-4748-9684-c0c3383c5208", "name": "List of completed work items.", "originalRequest": { "url": { @@ -311446,7 +311446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a4de04c-dc10-42fb-8805-e1d541d445c5", + "id": "7c77a5f9-39e1-452f-9957-b770051655c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -311527,7 +311527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9d70748-4bbf-4456-bf7e-2730c13ee03f", + "id": "e4cb89ce-f742-4115-a6a4-8e2dfa5fb92a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -311608,7 +311608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a31863df-2149-4383-8ea3-346a8f91217e", + "id": "89149046-4abd-4fa8-b307-2aeac1af9c8f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -311689,7 +311689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da8c2317-85aa-4164-b2f5-4d5a6e391669", + "id": "bec8fee7-7376-4594-b289-b5f1fc090bad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -311770,7 +311770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f156260f-53ad-4495-9858-c6ff6307e733", + "id": "abe73c6c-1583-41a6-bbe5-c100f4360180", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -311857,7 +311857,7 @@ } }, { - "id": "ceb556fa-cc55-4d7c-8415-6408d0eae1eb", + "id": "18dbb6f9-b41d-432a-ae6a-ca055410548e", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -311897,7 +311897,7 @@ }, "response": [ { - "id": "e704c785-1207-4755-9476-4e0c97fb6693", + "id": "b98b873c-a397-43ac-9437-9db90afda3e7", "name": "List of work items", "originalRequest": { "url": { @@ -311951,7 +311951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05753e32-48b6-434a-a671-fa40f86a2b20", + "id": "f81029a2-8378-463e-91f7-627833974e68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -312005,7 +312005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60e9100c-6993-483d-9f65-4aa56f13aa01", + "id": "b0477559-c201-4e3b-a4a9-3e57289ac208", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -312059,7 +312059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8430ab5-ab9f-48de-90c5-271e1cb9ee5b", + "id": "23a7a8cf-ace1-480a-a63b-f9dd1be87b9b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -312113,7 +312113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc53b41-c4f9-4953-aa9e-0c179cec6240", + "id": "08818a28-85df-438e-9809-d88eb2266e43", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -312167,7 +312167,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3fb5364-c746-4b0d-ab17-eec7c1e508e0", + "id": "68ef67cb-12c6-474a-8d5a-472c014d4a08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -312227,7 +312227,7 @@ } }, { - "id": "1cc21226-123e-44a8-a8cc-13129170fef9", + "id": "943f1e6f-fd60-4cc5-91e4-2e4912bd8b20", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -312268,7 +312268,7 @@ }, "response": [ { - "id": "3e561915-615c-4211-afac-1261a9d3e8d4", + "id": "ccfdbe5a-af8f-42f3-842f-224fdc886f85", "name": "List of work items", "originalRequest": { "url": { @@ -312323,7 +312323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "126f44fb-e13e-4e56-b5f8-ac946f641a0c", + "id": "1625efb0-28fc-4bc9-bc07-1f1c53699810", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -312378,7 +312378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da4b1fdf-2eaa-405c-bb17-f99ed5254b6e", + "id": "4467dba6-5472-496b-9004-50201119495a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -312433,7 +312433,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03a444cf-3219-45db-9b98-51be62a3fb80", + "id": "5b9e08f5-8830-4ca2-87da-fa79f50a2f38", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -312488,7 +312488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c213d11-7184-4f5e-8e8d-e5dd2c431324", + "id": "da08feeb-04dd-4566-936d-22f0b91dc29c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -312543,7 +312543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26a132b0-0eea-44f6-b49f-9c0d6dc6c1a3", + "id": "b092cd67-6014-400e-bed8-8f92a57d59a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -312604,7 +312604,7 @@ } }, { - "id": "fd85ed41-1125-45a8-bde7-660c7ae97b04", + "id": "82228d70-8a26-4995-9fc6-e79aab482be3", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -312644,7 +312644,7 @@ }, "response": [ { - "id": "03b88dfb-e37e-44db-806b-f378f4bd4641", + "id": "e01a75ef-2445-4a33-8b80-fad6e6193751", "name": "List of work items", "originalRequest": { "url": { @@ -312698,7 +312698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dbcb686-94ac-437b-b66d-8c89b8c3d3ae", + "id": "c093c0f0-3857-4e0e-be86-1dd09bced2b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -312752,7 +312752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89ea284a-ca9c-445f-aa02-00a5a6e9c878", + "id": "b6e9f912-2d64-405e-9b12-0def38cbf9d0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -312806,7 +312806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0beaf384-4a68-4a1a-8034-4a5890fc56f6", + "id": "26029023-17ef-4464-a222-c44d6eb3cbb2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -312860,7 +312860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cded6ef-a779-4c20-94ed-9d4366207a27", + "id": "e4805b00-addf-40cd-ae9d-631b81944adb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -312914,7 +312914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ec292ab-1f29-4c93-91df-bc6ea0799c94", + "id": "74a1963c-b7ef-40f1-9202-ba591c35bdf6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -312974,7 +312974,7 @@ } }, { - "id": "02c2d827-3a7c-4d17-a351-7ffec0758746", + "id": "7192f362-9d3f-46d2-988f-58b99f337306", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -313015,7 +313015,7 @@ }, "response": [ { - "id": "e54b5150-b5a8-42ff-a45c-7873502c90c5", + "id": "50098096-643c-415f-bac6-fde3850f3467", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -313059,7 +313059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9472de0d-4e5c-4c47-8356-7fec78f2f121", + "id": "f4fc1723-d66f-46d2-acea-ecabaaf6d299", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -313103,7 +313103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cea65965-b068-41ad-bd96-6ee55a21b5c4", + "id": "06064abf-330e-4eb6-a3a9-eb5d6af35805", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -313147,7 +313147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "309aff00-483a-4ac2-907d-643fe651ce59", + "id": "b937f2c2-9e97-425b-9d4a-f2cc7ac4e50e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -313191,7 +313191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe2819fb-508b-4144-8988-a464ccdc698c", + "id": "321af56c-345e-4786-b223-97e10dcb70b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -313235,7 +313235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d7fef31-70a4-406a-b363-f0b64988def8", + "id": "ba32557c-c423-4476-9e38-bf1c1894366a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -313285,7 +313285,7 @@ } }, { - "id": "bcae3f9e-f75b-4107-8ed5-f534ef699274", + "id": "594482ab-2f0c-4899-a9c0-4191fbe1ccb5", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -313326,7 +313326,7 @@ }, "response": [ { - "id": "60a2f245-2fb2-4cc3-b316-b22cdcfe553f", + "id": "b90c896c-4616-4d2b-a1b2-db7304ffac31", "name": "A WorkItems object", "originalRequest": { "url": { @@ -313370,7 +313370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27d019a4-3c00-4df4-ac97-89e1a41b3716", + "id": "5d8b6717-2d55-4a6b-9dd3-a05932b0da35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -313414,7 +313414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88cc6ad3-b1e4-48ac-a4c6-e089af8b4a00", + "id": "d21c7017-0541-4b32-968f-cf40cae0ddbb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -313458,7 +313458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eb417d8-6964-4f3a-8daa-170b50b23819", + "id": "6f8ee53f-70ce-40f1-83b4-2bea0a4315ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -313502,7 +313502,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b8a4c63-1f92-4454-8f45-8b6f990829a6", + "id": "22db4891-c238-4ed2-98c0-631c1605e849", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -313546,7 +313546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d54ed86-f760-4c14-9882-b06fe5191b8e", + "id": "bf97448b-2ad6-48e4-9e08-f04bb42933c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -313590,7 +313590,7 @@ "_postman_previewlanguage": "json" }, { - "id": "718e84a9-d647-4e2a-92da-01fd4939d783", + "id": "2b19e9f6-cefa-44e9-98f2-1240c06d62b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -313640,7 +313640,7 @@ } }, { - "id": "bfe2ee2c-8e98-4bb0-b92a-467e096077c1", + "id": "f798ecf5-1464-4f8d-ac45-6bb0d69f323e", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -313693,7 +313693,7 @@ }, "response": [ { - "id": "255dac42-92a0-4ad1-9f46-6c1076f90939", + "id": "2365a0a9-d3f2-4b44-9183-0a7d4e2ad630", "name": "A work items details object.", "originalRequest": { "url": { @@ -313739,7 +313739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b156550-39c8-4cc0-af4e-e2e7c2ceff8a", + "id": "fc610b3c-af9d-4884-b652-b6c0a26e4a8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -313785,7 +313785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ff45a33-43f9-44e5-a672-e4b909530ab5", + "id": "4c889e83-40c2-4040-8ae2-4c13fc46b24f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -313831,7 +313831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54fcfe73-f3d6-456d-84d2-adecc3a2ba78", + "id": "28abeadb-13dc-431d-92e2-fc7a5ad6ecb9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -313877,7 +313877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fef366e-0391-4b3f-9e19-4a8c3dcb5b8c", + "id": "080e7961-ec71-4519-87ee-0ce58daa993c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -313923,7 +313923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "826d93aa-4991-4f14-a7b9-496b7a458e31", + "id": "1b519d8c-33ec-4f24-88e6-43ee4fd20148", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -313969,7 +313969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "954c6616-a4f8-4926-84d8-e10351f9f8c9", + "id": "731bb932-813e-4e88-a55d-0c6d960577b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -314021,7 +314021,7 @@ } }, { - "id": "6dea386f-2d6c-49d0-9f42-a29572795a8f", + "id": "d1c2b612-e28b-4d1a-a112-8b5b3cf45bfe", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -314074,7 +314074,7 @@ }, "response": [ { - "id": "dbf5db33-ed98-4b77-9f14-cc51e89d92a4", + "id": "a76ae7b4-10b3-40e0-8e5a-6501ab156c81", "name": "A work items details object.", "originalRequest": { "url": { @@ -314120,7 +314120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6030d7c4-4bdd-494f-a044-adad48a7e862", + "id": "171e938b-ce2a-49b3-83ae-8d65cbf969b3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -314166,7 +314166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91848ffe-a899-4125-8e5b-d614fba6dffa", + "id": "0383e8c7-80ca-4891-8e7f-990f28764704", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -314212,7 +314212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0be8710-7910-4817-9bc7-91bff2aef00f", + "id": "460b59bd-fdd9-423d-9b38-2b835efcd658", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -314258,7 +314258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e0f5434-c8f9-4b6c-9593-024668dd577b", + "id": "8910216e-4563-49dc-8699-0eddf13c3933", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -314304,7 +314304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cacd1a80-3ba3-4d32-8518-2726d4c81f58", + "id": "b0d5fc6c-8f0e-4f44-a1cb-2b958f7ec516", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -314350,7 +314350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd81fa89-2a20-4401-9b31-28be3876b9c4", + "id": "1b3eae32-b73d-4351-9a1f-6c52de6e9e5b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -314402,7 +314402,7 @@ } }, { - "id": "d8c6b19d-94c6-42dc-bb46-daba35ca755e", + "id": "5e4fb9ba-84e3-4134-8e09-18b30b981643", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -314444,7 +314444,7 @@ }, "response": [ { - "id": "76e61944-42b4-445b-938d-c7e0b5c5624e", + "id": "bc21ab1f-7910-4264-94ca-4c35f66dc808", "name": "A work items details object.", "originalRequest": { "url": { @@ -314489,7 +314489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d01710c9-9787-4ff6-9b65-96888541b212", + "id": "9dbeef11-3ef8-4c24-b6b8-9baf9837c161", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -314534,7 +314534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5eb5dd6-565c-4a41-8edc-680e15ebcdf8", + "id": "a524052b-2a1b-45a2-aa34-47b110f7e476", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -314579,7 +314579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a48fa8d0-cd91-49ac-8581-9ac35c2c815e", + "id": "6c264a48-2893-4e48-951b-0255407d6064", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -314624,7 +314624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b1b98f6-7078-45c0-8b16-446112866681", + "id": "2dc09279-4f4f-4c87-87e2-b15028a427d9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -314669,7 +314669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f816ac4-45bc-4ada-9912-39cc3d5b894a", + "id": "0b73b12b-bc2d-48e4-8b5f-cec05cdd0635", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -314714,7 +314714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b489d19f-4f71-455e-8910-987a866d0c16", + "id": "56b3df1a-8e99-4b09-8194-357a32802188", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -314765,7 +314765,7 @@ } }, { - "id": "7f5243fc-9652-4988-bc35-cbcf23a5d1cd", + "id": "4b86dab3-df02-45a8-94a7-c7355a4d4632", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -314807,7 +314807,7 @@ }, "response": [ { - "id": "a68f280e-6f53-4ff3-bf5f-9e6df429865b", + "id": "e3eb87f1-fec9-42c4-b3d3-dea2bc04f103", "name": "A work items details object.", "originalRequest": { "url": { @@ -314852,7 +314852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56e78a04-57f3-4eef-bc89-2baa44a43892", + "id": "d99dad22-ba98-4d84-99b9-6d963f8f6c3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -314897,7 +314897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "088bd73a-16ad-483e-a024-f6bd1b7db48e", + "id": "4c9bf55c-42bf-4b0e-b55f-bd5be3fd2179", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -314942,7 +314942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c30012f3-d682-4832-9830-180b6c3f4260", + "id": "6aead2d9-c162-4c77-99ec-f90ae826dd3b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -314987,7 +314987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd5f93ec-6afc-43d4-abd6-f13112cccf92", + "id": "c1e5c5d1-2ecf-477a-b4a5-203c87049d13", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -315032,7 +315032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43c7c590-f61f-4e8b-9c87-3e0bc81e5906", + "id": "7e9d8d15-d0cc-4ac0-9edb-a5cc48cc9010", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -315077,7 +315077,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8e5dc0c-a64f-4fdb-98fd-88af0c927ece", + "id": "a763b5e7-c76c-4f17-9112-5b70505ebf96", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -315128,7 +315128,7 @@ } }, { - "id": "d4a4cc95-3f38-4dd8-b88c-879a635b5456", + "id": "87be7e4e-afd9-4c45-9782-6f2bec7a42e9", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -315183,7 +315183,7 @@ }, "response": [ { - "id": "5b392e8e-dc72-49a7-9197-39928189620a", + "id": "566faec5-3ec5-45fc-95d8-7e7a0001e2f8", "name": "A work items details object.", "originalRequest": { "url": { @@ -315241,7 +315241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ac5efe2-2d19-4a86-81e8-6fd0f1f528f0", + "id": "6376d1eb-1cd3-4133-9998-c4cdf131abd1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -315299,7 +315299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e51995eb-1953-4bc5-8582-537eaa678572", + "id": "b64e7435-caef-4208-91ff-0e5199b113ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -315357,7 +315357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5756791-aa93-4a2d-bec7-2d17a830f015", + "id": "edaddbf5-520d-4c24-832b-8792d0e996b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -315415,7 +315415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e02d07-99b7-4958-8f02-b8157a341ead", + "id": "fd0b3788-81bf-4d66-ac42-d7603d09bbed", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -315473,7 +315473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7abfc0b2-d6c1-449d-bdae-a1bb2a8d56e6", + "id": "e33dcc37-ae37-43a7-9d73-35cc86f5d4eb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -315531,7 +315531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ae511ec-fac3-41da-9def-b5fecc67d3cd", + "id": "dd6602d5-3536-42fe-b885-8132f6950adf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -315595,7 +315595,7 @@ } }, { - "id": "d3d47c9d-cc57-4de4-9cd0-226dffea381f", + "id": "6955ca6d-7b94-4bd6-bd8a-029087b0b02b", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -315650,7 +315650,7 @@ }, "response": [ { - "id": "7931dda7-4175-4c78-83ea-bf80a270b2b7", + "id": "a832cafa-de8c-4b12-acf2-653b5ba9e10f", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -315698,7 +315698,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c2e0ed5e-8b60-4505-a7d4-1093a27a2d4e", + "id": "66495565-4c09-4065-96fb-6f3fed11a928", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -315756,7 +315756,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81865670-9cd2-4894-9116-4225656360b7", + "id": "105df28b-15b9-49ce-b2a7-afb29a94e772", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -315814,7 +315814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6341e1ba-f14f-4663-a792-ae914b268afa", + "id": "a44b35fa-d785-490f-9f2b-4fd14ea0f3cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -315872,7 +315872,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21595c4d-3825-4b03-a254-33d5c5ae7e6b", + "id": "51c335ae-22b0-43d5-af79-499960a1e789", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -315930,7 +315930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5a95774-d491-4fcd-a597-5f7befcb7875", + "id": "e4f0390c-c113-4d01-9247-81115164b81e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -316000,7 +316000,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": "d201c8ef-7d87-49eb-973d-262c32d4a5a4", + "id": "59f57310-c48b-4223-9ec1-19ad4aa2f056", "name": "List Reassignment Config Types", "request": { "name": "List Reassignment Config Types", @@ -316039,7 +316039,7 @@ }, "response": [ { - "id": "0de45e5a-7a97-4b7d-924e-5ed756657fe0", + "id": "0e213abf-11b9-4ac0-bf1d-f765bcdf0346", "name": "List of Reassignment Configuration Types", "originalRequest": { "url": { @@ -316092,7 +316092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59bdbfac-451f-4d6b-b15e-47498b6d811c", + "id": "77364e37-a0ee-47de-9eb4-5ef123c689e8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -316145,7 +316145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76a9459f-baf2-4543-81cd-048e7921f611", + "id": "0f92e8a5-7389-45b8-91bb-9290c2c2379e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -316198,7 +316198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5da662c8-e296-46a9-85d9-bad3b051d035", + "id": "6c65a9f0-e8be-4a53-8b60-f11be6606f1f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -316251,7 +316251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af649fb4-cc6c-4b20-96c4-f4bf2b438474", + "id": "348a9760-ae38-4c36-846f-4a83b5f23809", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -316304,7 +316304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e7ab2db-2f6c-4c6d-9109-63776026aa6f", + "id": "8f808018-881b-4d19-bde2-fe4b25904791", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -316363,7 +316363,7 @@ } }, { - "id": "870767c9-52e1-425c-b186-7a20b7e7daf6", + "id": "4f5dc24e-aeb2-4b5a-9e3b-4c970603e115", "name": "List Reassignment Configurations", "request": { "name": "List Reassignment Configurations", @@ -316401,7 +316401,7 @@ }, "response": [ { - "id": "f30427f6-a852-42e1-86ca-454dc338d8f1", + "id": "4d5e7462-5155-48db-a898-387c3cee96c2", "name": "A list of Reassignment Configurations for an org", "originalRequest": { "url": { @@ -316453,7 +316453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6139ae6b-d058-4d90-b1d2-0035cd418d04", + "id": "ab6372b1-2d2c-40e3-839a-3f4806e3218a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -316505,7 +316505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6801456a-805f-4045-8bd8-8babcfa77ced", + "id": "82c28681-5dc6-4e83-bef3-c62cd04cd6c4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -316557,7 +316557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a600c0f-2a9f-48eb-a9cb-4c5d396ec9cd", + "id": "156b7aa6-b6cd-48fd-ae72-e0d34919d37e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -316609,7 +316609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "770e3008-1462-4979-9ac2-f153bf3fa300", + "id": "025bc995-3576-4204-add2-5b50e8cc2b86", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -316661,7 +316661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b73430f8-4760-4469-8b72-41a53c376cd6", + "id": "058712ef-218b-423c-8d00-9fc96994d0bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -316713,7 +316713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19a556d2-0040-4648-9d95-80775b4caf6c", + "id": "c4e11a6a-3412-4061-b384-355ad0bc1b3c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -316771,7 +316771,7 @@ } }, { - "id": "ddce4c3e-d2a5-4164-be8f-a56cfc6af1b2", + "id": "f5631e24-d926-4f58-9f02-e7ce3431ace6", "name": "Create a Reassignment Configuration", "request": { "name": "Create a Reassignment Configuration", @@ -316822,7 +316822,7 @@ }, "response": [ { - "id": "565d07de-4cd8-4a1e-bd8c-a962881ee3ec", + "id": "28613f80-fd70-472c-8f64-8b6bbd42aa87", "name": "The newly created Reassignment Configuration object", "originalRequest": { "url": { @@ -316887,7 +316887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c14d4493-76ec-4b75-b7d5-fa82d236f2b4", + "id": "37494952-7efa-4dd0-a27b-e2d4a6fcae20", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -316952,7 +316952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55862489-e7de-4b40-a83d-570d3e0b83be", + "id": "2e395dcb-a616-41c2-a02a-31abfdc1103a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -317017,7 +317017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4561678f-200d-48d2-a65a-6372f0ed62ee", + "id": "ace36e80-14c8-412d-9f19-16baa5769918", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -317082,7 +317082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3dd66ab-5b6f-46b0-9535-832e4ef7d1ca", + "id": "4e041c21-010a-4c84-a36c-8bf5da2b8fa3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -317147,7 +317147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fb08efd-cdfc-442c-979b-8cca9bdd2180", + "id": "66c788d7-86ac-44e9-8e17-a08acd3872ab", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -317218,7 +317218,7 @@ } }, { - "id": "a2006596-ae37-4cef-8e3d-836e328d2b63", + "id": "4e8497a1-1a37-45a9-9871-6fa59194827f", "name": "Get Reassignment Configuration", "request": { "name": "Get Reassignment Configuration", @@ -317268,7 +317268,7 @@ }, "response": [ { - "id": "13188146-2d5c-4e00-b061-1e512ec4525c", + "id": "5d576c46-5bcc-47a2-91ea-cf1cf9364ea9", "name": "Reassignment Configuration for an identity", "originalRequest": { "url": { @@ -317321,7 +317321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26870c62-d3de-4b74-a8ac-bf552b48f680", + "id": "9e42f64b-e9b2-4465-b270-ab9ee2e2c27c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -317374,7 +317374,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62660ba5-29c3-4caa-9a63-d5f7eab8ed62", + "id": "20b5f7ab-b5b8-402c-9122-848728663522", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -317427,7 +317427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "359a8f7b-395f-4532-96c8-2d29c4e681a2", + "id": "80ef58b8-5eba-4abf-b209-2d58a3808132", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -317480,7 +317480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8e5a6c8-71be-447f-8ade-9387205c2363", + "id": "ef13ed13-2df5-4137-9a58-319b568228d1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -317533,7 +317533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19051cff-a02f-4dbf-bbab-0dfe667dd19a", + "id": "b88f9ddf-45ed-45c8-902c-58999a289cc3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -317586,7 +317586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "118ac6e1-77b1-4dbc-ac77-494d7e409470", + "id": "360c0e68-832d-4cb8-aa2a-462857bedce7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -317645,7 +317645,7 @@ } }, { - "id": "25be1e9d-ff46-4383-a828-ea09a9a37fbd", + "id": "32fcf32e-3d6c-4f02-83d8-1837da01c2ef", "name": "Update Reassignment Configuration", "request": { "name": "Update Reassignment Configuration", @@ -317708,7 +317708,7 @@ }, "response": [ { - "id": "45355ef9-b854-4e46-95c9-2e363bc99606", + "id": "8a9c74ab-6162-4984-946f-074a7c3b6160", "name": "Reassignment Configuration updated", "originalRequest": { "url": { @@ -317774,7 +317774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86b47f4e-aea8-4906-ad5f-483a7de0943b", + "id": "cba74f73-c257-455e-81f0-93f7e30b0dfc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -317840,7 +317840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83e65b03-6694-4645-be21-a98d495c964f", + "id": "0a2660ce-5a84-45fc-be32-dad71390c724", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -317906,7 +317906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "257d6329-1ebe-41fd-a8c1-d30c1a2dff0a", + "id": "68ae7a46-8dfd-4ada-8ac2-45350fdc043c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -317972,7 +317972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f170c63c-638c-44cf-8d79-3073047de11d", + "id": "4a018cd6-31b8-44f0-bfd3-f8bbce3fcac5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -318038,7 +318038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20413a3b-a8c8-4a1b-975a-4e2fd6f13d13", + "id": "47d4a4e2-da6b-4356-8a3d-a0f02fa8386a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -318110,7 +318110,7 @@ } }, { - "id": "bf2c07ff-8e47-4038-83a3-f92c9f5d3d7e", + "id": "8c05b0e2-3040-4923-b461-7b00e65f8c64", "name": "Delete Reassignment Configuration", "request": { "name": "Delete Reassignment Configuration", @@ -318171,7 +318171,7 @@ }, "response": [ { - "id": "cac54e9f-0539-4c0f-94f6-369ba0f6ca91", + "id": "a605bcd7-ef87-46f8-95a3-a0a397f23003", "name": "Reassignment Configuration deleted", "originalRequest": { "url": { @@ -318215,7 +318215,7 @@ "_postman_previewlanguage": "text" }, { - "id": "31da0a01-0321-4ba3-aa8f-ba792da6ab59", + "id": "eff12d9c-c0db-42e1-b0c2-71e4c7f0d02e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -318269,7 +318269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b18ce45-70eb-4e37-916c-f2305e53abb0", + "id": "e48dab34-3400-4bcb-b7c6-3d6fe67f6876", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -318323,7 +318323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03565b11-0038-45c6-8656-d5e325f94914", + "id": "21d15d8b-c2ba-4d81-a26c-439f8cb207c0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -318377,7 +318377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6078d0-5a3a-440b-8a03-e9d731c05c9e", + "id": "41d127f6-19d6-44ca-ac80-14c63d7e72bd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -318431,7 +318431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4602b2d5-6198-4ed5-9803-92eba6f9faef", + "id": "2b803704-759c-4475-8f60-7b18ac91ef9b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -318491,7 +318491,7 @@ } }, { - "id": "a7f2da97-8291-4ba8-9184-6c0407e4e498", + "id": "bb5c6942-a603-49e9-804f-c088db35a536", "name": "Evaluate Reassignment Configuration", "request": { "name": "Evaluate Reassignment Configuration", @@ -318563,7 +318563,7 @@ }, "response": [ { - "id": "f77a250a-49ad-4491-8627-4e3091d22834", + "id": "0d4c05a1-6a78-4d2e-bc6a-d99d292a87fc", "name": "Evaluate response when no Reassignment Configuration is found", "originalRequest": { "url": { @@ -318628,7 +318628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9624b829-194a-4a00-9e35-d5ed9062c80b", + "id": "f67fa547-b1d4-4cf3-ab64-8eea3c7550b7", "name": "Evaluate response when a long Reassignment trail is found", "originalRequest": { "url": { @@ -318693,7 +318693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c1c845-e4fa-4aab-8e50-4dbc2cc82aff", + "id": "8147ba42-499b-4b73-a726-91e3605cda87", "name": "Evaluate response when a self-review is found and manager or org admin escalation is applied", "originalRequest": { "url": { @@ -318758,7 +318758,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8deb226-2a4b-4aa9-a4e9-702244fe8a6a", + "id": "80a6fa91-f96a-4f01-aac8-34b2f03a468b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -318823,7 +318823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7192f77-b832-4f06-89fa-39ef1e1b769e", + "id": "8e825d73-b76e-4c75-8a7d-4376162c1d50", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -318888,7 +318888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9bd9f77-6004-48b8-aa75-e3b245c1c941", + "id": "f7ebee36-0fad-4cb3-a9c2-ea48f834bcba", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -318953,7 +318953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd38033e-4083-4f37-ac16-45308b532193", + "id": "73e2a74e-808c-40d4-b244-91f89e08afb3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -319018,7 +319018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e82e771-b230-4cc2-81a4-a17d6cec1c73", + "id": "485e331d-a3a2-44c4-9272-df51bd3169f0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -319089,7 +319089,7 @@ } }, { - "id": "237a33ed-f320-4fbc-8a4d-613865cbd33e", + "id": "74f5f3e5-8a42-46c4-9d01-44269403d345", "name": "Get Tenant-wide Reassignment Configuration settings", "request": { "name": "Get Tenant-wide Reassignment Configuration settings", @@ -319128,7 +319128,7 @@ }, "response": [ { - "id": "14a3cb62-db47-4632-abb1-91d20d0971e0", + "id": "4a5acec3-be43-414a-9d70-4fb0566a275a", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -319181,7 +319181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56410728-98c0-4831-b4fc-5941d6f6078d", + "id": "58d93248-b5e3-4522-abda-1e7d0d4aa85b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -319234,7 +319234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8dacdf2f-876e-44c2-b0d8-31e1d5051ec5", + "id": "ba260887-16a3-4faa-a1c5-359d630c541c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -319287,7 +319287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "146753a8-2c74-4e46-9246-90b83085f863", + "id": "1a0220cd-2356-4547-b672-8721dac36f17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -319340,7 +319340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28a14fed-bc14-4b34-a13a-aa3d46598e3d", + "id": "a4512d8c-07d4-4296-b702-64e317467fd1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -319393,7 +319393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49c3f8b4-5962-4353-8614-e730f5f423af", + "id": "a7a2279e-88b8-465c-ab1b-9da03b301a2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -319446,7 +319446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e600727-e448-49f0-9dfa-c1e75dedf04b", + "id": "3bef5573-96e4-41d8-8457-2803b011d868", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -319505,7 +319505,7 @@ } }, { - "id": "232609f4-ef80-4310-9d0e-8265a766c76c", + "id": "f50f5430-0214-455c-9292-7b04f1b941c3", "name": "Update Tenant-wide Reassignment Configuration settings", "request": { "name": "Update Tenant-wide Reassignment Configuration settings", @@ -319557,7 +319557,7 @@ }, "response": [ { - "id": "a88fd31a-21b8-4a88-8a73-875d10489f2c", + "id": "a266b210-93ea-410e-995b-32b5d76c7a94", "name": "Tenant-wide Reassignment Configuration settings", "originalRequest": { "url": { @@ -319623,7 +319623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8002830-2f0a-4326-96a0-f99ec2f77a06", + "id": "7c69031f-6f5f-47ef-b69a-2eb8c00553f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -319689,7 +319689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c607c87-d811-4bcb-9c75-2b61e46169f5", + "id": "17e62510-0fe9-4f72-a84e-b63bddad17dc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -319755,7 +319755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a94a9ceb-8d52-4488-b272-649d1bdf938a", + "id": "0bf012e4-a40f-4fbb-a7ff-d5f771da67f7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -319821,7 +319821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74acf8af-b7a2-4a8b-80ba-b6af2e5276e1", + "id": "c4e00c5c-563d-4c7e-9566-187686e5179c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -319887,7 +319887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0014208b-bb3e-45b3-a52d-11447e17dc5a", + "id": "2931da5d-4724-43df-90c3-9d69a4a0a542", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -319965,7 +319965,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": "79d46a29-11a6-44e0-9b8b-543f62a1e369", + "id": "074e136c-42c1-4b14-8f42-f94259a24cec", "name": "List Workflows", "request": { "name": "List Workflows", @@ -319994,7 +319994,7 @@ }, "response": [ { - "id": "3a478040-70cd-4dc8-b1d0-6f6db9f1cd3e", + "id": "fbb70079-dd29-41b4-93c8-34fa2b5a6baf", "name": "List of workflows", "originalRequest": { "url": { @@ -320032,12 +320032,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\": \"veniam ad\"\n },\n \"displayName\": \"elit irure fugiat\"\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\": \"consectetur ullamco proident e\"\n },\n \"displayName\": \"dolore pariatur ullamco\"\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\": \"eu enim ut laboris\"\n },\n \"displayName\": \"cupidatat id in dolor pariatur\"\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\": \"veniam sunt Duis\"\n },\n \"displayName\": \"esse do officia sit id\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "11188ddd-5cc5-4871-8eb2-e170921b00ed", + "id": "5ac3b78c-1b2e-4b00-bf61-a1190ccb5bda", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -320080,7 +320080,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2a77dcc-6f2b-4954-ac8e-622b6530f3e7", + "id": "c1a8dc55-923e-4a53-b91d-35ab153fb168", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -320123,7 +320123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c739d5d6-9db7-4b05-8f0f-69b9f7fceef8", + "id": "f6b80501-6c1c-4b45-9277-e3cedb23ef22", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -320166,7 +320166,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b64700e-d89b-47c3-8185-a652ca12f753", + "id": "bfffb6e8-1508-4c04-9e32-89a4da040191", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -320209,7 +320209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8ec0014-b00e-4bfb-80e2-115e95ba501f", + "id": "52791cee-8bea-4025-899c-63245cc0cc70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -320258,7 +320258,7 @@ } }, { - "id": "7380f80b-b4ee-4bb4-9f38-eed16dfc1042", + "id": "9a301ad5-3974-4a4c-91e5-0a876ae646a2", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -320300,7 +320300,7 @@ }, "response": [ { - "id": "147e2e73-013e-4946-bd23-c5cda284f0bf", + "id": "1171ab20-15b8-4f24-9664-0ec2cccb70bb", "name": "Event Trigger", "originalRequest": { "url": { @@ -320351,12 +320351,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\": \"in incididunt aliq\"\n },\n \"displayName\": \"occaecat et veniam\"\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\": \"Lorem sed\"\n },\n \"displayName\": \"est irure qui\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8f104540-f608-48b2-ba93-9d7b82b2db65", + "id": "d2fba0f8-7d27-4e69-aa17-2e5088bf8653", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -320407,12 +320407,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\": \"in incididunt aliq\"\n },\n \"displayName\": \"occaecat et veniam\"\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\": \"Lorem sed\"\n },\n \"displayName\": \"est irure qui\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "51dff933-e2eb-4d12-ba82-03f1464400dd", + "id": "6c3f66bf-1ae6-4f51-911d-d5d1c72fe5d2", "name": "External Trigger", "originalRequest": { "url": { @@ -320463,12 +320463,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\": \"in incididunt aliq\"\n },\n \"displayName\": \"occaecat et veniam\"\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\": \"Lorem sed\"\n },\n \"displayName\": \"est irure qui\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a4557634-adb4-4816-845e-59e6059e157e", + "id": "fe4443f2-62e6-4eaf-99c9-39166a66c58b", "name": "Event Trigger", "originalRequest": { "url": { @@ -320524,7 +320524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2190aa0-ee06-4fbc-b210-c1ea436e453f", + "id": "7072595e-97c1-4832-b14e-a67182ab31b3", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -320580,7 +320580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49aaf490-83fc-41ac-aae9-1273c059ff71", + "id": "0a3123be-9a97-4e8e-a4b6-ed0729eb6cee", "name": "External Trigger", "originalRequest": { "url": { @@ -320636,7 +320636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddf6cdee-286b-4240-bb31-16a4ad1d63c6", + "id": "21bd4100-3fa0-4507-be55-5bfb17b459fa", "name": "Event Trigger", "originalRequest": { "url": { @@ -320692,7 +320692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2c0f324-41f9-4427-add8-1f13d754a4f8", + "id": "bf2a8ddf-0b21-4654-a741-37b9ce977b34", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -320748,7 +320748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46d31969-d6fd-4da3-8f11-1e3fed52d535", + "id": "41e43d41-e19e-4874-8fc5-feeb9b88824a", "name": "External Trigger", "originalRequest": { "url": { @@ -320804,7 +320804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b210c4e-3a36-4334-ba8a-a24f9b3d1367", + "id": "1d586088-fd5c-4351-b47e-d37db90824c2", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -320860,7 +320860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e4c1c4b-5ec3-44bc-97d9-82216ce4769e", + "id": "b7161281-a990-4928-b74e-73f9e6e7176d", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -320916,7 +320916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adba6002-ded3-48bc-9753-43bb8a51065b", + "id": "ece38ab5-2e8b-42e5-a7ea-9452fc4925a7", "name": "External Trigger", "originalRequest": { "url": { @@ -320972,7 +320972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "785671c1-50a9-4f06-a698-37d4eecac20c", + "id": "4ffe24ba-6100-41db-b2c4-109ad24b17da", "name": "Event Trigger", "originalRequest": { "url": { @@ -321028,7 +321028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6761a70-5bc9-45f6-a4f3-ee4dc6de1148", + "id": "def4c5f6-0b41-4309-91da-5656ed0beeb1", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -321084,7 +321084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28020dbb-87e0-4436-863d-e62345fdfd83", + "id": "86724a8a-fec1-4e29-a042-dda947636ae9", "name": "External Trigger", "originalRequest": { "url": { @@ -321140,7 +321140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95b18512-13cc-4c5d-ac6e-cdd9e1db60ea", + "id": "13bfcced-f268-4f90-8314-f4fe744e0c0c", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -321196,7 +321196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b688c302-eaa4-4213-9c03-c2f84b760a8e", + "id": "9cf6921d-32c4-4237-8081-a4fd621a4d2e", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -321252,7 +321252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08faa8c7-0a54-4008-91c5-9933f572d304", + "id": "962f7846-effa-488b-89d3-14bd60eef916", "name": "External Trigger", "originalRequest": { "url": { @@ -321314,7 +321314,7 @@ } }, { - "id": "8b616aef-521f-41d6-8364-ff3e39b50fe5", + "id": "9cdc9edd-3ec8-48a8-aeb8-4b7122f8ae28", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -321355,7 +321355,7 @@ }, "response": [ { - "id": "449a3c70-e6b8-4af9-9e34-b5310c0e60e4", + "id": "9d9ebe3a-7b2e-4e6d-858d-23c0f7d7e92a", "name": "The workflow object", "originalRequest": { "url": { @@ -321394,12 +321394,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\": \"in incididunt aliq\"\n },\n \"displayName\": \"occaecat et veniam\"\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\": \"Lorem sed\"\n },\n \"displayName\": \"est irure qui\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "f7b5ad95-0729-40d2-a183-59118240cf75", + "id": "aa6b8cf4-9f7c-4f14-9409-e49dccb8ded9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -321443,7 +321443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82499639-16d2-487a-9a2a-044a7060cce2", + "id": "4c07aefc-7c1f-40d7-a5a2-5a7a3cc19d79", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -321487,7 +321487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43fbcf27-6d25-4147-80e0-d01b9153fc88", + "id": "14e8be9b-13d2-47ac-8fab-1c49808a1c88", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -321531,7 +321531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce93a59b-22e9-4d15-897b-6fa72dcbd61c", + "id": "437544b7-5b8c-462a-a7bb-89834b7ff3f3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -321575,7 +321575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0b90ee4-5141-4168-9be6-58f188123c4c", + "id": "9052b5f8-4e3e-40e4-a3ed-37de854cda75", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -321625,7 +321625,7 @@ } }, { - "id": "a0e7c81b-d3ad-45bc-83f7-dc3e881d2bf0", + "id": "46646b13-b141-4b47-85d3-c9e3e7743056", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -321668,7 +321668,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\": \"magna qui minim Lorem\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud nulla cillum deserunt\"\n },\n \"displayName\": \"sed\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -321679,7 +321679,7 @@ }, "response": [ { - "id": "1bcc8d02-fa21-4bf0-9e0e-6a8b56bd2154", + "id": "38c65229-deee-47b6-bb7d-148159a43aa9", "name": "The Workflow object", "originalRequest": { "url": { @@ -321714,7 +321714,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\": \"magna qui minim Lorem\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud nulla cillum deserunt\"\n },\n \"displayName\": \"sed\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -321731,12 +321731,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\": \"in incididunt aliq\"\n },\n \"displayName\": \"occaecat et veniam\"\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\": \"Lorem sed\"\n },\n \"displayName\": \"est irure qui\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "9d4e6c7c-5701-4574-b258-5d9f7599e1dd", + "id": "a31cc1a8-2777-4a76-bc6d-a744d23b3b31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -321771,7 +321771,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\": \"magna qui minim Lorem\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud nulla cillum deserunt\"\n },\n \"displayName\": \"sed\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -321793,7 +321793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1346656c-0d5e-4cbd-b964-faf66ea312fb", + "id": "c2a7d087-fce7-4e8f-b359-d6d8889b06ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -321828,7 +321828,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\": \"magna qui minim Lorem\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud nulla cillum deserunt\"\n },\n \"displayName\": \"sed\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -321850,7 +321850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9480738a-0e78-4e60-9113-9254b6b5a06f", + "id": "b3696f90-aad8-48eb-b2e3-3ce4f4133695", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -321885,7 +321885,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\": \"magna qui minim Lorem\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud nulla cillum deserunt\"\n },\n \"displayName\": \"sed\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -321907,7 +321907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "545066e5-f033-492b-9031-cc98b7820e73", + "id": "37ab4ae9-4f16-4d9f-abac-271108a16811", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -321942,7 +321942,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\": \"magna qui minim Lorem\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud nulla cillum deserunt\"\n },\n \"displayName\": \"sed\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -321964,7 +321964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d41c8692-9307-494c-8523-b79efca1ee61", + "id": "ee8fc693-6d3f-441b-be88-75b45c9dadde", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -321999,7 +321999,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\": \"magna qui minim Lorem\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud nulla cillum deserunt\"\n },\n \"displayName\": \"sed\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -322027,7 +322027,7 @@ } }, { - "id": "f923f703-1f50-4f31-b4d0-195a1e4f4ef6", + "id": "991c1c4a-7a77-47f2-8525-8c4b27fbbc5c", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -322081,7 +322081,7 @@ }, "response": [ { - "id": "5eaa9e41-cf22-4a29-8b58-b4faab30185a", + "id": "a2e9b458-18af-41ec-87b5-03c0b894be28", "name": "The Workflow object", "originalRequest": { "url": { @@ -322133,12 +322133,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\": \"in incididunt aliq\"\n },\n \"displayName\": \"occaecat et veniam\"\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\": \"Lorem sed\"\n },\n \"displayName\": \"est irure qui\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "c3e4bd2c-db1c-482f-a96f-5e7b58aad90c", + "id": "bdbb100b-5e0a-4705-8b49-09b9ebfd9375", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -322195,7 +322195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48ee740a-d422-4c10-9551-e548a7266183", + "id": "3c1591a4-0a26-4d67-95b3-27252a6340ac", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -322252,7 +322252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ab7338b-5071-4780-9ffd-5f2d75464371", + "id": "a755ec15-57d8-4789-9961-beab3e62158e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -322309,7 +322309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "641198c1-423b-4ac0-a596-00f51e6170c3", + "id": "ebd30414-e2ba-4fc3-bdf7-c41cd494b1c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -322366,7 +322366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41b12eb3-3c63-44ca-b089-04420d39424b", + "id": "d913b7c9-1a07-43da-b239-90ec2d69dd93", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -322429,7 +322429,7 @@ } }, { - "id": "e7cb1891-399d-4227-8b62-3ee48e3ffb71", + "id": "c539aa17-7757-45e6-8c4e-b0c43343d23c", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -322470,7 +322470,7 @@ }, "response": [ { - "id": "3d92838d-e72f-44dd-8ca4-7fcc3e6768eb", + "id": "76a5f497-4af4-4b5d-8e3c-60edd0e8903e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -322504,7 +322504,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e948bf24-d7d2-4311-b123-6a77ab4d116d", + "id": "ca16571c-a321-473e-a8c9-af661df11cc6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -322548,7 +322548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20e79ab4-0fce-4ce6-a647-662cfcf4b822", + "id": "77e92ef6-20e1-4e8e-abf3-5ac404ca0b5f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -322592,7 +322592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4212ffd6-b7e6-4952-9dfa-3737fd41033f", + "id": "29d63694-0bb7-4643-a163-d77ea152b9b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -322636,7 +322636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78c727db-cb11-4949-8ad7-a0d9e3fd6fe9", + "id": "cd886f6e-1422-4093-8fc9-5cd2114a1123", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -322680,7 +322680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2228894-e4cb-49bb-94d7-d7bcb4240c4f", + "id": "784c03c4-a595-4cc0-86c3-8aadc06db9f4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -322730,7 +322730,7 @@ } }, { - "id": "1720d636-796b-46b9-8552-f424e507567a", + "id": "89afd9b9-cfda-43ed-af6f-d537d5063478", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -322785,7 +322785,7 @@ }, "response": [ { - "id": "a3541e6f-a2b0-4f8c-b961-816ac463fb62", + "id": "212163d9-3a50-4582-834f-db5a2ac757fb", "name": "The Workflow object", "originalRequest": { "url": { @@ -322843,7 +322843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00f96916-f77d-4777-b059-9a280510f306", + "id": "41c4caef-13e1-4981-becf-89592aa74f7d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -322901,7 +322901,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ca10ad5-f233-4b9a-bdca-930f25936aa7", + "id": "973f4bbd-0ea1-4026-ac22-3f5c5eeeea98", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -322959,7 +322959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a46f5af1-1e45-4e02-9141-011ac3d893d1", + "id": "3ea06cbc-70f4-4e3f-969f-c7f981deb0c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -323017,7 +323017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24ecc3f8-70d1-4c03-800e-f4a9c76aee6a", + "id": "7a1f377f-5d10-4970-9cb3-bba6f9b2db5b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -323075,7 +323075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "167b8cbf-74de-46f2-aef7-f8c7831544c4", + "id": "3c5a0f9e-0e14-4997-b163-53889e640a6e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -323139,7 +323139,7 @@ } }, { - "id": "cb7b09f0-6822-48f8-ba8b-e38ba1bca55d", + "id": "baf1ead5-2fdc-4545-8180-ae745e25cdfb", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -323218,7 +323218,7 @@ }, "response": [ { - "id": "df8466e4-a684-4aa1-a51f-7dc5ce8ddad6", + "id": "d740229e-0aea-457b-9e02-77c42a85b060", "name": "List of workflow executions for the specified workflow.", "originalRequest": { "url": { @@ -323300,7 +323300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e98fe39-2736-47b7-97f7-84244e48f77f", + "id": "c93b29b4-77a6-42a2-bc19-276fc99c00f2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -323382,7 +323382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7aea179b-4f98-4b8c-9893-402af90f6c5f", + "id": "107b4e75-7acd-4903-a052-8659cea34664", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -323464,7 +323464,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b54de27-bdca-47d4-ba1f-4ac47de842a1", + "id": "ffb37bc6-3031-48bd-b2fd-8fcb271a3466", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -323546,7 +323546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7480e79c-f36f-4672-8efe-af3fdd7cc81f", + "id": "dbffb000-09c1-4ac6-9fb9-dac4b2a15e17", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -323628,7 +323628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d52279b-15cb-4760-b8f8-cd86a11d6be5", + "id": "58e6872a-e128-46b4-a780-646c2e6d91d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -323710,7 +323710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13927ba8-e837-44d4-b053-8e4924b46142", + "id": "242a7ef9-df3b-45cb-8aa5-f9893d317254", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -323798,7 +323798,7 @@ } }, { - "id": "7055f641-cb69-490f-a7e1-5c0ba2408a38", + "id": "049f050a-6b16-4438-af90-d2cfad052650", "name": "Get Workflow Execution", "request": { "name": "Get Workflow Execution", @@ -323839,7 +323839,7 @@ }, "response": [ { - "id": "140898be-abd5-46d6-941f-706d450f1560", + "id": "f15c21ba-c49f-4cd7-bdc6-7d2103d561cb", "name": "Workflow execution.", "originalRequest": { "url": { @@ -323883,7 +323883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03e8badd-e3af-457d-b80b-6677f6d5399d", + "id": "0f1106e8-0318-422d-a620-8ab86095a542", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -323927,7 +323927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "333418bb-393e-4a0d-b1be-4371dcedf574", + "id": "2d51198a-14f7-4c12-aba7-a1650b0e40b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -323971,7 +323971,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c194872b-116c-493a-8351-94e4dd2dfefd", + "id": "b3019158-b89e-4dc3-bbd2-d1048e4a859a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -324015,7 +324015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d640a0e4-ee0c-44df-a8e8-7811da3ff573", + "id": "f9ef9bf1-62be-4b88-9264-f1015637690c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -324059,7 +324059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7004514b-fd5e-4dbe-9c56-ca3710f69871", + "id": "ee7f6168-e12c-4cd7-98fc-db303f517660", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -324103,7 +324103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81628ee7-0aa7-4a69-bc8f-4f7d326e2f4a", + "id": "e8d76033-eff5-4f21-8392-6bfa76183e8f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -324153,7 +324153,7 @@ } }, { - "id": "06f688d8-d1b9-4fa6-8efa-d21647bb33cd", + "id": "246a7281-311d-483d-87e0-fdc71fc4ac31", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -324195,7 +324195,7 @@ }, "response": [ { - "id": "0354c634-e2f9-440f-8958-38c098d4a355", + "id": "9517a5e2-9c5b-4d72-aa87-d51e6b80001e", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -324240,7 +324240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88855be9-794f-46e1-8c08-8281895aed0e", + "id": "d6a354ba-5e8f-406b-a20c-389fc1ebf59a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -324285,7 +324285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35cb00b4-954c-483b-a7ca-214a42c4e215", + "id": "1d2da5a0-34b0-4c4c-80e3-24602593fe96", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -324330,7 +324330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3520e33a-6ad3-4b51-b66f-ac22b72f4657", + "id": "18b9b100-619a-421e-aabe-4f6fab298f08", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -324375,7 +324375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f16276eb-1166-4108-ba5d-c058a29efd46", + "id": "a81f15a9-c4b0-4cdd-9e97-0da777816179", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -324420,7 +324420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b9d739c-fefd-43e8-9ec2-9d6f29e07a27", + "id": "3f93d7dc-f921-4610-9d5d-9ea3fde6eaa4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -324465,7 +324465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a30efb8d-c208-4a87-9542-23bf0e089109", + "id": "065392a6-5a10-4943-a9be-d1d449ceedbe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -324516,7 +324516,7 @@ } }, { - "id": "5b3388b5-dc75-445a-97ba-b4270d9588ea", + "id": "909bb2cf-e9b0-417b-b653-04df7618d3a3", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -324558,7 +324558,7 @@ }, "response": [ { - "id": "62392bc5-eeed-46d0-b09d-3e4ec5680fa9", + "id": "80734654-5c95-489d-a384-fce8b573b3c8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -324593,7 +324593,7 @@ "_postman_previewlanguage": "text" }, { - "id": "90c20d81-5d51-4aea-9389-e80aa14335f7", + "id": "ce9154c9-1860-4d77-b489-ccb6285ce92c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -324638,7 +324638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79d639d7-a6fe-4ab4-a308-756859eb709c", + "id": "5e08fbf0-a2a6-4d69-a627-7d43eae37296", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -324683,7 +324683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7d0c5c1-a9dc-4d80-a73f-d8cd36dd0d58", + "id": "4e2d5ab6-22a8-4604-9392-692fe8f514de", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -324728,7 +324728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56fd6f03-f7e7-44c5-b946-eea3202d2bcd", + "id": "7cf338cb-474e-4930-b6ea-cf1cb98ba6a2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -324773,7 +324773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecef8a46-45db-440b-8353-224582a6a8a0", + "id": "a0bec33f-c98e-42a3-9482-b895402a3d06", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -324818,7 +324818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9805b41d-374a-407d-ac07-d4547f8f339b", + "id": "ad4df48c-6166-41fb-97ad-3f3f81d53951", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -324869,7 +324869,7 @@ } }, { - "id": "fc5cede1-6a44-4a3d-a91e-a26e15521dc9", + "id": "bfc3eae9-162e-4e73-b48a-a3eaf654e389", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -324917,7 +324917,7 @@ }, "response": [ { - "id": "7a5e5a62-5e39-4760-b090-572dd1ff5229", + "id": "63dc31a1-fa63-4b39-b416-0c2409d35af1", "name": "List of workflow steps", "originalRequest": { "url": { @@ -324974,12 +324974,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\": \"1949-08-30T17:51:29.914Z\",\n \"versionNumber\": -94846455,\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\": \"1955-06-06T12:52:48.479Z\",\n \"versionNumber\": -10213241,\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\": \"2018-06-01T04:18:12.961Z\",\n \"versionNumber\": -23021842,\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\": false,\n \"deprecatedBy\": \"1960-08-25T17:06:48.833Z\",\n \"versionNumber\": 12126190,\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": "5aa457d5-759b-4557-8c51-301ae5da1d06", + "id": "649a9f3e-13ee-4414-9f8b-3d24c3efe2b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -325041,7 +325041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d123ed43-5185-4916-b8d3-7a3c1138ddab", + "id": "42094515-7afb-4215-aa8a-a11d79453be5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -325103,7 +325103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "399ccd8c-ee13-42e3-8eb7-989dba5ee873", + "id": "d96b7b52-35f9-4902-bc33-a09221c8e386", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -325165,7 +325165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfdb8a23-24f0-4642-bc15-3cdcdfa0de4c", + "id": "804ee7aa-cb49-463e-b44f-a138287de19d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -325227,7 +325227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c00e61f-e5cd-465f-8a36-b90518424f33", + "id": "55b2d755-5ab7-4f61-905a-5dc8e9c45f0f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -325295,7 +325295,7 @@ } }, { - "id": "6a803444-5dda-4e3e-ab9c-5a27e4bec666", + "id": "7e1d79cb-dbca-47ca-a2b2-a42c360eb91f", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -325353,7 +325353,7 @@ }, "response": [ { - "id": "2c94c278-aa00-4a36-aa70-9d585e69950a", + "id": "e3c4771b-4eed-48d8-b831-903ccd4e7bfe", "name": "List of workflow actions", "originalRequest": { "url": { @@ -325420,12 +325420,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\": \"1949-08-30T17:51:29.914Z\",\n \"versionNumber\": -94846455,\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\": \"1955-06-06T12:52:48.479Z\",\n \"versionNumber\": -10213241,\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\": \"2018-06-01T04:18:12.961Z\",\n \"versionNumber\": -23021842,\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\": false,\n \"deprecatedBy\": \"1960-08-25T17:06:48.833Z\",\n \"versionNumber\": 12126190,\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": "67ce6040-5e72-442b-a1e4-d9221b99a04e", + "id": "906a80eb-2fa2-4208-b8a6-e84f749f6a11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -325497,7 +325497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76d2dddf-fbc3-4b58-b228-758c431cab83", + "id": "dcf83ba0-4cbc-483e-880b-3e557d0a35f0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -325569,7 +325569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7cc46ef-ac0d-4f50-9818-1673c3eefef7", + "id": "771c2807-c5a4-49ae-975a-5396f1ae52c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -325641,7 +325641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e86b64ee-26ea-4e2d-a422-1ee0bfbef2dc", + "id": "6bd21ea1-3664-481b-89d8-8cd7a3492ad8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -325713,7 +325713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e19f2262-5594-4378-bc7b-455628f45950", + "id": "dbc9806b-a4fd-4b38-a090-3465fd689b97", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -325791,7 +325791,7 @@ } }, { - "id": "95a2b355-17f0-49f4-8b2a-c498f41ca7ff", + "id": "9720572b-dcae-4e17-8abd-2fd6b26f8a4a", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -325849,7 +325849,7 @@ }, "response": [ { - "id": "49a97692-913f-416a-b463-2575b99c427e", + "id": "f2953c89-89a2-45d4-b820-dd4be6895233", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -325916,12 +325916,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": true,\n \"deprecatedBy\": \"2006-10-31T16:10:40.605Z\",\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\": \"1991-08-15T22:50:49.247Z\",\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\": true,\n \"deprecatedBy\": \"1991-08-03T21:21:08.077Z\",\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\": \"2000-12-25T10:27:41.062Z\",\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": "e21d2890-8c75-4661-b635-a45fd9230add", + "id": "42b04f98-b798-4865-bf74-d64813a9ab2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -325993,7 +325993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8257bfc9-66c2-400c-a9d1-1c391177a938", + "id": "758a45a3-f1ea-4b14-b820-4a69dd305db2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -326065,7 +326065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67a6f324-dd5f-458c-bd19-b70da8236889", + "id": "eb424030-d32a-46cf-a288-7fc59747535f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -326137,7 +326137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80fbea67-7204-4edb-bfd4-fd3f6194c310", + "id": "556bd919-80f3-4788-b6d9-dcd46228b2a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -326209,7 +326209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4190e4ef-e076-46f9-8caf-67ef40ef23aa", + "id": "692f6e02-ba48-41a6-a630-da441501088f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -326287,7 +326287,7 @@ } }, { - "id": "0b3a69a7-da6a-4db2-aa40-6739abbcd0bb", + "id": "608695d4-a6e9-416c-874b-37b969a2390a", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -326317,7 +326317,7 @@ }, "response": [ { - "id": "3ebcddb0-25cc-47ff-99f2-a8e6e8d90a98", + "id": "ed826a1b-2967-4258-81cb-ac439d01d67a", "name": "List of workflow operators", "originalRequest": { "url": { @@ -326356,12 +326356,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\": true,\n \"deprecatedBy\": \"2007-10-06T00:13:08.716Z\",\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\": false,\n \"deprecatedBy\": \"1970-01-20T03:48:59.096Z\",\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\": \"1995-07-14T17:50:29.810Z\",\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\": false,\n \"deprecatedBy\": \"1980-02-16T09:38:21.929Z\",\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": "28921282-ac3a-40b5-aed3-573c740908c4", + "id": "d61a7b62-b3d3-4d76-9a86-9b2bede4b5ec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -326405,7 +326405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ada9d87-e445-47dc-9b65-8d679cab4f27", + "id": "1f259bb0-f3bc-472f-9ff2-c35c5da2124b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -326449,7 +326449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "564ccafa-e89b-4339-9b66-4dbaa97f780e", + "id": "58df314f-a91b-46ad-973d-384f36a26d43", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -326493,7 +326493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "350bcf3f-1d14-4c6b-83da-e81c6936de72", + "id": "1447119b-b97b-43ad-8e33-18bc2e9aa389", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -326537,7 +326537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20c36215-cbac-4ad9-beef-1344e4b0edde", + "id": "884a5022-f192-425d-904a-e2ed1314c97a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -326587,7 +326587,7 @@ } }, { - "id": "d6fc0051-2a24-4e8a-90fa-66f0fb1f1e42", + "id": "4fc8332b-4f10-4615-888f-82e785d325c7", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -326630,7 +326630,7 @@ }, "response": [ { - "id": "3d475ecc-d3df-4c9b-95b9-b74354a2df94", + "id": "7166e8cc-dea3-4d20-ba6b-fc6c40832536", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -326676,7 +326676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0897a5da-ca87-4d30-83d5-24731b6a4d15", + "id": "1d2bcffa-8d6c-42ba-bdbd-b739b7e2277b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -326722,7 +326722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b8c2f45-9903-489a-8361-f94a618e7b07", + "id": "d19abf68-679f-4a1d-9342-8ef9a528b2a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -326768,7 +326768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2303eac6-c7d4-4914-b9bc-e61e3e85c299", + "id": "45693b52-b8b7-432a-aa7f-316cf6670784", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -326814,7 +326814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9be5cde-6469-43eb-bcde-4569a539b3aa", + "id": "fca799c2-db2c-4a71-b688-948a3ce9b670", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -326860,7 +326860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a77c16e-dda9-45ab-a910-3be02181d519", + "id": "76d851aa-5153-4921-9fca-47a9fb086334", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -326912,7 +326912,7 @@ } }, { - "id": "6aa1de95-aedd-4ed3-b6eb-9949f7fb2349", + "id": "e6a1c6d0-e103-4669-960a-7abe3400eb23", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -326968,7 +326968,7 @@ }, "response": [ { - "id": "f2dcf481-a353-4172-99b1-40506b376a27", + "id": "87982960-30a1-4e37-823f-e0ec9517ec75", "name": "The Workflow object", "originalRequest": { "url": { @@ -327027,7 +327027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f945f8a-ddde-450e-b768-f86533ec8a65", + "id": "edaf1e90-70c3-429c-9b65-5e7d2eea7049", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -327086,7 +327086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bf2e924-ad88-4d76-a292-4c1247402219", + "id": "724cc955-877d-41ff-a7f5-ed6598691d39", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -327145,7 +327145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "404179a8-c1f4-4bcf-9e04-e3f389c6b664", + "id": "48da9d92-3316-4091-b327-304ab815445f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -327204,7 +327204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4098fff-6771-43bc-aba8-0cddbc29689b", + "id": "bfb6d881-033b-4d76-96f5-05ab94c7be33", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -327263,7 +327263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3f1e4f1-68f0-4d52-ae85-d9c2403c720b", + "id": "f116e21e-bab9-491b-9e7d-135041572a14", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -327328,7 +327328,7 @@ } }, { - "id": "5154572e-99ae-4026-8004-58fa7a439489", + "id": "b148721e-745c-4da2-be9b-7aaf68b4e0ad", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -327385,7 +327385,7 @@ }, "response": [ { - "id": "33a586f7-6cf9-4b76-bfe4-b442b0391acf", + "id": "bf92df01-3b76-48d0-8bf1-400da8b61927", "name": "Responds with the test input", "originalRequest": { "url": { @@ -327445,7 +327445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "889c3949-eaea-47a3-bfcc-9c91ac64b1a5", + "id": "15646ba9-be2a-44ea-a13a-64a3aaa1b556", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -327505,7 +327505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5236921-618e-4728-aeb2-3ea181a0b5f5", + "id": "5652d068-b5d0-41d9-8df3-5320181bd725", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -327565,7 +327565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e361a9a8-1474-48c7-9e4d-469f5694a6a4", + "id": "d142ceaf-89dd-47fa-9b6c-62b8da7dcc07", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -327625,7 +327625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "732f4fa9-7f2b-4fba-b316-dd3bfcacf6af", + "id": "49317198-5500-4446-9b55-c7af6f0a53c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -327685,7 +327685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6af2a8f4-3433-44f5-b432-c802b9ac0985", + "id": "2850ea87-0877-46c1-a9fd-e52bc09b034e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -327831,7 +327831,7 @@ } ], "info": { - "_postman_id": "93a637a0-d58b-4794-ba02-491ebf639230", + "_postman_id": "06dafdc7-beb3-4be6-85ad-a23376427300", "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 dff21e6a..fa867d7a 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": "6c052e0d-1890-424b-9202-94d131986276", + "id": "70609af3-75dd-4ac1-aabe-d57a88b21cec", "name": "List Access Profiles", "request": { "name": "List Access Profiles", @@ -107,7 +107,7 @@ }, "response": [ { - "id": "a621bc1d-3d6a-42a4-af98-f5c05174c426", + "id": "e42aac13-6ddd-4e91-8ece-c46d6010629f", "name": "List of access profiles.", "originalRequest": { "url": { @@ -223,7 +223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95de0228-9014-4099-8a66-412eb56226ad", + "id": "8c9ef876-e24f-4512-9c19-ac4d507ca9cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -339,7 +339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "389315ed-f1b1-4773-a4cd-83c99c008a89", + "id": "8e4e5c99-1163-4c1a-aed8-db0499fb71df", "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": "dc3cb09b-f622-46f0-b082-580aa83f3de6", + "id": "9414ae4d-7d61-4835-b29c-8c50474fbdd5", "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": "7680ce88-5433-4d1f-a44c-66ff51c19d30", + "id": "de72ac51-c1fd-4a60-9e54-f245507cfbb9", "name": "Too Many Requests - Returned in response to too many requests in 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": "cbbbdcbd-31f9-447d-977b-8754f8978b2b", + "id": "bf7fc2e1-0375-4842-9896-4da9f26a1574", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -809,7 +809,7 @@ } }, { - "id": "6e19a919-7291-4cd4-bb55-b023ac22fb79", + "id": "6016ee2f-19e5-4045-982e-9fa647b429c3", "name": "Create Access Profile", "request": { "name": "Create Access Profile", @@ -851,7 +851,7 @@ }, "response": [ { - "id": "eeba5c59-6218-485a-a41b-b681aaba86cd", + "id": "aa0e7997-e078-4e0a-83d1-0fd56a7ad022", "name": "Access profile created.", "originalRequest": { "url": { @@ -907,7 +907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf38921c-864c-4f14-ab90-8f6bf9f4b52f", + "id": "e8818e7b-b44f-4b04-91ac-aa9ebe021259", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -963,7 +963,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d0f40a4-0f8a-4b81-90c3-38409c74344c", + "id": "6b08ad18-a60d-46fb-815c-8be9b58c4fd4", "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": "40b9cbcc-41ba-4387-bcb2-c3f5dd7a469f", + "id": "44516841-6222-4020-afb2-e0fbf78027aa", "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": "30603555-2002-457c-b4ef-513cf75e6d2c", + "id": "03a347d4-977c-4c67-948d-ea10e9c839e7", "name": "Too Many Requests - Returned in response to too many requests in 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": "c19dc819-54a0-49c5-9f77-5db47abffb78", + "id": "a33c58ac-b2c9-4a49-b3f1-cf895be2ff76", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1193,7 +1193,7 @@ } }, { - "id": "4a81529c-1f0c-478b-8e06-d14c664e46f4", + "id": "d2b6100b-f29f-434e-af47-65eb9e019e85", "name": "Get an Access Profile", "request": { "name": "Get an Access Profile", @@ -1234,7 +1234,7 @@ }, "response": [ { - "id": "eec40314-60a5-4dee-b457-384d7595accf", + "id": "ee561e63-d1b3-4337-a92d-f67b3edb6163", "name": "An AccessProfile", "originalRequest": { "url": { @@ -1278,7 +1278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b27d9386-bc90-4b87-9284-6b212764238d", + "id": "3158f55c-bb1b-4488-bcaa-81ad0115a25d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -1322,7 +1322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28030432-2584-4400-8fbd-f3eed0b4e1ee", + "id": "eabed5ae-fd5f-415d-8748-b3364cc305e5", "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": "59934a79-9353-4b68-86a7-d1a74c1b6a2b", + "id": "a788fe7d-ae5a-4706-a4c8-cb5efaf24385", "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": "cec30f49-3263-4c9a-a8fe-4c175f3bb59f", + "id": "6a8b387f-6f16-4c14-8b51-d668b31906c1", "name": "Too Many Requests - Returned in response to too many requests in 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": "abe6b603-6406-4e74-800f-fccea9d7d809", + "id": "fceb2230-62de-4feb-b1ac-1089c877f1bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -1504,7 +1504,7 @@ } }, { - "id": "ff18e284-11c5-4da9-bf31-791061178468", + "id": "4309573e-90fa-4a56-ac54-2e3172b48834", "name": "Patch a specified Access Profile", "request": { "name": "Patch a specified Access Profile", @@ -1558,7 +1558,7 @@ }, "response": [ { - "id": "f750dcaa-0ae9-4ee4-9613-b66187dc96f5", + "id": "a3edc53d-303b-46e6-8a80-d6ed084c065c", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1615,7 +1615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63d76c74-6d0b-4c7e-8d9d-49926d708f0b", + "id": "070460df-7a4f-4640-a2c1-8842db0e35dd", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1672,7 +1672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8f246c-80e0-46a8-ac1e-d4716301d2fd", + "id": "73a93c64-6767-41d0-8f75-85f9b5865a1f", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -1729,7 +1729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dfd18cc-8198-4723-81b3-62e98871e448", + "id": "211172e8-f32c-4f92-b277-d3393aaa2ef5", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -1786,7 +1786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9e100c7-b98e-4348-b1b1-0068484e2e6f", + "id": "5b43ff1e-469e-413f-b034-17392e9dae7c", "name": "Replace Source", "originalRequest": { "url": { @@ -1843,7 +1843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4416fb3d-bbd4-42c4-8262-53fd12770869", + "id": "d11ab2ad-7b53-4f24-8d96-8792872a928d", "name": "Add Entitlements", "originalRequest": { "url": { @@ -1900,7 +1900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b81ca84-dc9b-47d2-88f7-39bfa17da05b", + "id": "82b114ed-9a90-47be-b992-3383ea301c6e", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -1957,7 +1957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a2b26e5-341b-4f2e-b207-bd46e1846bee", + "id": "108c6ee6-23e0-441d-a890-89acf7f0ca50", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2014,7 +2014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22de96af-f85b-4b7e-a733-432031d72f83", + "id": "59872f2f-c5d2-477e-9b21-ca10c7f40b3f", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2071,7 +2071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16e1d321-1893-4731-981b-b8aebee1cbeb", + "id": "25c00822-9898-44e7-a624-a251a6957cb3", "name": "Replace Source", "originalRequest": { "url": { @@ -2128,7 +2128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2a7e967-5536-40e2-82eb-8a535f6f1a96", + "id": "342d0fe8-dcbe-4a4e-84d8-f8b8782b5fee", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2185,7 +2185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5956f58e-3817-434e-be1d-5bddbaffe982", + "id": "40527e3a-982a-4299-8f11-2645755de8bc", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -2242,7 +2242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09c5890a-ec49-4a66-90a2-f698c605b963", + "id": "d20c3f30-f7b2-4e2d-b0c6-f8582714bb0d", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2299,7 +2299,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6353e41b-3454-465b-9132-ceac203a98a9", + "id": "9ee8fc8e-790e-4e55-adf8-3c7e3d3f8d3a", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2356,7 +2356,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b510a1d5-455e-48d3-9d05-27c98aadc09b", + "id": "355bfdbe-374f-4c96-9320-4bb11920d343", "name": "Replace Source", "originalRequest": { "url": { @@ -2413,7 +2413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3728c69c-8484-4474-89fd-6bb8ecb4acbd", + "id": "acf8d25a-ff92-4ff5-89b8-00e8966f0546", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -2470,7 +2470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57fe7091-3835-4980-8dfa-5b85fea6f487", + "id": "b685aa03-7421-472e-b464-92066d93c53e", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -2527,7 +2527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6f918c0-ca5b-42c0-aac7-19b14c910a69", + "id": "be331472-fbe5-4974-9b87-0a670b25f3d0", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2584,7 +2584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c106b9f4-76dd-485d-a343-820164d93444", + "id": "423d4afd-5a2c-42c2-8aca-7b5b94f1c8bc", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2641,7 +2641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9920f20-5d3d-4702-8552-9c54059f70b3", + "id": "2c54018f-c6f6-417b-b6c7-049565e3fd82", "name": "Replace Source", "originalRequest": { "url": { @@ -2698,7 +2698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b61564c1-7e8c-4483-bb23-bc66bb91eca5", + "id": "a306cc09-19e0-4edf-9233-67d7eee150c3", "name": "Add Entitlements", "originalRequest": { "url": { @@ -2755,7 +2755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35bc34d8-f16f-4a43-8b39-fe74155995f6", + "id": "cb1de270-3226-4436-a809-7f94a2b0ca93", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -2812,7 +2812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0aaef6d9-511e-447c-9daa-1eebacb4fb0f", + "id": "107f561f-8850-4b12-9853-1435ea63913b", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -2869,7 +2869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19bb74ca-ed72-4b17-b8e3-667972a11096", + "id": "72e47320-23b4-405b-83a3-6548d3a08695", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -2926,7 +2926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6c2e6bc-d345-4c72-a040-180db775f07c", + "id": "e6176021-88cd-4183-b89b-d00aae9317eb", "name": "Replace Source", "originalRequest": { "url": { @@ -2983,7 +2983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6cb70695-6863-4830-9051-cae8ad7bc2a6", + "id": "50effedd-eaba-4fe7-9eae-25633fc5b1f2", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -3040,7 +3040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db8d16e5-1bf6-42db-b8a1-820e78fdc1ba", + "id": "927d5e0a-b0b4-47aa-8b0b-003b23314b68", "name": "Insert Entitlement", "originalRequest": { "url": { @@ -3097,7 +3097,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6443609-5077-4813-9271-740a54a22537", + "id": "39d01aee-1154-4d20-9f52-1e3d6f1d678b", "name": "Replace Entitlements", "originalRequest": { "url": { @@ -3154,7 +3154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e63c141-64c9-4846-81ff-946a345197dc", + "id": "e0995244-b9d0-4db7-ba7a-88ca43410718", "name": "Remove Entitlement", "originalRequest": { "url": { @@ -3211,7 +3211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aa0fad7-1a04-4cba-845c-452af319d7bb", + "id": "54084aa1-a66e-45e0-ba06-5fedda25abf2", "name": "Replace Source", "originalRequest": { "url": { @@ -3274,7 +3274,7 @@ } }, { - "id": "08cd1996-252b-48cd-b8ee-8106616020de", + "id": "48136563-d88c-40a8-970e-15661f999f6f", "name": "Delete the specified Access Profile", "request": { "name": "Delete the specified Access Profile", @@ -3315,7 +3315,7 @@ }, "response": [ { - "id": "95327c3d-7b91-433c-9970-14edc74ed210", + "id": "c425eb07-6a0e-4948-a749-db24667ead9c", "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": "79a342e1-c3df-47c2-ba30-a4d22efb2cd7", + "id": "c7493732-2105-4bb7-95a8-54638760c8b5", "name": "Returned when an access profile cannot be deleted as it's being used.", "originalRequest": { "url": { @@ -3393,7 +3393,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98761b95-3247-422d-80ea-bfbf8f67c303", + "id": "088a39d3-6fca-4285-a7f0-95be2fd4be77", "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": "988bedec-b2f2-4606-bec7-c80cf574f9cb", + "id": "83fbecd0-e164-432f-9dd0-14aced30a312", "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": "dd733254-94de-4e5d-b662-cc03cfe9efcd", + "id": "2e6f8d19-21e4-4672-865a-e6fa8bea5210", "name": "Too Many Requests - Returned in response to too many requests in 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": "95e34a5b-a5c2-47a0-b54b-4c03b3178635", + "id": "539482e3-d425-4af0-b95e-35e614516db6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -3575,7 +3575,7 @@ } }, { - "id": "338c7ac2-880a-4aa6-8c45-03460c5c73ae", + "id": "b342c26c-5d79-431f-84f3-443f8f438cd0", "name": "Delete Access Profile(s)", "request": { "name": "Delete Access Profile(s)", @@ -3618,7 +3618,7 @@ }, "response": [ { - "id": "e4ddb5ef-9ff1-4ef7-996d-1bfad7e6a9c6", + "id": "10a89b12-ca03-4c0b-92b4-078941106dd3", "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": "9bdf70fc-74b5-448a-88d5-5af6b0cfd8ab", + "id": "0315c96a-c4d3-4882-a46f-1eb3b7c818e7", "name": "Returned if at least one deletion will be performed.", "originalRequest": { "url": { @@ -3732,7 +3732,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3b54822-95b2-4e7d-8a75-ec4e134ed96e", + "id": "7f7f54dd-c8b8-4788-87af-ce761064440d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -3789,7 +3789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64f9ef91-e06d-469b-aae3-e16943f08ee6", + "id": "36ce478c-4a38-4fd4-86c9-3996879aa09f", "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": "520901bd-3661-4e78-852e-de53b349ebb4", + "id": "373cbfed-981f-4b7f-a00e-978e620eecc3", "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": "4b1f15fd-046f-4d13-a3c3-cb44934f298d", + "id": "ec44697b-9def-4593-9147-c16039a65bd5", "name": "Too Many Requests - Returned in response to too many requests in 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": "319d2be8-661e-4cff-834f-cb77f81c7e17", + "id": "e32e0a0a-f10b-4e8e-8379-1e0f1c4b82dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -4023,7 +4023,7 @@ } }, { - "id": "d4685bf7-46fb-44f5-99e2-63fdde265819", + "id": "2eb68500-1109-48d3-91de-53536e9779f4", "name": "List Access Profile's Entitlements", "request": { "name": "List Access Profile's Entitlements", @@ -4111,7 +4111,7 @@ }, "response": [ { - "id": "34213ab7-f0f5-4f14-ac9a-ee2a808e8780", + "id": "0e50ef03-4b39-4442-9d97-b9830b46b0d5", "name": "List of entitlements.", "originalRequest": { "url": { @@ -4202,7 +4202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62b53103-2fa2-43ea-aabc-a6032088e27d", + "id": "ade2247b-7a1e-40e4-9b84-b18fbe2d71cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4293,7 +4293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0869486-4ee6-432a-a869-a4473aa1f400", + "id": "eb303ca9-19a6-45f3-b078-0c37cfe9345a", "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": "4b01ffba-b9fc-4c3d-b393-61b352a81594", + "id": "caaf62e9-b04a-4203-adc1-9c15cace3663", "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": "4765a51d-8a32-4435-b604-c1ce4a91f2b6", + "id": "a30f49a7-ac5d-4d87-b9c6-5295a724a952", "name": "Too Many Requests - Returned in response to too many requests in 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": "880aaab3-4994-4c79-a3f9-2219b54b6276", + "id": "fbd4506d-560b-4173-8774-40b2ca3fda75", "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": "d0791fe8-b296-4853-a1a7-55069a549eb9", + "id": "5c4cc0a0-fa71-42d9-ba92-0fbdf0136ff1", "name": "Pending Access Request Approvals List", "request": { "name": "Pending Access Request Approvals List", @@ -4754,7 +4754,7 @@ }, "response": [ { - "id": "d1d0d49c-428e-4a6d-8328-816865adc0fd", + "id": "b428f55e-c5eb-4d99-9feb-f6db432ed637", "name": "List of Pending Approvals.", "originalRequest": { "url": { @@ -4853,7 +4853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8dbf09b-942a-4b51-b7f5-04648a2a8cdd", + "id": "8ceb08b0-2e77-48db-8efd-2183a75ada36", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -4952,7 +4952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d826c89-85f4-4f75-baf0-660c76bad5b5", + "id": "cd3ec40a-2fb6-4257-9254-dd68850ea370", "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": "6ee405f6-2898-43e1-a9f7-d9ae73bcaec6", + "id": "7e2a0145-5f0b-4cb1-a617-dae4e3fe269d", "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": "0d160be2-d8d4-4ebd-b662-32216796f169", + "id": "0e503c4e-1d61-42cc-91c9-0b95240082c9", "name": "Too Many Requests - Returned in response to too many requests in 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": "2959fcac-b750-443c-ada1-19ef94b23632", + "id": "98c5c07d-76bf-4db0-994a-faea3169743b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -5354,7 +5354,7 @@ } }, { - "id": "a57d0218-3ae7-470c-ab33-a36d7371d952", + "id": "79bfe2c3-dcae-49dd-9a66-45113703d0a1", "name": "Completed Access Request Approvals List", "request": { "name": "Completed Access Request Approvals List", @@ -5439,7 +5439,7 @@ }, "response": [ { - "id": "3bf7f244-d9e3-4bbb-bd19-39af61bdc339", + "id": "18cb1bcf-0f90-4d09-8041-a65ad23a9aa0", "name": "List of Completed Approvals.", "originalRequest": { "url": { @@ -5538,7 +5538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9259346-e921-4e91-871a-9098a310ccb0", + "id": "133be8c3-1e12-43f2-a4a7-0974c27c5d3c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -5637,7 +5637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58fe6687-2150-43d7-83eb-7aff7f7fb087", + "id": "a8e8bea3-2f8c-4d9b-8867-855fefb3742e", "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": "dccc4002-d52c-45c3-82b1-aa11d9ef17a7", + "id": "479eda7e-fa40-4ced-8f02-1d49d8330de2", "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": "2cc2d1bc-e252-47df-98bc-7dad49131121", + "id": "55964cb8-106e-4cc1-a85c-7efd7c90a5a7", "name": "Too Many Requests - Returned in response to too many requests in 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": "be9fb1dd-b757-433b-bec6-a106b9ea8d73", + "id": "5aafbd03-ed34-4c22-8697-5b25fbdc3e55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6039,7 +6039,7 @@ } }, { - "id": "f6a31133-226e-4ac4-9aa5-707713a9d3e6", + "id": "7c9f0b21-21c2-42db-843c-8164fd56e48d", "name": "Approve Access Request Approval", "request": { "name": "Approve Access Request Approval", @@ -6094,7 +6094,7 @@ }, "response": [ { - "id": "72428ea7-dc46-4ea9-8433-6477778e0984", + "id": "7157bde8-06c8-488a-b738-b7427f212b64", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -6152,7 +6152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84737e16-e140-4018-880e-69b19ff1720a", + "id": "06ecfbfd-421c-42bd-99ef-0095f0076cd3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6210,7 +6210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0107b00f-0b44-478a-8b37-f003ea33f79b", + "id": "ef01eba6-d117-417d-b801-2741cf4842b5", "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": "ccec3599-a5cc-4279-a0e4-bd084d1c23d5", + "id": "be8e8a9e-6416-40aa-8dea-a8c04c9e7477", "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": "ebcd578e-2746-401f-8f84-d37d395cf714", + "id": "acbab492-c377-464b-bb51-fc598bf15413", "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": "4a53aa34-8b5e-463e-b52a-48e4e519bc3e", + "id": "f22e4d01-85d3-4d37-8383-f77830c89da8", "name": "Too Many Requests - Returned in response to too many requests in 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": "1e91a8fc-2705-44eb-9d7e-833d39a1876a", + "id": "9b7f2ec6-183b-4d5e-a0bc-3adb591d1c4a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6506,7 +6506,7 @@ } }, { - "id": "53735309-dad8-4995-b411-b8a548ba0b91", + "id": "cf5ef50c-00e1-4d3a-8003-cd144b10d928", "name": "Reject Access Request Approval", "request": { "name": "Reject Access Request Approval", @@ -6561,7 +6561,7 @@ }, "response": [ { - "id": "d00538ae-fea2-4016-a249-f134f37068c7", + "id": "c9ff0c3f-0e93-42ea-8eff-7c6a948836f4", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -6619,7 +6619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "327ce3ca-5b29-493d-9eb2-c9d0a3884ed1", + "id": "0521c605-19ed-4da6-9cad-bdbab40cf1b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -6677,7 +6677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29f671e3-a605-43e3-8990-3b155ac0b783", + "id": "de40ea60-7bae-4861-bdf6-562c228f699c", "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": "fbadc233-3431-40b2-b724-ddf9c03c47a6", + "id": "27f67919-a582-458e-a63b-a93b74841260", "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": "9455895c-c50d-452c-9994-251d47c5b43b", + "id": "2b08dd19-0227-469f-857b-20e035a137f2", "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": "f685a522-82a6-489a-a451-d59cb26ab94a", + "id": "f066f26b-b452-41d6-8d33-bc81011c659a", "name": "Too Many Requests - Returned in response to too many requests in 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": "52ccc8a2-4033-4330-83cf-3505ce0e4d16", + "id": "cfb16284-7bf2-4448-8676-35c616aada7e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -6973,7 +6973,7 @@ } }, { - "id": "e80e139e-dafb-4aae-9d7d-0cab1ebb7b47", + "id": "4ffbdcaa-f50d-4bd9-b2ae-ad0ccb2962dc", "name": "Forward Access Request Approval", "request": { "name": "Forward Access Request Approval", @@ -7028,7 +7028,7 @@ }, "response": [ { - "id": "b0cbd373-6d97-47d3-937e-aced1370e293", + "id": "3f2eeca0-6169-40bf-9309-446aeb0f6e90", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7086,7 +7086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b01be47e-2941-4575-a203-f6e70e9fb626", + "id": "803fcb77-fff2-425e-a124-2a534fa86546", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -7144,7 +7144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65118e8f-f8bf-4763-90e2-1a389de4dd25", + "id": "862bf011-5869-4163-b2b4-566288a7209c", "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": "05b9957e-7964-4dd7-b6d0-6f1dc110d879", + "id": "bb76a252-7a1e-4eb4-b226-6b7a1ffa1ad2", "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": "7c52f579-e7c3-447a-9904-f9cec2229f0c", + "id": "30a40796-c026-4394-a8fa-cf4d42d9f9a3", "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": "7923033e-025c-41a4-86c7-e7b8fdc46ddf", + "id": "f7cc56f3-e1e3-43d6-bdc1-c8cbbfcd6d46", "name": "Too Many Requests - Returned in response to too many requests in 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": "68c79413-e5b2-4556-9369-325849f6f675", + "id": "a075163f-b25c-4018-a9ca-dcf4e3882246", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -7440,7 +7440,7 @@ } }, { - "id": "01d6264a-99ca-47bd-aa6b-8d032a0328a2", + "id": "093e8fd4-b68e-4229-a52f-22bc0e29fce4", "name": "Get Access Requests Approvals Number", "request": { "name": "Get Access Requests Approvals Number", @@ -7489,7 +7489,7 @@ }, "response": [ { - "id": "523082b9-99dc-4ec5-85b0-1d474c0773e4", + "id": "0468fed7-65ab-467e-be37-de79c5b79362", "name": "Number of pending, approved, rejected access request approvals.", "originalRequest": { "url": { @@ -7552,7 +7552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dedb393b-7d50-4138-8bf9-9caf2391a20d", + "id": "1771bd6e-24d0-408f-b52a-e1f6f7f5c7ba", "name": "Client Error - Returned if the query parameter is invalid.", "originalRequest": { "url": { @@ -7615,7 +7615,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2280b31d-a29e-4822-bb84-b868aa411147", + "id": "f4e4ce5f-3c8f-470a-a113-07d9c67c8740", "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": "27dbfdd8-d1dc-4ba6-8a0b-c78a75a09a40", + "id": "59519526-dc33-451f-8ae4-0b8fd5ea5d43", "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": "37ea9043-ca4a-4796-af03-bb8efd09992e", + "id": "766e2001-d132-43ec-9c03-4a69a8424e14", "name": "Too Many Requests - Returned in response to too many requests in 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": "b478a61f-6a37-4f52-8020-1b4ab81a8329", + "id": "0986fc31-77f9-4579-87f4-534e1e1d8cc0", "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": "55124075-567c-4fab-bcf6-d77090ef0e09", + "id": "6f8bd0f3-f022-431d-97db-337d3ba1d908", "name": "Submit Access Request", "request": { "name": "Submit Access Request", @@ -7921,7 +7921,7 @@ }, "response": [ { - "id": "56130286-4054-442d-9d89-57f5a013ceab", + "id": "592877de-9df6-4cc5-81b1-c4cca34a2dde", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -7977,7 +7977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "867072e5-c7ba-4a64-819a-6f401f735e37", + "id": "c0b9143d-7aa0-4ac8-92b1-2538b4db5a01", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8033,7 +8033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4297ad67-3c5b-4670-8904-307c70a49b3c", + "id": "82182e05-56f5-4fe9-8537-88c86fb336a8", "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": "d3fb9d62-c846-4379-b3fc-d54e15fbeca2", + "id": "eaebfd31-eb89-4d00-84ef-fc8603a66734", "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": "90f51905-0b72-4666-b935-b65b09e60d80", + "id": "5d64ba65-960a-4d3e-b15f-6f01f7cf58cd", "name": "Too Many Requests - Returned in response to too many requests in 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": "7f76c5f0-63e2-40de-a150-a413cdfeb792", + "id": "c76b1c46-7eab-450d-824c-281d48690f60", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8263,7 +8263,7 @@ } }, { - "id": "a02efc8d-793d-4b45-be14-fb76e473aa78", + "id": "88b2800d-fa07-4ae4-8e4b-ba6ec428ae48", "name": "Cancel Access Request", "request": { "name": "Cancel Access Request", @@ -8306,7 +8306,7 @@ }, "response": [ { - "id": "0425554c-8e3a-4eb6-b0a0-38ace2a2c0b0", + "id": "c984dd4a-483d-4392-a390-3b1a372a1900", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -8363,7 +8363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25c80a9e-5117-4293-85b3-763f8c1202e2", + "id": "f0caaa9a-690c-4654-b2df-0204fdd08e72", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8420,7 +8420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2f87977-facd-46c7-984b-12c50be5dc9c", + "id": "1e1f6ad2-5961-47eb-b8ba-e107f564a676", "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": "80782b72-24dc-4722-ad11-0d5e8fb47c60", + "id": "83a246e0-18d6-41ef-93dd-0efcca14b1c9", "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": "c2ce6198-2946-446d-bc38-43a37ed48c80", + "id": "9468c000-9083-430c-b607-d688550e61fd", "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": "4f7aa587-2b33-4691-a6a9-fe05413a0478", + "id": "3a307bf7-e0dc-43cc-9739-87c7eaefa8a2", "name": "Too Many Requests - Returned in response to too many requests in 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": "805c1046-5446-4f0e-8923-bb6680cb59b8", + "id": "0b4eb65b-3f48-4da8-8a8e-60474454e69e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -8711,7 +8711,7 @@ } }, { - "id": "499209f0-3351-4329-a224-c1034e7521ca", + "id": "a8024b94-ea5c-4fc4-a7d8-6fa1d684e029", "name": "Get Access Request Configuration", "request": { "name": "Get Access Request Configuration", @@ -8740,7 +8740,7 @@ }, "response": [ { - "id": "1b217e00-52f9-4ed7-bfb2-485eba7a3768", + "id": "bf3f67af-ffeb-400e-b856-84f1fe64b4bb", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -8783,7 +8783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27cf76bf-01e5-412a-9f54-1b82c8caf362", + "id": "616c080a-26ac-4694-be4d-9ef475c39690", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -8826,7 +8826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb134556-4b1e-4511-a34b-eb7a7fe5f1f7", + "id": "795cf4ce-97da-4d5e-a2a4-65ac5c45ad31", "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": "f75baa4e-3ccd-4d31-bc73-a9d031518509", + "id": "262338e0-d809-41be-9f41-7af86bd32da2", "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": "d534f825-402d-4bcf-be44-20d6b02f7d25", + "id": "e844eec5-d8f5-4d01-b917-31664c9ae9df", "name": "Too Many Requests - Returned in response to too many requests in 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": "61c5c64a-8359-4865-a324-36b11fbecf31", + "id": "58b48639-0848-4f14-89d5-762cec9d0645", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9004,7 +9004,7 @@ } }, { - "id": "58c5e576-3360-48bb-964a-c274f1d2c586", + "id": "4e1e38c7-7c83-4a2c-ab8d-78bb7a770230", "name": "Update Access Request Configuration", "request": { "name": "Update Access Request Configuration", @@ -9046,7 +9046,7 @@ }, "response": [ { - "id": "07adce20-b5be-4f26-b7fb-a46c92a5c0e6", + "id": "cb1951c8-9236-4e7c-b08c-bfa646dd102a", "name": "Access Request Configuration Details.", "originalRequest": { "url": { @@ -9102,7 +9102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b6fbcac-843c-4b91-8a5c-b75058670895", + "id": "3778569d-7ef7-49d4-80e4-f42853f48c31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9158,7 +9158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc25375c-4745-4c33-a434-404e5ef84ce6", + "id": "19879d8e-69bb-46ca-8d39-4805a48308ea", "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": "1e084a95-7200-4c15-ab00-7f5a021a47e4", + "id": "9f6b38e4-dfd4-4573-9874-c55f824afe28", "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": "e45af176-53ff-4eee-9e90-e9f850edf304", + "id": "2bc279f4-89cf-44e8-b55a-31588149a54b", "name": "Too Many Requests - Returned in response to too many requests in 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": "764c805b-808c-4877-8343-b4755eb28431", + "id": "b5335b10-400f-41a0-ac33-12eda8f769b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -9388,7 +9388,7 @@ } }, { - "id": "c9b0e701-9857-4fda-8eb1-a6f7e3f8a512", + "id": "975857ad-8485-4d64-b9ea-2a47951be869", "name": "Access Request Status", "request": { "name": "Access Request Status", @@ -9499,7 +9499,7 @@ }, "response": [ { - "id": "9b9419e7-bd04-4148-8685-f33b25ab78f2", + "id": "ddb5fd23-ec8e-4987-9dd0-2fe63472574d", "name": "List of requested item statuses.", "originalRequest": { "url": { @@ -9624,7 +9624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0342ca16-e354-4554-a598-141a507788a7", + "id": "8c3daa68-f364-41b6-bc1d-7b65deec032a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -9749,7 +9749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b661cab-0bc3-4fb3-9474-5b7cdbc90161", + "id": "982ea8dc-8a98-4722-b15a-59acfff9073d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -9874,7 +9874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f925265-8c90-4c42-911a-abd72f7095cc", + "id": "b2f5234d-456b-4a50-b5f4-0361c0690703", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -9999,7 +9999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44a1ecf1-f56d-4e35-a833-c43cae9d5916", + "id": "d8b793eb-d9f2-4347-ad56-fc920dbdedf8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10124,7 +10124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d03f01a-ec2a-44b5-839f-55d2d2291ef4", + "id": "7bc0e8c4-429e-49f9-8676-d297aa0c78a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -10261,7 +10261,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": "62509434-73e7-41cd-8461-a16758c12165", + "id": "791b43f8-f26f-4d25-8713-9dd4e1cbbc1e", "name": "List Account Activities", "request": { "name": "List Account Activities", @@ -10363,7 +10363,7 @@ }, "response": [ { - "id": "017951c7-0cf5-4a9e-a5aa-38c44518b1cc", + "id": "80727c7f-bb9f-4ad8-aeea-b3feb596565c", "name": "List of account activities", "originalRequest": { "url": { @@ -10479,7 +10479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b11de451-0636-428f-89b3-d53143966aae", + "id": "1b96f14e-0159-40ac-b7e6-26842e86c7b0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -10595,7 +10595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d34a55d-fe4f-4d8e-b6f6-8377093049f5", + "id": "ac964851-897f-48b6-9c59-39235166488f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -10711,7 +10711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a7b544f-e505-44c0-b34a-6dd5019c6857", + "id": "99130519-3ff2-4c18-9883-ea2411c8aa95", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -10827,7 +10827,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bad61a09-d4ef-43d5-b8b4-d8e63cf06c13", + "id": "147871a3-b6ae-446b-afd6-83019e30836b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -10943,7 +10943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00f09365-74f0-4038-9a54-0c1dd39aa06a", + "id": "0a08daee-07d6-4fb5-8a0e-26d8d5e35199", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11065,7 +11065,7 @@ } }, { - "id": "6c3da3c6-0417-40f3-9f3d-d48616e4166c", + "id": "80074255-92e9-4217-8710-1ce52c8e63c1", "name": "Get an Account Activity", "request": { "name": "Get an Account Activity", @@ -11106,7 +11106,7 @@ }, "response": [ { - "id": "785e069c-5595-4224-8fc9-3639fab78e34", + "id": "ec345e0c-52be-4d76-8880-a5b2579da36b", "name": "An account activity object", "originalRequest": { "url": { @@ -11150,7 +11150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c844a25-fc45-4738-b648-ecad5ffe4c18", + "id": "7c0992b0-9951-4922-8af2-8dde7b887ce8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11194,7 +11194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bb50c95-315b-412e-accd-9e8e1fe4f6c0", + "id": "b45f250c-7d2f-4f21-bd07-a9de788f8f88", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11238,7 +11238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4895fc6-f08f-4179-b059-f817f8af8901", + "id": "28a596ee-5cf3-4fb3-ab74-232027bc5071", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11282,7 +11282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b2baccf-fdf4-48b8-8cc5-362fa8d6b221", + "id": "f3efe742-e6a2-4127-9969-adec2eef3998", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -11326,7 +11326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "085cdcdd-0ec0-49f8-92cf-de28d946c18d", + "id": "09f2a71e-1d5e-4050-bdf0-66580736e3c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11370,7 +11370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99c3f1cd-aabc-434f-9e15-eaf063fd44da", + "id": "0501413a-2e42-461c-b3e4-6f4d22a23c39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -11426,7 +11426,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": "36e6939e-c224-46f2-b488-20b5d26767f8", + "id": "98a90cb0-4f97-429b-bc41-5b1e9f4e5692", "name": "Returns account usage insights", "request": { "name": "Returns account usage insights", @@ -11505,7 +11505,7 @@ }, "response": [ { - "id": "9b59cbc1-41e6-4f31-8a35-ae85e984a403", + "id": "ccbd4cb3-11e5-494f-8ffa-5b5ca10de3b5", "name": "Summary of account usage insights for past 12 months.", "originalRequest": { "url": { @@ -11587,7 +11587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afd37ee8-527a-4324-87ed-4bba6fd013f7", + "id": "2ea28e4e-f3b3-4868-84a9-34744b98370e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -11669,7 +11669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "884b195e-fa78-49b6-8752-8f4ff0e66e0b", + "id": "8ee82de5-20ef-4239-8418-2c2cc80d03b3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -11751,7 +11751,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94b48184-803f-40d1-8886-e83f32339329", + "id": "c4f967df-a0a9-4529-b5dd-22810da6d9c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -11833,7 +11833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ba09d3b-7d6d-4ef6-bf72-a30906c58077", + "id": "473c3d1a-193b-4dc1-9370-93d532b9fb30", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -11915,7 +11915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3125d00-3ea0-4f84-bcec-9aab023619ce", + "id": "866a7847-9540-467e-a054-6602a06a768e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12009,7 +12009,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": "6830c141-cb87-4f9b-a1a3-a6c3f31f1406", + "id": "3656101a-e30e-443a-af66-d9f48373afea", "name": "Accounts List", "request": { "name": "Accounts List", @@ -12055,7 +12055,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -12084,7 +12084,7 @@ }, "response": [ { - "id": "532e3231-1bc1-46b7-b2e4-4f490b5fb49b", + "id": "a80cf8ff-9cab-426b-bfe6-1ccf427256ff", "name": "List of account objects", "originalRequest": { "url": { @@ -12125,7 +12125,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -12168,12 +12168,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"type\": \"NON_HUMAN\",\n \"description\": null,\n \"uuid\": \"slpt.support\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"4c5c8534e99445de98eef6c75e25eb01\",\n \"name\": \"John Cavender\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c918084660f45d6016617daa9210584\",\n \"name\": \"Adam Kennedy\"\n },\n \"ownerGroup\": {\n \"type\": \"GOVERNANCE_GROUP\",\n \"id\": \"8d3e0094e99445de98eef6c75e25jc04\",\n \"name\": \"GovGroup AX17Z\"\n }\n },\n {\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"type\": \"NON_HUMAN\",\n \"description\": null,\n \"uuid\": \"slpt.support\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"4c5c8534e99445de98eef6c75e25eb01\",\n \"name\": \"John Cavender\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c918084660f45d6016617daa9210584\",\n \"name\": \"Adam Kennedy\"\n },\n \"ownerGroup\": {\n \"type\": \"GOVERNANCE_GROUP\",\n \"id\": \"8d3e0094e99445de98eef6c75e25jc04\",\n \"name\": \"GovGroup AX17Z\"\n }\n }\n]", + "body": "[\n {\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"isMachine\": true,\n \"recommendation\": {\n \"type\": \"MACHINE\",\n \"method\": \"DISCOVERY\"\n },\n \"description\": null,\n \"uuid\": \"{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n }\n },\n {\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"isMachine\": true,\n \"recommendation\": {\n \"type\": \"MACHINE\",\n \"method\": \"DISCOVERY\"\n },\n \"description\": null,\n \"uuid\": \"{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1947ea51-b9c0-487d-84a9-6cfae571740e", + "id": "00db2359-1117-4cfb-afc6-81d0ef477ace", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12214,7 +12214,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -12262,7 +12262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b31a40a4-bf25-45ba-8a0e-7163d364eaeb", + "id": "3d12b700-766a-4f1c-bf98-c0f4037bbf5b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12303,7 +12303,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -12351,7 +12351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db3537a2-f0fc-4106-85cb-ed7fdff35c7e", + "id": "857c760a-f361-4f4b-90ca-163c9953baae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12392,7 +12392,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -12440,7 +12440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e40c267-2fc2-4db7-834b-2debefb2eaa0", + "id": "77f19107-e48f-455a-9ba9-f62e35bc1f3e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12481,7 +12481,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -12529,7 +12529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97b42288-65c3-4b76-99f7-394f6091e92a", + "id": "6ce41b2e-afbb-41c7-b874-2ebd22d7d7dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -12570,7 +12570,7 @@ { "disabled": true, "description": { - "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*", + "content": "Filter results using the standard syntax described in [V3 API Standard Collection Parameters](https://developer.sailpoint.com/idn/api/standard-collection-parameters#filtering-results)\n\nFiltering is supported for the following fields and operators:\n\n**id**: *eq, in, sw*\n\n**identityId**: *eq, in, sw*\n\n**name**: *eq, in, sw*\n\n**nativeIdentity**: *eq, in, sw*\n\n**sourceId**: *eq, in, sw*\n\n**uncorrelated**: *eq*\n\n**entitlements**: *eq*\n\n**origin**: *eq, in*\n\n**manuallyCorrelated**: *eq*\n\n**identity.name**: *eq, in, sw*\n\n**identity.correlated**: *eq*\n\n**identity.identityState**: *eq, in*\n\n**source.displayableName**: *eq, in*\n\n**source.authoritative**: *eq*\n\n**source.connectionType**: *eq, in*\n\n**recommendation.method**: *eq, in, isnull*", "type": "text/plain" }, "key": "filters", @@ -12624,7 +12624,7 @@ } }, { - "id": "417fa30a-5044-417b-8fa0-56aaad6da235", + "id": "57519b33-48e0-41a1-9b53-391b7c140ca8", "name": "Create Account", "request": { "name": "Create Account", @@ -12666,7 +12666,7 @@ }, "response": [ { - "id": "39be2441-1fdb-4384-aab4-6a36d332bc01", + "id": "a4b0f2fa-df70-4b31-bcbc-9e78f71a5cb9", "name": "Async task details", "originalRequest": { "url": { @@ -12722,7 +12722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71fcb3b3-ab51-4e29-8fa9-41c359bb8f76", + "id": "0d178e54-6371-4b00-8532-50a2531f8c0e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -12778,7 +12778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ad1083f-57ae-4f92-970a-887339f76c3f", + "id": "65ffd179-e327-4faa-8b86-5deb201c2eb5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -12834,7 +12834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d500fe17-eb8e-4741-bfa8-28ee7197f67e", + "id": "b80051ef-99f5-4db5-b747-aa2795a06536", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -12890,7 +12890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b9f3287-b2b5-498e-bf23-034812b48660", + "id": "78190ff4-f364-40a1-87a7-3bc65b138bf1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -12946,7 +12946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c69f4bde-a2c1-490b-9b4d-e67568d0ddcd", + "id": "372826a4-156a-4a31-bf79-02ae9a7bd96c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13008,7 +13008,7 @@ } }, { - "id": "bc6d11d4-0358-4489-b908-a2d1015602e9", + "id": "47850d99-218e-4e7d-9053-65139fc19c4e", "name": "Account Details", "request": { "name": "Account Details", @@ -13049,7 +13049,7 @@ }, "response": [ { - "id": "39bd3271-c0b5-4fa8-8c81-2853a13dfc14", + "id": "a4fcfb52-f47f-4c86-829b-789eb8c7e912", "name": "Account object.", "originalRequest": { "url": { @@ -13088,12 +13088,12 @@ "value": "application/json" } ], - "body": "{\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"type\": \"NON_HUMAN\",\n \"description\": null,\n \"uuid\": \"slpt.support\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"id\": \"4c5c8534e99445de98eef6c75e25eb01\",\n \"name\": \"John Cavender\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"id\": \"2c918084660f45d6016617daa9210584\",\n \"name\": \"Adam Kennedy\"\n },\n \"ownerGroup\": {\n \"type\": \"GOVERNANCE_GROUP\",\n \"id\": \"8d3e0094e99445de98eef6c75e25jc04\",\n \"name\": \"GovGroup AX17Z\"\n }\n}", + "body": "{\n \"attributes\": {\n \"firstName\": \"SailPoint\",\n \"lastName\": \"Support\",\n \"displayName\": \"SailPoint Support\"\n },\n \"authoritative\": false,\n \"disabled\": false,\n \"hasEntitlements\": true,\n \"locked\": false,\n \"manuallyCorrelated\": false,\n \"name\": \"aName\",\n \"nativeIdentity\": \"552775\",\n \"sourceId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"sourceName\": \"Employees\",\n \"systemAccount\": false,\n \"uncorrelated\": false,\n \"id\": \"id12345\",\n \"created\": \"2015-05-28T14:07:17Z\",\n \"modified\": \"2015-05-28T14:07:17Z\",\n \"identityId\": \"2c9180835d2e5168015d32f890ca1581\",\n \"cloudLifecycleState\": \"active\",\n \"identityState\": \"ACTIVE\",\n \"connectionType\": \"direct\",\n \"isMachine\": true,\n \"recommendation\": {\n \"type\": \"MACHINE\",\n \"method\": \"DISCOVERY\"\n },\n \"description\": null,\n \"uuid\": \"{b0dce506-d6d4-44d2-8a32-d9a5b21fb175}\",\n \"identity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"sourceOwner\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n },\n \"features\": \"ENABLE\",\n \"origin\": \"AGGREGATED\",\n \"ownerIdentity\": {\n \"type\": \"IDENTITY\",\n \"name\": \"Adam Kennedy\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "490feba9-1689-4897-94d1-3f9ea21cc755", + "id": "75fde0aa-eb45-4660-88b3-17b7f71bace7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -13137,7 +13137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2391bec-a1b8-46e2-9093-dd4a12aed694", + "id": "548e39d8-995c-474c-a0af-94776ba9270c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -13181,7 +13181,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99b4ba84-9fec-41e9-9f38-f74448faeebb", + "id": "5a5343a0-30b4-4292-a996-b754d96bd564", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -13225,7 +13225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85cf79c6-d082-46fd-9f35-41b4335f53a0", + "id": "6741df69-d8d4-4c7b-84dd-6a7f7d0a7335", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -13269,7 +13269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a208339-72e9-4c61-aba8-0967d01a0549", + "id": "275dd47a-86d0-414f-b5cf-daea5aa838f8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -13313,7 +13313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7193389-224b-4927-8672-942cff29f18a", + "id": "d2f4250c-86b7-4fa2-871f-24171eea0fef", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -13363,7 +13363,7 @@ } }, { - "id": "20c9e64d-bcc6-48cf-80eb-8c281fa64e77", + "id": "98def333-41e9-4409-9cd3-a708e84d61d0", "name": "Update Account", "request": { "name": "Update Account", @@ -13417,7 +13417,7 @@ }, "response": [ { - "id": "7f4ad6c1-47ae-47fd-88c3-30ecaf58e24f", + "id": "fd098774-ff18-4218-8210-dfbe47c7d23d", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -13474,7 +13474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbe70573-78fe-4c17-9247-61caa2952eb0", + "id": "feef4ca3-8cb2-4e72-8b8e-5ef732a034fb", "name": "Reassign account", "originalRequest": { "url": { @@ -13531,7 +13531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "776f6767-5a09-4f0e-8a37-56205d99f69c", + "id": "b399ccc6-4364-495c-8943-91e1276c5578", "name": "Add account attribute", "originalRequest": { "url": { @@ -13588,7 +13588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bdaf457-bc85-4418-b45a-661c100b1405", + "id": "fe235369-85de-4a2d-93d2-0841918f627f", "name": "Replace account attribute", "originalRequest": { "url": { @@ -13645,7 +13645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e7c92c3-309a-4c41-bb75-48ee7322e1ca", + "id": "9974869d-0978-48f5-a3a0-e9a6ff666712", "name": "Remove account attribute", "originalRequest": { "url": { @@ -13702,7 +13702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d211cb8-64b8-4287-aad0-d0713f992d45", + "id": "8848e7bd-7ec2-4279-83dc-62c334e55b52", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -13759,7 +13759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "576bda25-b3bf-43c5-a442-027340c883d0", + "id": "277d6186-a2a4-4e71-9f13-35d5a73fe1d9", "name": "Reassign account", "originalRequest": { "url": { @@ -13816,7 +13816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f38e16b-aeff-4d24-99d4-56f0c72b830e", + "id": "b3c69ca4-c8ba-44da-81fe-06052e42414d", "name": "Add account attribute", "originalRequest": { "url": { @@ -13873,7 +13873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c273410c-6e30-47c4-9caf-46effc10b30b", + "id": "9c4268dd-1cd1-4683-ab3d-e834f9e10413", "name": "Replace account attribute", "originalRequest": { "url": { @@ -13930,7 +13930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d544dc3-21a1-454e-92d3-544a1a67aca7", + "id": "b8b36745-0465-4b93-a1e7-3913eda7beb5", "name": "Remove account attribute", "originalRequest": { "url": { @@ -13987,7 +13987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3f65b0b-cc62-4e45-8fda-70acffd966ba", + "id": "3d75da8a-6f4b-4675-8d09-2d364eb75e28", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -14044,7 +14044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba68163f-91aa-420d-958c-f532de5a1d43", + "id": "92df17b1-3448-4af3-bd50-4c8a8ff2e7c7", "name": "Reassign account", "originalRequest": { "url": { @@ -14101,7 +14101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f9ee0bb-5b2a-45a0-b62a-67253c5c5719", + "id": "efa5fde8-77fa-440d-a8f8-bdba05796417", "name": "Add account attribute", "originalRequest": { "url": { @@ -14158,7 +14158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ddbacbb-4e26-49c0-882a-7cc558a940b5", + "id": "44c3565f-90de-4cb8-927c-f765e554872f", "name": "Replace account attribute", "originalRequest": { "url": { @@ -14215,7 +14215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b4e8174-1d9b-4536-a5d9-72677a306bf9", + "id": "7c365f07-e043-4166-844a-150c1f732c15", "name": "Remove account attribute", "originalRequest": { "url": { @@ -14272,7 +14272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07cd691b-6b6d-4438-84e3-65552a3dc25a", + "id": "95855afa-13e4-45de-bfa0-43749a923caf", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -14329,7 +14329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39829403-95fb-44d7-b67d-17e1eeb93ff4", + "id": "09329111-c2f1-406b-8a7f-aa2be18486e3", "name": "Reassign account", "originalRequest": { "url": { @@ -14386,7 +14386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d5693e9-c90b-4581-a064-1eb3dd14f903", + "id": "8e3505fa-08fe-4980-8570-a067889b51e5", "name": "Add account attribute", "originalRequest": { "url": { @@ -14443,7 +14443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "114b4d18-5d51-4cea-9726-d8b37fcee563", + "id": "850914a0-3fc1-4d3d-93b9-8fffe80e38a1", "name": "Replace account attribute", "originalRequest": { "url": { @@ -14500,7 +14500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c9ccbbe-dd8d-4ac7-86d0-11cf1c15f5e6", + "id": "c111dbfb-45fa-47de-b629-e16bb4ad7c15", "name": "Remove account attribute", "originalRequest": { "url": { @@ -14557,7 +14557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fd08baf-8a52-4200-a356-d241fa8fd6a2", + "id": "f7c1673f-60e8-411e-aa11-04dfdce29905", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -14614,7 +14614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "371515c3-68c3-43c6-91d3-58a170756efd", + "id": "67291a05-c824-485c-9528-d9eb05431dae", "name": "Reassign account", "originalRequest": { "url": { @@ -14671,7 +14671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7f1a928-969f-4236-bd49-ed9e0d755280", + "id": "124a18ab-b8b4-46ce-84aa-4c1bd60f4a93", "name": "Add account attribute", "originalRequest": { "url": { @@ -14728,7 +14728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56a57c95-c33a-40ec-a3ca-ffe3ad44595d", + "id": "72b5b5fb-5eb8-42e8-82bc-5dde55ffbb35", "name": "Replace account attribute", "originalRequest": { "url": { @@ -14785,7 +14785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "380b17dd-f6d8-4421-9468-b9ba542d8c5b", + "id": "6aca67d6-45c4-44ed-b0fa-742b4638d8a1", "name": "Remove account attribute", "originalRequest": { "url": { @@ -14842,7 +14842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c5e4fa-7614-416a-95ea-90b4acbe234c", + "id": "8bf3ddd1-c300-4187-b5ec-326517a951ab", "name": "Uncorrelate account", "originalRequest": { "url": { @@ -14899,7 +14899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "432ac3ee-c0de-4e14-bf51-f9be67f2f43c", + "id": "2bf13fff-5c2c-41b5-87fd-353c81acf49e", "name": "Reassign account", "originalRequest": { "url": { @@ -14956,7 +14956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8231c131-e593-41f6-9ba6-d373e67f7077", + "id": "1944e6d2-869b-4a2a-9c26-bc2bfd16e0f1", "name": "Add account attribute", "originalRequest": { "url": { @@ -15013,7 +15013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e2c2f52-d246-4e6a-8bc6-a0ec42fe381d", + "id": "cbab6e3f-0248-4ac8-9231-7df867a90cb3", "name": "Replace account attribute", "originalRequest": { "url": { @@ -15070,7 +15070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a2ce78d-8806-4031-bc7e-5b8a1656cb78", + "id": "3170960c-414f-4c40-a46c-1cac5c321115", "name": "Remove account attribute", "originalRequest": { "url": { @@ -15127,7 +15127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53c1daa5-cd52-49b2-be13-5e590d350bd8", + "id": "caed8f46-1433-4b1c-b585-45a2a521a2e6", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -15184,7 +15184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61e75215-f275-4106-960e-8df75c526316", + "id": "7462cb64-23e3-46ab-a06f-ece8b117023b", "name": "Reassign account", "originalRequest": { "url": { @@ -15241,7 +15241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d81f5792-8e9f-440a-aae8-6f7166bfaa84", + "id": "511c18f9-e518-444f-a960-3bd2dea9324d", "name": "Add account attribute", "originalRequest": { "url": { @@ -15298,7 +15298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef51065a-61f1-4bf3-ad8b-99fe3f48449b", + "id": "e942124d-090b-4882-991b-75e1810c841e", "name": "Replace account attribute", "originalRequest": { "url": { @@ -15355,7 +15355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "560a733b-8e75-4807-958d-c0b07eae9eee", + "id": "5f36e08a-bd7c-4caf-9671-4ec81afb19c3", "name": "Remove account attribute", "originalRequest": { "url": { @@ -15418,7 +15418,7 @@ } }, { - "id": "930be57c-4405-40bd-890a-0e7305908744", + "id": "e9b5423d-f11d-4516-bef6-a3d00b87a41c", "name": "Update Account", "request": { "name": "Update Account", @@ -15472,7 +15472,7 @@ }, "response": [ { - "id": "399e1313-2c14-4fc5-bab6-39bafc3e1cfd", + "id": "741bbeab-4246-46f7-af0c-84ffadeb7351", "name": "Async task details.", "originalRequest": { "url": { @@ -15529,7 +15529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7adc59bc-d839-415b-92db-86bbce4ed70b", + "id": "63d80902-99df-417c-b288-d91d77786743", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -15586,7 +15586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b761fd7-b507-4672-a3b9-3ca3cc6794ac", + "id": "fed41818-d490-410f-b410-25a747f101ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -15643,7 +15643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4c1d1bc-7cc1-4a36-80e5-2431416ed2be", + "id": "f760efcb-55c8-44f8-b45b-b6f897bd5fa3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -15700,7 +15700,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94eb8ef4-9602-4e79-a617-d5cece12470c", + "id": "ecf126cd-f00e-47a1-be3e-9a48a127da8b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -15757,7 +15757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f09e653-191e-45aa-8f4f-c3d628013d35", + "id": "c25c169b-5233-4aaf-b194-b6e64948306f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -15814,7 +15814,7 @@ "_postman_previewlanguage": "json" }, { - "id": "185162f9-7a1e-480f-be91-b4db710db975", + "id": "e8d1637c-96a3-45eb-ba2b-3b9a015ac5a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -15877,7 +15877,7 @@ } }, { - "id": "82c83cc4-c1c5-4ef1-b40d-63fb8ac447e2", + "id": "69dd46bc-3bf6-4da2-a91c-507df979c8a9", "name": "Delete Account", "request": { "name": "Delete Account", @@ -15918,7 +15918,7 @@ }, "response": [ { - "id": "a8332619-f150-4c56-8485-751d116d0386", + "id": "443240b6-295b-4d4a-801d-512f80ad246f", "name": "Async task details.", "originalRequest": { "url": { @@ -15962,7 +15962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87329d00-b7cc-4af4-9235-7b822eeab1da", + "id": "98949cdb-6316-414a-aa7d-9b03181d7577", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16006,7 +16006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4a9fd8c-5580-433f-926d-0f413f61ede2", + "id": "ef2b9a0c-e3e7-4005-9421-ee294472a58e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16050,7 +16050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bdb3f0b1-00c7-4ffa-946b-f407a918ba3c", + "id": "8cd6eb55-9348-4a87-99c6-bd315672ee94", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16094,7 +16094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92b88d65-ecc4-4cba-8434-e826fa6c6553", + "id": "1b767fb3-9c98-4759-9d09-fb6d932acbf2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16138,7 +16138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f20124-77b4-4935-9374-2ebf504b9cb1", + "id": "c008187c-19ff-4f31-921e-69cb48574186", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16182,7 +16182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef0174db-fe0a-464c-bd16-e1fcdcca2841", + "id": "6a63331b-ff54-4b85-9e7a-f7e0b2c09d58", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16232,7 +16232,7 @@ } }, { - "id": "1e2bd3d1-b167-4068-b4f4-c51da82c5189", + "id": "9c48b887-94ee-4114-b393-51c590203173", "name": "Account Entitlements", "request": { "name": "Account Entitlements", @@ -16302,7 +16302,7 @@ }, "response": [ { - "id": "8eb8de08-52c8-4fa1-ab80-ffb62cc96638", + "id": "bd8fc44f-1e33-4083-93f0-f6267f44ff55", "name": "An array of account entitlements", "originalRequest": { "url": { @@ -16375,7 +16375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ae11c92-9fc2-44eb-ad7d-9956ae381c23", + "id": "ab552834-c9e8-4855-9dd1-a1ae6915e74a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16448,7 +16448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c21362b-abce-4d4c-aa2c-b83965708b18", + "id": "781af777-5826-47b0-90d0-0190d7a4e061", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16521,7 +16521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1ba6e20-bcab-462d-bbce-0719315e8582", + "id": "452eb073-d9a0-4ff0-a7a1-3619d9d4f412", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -16594,7 +16594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b25b405-6a80-4643-8f8a-65983667dcdd", + "id": "1e817f5f-81b4-405b-944e-7ef6e52a5b72", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -16667,7 +16667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5a0e9a9-cb1e-4e44-bb80-bd61bfcaf84d", + "id": "4266e0a6-5aed-44f9-87a7-672ffb78967f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -16740,7 +16740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2b190fb-f274-4036-a026-cff78bcf01cf", + "id": "5f6be221-aedf-440c-8b12-e73b906f829a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -16819,7 +16819,7 @@ } }, { - "id": "b95a38dc-400f-4b22-9c28-2d234d82a647", + "id": "da6dbf60-b684-40f8-b464-c4464a728f0a", "name": "Reload Account", "request": { "name": "Reload Account", @@ -16861,7 +16861,7 @@ }, "response": [ { - "id": "43f1634a-f3a7-45d6-a13b-25918f8df040", + "id": "45b114d6-6930-4d2f-b5b5-9cd5761e916a", "name": "Async task details", "originalRequest": { "url": { @@ -16906,7 +16906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c962005-80f7-4ac4-a4a6-c415f359b9e4", + "id": "320bf28d-d931-4000-83af-41f6bf30a88a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -16951,7 +16951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0895785-280e-4049-bea5-6d78dfb8bef3", + "id": "fbcd0618-c1d0-439e-b101-f4e078d41305", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -16996,7 +16996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21ce0f10-5060-4c06-b63e-8eaac96dac08", + "id": "9ec33751-aa29-487b-9a1e-c899825a10ca", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17041,7 +17041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69c2d621-2999-43d0-963e-edc14cf81f6a", + "id": "1d63c90a-0900-4a06-b731-2bfde2a024aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17086,7 +17086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7fef476-d689-44a1-bc33-a1a3d519e10e", + "id": "63716eb1-c3ac-4bd6-b325-92520b485ff4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17131,7 +17131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d346a1a-c448-499d-a6a4-c4c85f010e39", + "id": "511fe313-beb3-41b7-b527-e0febb047f13", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17182,7 +17182,7 @@ } }, { - "id": "ad10fd76-0680-4741-9fd3-81a12ae61181", + "id": "6192c838-62fe-4d6d-879a-b32a8059bee2", "name": "Enable Account", "request": { "name": "Enable Account", @@ -17237,7 +17237,7 @@ }, "response": [ { - "id": "3f65f9a3-d636-4fd8-9c2a-2ea6b0efa258", + "id": "eba6c89e-2de0-4907-a645-c8f3c05b1d2c", "name": "Async task details", "originalRequest": { "url": { @@ -17295,7 +17295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40dace44-9b4d-48bf-bd27-38728bcb937e", + "id": "608ff835-bee1-4eb4-be2b-f7f7834998de", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17353,7 +17353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceca0526-8874-4aec-8485-ad7acf185efd", + "id": "1e0cd1b5-75ba-4d9b-9c9f-2ca3e05936ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17411,7 +17411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2b65009-fe78-43d0-bfa4-e257a426638c", + "id": "164a9031-23db-4fea-8c44-ff9e4bd601b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17469,7 +17469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8e3dfa-1efd-4693-9367-0053b0309f42", + "id": "5831059d-bcd1-4c01-9c3b-8c46f072a71f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17527,7 +17527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b580980-fe5e-4033-b8e6-f79646da53c3", + "id": "ac40d1e0-26d2-4221-a1f8-d4a88b598917", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -17585,7 +17585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb48af59-8087-4309-89a9-8ca38adbb154", + "id": "ad7852d7-2e26-4012-aa5c-90e97ba4c349", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -17649,7 +17649,7 @@ } }, { - "id": "e18eb903-5f4b-47d7-ae37-988d8bd27f85", + "id": "ff8efa6b-fe6f-4114-835b-bc50cf8e5a57", "name": "Disable Account", "request": { "name": "Disable Account", @@ -17704,7 +17704,7 @@ }, "response": [ { - "id": "9f78d88b-a829-46b0-a4b4-185c9cea43b6", + "id": "8936edbd-e70b-4779-85e1-6efb02692dfe", "name": "Async task details", "originalRequest": { "url": { @@ -17762,7 +17762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2993b525-61d6-4710-bf50-595d72a4e240", + "id": "51198403-4cd8-4987-bcda-48c95134b305", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -17820,7 +17820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbebe0d0-5b43-4da0-9124-6f15c3769643", + "id": "c6d4664e-2697-4279-b842-86bbf7c8a3e2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -17878,7 +17878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc7dc925-c854-47da-9f1a-5053f63b4ad6", + "id": "17041369-912f-47fd-86d2-03e5314816cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -17936,7 +17936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc57badc-fa97-46e4-982e-856c49c416c6", + "id": "96870a41-7b7e-4bab-bd32-b61cd27cd672", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -17994,7 +17994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ecf5c8c-ba8d-4179-ba41-01e372240f12", + "id": "d98154c8-f642-4ff6-8212-58e2f9aea8e5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18052,7 +18052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fa647d8-34cd-4170-a811-3e95c3f9dbd7", + "id": "bd1841b2-4982-4e0a-bf49-23bb75d9fa45", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18116,7 +18116,7 @@ } }, { - "id": "524743c5-9709-48c7-b2f8-455d14992d24", + "id": "16491703-5acc-4095-8684-a631f907d9a9", "name": "Unlock Account", "request": { "name": "Unlock Account", @@ -18171,7 +18171,7 @@ }, "response": [ { - "id": "b93b4b84-418e-4723-8684-d2813c7307ca", + "id": "32b7ea86-ef08-49a0-b669-47c30ce31bb4", "name": "Async task details", "originalRequest": { "url": { @@ -18229,7 +18229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee8519d7-d203-4d44-ad08-97a7e9949d5e", + "id": "a26dc9e1-a7c8-4ee7-a666-d487f10fc858", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18287,7 +18287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a00575d6-fb6f-45ed-a82a-44483f45f1e0", + "id": "37a25365-696b-4b55-be23-5a69372353c0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18345,7 +18345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfab7ce6-2dfe-45e4-8636-9dc9d2f68e07", + "id": "bcdb81b8-f061-447f-b9c8-7107f5a41ae1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18403,7 +18403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a58eda8-ca0b-46ec-aa4a-4a49002869f1", + "id": "a98230fb-3c30-414e-870e-5717daa2080e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -18461,7 +18461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b68eacea-bdcc-42c7-b9ed-4dd137da7f93", + "id": "a6e8dc3d-8417-4dc1-84ea-688256e58492", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18519,7 +18519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c401758-301e-4951-9c77-f02173618763", + "id": "32ac4fbe-74af-4cc1-b2b0-bac6eda8fe70", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18589,7 +18589,7 @@ "description": "Use this API to discover applications within your Okta connector and receive connector recommendations by manually uploading application names.\n", "item": [ { - "id": "c451a6c1-9bf4-497e-a313-a7a10920d525", + "id": "3b3e0532-e14e-4624-bb30-e52e20973be9", "name": "Download CSV Template for Discovery", "request": { "name": "Download CSV Template for Discovery", @@ -18618,7 +18618,7 @@ }, "response": [ { - "id": "6c967bbf-050b-4957-b46e-d3bed82d156f", + "id": "8293fbc6-eda6-4419-9940-1ebb9c840a96", "name": "A CSV file download was successful.", "originalRequest": { "url": { @@ -18661,7 +18661,7 @@ "_postman_previewlanguage": "text" }, { - "id": "5ad1da9c-1c6d-4202-9b73-7672cd889718", + "id": "174477c3-ce0a-4ed1-9e47-40441ccb0d24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -18704,7 +18704,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91645c92-72d3-4144-a1d8-bf629b4dbb6c", + "id": "756ad3df-1137-4035-9b0e-e8e45bdad92e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -18747,7 +18747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "287b85f5-b986-4c73-93b4-a31fa85f804a", + "id": "7a9b17cf-2aa2-44a8-a801-b7e97f4ee052", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -18790,7 +18790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03b5dca0-25d7-4497-87e0-19037edb5fd6", + "id": "09868ccd-2dae-4d99-a0ca-e4afed603b88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -18833,7 +18833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a5495ee-dac0-4d84-88ca-34e0332fa730", + "id": "89d12a3d-1757-488d-a649-031a802b3f3e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -18882,7 +18882,7 @@ } }, { - "id": "aa7e9064-004b-4518-81b8-7e57afff1743", + "id": "a01952dd-9285-4b78-9a5e-fc486f811fe9", "name": "Upload CSV to Discover Applications", "request": { "name": "Upload CSV to Discover Applications", @@ -18927,7 +18927,7 @@ }, "response": [ { - "id": "be077ac1-40dc-4e3a-9d63-c6ac35514871", + "id": "aaa04b3d-8428-4a10-911d-81742cefc8ce", "name": "The CSV has been successfully processed.", "originalRequest": { "url": { @@ -18976,7 +18976,7 @@ "_postman_previewlanguage": "text" }, { - "id": "30946121-ec63-40df-9bd9-41697813aacd", + "id": "4c7653e8-ab3d-4e8a-9fc4-62054eca5271", "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": { @@ -19035,7 +19035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a65fc887-7184-42ba-9d05-81e7c3a934dd", + "id": "4d0762d4-80c2-4b1a-80d7-d68d7d3cdc78", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19094,7 +19094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3957c93-260a-47c6-98a7-2fe1c25faf8a", + "id": "73c1f7ee-2a84-4ff4-a49b-5315ed7c15ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19153,7 +19153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67b13ff3-1bff-4bcb-96e9-05980216e509", + "id": "99965b58-1cb3-43f3-82e2-0b2ee58ad7b9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19212,7 +19212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "188051ab-d36f-4d7b-9fa3-aa31c6f0aa03", + "id": "4401d466-2bd8-4593-b840-76b9e3449df5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19277,7 +19277,7 @@ } }, { - "id": "a518d7ad-253b-4c97-8965-364bbd9cbf3d", + "id": "8c27a8d0-a8c9-4dfb-a1a1-3f163b3a0ac2", "name": "Get Discovered Applications for Tenant", "request": { "name": "Get Discovered Applications for Tenant", @@ -19352,7 +19352,7 @@ }, "response": [ { - "id": "39419d98-9afc-4a17-9b4f-fdc021de54f2", + "id": "52ac1d9a-f810-4c5c-bb2f-d43b27b8830b", "name": "Slim Discovered Application", "originalRequest": { "url": { @@ -19441,7 +19441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24f1c869-5088-4894-8905-95b0dc1d3c29", + "id": "4d6876a5-ff37-4fd4-ab09-93ce348e12c9", "name": "Discovered Application", "originalRequest": { "url": { @@ -19530,7 +19530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "408fa914-9da2-45c9-9c59-6b666429348f", + "id": "716be677-00e1-448d-9c79-2a59c021741e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -19619,7 +19619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5df68de8-aaec-411d-8126-2f7d3a019ad8", + "id": "61512e03-bb20-4592-bb46-ac259449258a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -19708,7 +19708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f26f40a-5191-43f2-baa8-94532a4c628c", + "id": "05b967e7-edea-4e30-93b2-592351229664", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -19797,7 +19797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "236ebe70-5d6a-4749-b1df-f9de3fb063c5", + "id": "efd3d89c-6593-483f-8df6-8f63f03e21ed", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -19886,7 +19886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d22bc38a-3982-4985-a38c-5a2315b090d7", + "id": "aef65863-afe9-40ef-8fbd-f43592c3c1fe", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -19987,7 +19987,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": "d1c91d5c-6d3b-4b53-a382-b10ae8e3a04f", + "id": "676742fc-64aa-46c4-b674-e274014223b7", "name": "Auth User Details", "request": { "name": "Auth User Details", @@ -20028,7 +20028,7 @@ }, "response": [ { - "id": "b048d817-8205-4f9e-94c3-51a464ec6ff7", + "id": "0eb34197-c4f9-4b36-99c6-e0883930543f", "name": "The specified user's authentication system details.", "originalRequest": { "url": { @@ -20072,7 +20072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d75239e-c93d-40bb-863c-2430770eff53", + "id": "a1e43b8f-beba-4681-8e2c-3ffd02929d5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20116,7 +20116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "24b54b3e-36f8-48b1-bb05-3f3cc5c59df5", + "id": "cce746b5-e4fc-42fe-ab16-9b1758ab1591", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20160,7 +20160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa05e5bc-860e-43d8-b06b-e4d9b9c85f53", + "id": "6f224309-b44f-48c0-a14c-76576a12fa06", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20204,7 +20204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4d6b592-f241-481d-bbe3-212bdcaf5d60", + "id": "bbeb95a3-97aa-4f99-8d03-a7efabff617f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20248,7 +20248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "39b7d969-a7d2-4686-bbe1-435e33203be3", + "id": "eb6e4684-9f6d-4f53-b626-c9de38f33744", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20292,7 +20292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ad53db1-58e3-441e-9302-ac96ffe162cd", + "id": "f05b2e30-8673-4e3f-bda4-eddb6d78c002", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20342,7 +20342,7 @@ } }, { - "id": "3d99347a-a26a-49fb-9f01-8d60c5f582da", + "id": "7cf5666c-eb10-405f-840f-544152c3b51c", "name": "Auth User Update", "request": { "name": "Auth User Update", @@ -20396,7 +20396,7 @@ }, "response": [ { - "id": "675e7d26-57d5-4646-8fc8-7bcc6433a7d6", + "id": "70c10322-87b8-4e9f-8505-8021ef9c50c3", "name": "Auth user updated.", "originalRequest": { "url": { @@ -20453,7 +20453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fe7d7f0-7f36-4ea3-ad98-bb2353fbab52", + "id": "2de7312e-48d1-4b3c-bb81-5e87992d4761", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20510,7 +20510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e472c17-3836-4005-a2b7-7377375dc56e", + "id": "558c5151-0438-43a7-8312-ce406b08a17a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20567,7 +20567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca2f9a7e-2dda-4fa7-9532-263a04789d48", + "id": "26035dd8-d0f8-46a0-8d0e-c569d9d439c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -20624,7 +20624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "818368a0-3f6e-4618-ae83-fb0b877a921b", + "id": "29ebfc7e-a3e9-43d4-bc19-1c9265370f2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -20681,7 +20681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d04691d-6c98-46b3-9793-83557c147fed", + "id": "3b06830b-a3ef-4b58-8dea-103c84674e14", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -20738,7 +20738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8504c61a-ee22-47ce-a90c-020451bb6d97", + "id": "dbc2ecc8-bd1e-4235-a53a-226c76c00ff0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -20807,7 +20807,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": "88da2f0e-22c4-4b71-964c-f200d27da7c8", + "id": "86e9d6c5-d1ef-4c36-990c-6dd0d925a886", "name": "List of branding items", "request": { "name": "List of branding items", @@ -20836,7 +20836,7 @@ }, "response": [ { - "id": "8c1fdbbc-f8ed-459d-8dcd-8bf00e44a849", + "id": "2edcb26f-0b28-498f-8756-cd5b132ac935", "name": "A list of branding items.", "originalRequest": { "url": { @@ -20874,12 +20874,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"elit\",\n \"navigationColor\": \"nisi consectetur ipsum tempor laborum\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"aliquip reprehenderit in in officia\",\n \"navigationColor\": \"consectetur qui\",\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\": \"aute anim\",\n \"navigationColor\": \"labore minim anim in ad\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n },\n {\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"dolor\",\n \"navigationColor\": \"in laboris laborum\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8a3f546d-acdb-4043-97b0-9a4aaae4e4ef", + "id": "d9010620-2cac-4702-8146-ee05375e1e83", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -20922,7 +20922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d3f5d9b-1d37-4a36-bfb6-f48647918d5c", + "id": "4f1dd353-12ac-4c24-89dd-64ae878b01c2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -20965,7 +20965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b115a272-3b13-4095-8259-b0aeee619042", + "id": "479594d6-2aa1-447d-a271-484ae24295ae", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21008,7 +21008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d74f3848-6dd2-4790-8229-040486078014", + "id": "dd88247e-6c29-49db-9bb7-8b6def0a25ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21051,7 +21051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8759a07b-f11d-47aa-8f44-a07a4d879a93", + "id": "93011a45-b24f-4b33-a231-4ff9a12f1c7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21100,7 +21100,7 @@ } }, { - "id": "df533ad6-6299-47de-a4c5-4489b0c2e822", + "id": "782ab2c0-c2fc-485d-b70d-1a8e1a20d765", "name": "Create a branding item", "request": { "name": "Create a branding item", @@ -21165,7 +21165,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -21174,7 +21174,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -21208,7 +21208,7 @@ }, "response": [ { - "id": "d7e87b51-bd46-4af6-9001-41b334020fdd", + "id": "0247265c-c673-412e-8774-101c71967867", "name": "Branding item created", "originalRequest": { "url": { @@ -21276,7 +21276,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -21285,7 +21285,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -21325,12 +21325,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"eu qui adi\",\n \"navigationColor\": \"dolore e\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"commodo ea\",\n \"navigationColor\": \"officia\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "464755d3-6ea2-40b9-a761-32a913eff1ff", + "id": "348680b2-79ce-47fb-ab83-344d518d3eae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -21398,7 +21398,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -21407,7 +21407,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -21452,7 +21452,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04a46e30-556d-46e3-9a3f-7dae5a0dbae9", + "id": "754753ed-df54-4f7b-a8c6-9886b012de81", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -21520,7 +21520,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -21529,7 +21529,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -21574,7 +21574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4baed673-e282-40b3-a0e8-6bb95130ce36", + "id": "41ff88db-6b79-4b22-b956-9e83135696c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -21642,7 +21642,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -21651,7 +21651,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -21696,7 +21696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fcec9a9-23e6-4698-bae9-745546003660", + "id": "0675928c-8fc8-459d-83c1-42981dadb15b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -21764,7 +21764,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -21773,7 +21773,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -21818,7 +21818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30dac47e-7e0e-41c9-954c-f14d954c8d72", + "id": "979e90dc-9e1e-48a8-8987-b7c3b5524864", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -21886,7 +21886,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -21895,7 +21895,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -21946,7 +21946,7 @@ } }, { - "id": "22b8810a-3f59-4765-8573-3966213525d1", + "id": "ac984be1-73ef-4359-95f9-406d072650cc", "name": "Get a branding item", "request": { "name": "Get a branding item", @@ -21987,7 +21987,7 @@ }, "response": [ { - "id": "1250972c-26ca-4cc0-8a2a-d95cf02bab6a", + "id": "4b7e5f6c-50d7-4254-a0ad-8058b20c9438", "name": "A branding item object", "originalRequest": { "url": { @@ -22026,12 +22026,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"eu qui adi\",\n \"navigationColor\": \"dolore e\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"commodo ea\",\n \"navigationColor\": \"officia\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "70a6e3b0-b957-47d8-81c9-9c22c7413950", + "id": "c9d48b90-a655-4e43-ba34-32cbf0d7b130", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22075,7 +22075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a195ba9-9a56-4f30-89ff-764d72b9abc8", + "id": "6349a613-450a-4224-94bd-875c093b8adf", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22119,7 +22119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6e719ef-1b2a-4872-bb4f-285029095c00", + "id": "c767101e-8668-400d-b30c-f9a3790f08a1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22163,7 +22163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a5d9684-088b-458a-9e9d-58e92c9824a9", + "id": "4de7e8f5-2676-4d85-949d-29b837262dfd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22207,7 +22207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "309c693d-d146-4311-ae24-4717ace40924", + "id": "5f0b8dec-745f-4344-9019-7c36c251c6ad", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -22251,7 +22251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c70a083d-fe17-48a4-b295-8d343d2812fb", + "id": "45473798-c15c-43dd-a384-14af3e8817dd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -22301,7 +22301,7 @@ } }, { - "id": "b65eb452-45d6-4053-a1f6-5e31ecc1f460", + "id": "4e476736-73a4-4bbf-8aa0-f4ffc5a7ab48", "name": "Update a branding item", "request": { "name": "Update a branding item", @@ -22378,7 +22378,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -22387,7 +22387,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -22421,7 +22421,7 @@ }, "response": [ { - "id": "9d6a28b7-5e46-40c6-ad26-9494c2a7d518", + "id": "f7981595-9593-458e-ba9a-4d178cafedf9", "name": "Branding item updated", "originalRequest": { "url": { @@ -22490,7 +22490,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -22499,7 +22499,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -22539,12 +22539,12 @@ "value": "application/json" } ], - "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"eu qui adi\",\n \"navigationColor\": \"dolore e\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", + "body": "{\n \"name\": \"default\",\n \"productName\": \"product name\",\n \"actionButtonColor\": \"0074D9\",\n \"activeLinkColor\": \"commodo ea\",\n \"navigationColor\": \"officia\",\n \"emailFromAddress\": \"no-reply@sailpoint.com\",\n \"standardLogoURL\": \"\",\n \"loginInformationalMessage\": \"\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "bf48c279-6e35-4881-aa07-bbe9ddef2eba", + "id": "df60d737-7d19-428c-aea8-748eee43d57f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -22613,7 +22613,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -22622,7 +22622,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -22667,7 +22667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "564e3480-1c32-4512-b888-b67f5f0c69a0", + "id": "b415c1a5-2808-47cf-8a88-76f32b268695", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -22736,7 +22736,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -22745,7 +22745,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -22790,7 +22790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f65b90ac-cbdd-4b9a-97e0-ad28585ad54a", + "id": "052e9e56-8aaa-4afa-b1da-bfabb7fb5d2f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -22859,7 +22859,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -22868,7 +22868,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -22913,7 +22913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "240c2433-cb6f-4b6a-b82b-b04c04b93c14", + "id": "10bfb516-7105-4252-a770-b962f39673cd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -22982,7 +22982,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -22991,7 +22991,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -23036,7 +23036,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd657900-eb01-466c-897d-96fa1043efdc", + "id": "1459cdb3-31e0-4e31-8354-6b4815356ab1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23105,7 +23105,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -23114,7 +23114,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -23159,7 +23159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "459e3e61-51eb-4e8c-8a3c-f4791f7795f0", + "id": "ea21d3c8-863f-4f71-813c-78d760a7e9a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23228,7 +23228,7 @@ "type": "text/plain" }, "key": "activeLinkColor", - "value": "est eu", + "value": "minim qui Lorem exercita", "type": "text" }, { @@ -23237,7 +23237,7 @@ "type": "text/plain" }, "key": "navigationColor", - "value": "in elit labore nisi", + "value": "anim", "type": "text" }, { @@ -23288,7 +23288,7 @@ } }, { - "id": "26b3d4f0-1f19-4931-b14b-bd5cc1db3db4", + "id": "1923467d-533f-4a7d-8aae-90d956267401", "name": "Delete a branding item", "request": { "name": "Delete a branding item", @@ -23329,7 +23329,7 @@ }, "response": [ { - "id": "7e3ea745-53c3-4f26-af0a-110e5e59352e", + "id": "6e15537e-1b9e-4803-bad1-cf63795dfee7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -23363,7 +23363,7 @@ "_postman_previewlanguage": "text" }, { - "id": "267928b3-81a2-4507-b093-05056aa523a7", + "id": "d25197dd-3ba4-438b-9b1a-80450e64e87e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23407,7 +23407,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03d9c91c-98de-4051-9a2a-fe208135ec92", + "id": "439312b6-3f18-47e5-b850-936206bdb4ee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23451,7 +23451,7 @@ "_postman_previewlanguage": "json" }, { - "id": "533f4901-7fec-4130-808b-873e8265e3eb", + "id": "f1df98eb-72ca-42bc-8d6d-2f459b394694", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23495,7 +23495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "004ddc22-fd97-47c4-81a4-9ef5b5c2a584", + "id": "e93aee65-c71a-42bb-ac96-0f4f0ed745e9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -23539,7 +23539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fb79886-f2f5-4d3d-a343-e131ca8d339a", + "id": "35102f37-d7be-4178-8813-334ca3dde03f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23583,7 +23583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01686a08-fc75-41d2-b0ad-718a5023039d", + "id": "3c35eabd-91d9-4e25-a1f0-3891452c831a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -23639,7 +23639,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": "0de8616a-4bc7-4ddf-a79f-62cbd0b9ab45", + "id": "4799e7d6-c5d5-45c7-98fb-ef0294a8ecf3", "name": "Create Campaign Filter", "request": { "name": "Create Campaign Filter", @@ -23681,7 +23681,7 @@ }, "response": [ { - "id": "5d9e6eb7-45a7-492d-84f0-9670ce3ab9fd", + "id": "37039f15-d5bb-4ffa-8454-5525f8a44a48", "name": "Created successfully.", "originalRequest": { "url": { @@ -23737,7 +23737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6910b108-9c23-4400-98e3-620103a4ab32", + "id": "a4f1933d-18ab-49c0-b25d-9a36f9feb6af", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -23793,7 +23793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "541c330c-290f-4adc-8b53-b5632845d0a2", + "id": "ddc02eeb-dc7e-4536-b351-86d25b27bf47", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -23849,7 +23849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e549dfdb-1a16-4020-a79f-09cb9298b126", + "id": "55923dc0-fd15-4df3-9903-3fe9584a528c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -23905,7 +23905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "310dc19d-26aa-46e8-b7d8-2ddef6c02568", + "id": "2364699b-7caa-4536-8bea-fb0f7d0c6ff2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -23961,7 +23961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1eb17d67-0f85-44f5-9565-5c470a63c1bc", + "id": "0d14d62f-fa6e-4c1b-b8d5-b4397b382433", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24023,7 +24023,7 @@ } }, { - "id": "a253507e-439a-45ab-9e0b-a3c113df7d9f", + "id": "48d731b5-e8da-419a-8f85-7b9114f56f7f", "name": "List Campaign Filters", "request": { "name": "List Campaign Filters", @@ -24080,7 +24080,7 @@ }, "response": [ { - "id": "34ec1e63-d8ae-416f-b2ef-e41f81ee5220", + "id": "3208cdc2-1949-4716-a4e3-0810f56268a5", "name": "List of campaign filter objects.", "originalRequest": { "url": { @@ -24151,7 +24151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b98fb0b2-30bc-4bca-8320-4aaf9d5800e6", + "id": "fb2ed4a9-1a59-4ab6-9f15-0a272c6a4195", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24222,7 +24222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd72f1e3-f0e9-4e61-91d9-959739fa605d", + "id": "564b2c96-e0af-4aed-9da0-efe69052e7ce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24293,7 +24293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65060fc1-3bb4-4596-be2c-0fb1c98d96b4", + "id": "2c303f19-2e09-4fa6-b4ae-40e29a9c2825", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24364,7 +24364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1775eb3-e3c5-42fd-981e-847fbe9aa005", + "id": "ae990c7a-da90-40e2-b3a2-b92aea0af63a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24435,7 +24435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8064c29-d2f9-48fd-8a16-f6cf815f7206", + "id": "eb23deca-926e-43e8-b170-1a1d30335b87", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24512,7 +24512,7 @@ } }, { - "id": "a188b7d6-9d85-4fde-8379-e43fe3700d8b", + "id": "52869fa4-4ce7-4143-88ac-f1ae5f2c5f26", "name": "Get Campaign Filter by ID", "request": { "name": "Get Campaign Filter by ID", @@ -24553,7 +24553,7 @@ }, "response": [ { - "id": "c12fe2d7-23d5-4d4a-98d9-ace7f1508a0e", + "id": "55ed24c3-b74d-4d9e-b99d-8cf9f1578ed6", "name": "A campaign filter object.", "originalRequest": { "url": { @@ -24597,7 +24597,7 @@ "_postman_previewlanguage": "json" }, { - "id": "370f7bf0-9513-4453-9d2c-9d3b3db3016e", + "id": "4287f8a0-73b2-4c9e-b03e-1771956b59f7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -24641,7 +24641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "597298e9-e066-4407-b693-a31c49702aec", + "id": "0bb067c5-cb9c-4864-827d-2ec26983a19a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -24685,7 +24685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdd48575-8ca6-4469-adc2-b96908892f8e", + "id": "5bc7677b-70a6-4a24-b379-d9cc415890a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -24729,7 +24729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b2207ef-a1f1-4a5c-978b-e126a6d2df8c", + "id": "e4860afa-aa10-47d3-8208-c82cb256d66b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -24773,7 +24773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c03fd64-f373-4e9d-8df4-f81f8c62358e", + "id": "851ba38b-3c9f-4630-bb6e-dca72dfe0c3f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -24817,7 +24817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42837a99-eef1-4c43-9099-03a6072e2387", + "id": "92a714a8-caa4-4da5-8703-1d635b52abaa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -24867,7 +24867,7 @@ } }, { - "id": "e8ace841-e43a-4b0c-bc5e-82c7c52d3239", + "id": "b10f7a15-2278-4689-9bf5-f0c778c21caa", "name": "Updates a Campaign Filter", "request": { "name": "Updates a Campaign Filter", @@ -24925,7 +24925,7 @@ }, "response": [ { - "id": "8b521277-f222-4bb1-b758-5d8cec7eddfa", + "id": "8d6f0da7-57a3-40d9-96e1-3396bc5f0725", "name": "Created successfully.", "originalRequest": { "url": { @@ -24982,7 +24982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8658633b-5281-4f49-b168-06492b31e7af", + "id": "eaca3af8-918c-4d5d-a8e7-6ee812d4ba22", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25039,7 +25039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8132a37-a44d-4e4c-a0a1-666df5fe341e", + "id": "da1c593e-ce72-457b-9c4b-fca109a5be05", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25096,7 +25096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60c7f870-a00e-4ee7-b6e0-e67e01191fcc", + "id": "b712f5b2-63df-4363-a154-428a486377cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25153,7 +25153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6caf0d9-2185-491e-bd0d-710989b5e281", + "id": "6ff658dd-476e-4759-a42f-cbcf2f218afb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25210,7 +25210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b6059e3-a52a-4575-b9da-2c37b990b199", + "id": "79222f3b-2c1b-4172-878b-66155f2845c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25273,7 +25273,7 @@ } }, { - "id": "6cbf86a5-1855-4c80-9075-84d2418b3ab9", + "id": "49a9e6d2-eb20-4e3a-88aa-4f85849bb852", "name": "Deletes Campaign Filters", "request": { "name": "Deletes Campaign Filters", @@ -25316,7 +25316,7 @@ }, "response": [ { - "id": "77c99b9c-8026-472c-a213-3b944b532069", + "id": "86973422-70d5-4c10-948c-37bb6af6ac19", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -25363,7 +25363,7 @@ "_postman_previewlanguage": "text" }, { - "id": "8447e4d0-f94a-4864-b651-62543f74d8e8", + "id": "ad09ddc7-f448-48f8-a619-75f3211baa7c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -25420,7 +25420,7 @@ "_postman_previewlanguage": "json" }, { - "id": "889348c4-47b4-4e2b-9349-c12b9ec37fa5", + "id": "f0bab096-03cc-4791-9c8a-ae415b747e92", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -25477,7 +25477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1267723d-a1bb-480a-999a-5883311971b6", + "id": "9f57fe56-403b-4333-b434-2cbd0c44e667", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -25534,7 +25534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e061c58-c132-4097-9f2c-0dd2933e6cb1", + "id": "d89cc781-3389-4f98-9b11-fa5737c564f7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -25591,7 +25591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86522778-fdd0-4924-844e-2fb202e16c22", + "id": "246791ad-51ac-4ff5-a59b-556a5d0e6976", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -25648,7 +25648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33095f53-4a1e-4a3b-a861-bce35bbcda1c", + "id": "0c128c35-1347-4740-a700-d8506934a5fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -25717,7 +25717,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": "7692e2c8-c3e4-432c-a3c1-4b8fd7531549", + "id": "e094d009-3aea-4ca3-b136-4a8279acb892", "name": "List Campaigns", "request": { "name": "List Campaigns", @@ -25801,7 +25801,7 @@ }, "response": [ { - "id": "bc4531cb-bd3d-46c1-957f-c8710abcafd6", + "id": "3a19f095-eb75-465c-836f-4e83491aea50", "name": "Slim Campaign", "originalRequest": { "url": { @@ -25899,7 +25899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87120597-b017-4f2e-8968-d6759fde4ec0", + "id": "b21ee361-feea-4fd0-99e1-39ed1e953e93", "name": "Full Campaign", "originalRequest": { "url": { @@ -25997,7 +25997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dc62265-4ab6-4f27-a214-fe7c8ee295d6", + "id": "fe9dffcb-efa3-4a5f-b91f-effb06259a6a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -26095,7 +26095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32e56464-269b-4792-a327-dca20cf8b8e2", + "id": "76209aa6-0dc6-4c3d-a479-dfcac4fc677f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -26193,7 +26193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e70c7762-5605-4ad3-8a33-bee2ec46718e", + "id": "72c6ad57-cd45-4be7-ae64-a4009d8e4315", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -26291,7 +26291,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5859caa1-dd57-4dcf-9f3a-f28babbb28c7", + "id": "5743f16e-e0c9-4e91-a6cb-ab9a8b42d2c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -26389,7 +26389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1926f21f-e5ba-4a8a-b4a7-283cd5bc9a09", + "id": "f72f0e61-d633-4dd5-bcb0-80d9be4a9e58", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -26493,7 +26493,7 @@ } }, { - "id": "739b422f-27c5-4d23-8c54-e5acb4323a9d", + "id": "56370606-0e9a-4f69-a7f9-41ebb7ce99c8", "name": "Create a campaign", "request": { "name": "Create a campaign", @@ -26535,7 +26535,7 @@ }, "response": [ { - "id": "eb290435-1586-4454-889c-a1b87aabeca0", + "id": "b3febb4e-1ca1-48b2-b67c-9d36a1e15266", "name": "Manager", "originalRequest": { "url": { @@ -26591,7 +26591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb1d044b-1763-46ea-8e2a-57951751e059", + "id": "7002b4d7-5d63-453b-a938-da2d587e0955", "name": "Search", "originalRequest": { "url": { @@ -26647,7 +26647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12406752-7d48-4937-a855-5a3fca5fa438", + "id": "6d1cd86c-1fbf-4537-aa9c-21c393b28901", "name": "Source Owner", "originalRequest": { "url": { @@ -26703,7 +26703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f94fa65-49a7-43d7-9870-f4666a0ca436", + "id": "c1e663b3-0a18-4ce9-9975-cb5a80900928", "name": "Role Composition", "originalRequest": { "url": { @@ -26759,7 +26759,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33b64428-2ceb-4935-91ee-3d715fa6f3df", + "id": "d26968f1-8f31-444f-85ad-0806541c3000", "name": "Manager", "originalRequest": { "url": { @@ -26815,7 +26815,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff539e6e-228a-45a7-97b7-064283043597", + "id": "306e33ca-e142-464d-a206-a835e9d81a12", "name": "Search", "originalRequest": { "url": { @@ -26871,7 +26871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d94f5598-845d-4f77-b3f7-fbe44c084fb0", + "id": "db13d724-0d3e-4723-9438-882fed12d8bd", "name": "Source Owner", "originalRequest": { "url": { @@ -26927,7 +26927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f75d6477-2333-4b54-a7de-2b7eedc6c2cc", + "id": "ed4caeb1-2f45-4b5a-a525-c32711a3c4af", "name": "Role Composition", "originalRequest": { "url": { @@ -26983,7 +26983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fcdd655-edb2-4af1-a83c-ec70a8b7a07e", + "id": "9764df64-6b93-469f-99a4-76d31da33926", "name": "Machine Account", "originalRequest": { "url": { @@ -27039,7 +27039,7 @@ "_postman_previewlanguage": "json" }, { - "id": "903dbac1-fb52-4744-80e4-a5608864a3fe", + "id": "02110b62-9b88-42f2-ae5e-08918d5104b3", "name": "Manager", "originalRequest": { "url": { @@ -27095,7 +27095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebea9347-dc3f-436d-b13f-2c30c6cb228d", + "id": "8d8a6f20-4f85-479c-b7f6-42c080a99a56", "name": "Search", "originalRequest": { "url": { @@ -27151,7 +27151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a78c19e1-1883-4014-bbec-63fa3a472fc8", + "id": "a9b53848-52b0-4ddd-b21d-b15264aee5d7", "name": "Source Owner", "originalRequest": { "url": { @@ -27207,7 +27207,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2dc9000-4089-46f3-a8b3-112b71292503", + "id": "2c623ed1-e731-4c2e-b07f-92c6ba26e191", "name": "Role Composition", "originalRequest": { "url": { @@ -27263,7 +27263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b805ce0-d8ac-41cf-a365-28b4ea8c0f69", + "id": "20d70c78-2220-40a7-81ec-d97f30fb1ff8", "name": "Machine Account", "originalRequest": { "url": { @@ -27319,7 +27319,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ae91281-b81b-4b49-bc58-cfac89979940", + "id": "b16b7454-4c61-478b-9a79-a8fb18c3c9ad", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -27375,7 +27375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b787160e-2adc-440f-a70a-1fc7c5bc53f3", + "id": "6cd2e235-881a-43f6-849c-5de99f4c6707", "name": "Search", "originalRequest": { "url": { @@ -27431,7 +27431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d3d801c-4fab-442a-8d00-d73f60372cad", + "id": "23a16617-ad07-4310-9915-919a29fb5d74", "name": "Source Owner", "originalRequest": { "url": { @@ -27487,7 +27487,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e90e41b-b114-4d99-a4dd-b57ca4ff8899", + "id": "230661e7-4925-46a3-9f81-4e74c840ce0a", "name": "Role Composition", "originalRequest": { "url": { @@ -27543,7 +27543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3763a07d-f2cf-4bed-9d32-e7cc1ffd220a", + "id": "cf9b2b20-7930-4d0e-b90e-a4a1fb8a30c7", "name": "Machine Account", "originalRequest": { "url": { @@ -27599,7 +27599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c763d5b5-b54c-465e-aa46-4f102bc63b6e", + "id": "deca07d4-e1d5-45db-981d-1f00bfa24538", "name": "Manager", "originalRequest": { "url": { @@ -27655,7 +27655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7801b163-329e-4ccd-99c9-5562f1cf86cb", + "id": "7725cb7e-406f-4002-b5d1-187f42e66701", "name": "Search", "originalRequest": { "url": { @@ -27711,7 +27711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbd4a655-21f2-4996-9360-77079e331236", + "id": "b77e8d55-2565-4797-851a-89295da7c000", "name": "Source Owner", "originalRequest": { "url": { @@ -27767,7 +27767,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab9d20c5-ed64-47cc-99b6-d1e1e7a08947", + "id": "76fee8c5-ef48-4a19-94d6-c4ae0fac430d", "name": "Role Composition", "originalRequest": { "url": { @@ -27823,7 +27823,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a09e1ab-9804-4667-b8c8-f4c62ee42775", + "id": "9b2ab1fd-f6b7-484a-8c5d-49f519db51e9", "name": "Machine Account", "originalRequest": { "url": { @@ -27879,7 +27879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f486cf1b-7e67-4a4c-b6e1-a7a62f246cd0", + "id": "3b75daf4-ad80-4d9e-ae25-d104516dda78", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -27935,7 +27935,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbdc4ceb-2ef2-4222-96d7-deeecfc08b0b", + "id": "3489530a-bba1-469e-95b0-f66e0e77a004", "name": "Search", "originalRequest": { "url": { @@ -27991,7 +27991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff75a945-aedb-445f-b672-1376756e00ff", + "id": "3d51c183-7147-4c41-9cae-6de717d6d219", "name": "Source Owner", "originalRequest": { "url": { @@ -28047,7 +28047,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76382ac9-12eb-4061-9c47-22fc56106a07", + "id": "16c3e424-e736-4aae-86bc-223a552ea7f4", "name": "Role Composition", "originalRequest": { "url": { @@ -28103,7 +28103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e2bd34c-bbfd-4ef7-8b57-e40049cace43", + "id": "f2f09f81-5f6f-4ee9-a34f-c149dffbcd36", "name": "Machine Account", "originalRequest": { "url": { @@ -28165,7 +28165,7 @@ } }, { - "id": "d9dc108f-4d51-4ef4-bb49-1c5006e49a59", + "id": "b10c517b-3637-407a-bea3-29ea95fc2032", "name": "Get Campaign", "request": { "name": "Get Campaign", @@ -28216,7 +28216,7 @@ }, "response": [ { - "id": "69235720-5ee1-433b-abf4-191ab99ce8e4", + "id": "9c79fb1f-9e2a-4803-b15d-dc91b27e9595", "name": "Manager", "originalRequest": { "url": { @@ -28270,7 +28270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47de3324-2587-4028-9f51-ad6818288ae2", + "id": "313bc951-6b83-471a-8c3b-2bb258288079", "name": "Search", "originalRequest": { "url": { @@ -28324,7 +28324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83d0f4ef-c413-4f4b-89bd-64a21c33c599", + "id": "80b8882e-099d-44e7-8b99-a2545c653b9b", "name": "Source Owner", "originalRequest": { "url": { @@ -28378,7 +28378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e3967c8-7bd6-4d19-8be1-f74a6b22df65", + "id": "d52e81d3-6ce7-45aa-ae90-fe7fa0d932bb", "name": "RoleComposition", "originalRequest": { "url": { @@ -28432,7 +28432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8176107-070b-4442-bab3-662a9a3883cb", + "id": "bbf0f3a4-cbc7-4899-b4bd-bc58d773bee5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -28486,7 +28486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c990282-7ad5-4b7f-bf51-bc10d437a7ed", + "id": "24b59825-a13d-4738-8afa-9c4c5e0bfdfd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -28540,7 +28540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "51411b7c-ca13-4658-b5af-3fb7a575d531", + "id": "07547ac4-d9b5-4400-87ba-3782d86b4e18", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -28594,7 +28594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "704089b0-da6b-4282-b59b-9e8cfc95c6c6", + "id": "45010491-31a0-436c-8f51-16699cbb419a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -28648,7 +28648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec324249-870e-4b01-87f0-af931968b339", + "id": "62d2c43e-4d4f-4d4c-a29d-05535f1ee4c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -28702,7 +28702,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e3edc1a-a899-4ca7-9bbd-72846436b04e", + "id": "6e3d411b-6051-4e57-ae52-59bf56de6078", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -28762,7 +28762,7 @@ } }, { - "id": "41ac0d3d-a62b-4a66-a53f-61c295f47406", + "id": "6ca976bb-ca42-48c7-9789-e0967a0b6698", "name": "Update a Campaign", "request": { "name": "Update a Campaign", @@ -28816,7 +28816,7 @@ }, "response": [ { - "id": "de012b1d-1285-453c-93e2-1d2ef3a16204", + "id": "29725d7c-72e7-47f8-a0ff-37a4e5485518", "name": "Manager", "originalRequest": { "url": { @@ -28873,7 +28873,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c3705a7-6d4f-4ea4-8bae-08168663de90", + "id": "51fad8a7-cd21-4755-8462-795e13856ac7", "name": "Search", "originalRequest": { "url": { @@ -28930,7 +28930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19da2136-3731-4a36-a14c-c484afbc294e", + "id": "09775aab-afe8-4528-ab01-5ae860e60d9a", "name": "Source Owner", "originalRequest": { "url": { @@ -28987,7 +28987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fcbf02b-50c7-4103-b4c1-873b8b175998", + "id": "a5474ff9-0608-4ab4-8520-1fabbcd430e9", "name": "RoleComposition", "originalRequest": { "url": { @@ -29044,7 +29044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba796bfb-5aba-46ba-b33f-7ffc1aec1760", + "id": "12911716-eb3a-44ef-8d8f-5937b19af700", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29101,7 +29101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf6c9ed8-8169-4d10-a5c6-adc13cbbd8b0", + "id": "b1c2283b-e839-48fa-8a68-9c4b8f438a66", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29158,7 +29158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1287651b-4121-4fd0-b005-0ff05e9bf188", + "id": "8b1a9067-4930-4214-9bfd-38b4d6f37718", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29215,7 +29215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c246d19c-4145-4513-aef4-bc1248e03564", + "id": "aea69946-f248-4b00-bc34-82843dbe6896", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29272,7 +29272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b18ad7f6-f656-4176-a4dc-0951250778b7", + "id": "cfa764fa-a984-4516-be45-f4af4e487948", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29329,7 +29329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f82adfa8-06e5-4953-a8f1-c33fdf1a6121", + "id": "be68aa0f-c0cf-4d28-a4a6-de87c9e80ac6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29392,7 +29392,7 @@ } }, { - "id": "f95734f8-8a67-40e9-af89-4e6791ad430d", + "id": "af6b2c7b-d41e-422c-be0f-029cc6766cc6", "name": "Reassign Certifications", "request": { "name": "Reassign Certifications", @@ -29447,7 +29447,7 @@ }, "response": [ { - "id": "7ed46244-8a2b-409f-8b7e-748abf0a56ab", + "id": "57e8da54-1bdc-4c02-b832-53046f309e21", "name": "The reassign task that has been submitted.", "originalRequest": { "url": { @@ -29505,7 +29505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "311d4c8e-e52e-492b-9c8c-5d23fb0576a2", + "id": "1fba70a7-b220-48f4-81d7-a232e7448017", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -29563,7 +29563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2795b804-6f13-48ba-8bcd-d9909f07f456", + "id": "c9f96045-6c35-4ae9-8d74-d4dc48e0ddc0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -29621,7 +29621,7 @@ "_postman_previewlanguage": "json" }, { - "id": "142bdc80-783e-4302-9594-1f1e06bed7dd", + "id": "27e2c80c-ed91-4fbf-852d-631e3d9cf7dd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -29679,7 +29679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ec89b29-b2ce-4c7f-902a-97a52cdd2554", + "id": "f42f4732-c03c-4201-be08-cec68df96049", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -29737,7 +29737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75dfe9e1-5e47-42b8-a9bd-4e0d4479e664", + "id": "febdd655-39ae-4d78-b921-941ed0f7668d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -29795,7 +29795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1231407-f673-45a6-96f7-42a5b0234b54", + "id": "dc260cad-91bf-4ba2-8666-a7dbbc7bfdd2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -29859,7 +29859,7 @@ } }, { - "id": "32370954-6bbf-42bb-af8b-c20ae477f02d", + "id": "f642dc62-8b5f-47d5-bba3-348cef884eb8", "name": "Activate a Campaign", "request": { "name": "Activate a Campaign", @@ -29914,7 +29914,7 @@ }, "response": [ { - "id": "436a4910-b148-45a3-8bef-ce6a96b6e23a", + "id": "3f6daeaf-e418-4be5-8f0a-f79195f91f72", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -29972,7 +29972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08a06444-3c4f-453e-84f8-3d5ee824a2ab", + "id": "c4c7646a-28fc-4ddf-b884-e8550da73b6e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30030,7 +30030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f337f3cd-9cd5-48ed-9100-edec92acb412", + "id": "959c86cb-fba4-4df4-9a35-a2371153adaa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30088,7 +30088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a11460e-4255-44f1-858f-aba61a58d2ed", + "id": "458c49d3-bae2-4149-8d57-981edbbfb74f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30146,7 +30146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5e47667-aab2-4c69-b11c-ee23dba853de", + "id": "1fc6216d-ac93-4b58-91e4-59394fe9473f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30204,7 +30204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f8aac88-3f98-41d6-a0e9-1525756af172", + "id": "5a4fa7b9-9936-4484-9293-d53741ca361e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30262,7 +30262,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a018c778-7f9a-4767-aecb-913c7af9b17c", + "id": "1db1e5f1-36d2-473f-b56b-2656eb40bb39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30326,7 +30326,7 @@ } }, { - "id": "9bf695ee-6d8c-4c44-b30c-ce68ce5827c4", + "id": "1e627584-5a95-4fff-98be-2977f3c83185", "name": "Complete a Campaign", "request": { "name": "Complete a Campaign", @@ -30381,7 +30381,7 @@ }, "response": [ { - "id": "4cddb41f-abdc-430f-8648-3d6eadd67bb7", + "id": "662324e4-fbe4-4214-814d-976e5f70c4cd", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -30439,7 +30439,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8c9f7cb-296f-46eb-b5c1-ae83a9814191", + "id": "cabf2a5e-1d22-440e-9cf3-7eed1357c75d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30497,7 +30497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afec72f3-3cd2-4cc6-9eb9-d90619deefaa", + "id": "dbc40522-de9f-4d38-aa52-4b35b6c2b4d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -30555,7 +30555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3a5f1a6-397c-4947-a042-4c8d277a9c9f", + "id": "29e74cdc-13dc-4c47-ac50-72fd205b5bb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -30613,7 +30613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b96a3104-5ea6-4fb6-b9d1-620a6f5ed297", + "id": "4931c9a4-fd64-463b-b888-344c5a8e5880", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -30671,7 +30671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d4e25d-0ae8-4c94-9056-a8ae45019c4f", + "id": "e7d593aa-ebec-4536-9665-98f931a344b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -30729,7 +30729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14764980-15d4-444a-97d1-f17ed853f15b", + "id": "50bf963b-152c-48c0-a21d-3ca65cf19e7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -30793,7 +30793,7 @@ } }, { - "id": "56710b7b-4a03-444d-9b88-a0d968fe9d2e", + "id": "10cf898b-17a0-40a1-ba79-29bf93da6ce9", "name": "Delete Campaigns", "request": { "name": "Delete Campaigns", @@ -30836,7 +30836,7 @@ }, "response": [ { - "id": "d85cb114-8a1a-4b9a-ad23-faf718a53d63", + "id": "07cefe76-8056-416b-968b-af59d35eb6b2", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -30893,7 +30893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d052f98-13ad-4037-b77f-f3cda99f4e68", + "id": "bc19dfc1-c5f6-40c0-a307-283821d698bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -30950,7 +30950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e05401b2-15c3-40f0-9caf-bcfe666a26e8", + "id": "e4449655-48da-4ea4-873a-c54fe230fc58", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31007,7 +31007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5335df62-d3ea-4e5b-9ce6-10ff56350b1a", + "id": "13fc9b50-1679-4447-94ed-1d126b13b7b9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31064,7 +31064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8e6550d-73c7-4ef2-bb5f-8bf5e49a9212", + "id": "248a5c07-abc8-446c-80cb-b88c89d6f206", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31121,7 +31121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1bcb3f2-3d2f-4796-8bdf-18c27d272af3", + "id": "de3ad21c-b164-46a6-b6d1-405b047ba120", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31178,7 +31178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2345e30-3ad6-4c75-b54e-958e7baf0b18", + "id": "1305ad79-e6b0-4dab-8960-5312d8b748ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31241,7 +31241,7 @@ } }, { - "id": "f469ccfd-a496-4663-b140-87d95ae46baf", + "id": "a30f56f0-23bc-4b64-b876-29291f3adc9f", "name": "Run Campaign Remediation Scan", "request": { "name": "Run Campaign Remediation Scan", @@ -31283,7 +31283,7 @@ }, "response": [ { - "id": "d3493939-44b0-4412-8426-ea397e8cbdd8", + "id": "83857901-b213-476b-a385-cc77c8a5da64", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -31328,7 +31328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80135f4b-8646-4359-b9b8-f9c348fc6ccb", + "id": "f88c41cd-96d0-4913-a776-de7899562be5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31373,7 +31373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ae9273b-e861-455b-ae2f-12035d3b21f0", + "id": "47f9d908-5c87-43bf-bfcf-11135175b150", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31418,7 +31418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40558223-b81e-41df-8d81-3e886d6853b0", + "id": "a211aa19-9a81-4f07-ab3d-049af175437d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31463,7 +31463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91284e70-b210-4e56-aaa7-b683d6a1b915", + "id": "aa37b446-19d5-4a64-a401-9f41284d01b6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31508,7 +31508,7 @@ "_postman_previewlanguage": "json" }, { - "id": "530a0f74-1606-45aa-9487-1d85f40eae24", + "id": "cc504986-1e5a-4da1-ac38-367f07d43942", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31553,7 +31553,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bbac436-e01d-4f85-892b-7fa06791c777", + "id": "be6c80ea-c65d-4e98-9b33-3f0f74822ba8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31604,7 +31604,7 @@ } }, { - "id": "3260174e-4efe-418a-838d-bf8a9141a0ee", + "id": "8b79a9a4-777b-4708-ada8-d5685351babf", "name": "Get Campaign Reports", "request": { "name": "Get Campaign Reports", @@ -31646,7 +31646,7 @@ }, "response": [ { - "id": "a99774fe-6cdc-4a0e-89e2-a4f428fe5355", + "id": "60db18f9-d778-4f05-b277-ff08679f5287", "name": "Array of campaign report objects.", "originalRequest": { "url": { @@ -31691,7 +31691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88765912-3496-4eb4-95a3-de45cc4f5d91", + "id": "9f388870-98e8-46a8-8a46-fd61495e091b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -31736,7 +31736,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4abd0fc-06ae-4354-84b6-e24a19bca3ed", + "id": "9b0cf3da-e4c6-47c4-9336-5f37717a7364", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -31781,7 +31781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c5a0c8d-3cfc-4ef1-9257-cf76792baab9", + "id": "eef78b27-5e6a-4d3d-837c-1eff97d48b90", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -31826,7 +31826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce32cced-d4cd-4c93-a87b-be15442a81ba", + "id": "0d559540-a16f-491b-a2b6-0e532dac9116", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -31871,7 +31871,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e783cd80-5e2c-458d-8f0b-f01d86576e2b", + "id": "7395a4b7-d2cb-4405-ad5f-80a3d532c9c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -31916,7 +31916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ed319be-3ac5-43e9-bac3-e8e0b611ca5e", + "id": "e4efd29b-73c6-413f-a628-f96fef3a538c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -31967,7 +31967,7 @@ } }, { - "id": "ce2f870f-a290-431a-a8f8-59cf3d78ffc8", + "id": "d942a0ca-6fae-4a5f-8390-fae6e3793f0e", "name": "Run Campaign Report", "request": { "name": "Run Campaign Report", @@ -32020,7 +32020,7 @@ }, "response": [ { - "id": "d50f57d4-b615-4850-987a-3efe29a2e4c7", + "id": "d6c71067-ecda-4629-9396-49a31378c983", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -32066,7 +32066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6f3cf10-fde6-4dd7-88ca-548033f28313", + "id": "12452e91-eb89-4ff1-950e-819c25884d87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32112,7 +32112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e836e6d-5f9c-4322-a068-952f52641ff7", + "id": "2a27b0f9-1055-45b8-8494-f80a08bbaf93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32158,7 +32158,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e9c2917-4e44-4797-8f60-a97b6b7b24bd", + "id": "957b73e2-79d4-4594-a581-24080bdd7cc2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32204,7 +32204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50ef9fb8-91c0-4f89-9793-94f95e95b1f4", + "id": "955794c3-3532-491d-8a1c-922a45fa09cc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -32250,7 +32250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4365db55-923d-4500-bc98-507f145db32c", + "id": "c782e962-3b97-4d41-9af1-a2b82e452f91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32296,7 +32296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1e16b2e-f1b9-4c58-9a7e-dcdf26b4fcbd", + "id": "3220063b-feb8-4898-aea0-2cccb5855e66", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32348,7 +32348,7 @@ } }, { - "id": "0af75973-d16a-4697-9718-af4fc0726000", + "id": "b6cd5e57-5df6-43c3-afe1-599c15ee078a", "name": "Get Campaign Reports Configuration", "request": { "name": "Get Campaign Reports Configuration", @@ -32378,7 +32378,7 @@ }, "response": [ { - "id": "f328397a-ee67-421f-8d9c-0a8f8a1d1b34", + "id": "e4cd766c-3ffd-4a35-b00b-e520c5f2a4b4", "name": "Campaign report configuration.", "originalRequest": { "url": { @@ -32422,7 +32422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5b02ed8-043a-42a9-a27c-e0ae4f9c3dff", + "id": "1e07a116-342f-4d71-9b5f-8e4b5bb240d6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32466,7 +32466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78d6885d-d6f2-41d6-a628-35c6a254904a", + "id": "8506faee-503d-4e75-82b0-d7038d537623", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32510,7 +32510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab591926-bcb6-4e14-a310-a80d6008a857", + "id": "b6dd3748-aac2-43c3-8e82-f9c0114c6cdd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32554,7 +32554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e8fb258-2cb1-4720-8144-a6bf7a830c0d", + "id": "97eaf369-5aca-4270-a32b-eebdb4776461", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32598,7 +32598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72e226d4-39d2-40f0-b9d9-ae7043cea677", + "id": "a08e7b77-628a-41a8-bef4-7d73d35672a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -32648,7 +32648,7 @@ } }, { - "id": "c5a8b25a-2127-43bc-b337-256151e5b1e9", + "id": "78127211-4472-450f-8e1a-1fe1f3a9e793", "name": "Set Campaign Reports Configuration", "request": { "name": "Set Campaign Reports Configuration", @@ -32691,7 +32691,7 @@ }, "response": [ { - "id": "0c456523-c7ca-4d5b-b3ee-3ed9b1986c51", + "id": "7281952c-0d3a-4d61-8245-e0c977d30153", "name": "The persisted campaign report configuration.", "originalRequest": { "url": { @@ -32748,7 +32748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8525c85-fc5d-4a3c-86d0-110c0b2b4a21", + "id": "bad87e1c-18f6-4ebb-97f9-db71b9a258a3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -32805,7 +32805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "707f1739-c4e3-46bd-9656-8f0902e0b9f5", + "id": "a138eed9-eff0-45e0-92a6-e03caf8aa593", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -32862,7 +32862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7079c3f4-8e67-495d-9bfc-a6567027205f", + "id": "3a11096c-ac6b-45ab-a51a-564aa0055a87", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -32919,7 +32919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93ef9a15-f5e7-479f-ad82-92a56400b221", + "id": "74c5c593-10fc-41ef-a9b6-1543b60190b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -32976,7 +32976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e4b0522-a6bb-4723-9b53-263e9dac5438", + "id": "1e46081d-482b-488b-b2b9-12a983777e01", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -33039,7 +33039,7 @@ } }, { - "id": "6be8ca38-7261-4f8f-bd35-ea2e4e010499", + "id": "d8ef7116-ac3e-4b78-9be9-4c6b79c3fe2a", "name": "Create a Campaign Template", "request": { "name": "Create a Campaign Template", @@ -33081,7 +33081,7 @@ }, "response": [ { - "id": "33a15c24-6d55-4bf8-a9a4-9ec5412f9fe3", + "id": "46751267-6f85-4f78-aa4a-86490ad63d4d", "name": "Manager", "originalRequest": { "url": { @@ -33137,7 +33137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa5e5380-6175-4232-9ad8-8eb6b6edb143", + "id": "1edc0ed7-7ccd-4d5f-8e15-5555cca0e738", "name": "Search", "originalRequest": { "url": { @@ -33193,7 +33193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adfd7123-0a21-4b5a-90d1-184b47545954", + "id": "6842180e-2f62-499b-b2ab-bce6d8bb0669", "name": "Source Owner", "originalRequest": { "url": { @@ -33249,7 +33249,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6987dafb-6236-4962-9665-1048e6dc3713", + "id": "eb1bb1a0-fd69-4d0f-b868-0788f200ceab", "name": "RoleComposition", "originalRequest": { "url": { @@ -33305,7 +33305,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bad4f66-fcaa-4627-a32c-bb5f7fcbb6b2", + "id": "fb85a355-2fc1-48b2-8f95-b2e2e45ff334", "name": "Manager", "originalRequest": { "url": { @@ -33361,7 +33361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d957a3e2-46c0-4020-95a7-dc02e11ff084", + "id": "f0de7777-9136-4f9c-a612-56becdc00881", "name": "Search", "originalRequest": { "url": { @@ -33417,7 +33417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03ba3f57-47aa-4653-b0dc-e512f5d48fa3", + "id": "62853dbb-abef-4756-bb57-c87ea19453e8", "name": "Source Owner", "originalRequest": { "url": { @@ -33473,7 +33473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df61e8c5-c63d-42a0-933a-ff6dfb4189be", + "id": "01b2ff8c-8c3e-4de8-b5c2-c9730105df91", "name": "RoleComposition", "originalRequest": { "url": { @@ -33529,7 +33529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65a552b9-89d8-49eb-8c88-ebfe21b77701", + "id": "2813c925-82a1-4047-938e-4c342a0acec9", "name": "Manager", "originalRequest": { "url": { @@ -33585,7 +33585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c84a080a-36cb-4d1c-8a37-27dd2402ff2f", + "id": "1dc8b53e-bb07-4068-829e-3367ae45d0e6", "name": "Search", "originalRequest": { "url": { @@ -33641,7 +33641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "def4d858-ec7a-480f-8d59-842e788390f6", + "id": "1cb23c13-3ed2-4606-8e87-afe391fd17f2", "name": "Source Owner", "originalRequest": { "url": { @@ -33697,7 +33697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a32f410-6f7b-44d0-8ce7-fb249fe43514", + "id": "5972c642-e6b6-46bd-a774-ab648775d141", "name": "RoleComposition", "originalRequest": { "url": { @@ -33753,7 +33753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ba0c621-0207-4514-ba03-b8d78c19a049", + "id": "98551a0c-ed86-48b5-9a7b-b83a340505a2", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -33809,7 +33809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "304a81b4-3d57-4e75-815c-8fdec48852fa", + "id": "209f5765-963c-4328-8170-f489dc6e9d29", "name": "Search", "originalRequest": { "url": { @@ -33865,7 +33865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebdc6d9f-8908-4dcb-854d-369d0102c8c5", + "id": "6a94d0a4-ce55-4b54-959c-c0829ad34ff9", "name": "Source Owner", "originalRequest": { "url": { @@ -33921,7 +33921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f50b35cb-1ecf-451b-a962-fa73950f5fda", + "id": "e570a085-2c84-4ace-9efe-220dd6c8d565", "name": "RoleComposition", "originalRequest": { "url": { @@ -33977,7 +33977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae387d24-a632-462b-8121-5e288b0c54b6", + "id": "8b8560ff-53dd-4597-95ab-7a3f1bf40e5d", "name": "Manager", "originalRequest": { "url": { @@ -34033,7 +34033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf09c52f-570a-4b29-8d91-83f3e010dbae", + "id": "d1524aeb-60b7-49f4-8c96-a947525907f8", "name": "Search", "originalRequest": { "url": { @@ -34089,7 +34089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "178ac576-4fd0-4d7b-b0c2-6783e77d3a27", + "id": "e3de4e28-9634-44a7-91b0-597b279f3d4d", "name": "Source Owner", "originalRequest": { "url": { @@ -34145,7 +34145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "103c5ac2-ce3a-4b38-93c1-1d5391ab4c27", + "id": "c8bfeaa7-387b-4f63-bc14-d9b26bf29b3f", "name": "RoleComposition", "originalRequest": { "url": { @@ -34201,7 +34201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "736dae1d-610d-4cc1-9c3a-ba8b231a1fd4", + "id": "f789bfba-6d20-47c7-81d0-1599d41f36b2", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -34257,7 +34257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92149589-433e-4560-975b-1ec743db1b5a", + "id": "681f2555-c94b-4edf-a1c5-0f57694d0172", "name": "Search", "originalRequest": { "url": { @@ -34313,7 +34313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c6aa38c-2acd-4544-8013-8f2a6fa237aa", + "id": "01c5777d-fc93-4425-88e4-19e95daf1a5c", "name": "Source Owner", "originalRequest": { "url": { @@ -34369,7 +34369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31f1d36f-ca87-4d75-81f0-e87dc60117fe", + "id": "397116e2-8e61-4f8f-96d1-87591bec5c90", "name": "RoleComposition", "originalRequest": { "url": { @@ -34431,7 +34431,7 @@ } }, { - "id": "475a9928-391b-4038-8e29-316f4446c750", + "id": "44ba7745-d990-4e8e-bb84-9a350b362798", "name": "List Campaign Templates", "request": { "name": "List Campaign Templates", @@ -34506,7 +34506,7 @@ }, "response": [ { - "id": "e15993d9-afa6-41d3-bf2c-2cefc9879987", + "id": "6411c1ae-db8b-4a66-b8fa-52d600faf0aa", "name": "List of campaign template objects.", "originalRequest": { "url": { @@ -34595,7 +34595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf4e61c0-8bab-4280-bf2c-e200f6938fc4", + "id": "2e2bf34b-db95-41ee-8355-03ed75540a91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -34684,7 +34684,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f451437-93f0-4a9b-af03-b36c96e4e4bd", + "id": "e88f00cc-8920-488d-8fe2-75e3c5f60446", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -34773,7 +34773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9acece4-7b98-4c22-8338-2f4c9fe0d83b", + "id": "ebe170f1-653c-45b4-9237-9f9df3a409b0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -34862,7 +34862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6747dd04-51e1-4b9a-aa5c-8f6976130490", + "id": "3d2d0543-0245-4a1c-9439-5e7377c4cf5d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -34951,7 +34951,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e200a148-3551-4283-92fe-9b6e977d5e3d", + "id": "f24e8d30-f6bc-4738-95c6-fe67fbd57638", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35046,7 +35046,7 @@ } }, { - "id": "be7f1cca-3605-47e1-a77d-76109ff14127", + "id": "71ec4578-186b-4543-b422-1b71d967f93d", "name": "Update a Campaign Template", "request": { "name": "Update a Campaign Template", @@ -35100,7 +35100,7 @@ }, "response": [ { - "id": "8fec8260-8102-40a4-a723-e594b3aa3ad7", + "id": "9a8f9d8e-cf11-4dda-8699-87114c7b0982", "name": "Manager", "originalRequest": { "url": { @@ -35157,7 +35157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58e55cff-5877-4dd6-8d58-bbc2658b0f0c", + "id": "64ff5e56-025f-4ff5-9820-69962bd00f14", "name": "Search", "originalRequest": { "url": { @@ -35214,7 +35214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c22834-9e23-46d6-8738-7db7e56288c7", + "id": "a5d90835-135f-48f6-9d64-a380cbed663a", "name": "Source Owner", "originalRequest": { "url": { @@ -35271,7 +35271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ca2bf8f-fbf9-45f4-9fe3-6c5d4d694a1b", + "id": "e59350f5-df8b-4593-b511-f70d4caed260", "name": "RoleComposition", "originalRequest": { "url": { @@ -35328,7 +35328,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9eca859-4f0e-4c0e-bcd0-2ce11347c31b", + "id": "4c53e044-21ba-4299-848d-5251783a3dcc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35385,7 +35385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7771324-9def-482c-96c1-f31bae21b120", + "id": "9cced19a-da42-4607-baa1-d90f420e6f68", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35442,7 +35442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9ea90fc-9d7d-4d43-8865-68d6bd81d80c", + "id": "072e0841-080b-4506-a547-e14142814e9c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -35499,7 +35499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d23f56d4-71b7-457e-a770-197e18811ec3", + "id": "e7104279-f482-457c-bf0b-3810ed2fad16", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -35556,7 +35556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2449ea6-47cf-4025-9667-31d8a37f4163", + "id": "afb02d89-2d9e-411a-8227-e80aa258326c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -35613,7 +35613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3066500-4fd2-4add-b624-d71e57fb3e5f", + "id": "0e7ea935-4a6d-4cb6-bbbc-3c5717b3a91a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -35676,7 +35676,7 @@ } }, { - "id": "58f47008-fc56-43ac-8528-075d3307b366", + "id": "aa9da087-5fa5-42e6-a083-24e12d557db2", "name": "Get a Campaign Template", "request": { "name": "Get a Campaign Template", @@ -35717,7 +35717,7 @@ }, "response": [ { - "id": "7468929f-c3d9-499b-b3f8-f75a8fd9d8f4", + "id": "4c779e01-3cbb-4584-ac9b-3e7bb196d161", "name": "Manager", "originalRequest": { "url": { @@ -35761,7 +35761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f34ee5ed-d8d2-48b3-b7a1-d1d11fdeddb0", + "id": "5c84755a-5c06-4279-af9a-873098c7225a", "name": "Search", "originalRequest": { "url": { @@ -35805,7 +35805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc315bee-bae2-4938-82a2-e63d7847f2da", + "id": "48f72e86-c631-450e-b299-5ec8c2ab47cd", "name": "Source Owner", "originalRequest": { "url": { @@ -35849,7 +35849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6a1f690-eaa6-4492-9dbb-85c18904ccf0", + "id": "4b7ae753-523b-43b9-bbd1-a5b1ca2944cb", "name": "RoleComposition", "originalRequest": { "url": { @@ -35893,7 +35893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4aa20ec-3ef0-46ca-8716-98f219b85dc5", + "id": "97b6dfbe-382f-4219-859b-4f31a56d724d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -35937,7 +35937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a97eb14-9067-498a-b37a-251ca2447836", + "id": "d4cb4bb7-43b5-47fd-80bb-ac76022ae287", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -35981,7 +35981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c3c0fcb-3cf5-49e4-868d-c7f3d3aadcd5", + "id": "f2d63a8f-0b36-43eb-accc-ce974ff9aada", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36025,7 +36025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d1556cc-b0bf-440e-8bdd-09c738b6ac1d", + "id": "26f38b71-c488-4c76-a09b-e509113fbde0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36069,7 +36069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3723d52-1b82-4b64-b688-1c7cd551744f", + "id": "17351e53-6f83-4f0f-ac5c-d8a3f09c39f6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36113,7 +36113,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d50589c-6676-44ce-af2d-b7ab1046b1a2", + "id": "d3c245f9-858e-4173-9feb-03f36ada0c83", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36163,7 +36163,7 @@ } }, { - "id": "22ab6cba-8c75-43e6-8543-d5ac828208f0", + "id": "40312b1a-b139-4fee-9918-a2098d9adccb", "name": "Delete a Campaign Template", "request": { "name": "Delete a Campaign Template", @@ -36204,7 +36204,7 @@ }, "response": [ { - "id": "e2320962-0c83-40ff-960b-be202558eb39", + "id": "b9dcc6d5-6920-463a-a818-3aa61db25116", "name": "The campaign template was successfully deleted.", "originalRequest": { "url": { @@ -36238,7 +36238,7 @@ "_postman_previewlanguage": "text" }, { - "id": "496cca97-e7f1-46e6-b325-091b196e4b2f", + "id": "25fedde2-5207-41bd-892b-e0dfda06b97e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36282,7 +36282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc0a2756-caee-4624-b37d-5b2b093ca08c", + "id": "4647160f-40f2-48ff-a925-468bd49f79d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36326,7 +36326,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff78b73d-72d8-4b0b-960f-c6888158bb4a", + "id": "696998dd-ed29-43ce-8c5b-a49cb15bd874", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36370,7 +36370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e47f6b39-d1e7-4053-87bc-ebc2c16bfd80", + "id": "646c34ec-4da8-420b-899c-8aa8ae72c406", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36414,7 +36414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e30a1948-6323-43a7-b01a-3dce24e7cecf", + "id": "1fb65433-9bdd-4910-8798-93f180116144", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36458,7 +36458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45589903-ff6e-4ed5-9a5a-f8018e894345", + "id": "d4a4014e-375e-4525-aa9b-1a229de4ab44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36508,7 +36508,7 @@ } }, { - "id": "558c255f-1b86-48d3-95aa-a581ecc48a3a", + "id": "0e84e00f-2752-4a9c-ac4b-f42290bcda5b", "name": "Get Campaign Template Schedule", "request": { "name": "Get Campaign Template Schedule", @@ -36550,7 +36550,7 @@ }, "response": [ { - "id": "4d25d194-12d7-4672-b182-7c6ba3dd9fb2", + "id": "47771b0d-db4a-4545-9cee-0a069d2c457b", "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": { @@ -36595,7 +36595,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96297a64-d946-47be-af53-7d7f672c57e2", + "id": "f6f323f0-b64e-4bb6-bd2b-da62fe7dfa65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -36640,7 +36640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3e41fed-468f-48b4-9deb-f3130b5dc514", + "id": "8ba1ab20-9503-46cf-9fff-310a9b25c50c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -36685,7 +36685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "857e2b30-d1c4-48c2-a22d-1e84f47bcb6d", + "id": "df4af999-2653-4677-b084-e1ea1eac6875", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -36730,7 +36730,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22dab12f-f30e-46e7-9899-676051879aa4", + "id": "395239fd-eb76-40f3-85f9-d5ed2e2bbc92", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -36775,7 +36775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c52230f-b23e-494b-b90c-0ebc60e215fa", + "id": "ad7464af-d33e-474b-a82f-ad9adb632524", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -36820,7 +36820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89783e11-05a4-4ed7-ae29-fe53dbbd5c76", + "id": "74f34cd1-b3c7-46c8-863b-67de68eb2530", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -36871,7 +36871,7 @@ } }, { - "id": "80cea99d-92f6-4b05-bdd7-552c8ab64f1c", + "id": "f995e955-8f1e-44c4-b16b-6ba7c22f7d56", "name": "Set Campaign Template Schedule", "request": { "name": "Set Campaign Template Schedule", @@ -36926,7 +36926,7 @@ }, "response": [ { - "id": "988b736f-108e-47c3-b175-6bfc144db151", + "id": "7471095e-2afb-444d-a08e-5d54e7d93d4f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -36974,7 +36974,7 @@ "_postman_previewlanguage": "text" }, { - "id": "d53caf96-172f-4f41-bc2b-69d179f57a63", + "id": "5af0f6a7-be1e-49b1-9c3b-dc7601a2f8a9", "name": "Monthly", "originalRequest": { "url": { @@ -37032,7 +37032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63586075-07d5-4846-a1cc-63719e9bbd97", + "id": "cc4af639-ba62-427c-9497-7c4ac6eb4eb0", "name": "Once a year", "originalRequest": { "url": { @@ -37090,7 +37090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f228ce54-3119-4c9f-ae50-7071bb64bb8e", + "id": "5f04f84d-c8e3-4983-b60a-486c23fce428", "name": "Quarterly", "originalRequest": { "url": { @@ -37148,7 +37148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ceb7e8fe-95c0-4672-a55c-47564038e7bc", + "id": "22929c06-62bc-4065-a7fd-c809fdeb1652", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -37206,7 +37206,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66bf899e-043f-4cbe-ad0c-db119948dcba", + "id": "2ba4af95-dab2-4e46-9c05-87334d03f169", "name": "On a Specific Date", "originalRequest": { "url": { @@ -37264,7 +37264,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb5ce3b3-c17e-4571-84ee-327900ce70fa", + "id": "48f764a3-de30-4f55-b861-d8ca183be8e5", "name": "Monthly", "originalRequest": { "url": { @@ -37322,7 +37322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccae3520-335c-4a8c-abad-79844eb9077b", + "id": "2b412ed4-a9c9-41b4-b24f-04f43525e9bb", "name": "Once a year", "originalRequest": { "url": { @@ -37380,7 +37380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "695192db-387d-483b-831e-2b5d5d7f15f5", + "id": "cb48cc9a-320e-4f31-ba0e-179822a3a316", "name": "Quarterly", "originalRequest": { "url": { @@ -37438,7 +37438,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e85dc7ce-7e98-4075-a764-69ddad3745a8", + "id": "e85b6f70-7a83-437a-af64-ac890bb02aed", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -37496,7 +37496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b4672b0-3fbe-4883-aa57-f071d3f6673a", + "id": "3228e329-275c-490d-a5f1-d7a3cb32264a", "name": "On a Specific Date", "originalRequest": { "url": { @@ -37554,7 +37554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba2a8310-0028-4894-a143-f130259c8ba2", + "id": "b5f2592b-b053-4f42-b26e-3d2c75496652", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -37612,7 +37612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17dffb37-5c93-4368-a5ac-06d187a701a2", + "id": "1885ee32-5a66-4599-a6f6-2efe28eb7f46", "name": "Once a year", "originalRequest": { "url": { @@ -37670,7 +37670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50a98f35-5c76-40f9-b302-683a7305660a", + "id": "3a8b4f3e-6928-45a0-997f-0fb1a47211c5", "name": "Quarterly", "originalRequest": { "url": { @@ -37728,7 +37728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1657af4-ae29-40d3-9667-8e7166d45a96", + "id": "1cfca5a1-86df-4951-9c18-c90cacf1a3f7", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -37786,7 +37786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "928ad05c-54d5-4d97-9d01-01eb1b9e1e62", + "id": "fb5ba1ca-13af-4e05-a92e-2ef30de3032f", "name": "On a Specific Date", "originalRequest": { "url": { @@ -37844,7 +37844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "183e9396-bfcc-4c59-a5a4-c0bcc8a1d0e3", + "id": "74e092ba-47d6-44e8-be78-bc7fb6c8199e", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -37902,7 +37902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8a5ecca-e429-4755-b577-cd34070c8172", + "id": "f8b234fc-8add-48ab-adb7-1a91e16d32c8", "name": "Once a year", "originalRequest": { "url": { @@ -37960,7 +37960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01849313-0737-41ae-8b23-a8d8e44e61fd", + "id": "fddfb59b-6a5f-43eb-a0a7-afccb92d5cdd", "name": "Quarterly", "originalRequest": { "url": { @@ -38018,7 +38018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b1701fd-1bca-4e34-84b7-5652cc3f7119", + "id": "0b5ed2d2-275e-4339-92b7-b30f711fdffe", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -38076,7 +38076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e4ff9dc-e05c-4c5a-b3c7-f0bae681b287", + "id": "f4bbabc6-554e-46c6-9864-92c630988492", "name": "On a Specific Date", "originalRequest": { "url": { @@ -38134,7 +38134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e668d15-ff7b-4d6f-9e95-1ce7d165c6c3", + "id": "b41b2856-0675-414f-abee-c6e8fa4d0501", "name": "Monthly", "originalRequest": { "url": { @@ -38192,7 +38192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6931da56-3955-40ab-91b1-b20753cdf913", + "id": "8161966e-37e8-4149-b809-3a48c99081a8", "name": "Once a year", "originalRequest": { "url": { @@ -38250,7 +38250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ddf1c6-fd67-4560-aff4-7d45aed06657", + "id": "568123b4-4981-42e5-8434-852874441834", "name": "Quarterly", "originalRequest": { "url": { @@ -38308,7 +38308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eced233f-af15-41b6-bb1c-3f6e8f1a2b09", + "id": "c57406f7-43da-4d86-b852-22a7eaf93ac5", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -38366,7 +38366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "835485a3-81c7-4ce6-b09c-4d53834c5cda", + "id": "c9b6e51a-40aa-484c-affd-5495d154ef3d", "name": "On a Specific Date", "originalRequest": { "url": { @@ -38424,7 +38424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a388ca13-4472-4a59-baaa-b79a4cc27981", + "id": "1cc92e4d-19e2-42a0-b819-29071702dfb0", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -38482,7 +38482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a2d07a9-522c-42c6-99b6-46baae8c250e", + "id": "1a78de2a-3a49-4f1c-aab8-220c506b94a6", "name": "Once a year", "originalRequest": { "url": { @@ -38540,7 +38540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "229a8834-af01-4d24-87be-9348a653f21b", + "id": "c9ae15b5-8390-4612-9b99-7cd5f72e921e", "name": "Quarterly", "originalRequest": { "url": { @@ -38598,7 +38598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9e0f201-dda2-41a3-8392-b2be25106834", + "id": "8acd424d-cf73-487c-9f17-48af3ca84711", "name": "Yearly on Specific Days", "originalRequest": { "url": { @@ -38656,7 +38656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d8f790b-4120-450f-9eeb-7eeb33330b4b", + "id": "80d888d3-eaa1-437f-88a6-ca37f1228aeb", "name": "On a Specific Date", "originalRequest": { "url": { @@ -38720,7 +38720,7 @@ } }, { - "id": "e1257e9a-1049-4f86-8859-3e620364e561", + "id": "6aa2e21f-0627-4bd0-bfcc-2b0080822487", "name": "Delete Campaign Template Schedule", "request": { "name": "Delete Campaign Template Schedule", @@ -38762,7 +38762,7 @@ }, "response": [ { - "id": "64e11a45-1277-4f1f-985f-c9c4ee31da8e", + "id": "2690abd5-4d33-4a8f-bb70-3390f1f12818", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -38797,7 +38797,7 @@ "_postman_previewlanguage": "text" }, { - "id": "a21c8f2f-1bdf-4507-a5ed-793a24f66d6b", + "id": "5dca4527-8529-413b-b784-d225a693d958", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -38842,7 +38842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac431c4f-9cbc-4ac3-943b-ab458eaa62a7", + "id": "ff6fbdf2-212c-4984-9d71-c4be071098d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -38887,7 +38887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b93d8e92-bcb3-4af6-895f-9cd6723e3bed", + "id": "9aa2bdc9-c507-4a66-b89e-168042f7c522", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -38932,7 +38932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "958c8379-5bbb-426e-ba1b-4258284600a2", + "id": "91d2e811-9519-4c9b-932d-4ebf4c266150", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -38977,7 +38977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adf5508e-499c-4f45-8562-6c0f8e0e7878", + "id": "c66a83f1-677f-478e-96c9-0df1c7a185cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39022,7 +39022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb337b24-52f6-42fb-8378-fa68ad00dc6c", + "id": "b32e4591-6877-4180-ac9c-ae9d267eb4b2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39073,7 +39073,7 @@ } }, { - "id": "27f18499-c903-4c89-ba33-d21667226245", + "id": "b71478e6-1212-4c00-a6c0-44621707467f", "name": "Generate a Campaign from Template", "request": { "name": "Generate a Campaign from Template", @@ -39115,7 +39115,7 @@ }, "response": [ { - "id": "a8bbc548-c730-46e7-9f9f-804ffb6953cf", + "id": "28fcaecf-f557-423b-b987-d42ae17156ce", "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": { @@ -39160,7 +39160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dd7ca173-c9a7-4f50-a3b7-5f4fd152ee07", + "id": "bd1322b2-dc86-4fe3-b027-74551bb61018", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39205,7 +39205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "383bda41-b091-44a6-ad99-67f3c7a8f237", + "id": "80e89c4c-677a-4949-aad9-92f0825b1b3b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39250,7 +39250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05651a02-2989-4cd8-8362-c43c45862d60", + "id": "1151de9c-0df9-45f8-871f-3eaaa8da376e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39295,7 +39295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a384434b-b31f-4e8b-9d53-d8f7c4f522b1", + "id": "63947cc5-b92c-4152-b0bb-342174401b70", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39340,7 +39340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d75c85a-421e-4633-9b4d-2e2132090eed", + "id": "1e8e3246-8563-48af-906c-dfddd62b7b82", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39397,7 +39397,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": "c71f5e48-904e-4025-b27a-780cecaf1de0", + "id": "6a481c97-0f31-4b00-8ba4-2e1036c7a0c3", "name": "Summary of Certification Decisions", "request": { "name": "Summary of Certification Decisions", @@ -39449,7 +39449,7 @@ }, "response": [ { - "id": "3430331d-cb7d-4fd2-a1e3-1482bd87d5e2", + "id": "4b833767-4576-453c-ba3a-cfc05721008b", "name": "Summary of the decisions made", "originalRequest": { "url": { @@ -39504,7 +39504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a346788-e666-4689-a12c-446bd409472d", + "id": "f3b39273-d379-49c0-8756-66251813288c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -39559,7 +39559,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47300a45-0764-4e1b-b070-5763c498c1f9", + "id": "e4ef14dd-cd38-4801-a3cd-d79123a81de7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -39614,7 +39614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb51b22e-97d9-4473-b61b-e5dc47114820", + "id": "d69e5dd1-a34f-4f5f-a392-cb61127a4017", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -39669,7 +39669,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cfd5c45-d60c-49f6-aa51-ee2d3bbf7e96", + "id": "9cd162bf-441e-41a2-9245-99cf4d7a9f31", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -39724,7 +39724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1231d9b0-37e0-4f4d-8018-0395bd37dca7", + "id": "9f934543-b666-4881-a9de-8307250d4a66", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -39779,7 +39779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8031636-0b42-4565-8fac-c5ed71869d32", + "id": "c64ac9ec-99c6-4e6a-b9cd-e414372ebf71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -39840,7 +39840,7 @@ } }, { - "id": "2262484a-ae04-4fcd-88d4-202470f366a1", + "id": "7ea443d5-5de3-488a-9f65-77530c78fc4f", "name": "Identity Summaries for Campaign Certification", "request": { "name": "Identity Summaries for Campaign Certification", @@ -39928,7 +39928,7 @@ }, "response": [ { - "id": "8c4d065b-ca01-43ef-bcf0-f879f9b34589", + "id": "338feaf8-3ad7-45e6-9ef6-7eebb5a6fdae", "name": "List of identity summaries", "originalRequest": { "url": { @@ -40019,7 +40019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cd1e5be-3581-4903-98d4-6ab76ad046e8", + "id": "01df28e9-2945-45d6-9ecd-a771ebaf2197", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40110,7 +40110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5293efc5-8a50-440c-9526-9d5f90ce141f", + "id": "64144e1d-87b2-4c24-ad2a-3225b7c3ff8e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40201,7 +40201,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72eca38f-c611-46f0-9a80-e21de1a86975", + "id": "520dc14f-d481-498c-a918-8794413cff96", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -40292,7 +40292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53a2fd00-a240-4616-bcf7-98f2a61ea2f1", + "id": "39ea4d75-22af-4448-bb9c-00bb1ac05e52", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -40383,7 +40383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af0f2c01-30ec-4bbd-bd8a-1c3bed762904", + "id": "66621035-4808-41f0-8e45-37f87bc81145", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -40474,7 +40474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "adac11f3-b6c1-4cef-9ba2-bddcc71e49b2", + "id": "a2663ea1-fa51-4b31-a0b5-d9335664f74c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -40571,7 +40571,7 @@ } }, { - "id": "a0189295-b3f9-448a-bf8d-5985268e7bf6", + "id": "61130669-b9a8-47df-8dc4-7f66525b8635", "name": "Access Summaries", "request": { "name": "Access Summaries", @@ -40670,7 +40670,7 @@ }, "response": [ { - "id": "82daaab4-fa65-4619-833f-191f430e57c7", + "id": "1c3e1ec2-b7ed-4ce5-8c61-9e9bb265acec", "name": "List of access summaries", "originalRequest": { "url": { @@ -40762,7 +40762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "47b18e74-b3f1-41cd-afed-7296b057e5d8", + "id": "450b2014-88b0-4169-a53b-7039b93249da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -40854,7 +40854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08665587-9dba-44f8-a568-d498db155480", + "id": "ba92f794-a27c-4606-8c13-7bffa23d3320", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -40946,7 +40946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f728456-1da6-4ec3-8c56-1a5e7b8fc00c", + "id": "3a509384-b5c0-47b7-a906-295cf7f7e1a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41038,7 +41038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5684046b-0714-44e2-b71b-4690ae8010ca", + "id": "059e67eb-38e7-46e4-8dd5-f6abb71e2000", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41130,7 +41130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3b20e1c-4329-450d-824a-21e561813799", + "id": "ed48be1e-889d-4e17-ab81-640516cdb06d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41222,7 +41222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ee0c32a-58fc-4616-bdf7-5ec462fbf54d", + "id": "74c3d3a3-703f-4ead-abce-37ca39a202b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41320,7 +41320,7 @@ } }, { - "id": "c6f88855-2b3e-4ceb-b2b7-d2b37a93e7a3", + "id": "aa9ffeb3-01fd-4415-8ff1-3ca06ae0ac51", "name": "Summary for Identity", "request": { "name": "Summary for Identity", @@ -41373,7 +41373,7 @@ }, "response": [ { - "id": "ab4a045e-637c-48dc-a9b2-747005e80a35", + "id": "8878c725-1600-4a15-ba90-ec7101fbd0f5", "name": "An identity summary", "originalRequest": { "url": { @@ -41419,7 +41419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee55685a-68d7-4252-81df-70286826bc32", + "id": "12bf60a5-ad91-449e-8e24-5b52e2ae8b5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41465,7 +41465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "952b09d7-3f22-4b1a-828d-93503d24fff2", + "id": "b5a94c68-7f0a-4559-bf2b-5022cf4a90ab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -41511,7 +41511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43d2c8f5-9b6d-4f2b-a15d-91eb8782d639", + "id": "ac3ec0fb-561f-4984-afcf-ba1f77f21144", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -41557,7 +41557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f91caf58-8c96-4655-99ed-44449bd47836", + "id": "2a809eff-26f8-4002-9c30-5f2b25cd3b89", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -41603,7 +41603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce681b40-b627-4895-adee-5b727aaac7d5", + "id": "e1abe6b3-0c37-4f07-9803-f425805c8932", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -41649,7 +41649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbfcb1b7-c122-49fa-a1d2-537b572c0d8e", + "id": "b75d019b-7427-47a9-a2cf-5b81ce4e6d36", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -41707,7 +41707,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": "11378ef7-87f9-41e2-8bf6-3fb23c44eb5b", + "id": "48ecec9d-fdf2-499d-ad8e-58df3b72c9b3", "name": "List Identity Campaign Certifications", "request": { "name": "List Identity Campaign Certifications", @@ -41791,7 +41791,7 @@ }, "response": [ { - "id": "7bec7ec6-aff9-456e-b8be-42024610acbb", + "id": "079ebc06-2d2e-47a6-90bd-feeb178b065a", "name": "List of identity campaign certifications.", "originalRequest": { "url": { @@ -41889,7 +41889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4454eea7-1077-48b0-b73d-518748dc7f09", + "id": "8f6c7f9f-a9af-4677-a96d-20a891176904", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -41987,7 +41987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e08e4904-61a8-469e-8e51-a862a6c819e5", + "id": "62a21a88-5788-4f2f-b8b0-59ed5965ffd9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42085,7 +42085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "168a107d-8ab8-4307-b96a-b3dd87267f7a", + "id": "ba6dac31-b1fe-42d4-883f-8297e18e60d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42183,7 +42183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5d7b820-4e93-4771-a5ed-b42e7588bdfe", + "id": "ef505954-dd2c-4be3-8ed6-131991090683", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42281,7 +42281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81720f6c-ffff-4c29-a850-ed70a6c88225", + "id": "d5c47e43-db2f-49ee-a410-f6121451d400", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42385,7 +42385,7 @@ } }, { - "id": "c2d18168-56e0-48d2-820c-074ad1a0d1e7", + "id": "8d006390-ce70-40fc-9edf-44144b74b5de", "name": "Identity Certification by ID", "request": { "name": "Identity Certification by ID", @@ -42426,7 +42426,7 @@ }, "response": [ { - "id": "88195c43-3e91-4773-998f-c50243728a6d", + "id": "949f23ac-7c51-4eb0-a8be-90b1adfadf63", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -42470,7 +42470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43943467-36ba-4766-accb-46cb71cb21c5", + "id": "d0f3e8e7-6359-4ef4-9749-c28475d97c0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -42514,7 +42514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4e81819-dc05-4fd1-a679-5915a1faf8a7", + "id": "ec131eba-2bcb-49a2-ae32-aa9ec89e0cfa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -42558,7 +42558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e714c907-d5d8-4d69-ad61-1a461682dbce", + "id": "0a764de0-d150-4d9e-86ba-9312115fcb24", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -42602,7 +42602,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b69b5b3-a0a6-46d4-a9ff-8103a16e1a9f", + "id": "fd4496c4-84e2-441d-b98d-23733628dfd1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -42646,7 +42646,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1e5542b-8127-4ab5-be4e-9992dd4ec432", + "id": "ee3210a3-fb38-4419-8187-e321e4588852", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -42690,7 +42690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df7b591e-aad7-4a8b-bba3-519befb6d468", + "id": "83fcba8e-aca2-47a0-bebc-727be9324831", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -42740,7 +42740,7 @@ } }, { - "id": "bf160725-b574-4dea-8088-620063ffa7f6", + "id": "60860c8f-9e77-4a75-8291-b934939dc90c", "name": "List of Access Review Items", "request": { "name": "List of Access Review Items", @@ -42855,7 +42855,7 @@ }, "response": [ { - "id": "ffa9f277-f541-4a2b-8997-7aa9bedcb0d1", + "id": "84d5a0cd-396e-482b-8fd2-495cf184257c", "name": "A list of access review items", "originalRequest": { "url": { @@ -42973,7 +42973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d71dd613-30c7-485b-97ac-1e4916194195", + "id": "0cfd8fd7-518d-45a3-b867-029e52db7496", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43091,7 +43091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffa6895e-f865-4efb-b03a-7b4dc56f29d0", + "id": "91a62124-1d18-4e85-8dc5-607bf42132c5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43209,7 +43209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad025eb6-61ab-4d32-9f3a-f423822d4c53", + "id": "68b259f1-9c71-433c-805d-a46169d38ca6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43327,7 +43327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d651abc-2d09-4297-b11d-cd219a7c37f0", + "id": "955e759b-e76c-465a-b022-2a6ff8091b0d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -43445,7 +43445,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d36b86bf-8d1d-4030-9089-1a5b36da55c4", + "id": "ab4d8df1-3ffc-4f55-8598-40f1c0ad3bd8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -43563,7 +43563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c2719e84-dca5-4e91-8569-a6a91b4e427e", + "id": "36e9488a-98c4-4d48-8aba-2948b93c042c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -43687,7 +43687,7 @@ } }, { - "id": "b2ebe589-a155-4fd8-97f8-27ad2eb35684", + "id": "fbeb7266-acec-47e4-a246-b1db3478a822", "name": "Decide on a Certification Item", "request": { "name": "Decide on a Certification Item", @@ -43742,7 +43742,7 @@ }, "response": [ { - "id": "4daf0e50-66c4-440f-a4c1-52dd8a3c3f94", + "id": "658d8c47-4a19-4ff1-83ca-db8d90561666", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -43800,7 +43800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b7afb3e-83e4-4171-90ba-a394d2fc6828", + "id": "0fbd37cc-eab0-4841-9b48-3105cc9c542b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -43858,7 +43858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7521886b-2474-4975-b578-d204a0bb0742", + "id": "747fa4bd-806c-4b1b-bac3-b1c88691e1b2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -43916,7 +43916,7 @@ "_postman_previewlanguage": "json" }, { - "id": "649aea21-7ac7-4281-8130-16da1f9659ee", + "id": "a3541a9c-4c8a-451e-bd67-f55ab2e3a99b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -43974,7 +43974,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c49fca75-7980-4d17-b286-b75f404d5014", + "id": "9042723c-4afe-42a5-99c6-02ca238c3f51", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44032,7 +44032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f2d31f6-2efc-4c0b-a008-1db067a4ecca", + "id": "cea8a0a6-fa4a-47dd-8b13-6beb4d348843", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44090,7 +44090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f4a9de9-0f9a-4397-b966-16db7462dc86", + "id": "80812592-1cbb-4671-b856-8c427ac181f7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44154,7 +44154,7 @@ } }, { - "id": "64250881-6458-4855-8865-ea1a6a31a986", + "id": "448c0214-1bb6-4c44-8ba0-7aa02e7d41e2", "name": "Reassign Identities or Items", "request": { "name": "Reassign Identities or Items", @@ -44209,7 +44209,7 @@ }, "response": [ { - "id": "5c533d16-63bf-4ade-abc0-b23f34a15dec", + "id": "dd5203be-f4bc-4eb3-8e5a-e46c4d62ee2a", "name": "An identity campaign certification details after completing the reassignment.", "originalRequest": { "url": { @@ -44267,7 +44267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50d28889-a50f-48c5-a085-448d216afaaf", + "id": "565537f2-e6dd-4579-af54-9c4410e3a72f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44325,7 +44325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "11b4b888-3d3d-41a8-8787-41472ef3ed1c", + "id": "ad617353-92cf-4cb1-ac1d-fa750f90e61e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44383,7 +44383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dca8bf58-1352-4506-888e-a648e1b646db", + "id": "c9804df2-39bc-4a7c-a900-d01e58f4a177", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44441,7 +44441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dabd7515-4b36-4ce0-bdc7-afce55901586", + "id": "f9fdf26b-8d30-4fbc-b995-59cf4783153d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44499,7 +44499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e75d820c-fafd-4632-8eb4-488256067065", + "id": "8ca8f514-06b7-4859-a479-aadc38380054", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44557,7 +44557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9b95faf-5126-487d-8889-e378f899aad6", + "id": "3eda5c35-b9ee-457a-90a9-fadcc0196fc1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44621,7 +44621,7 @@ } }, { - "id": "366163b8-9409-4cfa-9f79-e5b48e9fed1d", + "id": "7c681f51-7083-45a0-8ae2-17f55457d7d3", "name": "Finalize Identity Certification Decisions", "request": { "name": "Finalize Identity Certification Decisions", @@ -44663,7 +44663,7 @@ }, "response": [ { - "id": "aa6a5f8e-eae2-45b3-8cbd-326fc4686746", + "id": "d5aaeb24-865d-4cb1-a241-7628851bac78", "name": "An identity campaign certification object", "originalRequest": { "url": { @@ -44708,7 +44708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e64410f4-1696-447a-a528-a8b9427ede37", + "id": "5654822e-d95b-4f59-98c2-dcb6db5682a7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -44753,7 +44753,7 @@ "_postman_previewlanguage": "json" }, { - "id": "664750c4-cad7-456f-871f-6965099c0c4c", + "id": "c2765b79-4f06-4f67-b08d-515bf50de61a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -44798,7 +44798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0e9f97c-e3a6-45c4-a8d7-221d87917538", + "id": "3db5f38c-d1a7-4a30-aba6-3f780664ef25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -44843,7 +44843,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1dff5f2e-f09c-493d-8d31-2807d239ca9d", + "id": "306e9aa1-817f-4705-a9c9-91ddc1fbe549", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -44888,7 +44888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8f2fd80-e166-463c-8005-5636c761a285", + "id": "2b89ad37-93c9-4f3e-bd88-e283da8bcc19", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -44933,7 +44933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bb89e11-2b92-43f7-bb3d-ae184b7cd2f2", + "id": "f7d5266f-b490-4eb6-b9b7-5fa3339df140", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -44984,7 +44984,7 @@ } }, { - "id": "2ee66342-2713-4d8b-8151-49d9603808ea", + "id": "b13b81e5-2cbe-4a6b-9900-10557df506b8", "name": "Permissions for Entitlement Certification Item", "request": { "name": "Permissions for Entitlement Certification Item", @@ -45075,7 +45075,7 @@ }, "response": [ { - "id": "1d5f294a-67fc-4478-acc2-0c36e3383ee8", + "id": "da3de915-7dde-470c-bbc4-f1da8cc6dbd1", "name": "A list of permissions associated with the given itemId", "originalRequest": { "url": { @@ -45159,7 +45159,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a60268a6-d453-44d7-a735-3d4e8e0f4e76", + "id": "00849a34-7c4e-4d22-a6ce-bc0f78692361", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45243,7 +45243,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ab551f-7f34-48af-897e-553bba24ce33", + "id": "f3efbe73-d7a4-49e2-851f-329ef4cbd92f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -45327,7 +45327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6f99ea0-2027-4612-acd7-bccfc5ea6ddb", + "id": "05bf1f15-7263-49b0-9ffa-2012482cd753", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -45411,7 +45411,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b1139f68-dc8f-4b18-b441-42b619ab3942", + "id": "1b4e60ac-fa0a-4c3a-a675-621fdc981fb9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -45495,7 +45495,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e8244f8-f9ba-4224-999a-94a7f1ab8132", + "id": "e927f5e1-a4e3-4cee-802e-3fcd9d8b86fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -45579,7 +45579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7e0cd41-0526-43f7-ba01-0afd26f8b926", + "id": "a256b18d-5ceb-41a6-b80c-3285ae74a92e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -45669,7 +45669,7 @@ } }, { - "id": "6d6ab4b4-dbd5-475a-85e9-745307b88c7f", + "id": "03747192-c098-4da7-99ae-69f222d2482d", "name": "List of Reviewers for certification", "request": { "name": "List of Reviewers for certification", @@ -45757,7 +45757,7 @@ }, "response": [ { - "id": "71fb4959-c457-4fcb-94a4-d9c631c55b3d", + "id": "3fd4b6b9-c4b2-4757-a288-cabfc37ae5dc", "name": "A list of reviewers", "originalRequest": { "url": { @@ -45848,7 +45848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6d68b79-93ad-4040-b5ae-82413d85a67f", + "id": "156ba0c4-90e4-41bf-83b1-2bf4fb2290be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -45939,7 +45939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a02e7c9a-328b-407b-9c39-5d378cab0206", + "id": "ec5d1a0b-4ce1-463b-acfd-79fd0052fe10", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46030,7 +46030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2951b6c7-c7e3-4b11-8e63-8effd3c48343", + "id": "6e8caf0a-72c0-45c6-aa1e-d185247e6ef6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46121,7 +46121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fad8088-c7aa-418e-a068-b250e8339c3e", + "id": "d0676a84-cba3-47a5-bca3-8988b5f35763", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46212,7 +46212,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7876e8ad-db81-47e2-830f-85ed3c99cb73", + "id": "8bba7f5c-34e8-4c3a-b686-fb3e9b2328a2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46303,7 +46303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aab606e5-05b9-4434-b6b8-faa39a36bfb9", + "id": "993b21e6-c721-481f-b664-7f62eb9fc033", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46400,7 +46400,7 @@ } }, { - "id": "2413969c-a4d3-4b4a-92f3-cc22f158b292", + "id": "bf06566f-3f64-4938-a25f-1688ce5fee6e", "name": "Reassign Certifications Asynchronously", "request": { "name": "Reassign Certifications Asynchronously", @@ -46455,7 +46455,7 @@ }, "response": [ { - "id": "61ee71de-6163-4f3d-9d43-99e8bfb656b5", + "id": "bd02266d-8d20-410d-882d-9e6bd7ecfa3e", "name": "A certification task object for the reassignment which can be queried for status.", "originalRequest": { "url": { @@ -46513,7 +46513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ab0ffe0-c02f-4e26-b697-73deb8da63b4", + "id": "0879f3bd-33a8-41c4-a572-0bb7cc7a1eb6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46571,7 +46571,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b9328f8-9e34-4e24-b1a6-8a82bcb4aa28", + "id": "8beb3d0e-7650-4248-ae26-a610540c3430", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -46629,7 +46629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "548e8f4d-84ea-4828-b284-be83e2ae452f", + "id": "e8334eb1-8620-4dbb-a39c-33216c627379", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -46687,7 +46687,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13e4ee9a-07c2-48b8-9dbb-e06415f14378", + "id": "7cd61d7a-3ad6-4760-8f3b-d58895b7dfa3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -46745,7 +46745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a30c2914-2a56-4e3c-a820-b5871809578a", + "id": "f49f6992-b852-4df3-a7f5-75e3c54f9443", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -46803,7 +46803,7 @@ "_postman_previewlanguage": "json" }, { - "id": "904fcaec-5711-41a4-8861-d4842aab4856", + "id": "6673b9ed-77d0-476f-be78-ed9e751bc18f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -46867,7 +46867,7 @@ } }, { - "id": "d72b93a9-710c-4229-8f2c-3e3d63f97622", + "id": "76431498-825a-4441-a4fa-1c6fcd133732", "name": "Certification Task by ID", "request": { "name": "Certification Task by ID", @@ -46908,7 +46908,7 @@ }, "response": [ { - "id": "8864f867-fd94-43d9-9a66-fad360592528", + "id": "a2ec252c-1f74-44e3-a1a1-b4909271a24f", "name": "A certification task", "originalRequest": { "url": { @@ -46952,7 +46952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d817f47-1de5-489a-8cd3-324be3ce1bf1", + "id": "39ccbd13-dd03-46db-b08d-523160ef12d2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -46996,7 +46996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cf000a1-7da3-49b5-b005-e8def0b0e247", + "id": "446fb899-0fca-4ef8-a9bc-a48da9f493bd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47040,7 +47040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a9309db-7add-404a-90d7-dc7c2c8e6c24", + "id": "9d8eb7c3-53da-4382-a1f2-51018db87338", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47084,7 +47084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6fc70370-3425-465a-9742-31cea5f811ba", + "id": "70fe824d-2d38-435c-8beb-1243631e5f86", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47128,7 +47128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05208a4f-5983-44ca-9092-782da18b9b16", + "id": "e8c1ad60-cefb-40cf-876e-586b767fa257", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47172,7 +47172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "483c8e69-a4e6-4957-9c27-a90d45a3c657", + "id": "faf8e48d-76c9-455c-9368-5e0de37ee06c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47222,7 +47222,7 @@ } }, { - "id": "9f101964-2326-4aed-80e7-81963ab86bf5", + "id": "67671d33-93c1-452b-81c0-e9c9e761eabd", "name": "List of Pending Certification Tasks", "request": { "name": "List of Pending Certification Tasks", @@ -47297,7 +47297,7 @@ }, "response": [ { - "id": "ad89c62b-ed0e-4add-a2b1-ac159fab31ae", + "id": "3bf7912b-3898-4600-b360-c5a4c2f9ad2b", "name": "A list of pending certification tasks", "originalRequest": { "url": { @@ -47386,7 +47386,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34f21899-82c5-49f5-ba64-9322250d5432", + "id": "bb6a7b62-1e90-4a7a-82e3-940dcc400123", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -47475,7 +47475,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e4735b1-db93-4b08-b557-5dbe1f67b0ad", + "id": "7087a0d6-b269-45e6-a075-5f95fd434d9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -47564,7 +47564,7 @@ "_postman_previewlanguage": "json" }, { - "id": "510ee098-9c29-4574-8166-78b14132ad65", + "id": "9de2de08-c8ba-426a-93d5-8106e96d636b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -47653,7 +47653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c701dad-97a3-44c1-a074-368617a931ca", + "id": "c965bdf1-d1b6-45f8-b100-2af2c9cb7f98", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -47742,7 +47742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "344084a4-2a7e-471b-9127-192d3770bcc2", + "id": "5eabc52f-0f3b-47ee-a1b0-5f7a11c806cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -47831,7 +47831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71cdd9c4-48c2-408a-99f6-ea4720256d02", + "id": "e18c1aa7-ee85-4ac0-8ac0-c67cec300dc6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -47932,7 +47932,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": "e0e88b2f-a89e-4f59-90a4-ad6fb6ed7a0b", + "id": "fb65c587-4e1b-4aee-9e95-bc8500fa7454", "name": "Gets list of object mappings", "request": { "name": "Gets list of object mappings", @@ -47974,7 +47974,7 @@ }, "response": [ { - "id": "3c862495-8c4e-472d-894f-61c32cb794e4", + "id": "187b2b95-89f2-4847-a016-73070ca0515d", "name": "List of existing object mappings between current org and source org.", "originalRequest": { "url": { @@ -48019,7 +48019,7 @@ "_postman_previewlanguage": "json" }, { - "id": "389c14bd-f8db-44f1-beec-f4dbb845d611", + "id": "0d8abf59-81b2-47ee-b2fc-0a59b1ab3055", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48064,7 +48064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9f217bc-decb-41bb-bd85-8354de32157c", + "id": "dcdea21f-bf36-4d3c-a8e7-fb172d6bb523", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48109,7 +48109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49268741-6bd7-4ddd-bef7-aaa3724a17e5", + "id": "9f7fef93-709b-4419-8428-cfecaffc4221", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48154,7 +48154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c492572-ad42-4614-9625-021424ab9d0e", + "id": "c803bd69-2ff2-4431-8a75-374891a79a9c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48199,7 +48199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cad5f8c-0d3f-46f1-be95-9844349ae515", + "id": "58e687fa-89a7-44ff-b600-a63e27a2abce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48244,7 +48244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a49d074d-ac07-4a82-b7ae-5e283e2449cd", + "id": "114311ab-438d-48b4-8624-e8018080a6da", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48295,7 +48295,7 @@ } }, { - "id": "8fd92b1c-c8ec-4f89-a667-6e103b482b42", + "id": "17c96fac-5f10-479e-a83c-74b9bca57cd4", "name": "Creates an object mapping", "request": { "name": "Creates an object mapping", @@ -48350,7 +48350,7 @@ }, "response": [ { - "id": "3a81a0c3-5390-4cf5-8cc9-d3e1832043a7", + "id": "dac94ed8-6229-4888-a5b8-38a197378c2f", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -48408,7 +48408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0aea174-b8d9-4bf5-91fd-a999e6261892", + "id": "12461b7f-c1ea-4356-9260-6a1a6ac6d1a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48466,7 +48466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b78916f0-93d8-43d9-84ae-4826ce9f7a06", + "id": "3966c1e0-341e-4a6f-b6f6-5124e979c865", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48524,7 +48524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5262929e-d057-4d60-83da-c718c3b62a82", + "id": "f2068bfd-060f-41cc-a040-9adff4aac666", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48582,7 +48582,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5047e0c-dc62-4157-8c60-0b5027ad692e", + "id": "0e417624-2e71-4c38-b3d1-745fda35d6f6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -48640,7 +48640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28b04197-4570-4cd8-b828-79245c10ca9b", + "id": "d9d99527-be89-4cd7-a549-541cbb1e76e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -48698,7 +48698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be7c6ae3-1bfc-41e3-8739-465387b50f38", + "id": "0a949ed6-be04-4dbc-87f2-2ae2d8ab981e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -48762,7 +48762,7 @@ } }, { - "id": "da2e4c4f-e37d-48d0-91a7-1dd62bc5c090", + "id": "69fcfba4-a1ce-4dcf-8351-1eefbbef03db", "name": "Deletes an object mapping", "request": { "name": "Deletes an object mapping", @@ -48815,7 +48815,7 @@ }, "response": [ { - "id": "c7fa7c4d-61f2-47d6-afb7-d98127b0e947", + "id": "0779f5ed-3aed-42ed-96bf-97fd909eadcc", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -48851,7 +48851,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2a14d376-a0c1-4b33-9578-bab4091cab82", + "id": "b01998a0-f1b0-422d-a013-322cd11f97bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -48897,7 +48897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14c69110-1c3b-4bea-8be1-1894a7f87e1d", + "id": "5ba6629c-8698-46f4-bb49-80bbf741fee0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -48943,7 +48943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce1cc73-c423-49ad-88a0-f55b0c1fdef1", + "id": "ae32070b-d0bb-4c25-8389-58df74192908", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -48989,7 +48989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d99dae18-5e32-422d-ba49-245af838ed6f", + "id": "5a5dc5b2-b93d-4cf2-908d-d1e274683c8a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49035,7 +49035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf108510-ef77-4cb5-ae08-cf201a230585", + "id": "5f2aa347-bfc4-43bc-a2c6-8cb8a3e62868", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49081,7 +49081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4a71b0b-9c8c-4cc4-9ffb-0f619e358469", + "id": "08cd0360-4b73-4083-8e6f-220cfb0c76a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49133,7 +49133,7 @@ } }, { - "id": "0285767d-c15c-405a-9bca-e3f688aae981", + "id": "5cd11de9-fca5-410a-84ae-6f7e5178c4f6", "name": "Bulk creates object mappings", "request": { "name": "Bulk creates object mappings", @@ -49189,7 +49189,7 @@ }, "response": [ { - "id": "b518ed07-a60e-4ad0-9242-3a6c11a796c2", + "id": "7eea060f-68f7-4145-93fc-897dd676ac6e", "name": "The created object mapping between current org and source org.", "originalRequest": { "url": { @@ -49248,7 +49248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac706493-a190-4a8f-9944-632609e8e5fe", + "id": "0ec0b107-9653-4570-aebf-13cd6aaa37a8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49307,7 +49307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64bf269e-78fc-49e8-b707-8a497219e44e", + "id": "de02d8f3-459f-4776-bcea-39e31b7cb953", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49366,7 +49366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f9240cc-cb13-489a-bd4e-0aa41c9d2ca1", + "id": "8cdc5c2f-84bd-4651-8c15-588deee493e4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49425,7 +49425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "411177a1-b454-4c48-b431-366496272772", + "id": "eb9ae9a6-df9d-478d-98e1-3c61dd3029aa", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49484,7 +49484,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73e95e52-8820-4a90-b65b-ed6f216bd0dc", + "id": "ca4fc287-480d-4d7d-a7dc-ae2c7c3020ae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -49543,7 +49543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bf4b70a-eb5e-4628-bb03-953828c41d67", + "id": "a78ee9a5-321a-45e4-a379-5c75b5e4d69f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -49608,7 +49608,7 @@ } }, { - "id": "3d649bdb-e4ab-4823-a43a-ad924588ff4f", + "id": "bb4cf917-d3f7-4465-bb3b-1b32fbd03680", "name": "Bulk updates object mappings", "request": { "name": "Bulk updates object mappings", @@ -49664,7 +49664,7 @@ }, "response": [ { - "id": "50473035-86ae-42e2-99c8-6b65ad4316d5", + "id": "c3800caf-cacf-4239-88a3-b32caaa7ee4a", "name": "The updated object mappings.", "originalRequest": { "url": { @@ -49723,7 +49723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba85057b-eea1-4486-9d09-948ef1247660", + "id": "d0fe3051-16ab-48f6-ac08-7f27c95b2fa3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -49782,7 +49782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78bcc740-25fd-4122-a7ac-8d0e27755097", + "id": "a4f15c00-5704-49e6-8b61-2cbda250ee52", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -49841,7 +49841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7386576b-0954-498a-9b03-90fb76e59476", + "id": "78c10fb0-d71f-4417-aab9-1bec0c23aef2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -49900,7 +49900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d15852dd-2a3d-4ef3-afa9-0c9ec521a3ee", + "id": "dcaba591-987e-48ed-9a17-34a653359181", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -49959,7 +49959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99751a3a-e0d6-4830-973e-6b63cb4a5bfb", + "id": "12e94074-e653-4225-8bff-572d97bee772", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50018,7 +50018,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7e0c17f-e59d-4592-a9cb-f2ac95a7feb5", + "id": "96a5e11e-5d06-4da9-96d3-4b69bf14ccca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50083,7 +50083,7 @@ } }, { - "id": "e00eaa51-bb7c-4e10-bc0b-11a6f0efc33c", + "id": "29d982fa-79ba-4f11-a682-14a99ce83695", "name": "List Uploaded Configurations", "request": { "name": "List Uploaded Configurations", @@ -50124,7 +50124,7 @@ }, "response": [ { - "id": "cfac2f05-0503-4d8c-9ccf-8aed606b9ce4", + "id": "da58311c-2642-4549-be05-0118bc640abc", "name": "List of existing uploaded configurations.", "originalRequest": { "url": { @@ -50179,7 +50179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b1661ec-3c2d-4d80-b4dc-752589aad465", + "id": "920a9a90-2bc4-4102-8def-2a5be76d30ba", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50234,7 +50234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4feb1efb-8c78-4c00-8252-d3987842c314", + "id": "d2e4cf22-62d3-4610-b586-2ae1887d12a5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50289,7 +50289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c27a97da-0a05-44fe-8b0f-ac3d47049d2b", + "id": "7e647c41-ad99-4223-9361-4a5603fcff17", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50344,7 +50344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb04d845-8679-4a2a-b6b4-9abf155f7180", + "id": "b4acbd6e-29e2-4274-b96a-31d416f4c36d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -50399,7 +50399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5982616f-eaf8-4999-ac96-7e39d05c833f", + "id": "ceb63e7e-6c89-4cd6-87a2-1a5567908fdf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50454,7 +50454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e985f6d-f3d3-4eff-b3f1-d2827ed1448c", + "id": "bbe8f37a-db60-42ca-a0d0-18d61de5573e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50515,7 +50515,7 @@ } }, { - "id": "2847f89a-45c9-4544-bbb1-c6db6b27a63e", + "id": "2a6385e7-a63e-4c4d-abd3-a0c7b37fef7f", "name": "Upload a Configuration", "request": { "name": "Upload a Configuration", @@ -50563,7 +50563,7 @@ "type": "text/plain" }, "key": "name", - "value": "laborum veniam dolor elit", + "value": "elit reprehenderit deserunt", "type": "text" } ] @@ -50571,7 +50571,7 @@ }, "response": [ { - "id": "71e34209-a451-4b6e-9716-c8d3ac025091", + "id": "ce1e827e-b044-4db1-b205-8022065d23ea", "name": "Upload job accepted and queued for processing.", "originalRequest": { "url": { @@ -50622,7 +50622,7 @@ "type": "text/plain" }, "key": "name", - "value": "laborum veniam dolor elit", + "value": "elit reprehenderit deserunt", "type": "text" } ] @@ -50641,7 +50641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c6dcc49-2b64-47ae-840b-cacddb77a075", + "id": "0b30a73b-5b46-4ef1-aa07-80d713b75cff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -50692,7 +50692,7 @@ "type": "text/plain" }, "key": "name", - "value": "laborum veniam dolor elit", + "value": "elit reprehenderit deserunt", "type": "text" } ] @@ -50711,7 +50711,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2039de6d-8000-46fc-b54d-513abbbee38c", + "id": "b4a2bcf7-f6e6-456e-aa6d-371b04474c18", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -50762,7 +50762,7 @@ "type": "text/plain" }, "key": "name", - "value": "laborum veniam dolor elit", + "value": "elit reprehenderit deserunt", "type": "text" } ] @@ -50781,7 +50781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf9afe8f-6357-42d7-9195-3ea514130789", + "id": "73f4bcb3-289b-4c1e-b850-51067b0099bc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -50832,7 +50832,7 @@ "type": "text/plain" }, "key": "name", - "value": "laborum veniam dolor elit", + "value": "elit reprehenderit deserunt", "type": "text" } ] @@ -50851,7 +50851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c73219a7-8288-4542-ac00-eb7e9e3d818f", + "id": "46e38e14-1e18-44a9-8d06-e5a4f2f73fcc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -50902,7 +50902,7 @@ "type": "text/plain" }, "key": "name", - "value": "laborum veniam dolor elit", + "value": "elit reprehenderit deserunt", "type": "text" } ] @@ -50921,7 +50921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f37451e6-213d-4a23-9a24-4703349de415", + "id": "980ca4ec-5c35-47da-98c2-0730f5bcb605", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -50972,7 +50972,7 @@ "type": "text/plain" }, "key": "name", - "value": "laborum veniam dolor elit", + "value": "elit reprehenderit deserunt", "type": "text" } ] @@ -50997,7 +50997,7 @@ } }, { - "id": "204e5dbf-894a-4459-acb4-2c14b793d2f5", + "id": "fc0a28aa-6009-41fe-a6c4-307c231bd21d", "name": "Get an Uploaded Configuration", "request": { "name": "Get an Uploaded Configuration", @@ -51040,7 +51040,7 @@ }, "response": [ { - "id": "ae92d735-c5db-4a4f-8f3c-69126a69492e", + "id": "9368cb9d-0940-4400-ae5e-845f11f51964", "name": "Gets an uploaded configuration details.", "originalRequest": { "url": { @@ -51086,7 +51086,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d37c155-9d99-41b7-831e-002d4a7b0115", + "id": "be832aa1-b86d-421e-9b6e-a6d168162b94", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51132,7 +51132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6f4783b-d78e-4fbe-8450-86c301ce0716", + "id": "0dc4bf48-a8a8-4121-a094-f76634ce892a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51178,7 +51178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48101ba6-5e3e-4531-ab90-634053108cb6", + "id": "d0243eb7-f0fa-48de-a409-c71517c43180", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51224,7 +51224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ac2d638-e35e-4c27-872f-070199ead0f5", + "id": "986b2894-bb47-4f2e-9b60-8b66a2af757a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51270,7 +51270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c16a9e13-c3c9-4485-af59-b92c5342b2c5", + "id": "544af727-343e-4e1c-9d0f-9040b086c69c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51316,7 +51316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48c253a5-e526-42c0-a7f5-42857ce9a1b3", + "id": "86fa34f7-4bca-402e-bab7-35683b92a975", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51368,7 +51368,7 @@ } }, { - "id": "3d5a6712-d644-4d96-a9f3-aec47f2bfd07", + "id": "209d24b3-9bf3-4bc2-b1f3-41483fbe6e5b", "name": "Delete an Uploaded Configuration", "request": { "name": "Delete an Uploaded Configuration", @@ -51411,7 +51411,7 @@ }, "response": [ { - "id": "9eb3946a-ac7e-41f3-8aac-706e41422930", + "id": "0f03aa3e-e107-42b3-9825-61c46b6f248f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -51447,7 +51447,7 @@ "_postman_previewlanguage": "text" }, { - "id": "087aa560-3c9d-49e7-a34d-f8ae11882385", + "id": "244fcf05-ffe9-4c8b-a6f0-f07ba201bcbf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51493,7 +51493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e09fe554-8cd7-425b-b9eb-4499260c2dfb", + "id": "09643d6f-456c-47a4-88a5-3e7ae0508c9b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51539,7 +51539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04768292-6c84-4d94-8f68-671e494dd668", + "id": "d66b1e8f-643b-4dab-8a36-804f112c4fa3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -51585,7 +51585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "237ec460-db08-4295-b17b-859b2936368a", + "id": "073b28eb-82ac-4e07-ad2a-150d87de25de", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -51631,7 +51631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c269ca18-f91e-4224-8648-57dc255b18e0", + "id": "629d5df4-fa0d-4d45-a6e4-4eae31e7f5b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -51677,7 +51677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cd6b4a0-94d6-473e-ad2a-55dbf0e8f3d4", + "id": "b212415e-4f98-445f-9cfe-561456769c61", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -51735,7 +51735,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": "d5c9774c-0f33-4ce1-9d62-edeadc3210fb", + "id": "2c5ef7fc-32a1-4593-b3cb-062d9d228ba9", "name": "Gets connector by script name", "request": { "name": "Gets connector by script name", @@ -51786,7 +51786,7 @@ }, "response": [ { - "id": "a5fbd9ce-3289-4b24-b01e-7c0af713c007", + "id": "ecd52afa-01c3-46d2-8a69-059985f03a9a", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -51840,7 +51840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ee8cfe2-c8dc-4037-92cb-ffdcb55d3675", + "id": "16bf7507-d935-48d9-8f02-3d1181dbc311", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -51894,7 +51894,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7f7db9c-2a4c-46a9-8958-5155dad6036a", + "id": "b8c951ad-0d03-4ba3-bb68-40eeec601b74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -51948,7 +51948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "abed10c4-f6a8-470d-a0ec-3753cfa566e7", + "id": "c6fe694a-059e-48de-8472-56871daa01b6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52002,7 +52002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73ac2a8c-cb22-42b9-85c8-0ee33e64beff", + "id": "41f8a27b-831a-46d2-ac97-d8ad65257192", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52056,7 +52056,7 @@ "_postman_previewlanguage": "json" }, { - "id": "607dcb8c-7d32-465a-ae45-b8ae03a2b432", + "id": "2c4c2a08-dff8-4da4-b721-2c53c5c209ef", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52110,7 +52110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ed6086e-0d39-4dac-a32a-c80296e749b3", + "id": "f7f01780-1597-4718-af8f-260b5f5aacd7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52170,7 +52170,7 @@ } }, { - "id": "ebeecd0b-1eb5-45ef-a0c3-78d0e34254af", + "id": "5a44b16a-c937-41a0-a2f3-ef96b0a78fdb", "name": "Deletes connector by script name", "request": { "name": "Deletes connector by script name", @@ -52211,7 +52211,7 @@ }, "response": [ { - "id": "e1b26d5e-8775-449e-955a-61c007b849e7", + "id": "9ba8c8c0-0f4d-4f9f-87b8-921bfd6cca51", "name": "The custom connector was successfully deleted.", "originalRequest": { "url": { @@ -52245,7 +52245,7 @@ "_postman_previewlanguage": "text" }, { - "id": "ce61691e-a35c-4a80-81e9-ac0ed3d0469a", + "id": "704bad79-1652-490d-85bb-9ab5462dddc2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52289,7 +52289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "448947e8-8f79-4c5c-8427-dd35df662251", + "id": "f9f1c777-9176-41b0-90a6-b9bbe67cbf3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52333,7 +52333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6723a4c-026b-48f4-89de-618c3e1af898", + "id": "2f777b20-cf0f-4a00-8637-71e70e36018c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52377,7 +52377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd7cd306-e7fb-4ef7-b80c-23876a2f7a9c", + "id": "6ccaafae-e7f9-4171-8b64-b3d5403fc843", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52421,7 +52421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62020f2c-8828-4000-a115-31bd0d12c382", + "id": "45a1d59e-6978-4c06-8171-375ad2f54198", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52465,7 +52465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26a3f1b5-f6ac-4ca1-a8b9-4d0b0a7e95dd", + "id": "e00f6e48-c136-47bd-993d-efdd868c774e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52515,7 +52515,7 @@ } }, { - "id": "32eda133-659f-418f-bd40-e54d3d7a8148", + "id": "5c51cf5a-9b25-40f6-8023-cb77d64e4665", "name": "Update connector by script name", "request": { "name": "Update connector by script name", @@ -52569,7 +52569,7 @@ }, "response": [ { - "id": "e30a128c-13f5-480c-bbe4-1aab9ff61d3d", + "id": "0ee25720-b224-4056-a471-8fe4dcc74ddb", "name": "A updated Connector Dto object", "originalRequest": { "url": { @@ -52626,7 +52626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40941fd2-076a-4ae9-8a64-3d19d433a8e3", + "id": "6b9536e4-83bc-451c-a8aa-853a09c30591", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -52683,7 +52683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8458c99-85fe-4c0a-ba95-14001beade64", + "id": "e7cfb913-1cf3-4ffc-9029-1b4f01362a02", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -52740,7 +52740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9f3b768-fe67-4f3e-93cf-3e8d5d0239c8", + "id": "6699526e-2560-46ca-aa90-027a3a4f672b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -52797,7 +52797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "833fbe9b-ef65-48ee-a5c5-40b89aa2f8e9", + "id": "388296b2-b97d-4d1d-99b7-bd61c45a70bd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -52854,7 +52854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e20333b-918e-4f20-9b3f-df31f08087e3", + "id": "736b62ce-aeb3-40e4-aee3-00289a0889d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -52911,7 +52911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c73868d3-9175-4aea-9f1e-8f6d61499e22", + "id": "f9326971-69a7-4bf1-befd-01859742cb94", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -52974,7 +52974,7 @@ } }, { - "id": "48e42cc0-0e1c-4067-9dc7-01db9fd6b0b9", + "id": "667ba417-6014-4136-a3d2-65d72db990dc", "name": "Gets connector list", "request": { "name": "Gets connector list", @@ -53049,7 +53049,7 @@ }, "response": [ { - "id": "626de65e-e2cd-4c41-bd4a-ce64aa1f91e9", + "id": "60fead0c-80ec-41d6-8a9b-baadf4f382b4", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -53138,7 +53138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0695415f-1ed6-455a-9764-8e8f038abb11", + "id": "6d18027a-25bd-4f39-9a27-62bad4252c35", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53227,7 +53227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4be4f17d-d24f-4be3-833e-d6360086e9fa", + "id": "f8b63234-4150-455a-8997-48051539106e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53316,7 +53316,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef4f16d3-f36b-43f4-8478-38113b82ff33", + "id": "3b0e44c9-0567-499c-b45d-a74b895ab6af", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53405,7 +53405,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b781f827-30fa-40d4-b6c6-0a9d0eacc6ff", + "id": "42b4b780-4e6d-4137-a09e-52efa0eca08a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -53494,7 +53494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18684360-2bf8-4e68-968f-5be4f1e08dde", + "id": "66f2aea9-1fbf-40a3-86cd-bb05aa33b0b2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -53583,7 +53583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74194f40-b5f2-4397-9316-1729dcaf88a8", + "id": "deb5794a-820a-49e3-873a-e64722c946e5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -53678,7 +53678,7 @@ } }, { - "id": "35f902d9-8c64-44c0-b2f9-92c7eded45df", + "id": "6dd41312-124f-4e04-b9bf-48f5c7dd02cb", "name": "Create custom connector", "request": { "name": "Create custom connector", @@ -53720,7 +53720,7 @@ }, "response": [ { - "id": "ce5cbe72-715f-4a34-a12e-dff0569e6383", + "id": "f79b58be-accd-47ec-9e3e-10336018ef66", "name": "A Connector Dto object", "originalRequest": { "url": { @@ -53776,7 +53776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f80d41c7-2c42-4785-ae06-cc970582e766", + "id": "34e47912-9d4f-4add-aaf8-cd81a3f06734", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -53832,7 +53832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9597b36b-38b3-44a8-97e8-61bded18ffd8", + "id": "a0e18eea-4b87-4b63-b73b-800ffade68fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -53888,7 +53888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1a36068-27cf-49ae-b608-6b3c61a25591", + "id": "fc23e715-c4fd-410a-a301-01a88dfa4d47", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -53944,7 +53944,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80dad21c-5f2e-4235-90dc-eea472eebaed", + "id": "495d5d3a-f869-4ca3-bf30-c39fd7cbfb6d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54000,7 +54000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3db4076-dd23-429f-803e-710e8b871823", + "id": "514b6471-0473-4dc8-b12e-2a56ecd44581", "name": "Too Many Requests - Returned in response to too many requests in 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": "e5243d89-bb39-4b6e-a008-acab8fe4e5d8", + "id": "5e832590-d7cb-4a1b-aee7-0b129555dbf6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54118,7 +54118,7 @@ } }, { - "id": "24e72afe-3f8f-4e20-9f8c-a67c3ef0d1be", + "id": "d3df6cf3-0b84-4ff2-a461-150b236693d9", "name": "get Connector Source Config", "request": { "name": "get Connector Source Config", @@ -54160,7 +54160,7 @@ }, "response": [ { - "id": "e580bc49-2c0c-4d00-9173-353d1674735f", + "id": "3316723a-fed4-451f-8e78-2c3eb4cd3d8f", "name": "The connector's source template", "originalRequest": { "url": { @@ -54205,7 +54205,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "9e724280-0faf-4739-85b3-80a18eb8020c", + "id": "a331e61e-ecde-446f-b8d8-f86edacb4309", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54250,7 +54250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2295cf3b-cba6-4c30-8b6d-c6467da397fb", + "id": "a78c8b29-4e1e-45f9-96fc-68e57d9d3efa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54295,7 +54295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e135ac40-131c-4237-b24e-60c0b28e3afd", + "id": "74541418-4b61-4f55-a194-13d519b91529", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54340,7 +54340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9226bae5-3e4e-4252-8036-12f2709d393e", + "id": "5ec25e58-4f02-4341-9aef-005641639b2b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54385,7 +54385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc7ecc32-95f4-4e35-b20e-4449c5f236d3", + "id": "a6a00ef1-472c-4b81-aa6d-8708fb7e86a5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54430,7 +54430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75283a20-9186-4177-bd10-954a3d27cb68", + "id": "0bc379c7-1470-4c8a-a3df-2c81b0ae8a4b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54481,7 +54481,7 @@ } }, { - "id": "501354fa-cf6d-48e6-b429-9b90078b272b", + "id": "8d25ba2d-e596-4771-ac38-745284be335c", "name": "put Source Config", "request": { "name": "put Source Config", @@ -54539,7 +54539,7 @@ }, "response": [ { - "id": "729f77aa-92dd-4879-add5-78cc0aa2086c", + "id": "d9e832e9-f3bb-4bd1-99a3-eb37d9a64912", "name": "The connector's update detail", "originalRequest": { "url": { @@ -54600,7 +54600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d73f7ae6-edc6-4065-94b8-61e1e0334372", + "id": "2328f340-23c6-49a6-a5a0-c5e6625de548", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -54661,7 +54661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3f553577-b540-49e7-ae40-20fcea7977b2", + "id": "a1855a02-a4d8-44e0-a316-b5e510bdf6ec", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -54722,7 +54722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e9ad5e3-5b99-4268-af1a-5d1f2a9964d5", + "id": "34b98139-da94-4289-85b7-fe16e7a9d78b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -54783,7 +54783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f978590-f61b-4895-921f-f7330ee5352c", + "id": "92a2ca14-0efc-4daa-9306-e605b4ac1dec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -54844,7 +54844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e55e06c9-95b2-4d49-8703-ee10906570a2", + "id": "9f6ab0d3-e832-4ff6-bb56-bdc17e906e71", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -54905,7 +54905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d404e8f-1985-4b7c-897d-9200a03ec3ce", + "id": "b891e65c-c5f0-479c-812a-e4b32945f0d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -54972,7 +54972,7 @@ } }, { - "id": "27659d4c-f82a-4891-b673-686cc0d4085e", + "id": "c628beef-7973-47ef-bd15-1995d13469b8", "name": "get Connector Translations", "request": { "name": "get Connector Translations", @@ -55025,7 +55025,7 @@ }, "response": [ { - "id": "291e4112-cd6a-48e5-ae70-2e5a3437ce84", + "id": "e3b74fc8-b3d2-415a-a7d3-58257549ad24", "name": "The connector's translations", "originalRequest": { "url": { @@ -55066,12 +55066,12 @@ "value": "text/plain" } ], - "body": "id", + "body": "ut non", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "2b299995-cfc8-4c2d-ba13-2c3774224cef", + "id": "2d8538a4-fe18-43b5-a14e-8ceef299ddb7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55117,7 +55117,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0e6278a-149e-4108-8f42-22c56c17b176", + "id": "42089ff0-c3d1-45b0-a961-eed2cb41a4ea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55163,7 +55163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a565de35-84bb-4eb2-892b-a711e53aed4c", + "id": "f2b0d1cf-30ff-40fb-b7e1-caee57f6d0a6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55209,7 +55209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebd400c4-ca5b-4509-b78d-e17ab2a165c0", + "id": "e76ff8be-2107-4fcd-a23d-3405954da17c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -55255,7 +55255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b4c1e0e-0d23-420e-84a0-3bed8fd3e72d", + "id": "24fe8c16-d724-45d8-927b-c96c5d9fa624", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55301,7 +55301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2292046c-0309-42e9-823f-3adb26baf542", + "id": "446dd8ef-8463-4239-b475-ed5be46c969b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55353,7 +55353,7 @@ } }, { - "id": "7ba5f789-f6e8-4db9-b195-df96f1ee82c5", + "id": "6e94eec4-dee7-4052-be1c-1107bdac4c1f", "name": "put Translations", "request": { "name": "put Translations", @@ -55413,7 +55413,7 @@ }, "response": [ { - "id": "d4dafd42-795c-4fc9-855b-fda91cd9e1d6", + "id": "605a198d-e4de-4551-89d9-c85d854fa6ee", "name": "The connector's update detail", "originalRequest": { "url": { @@ -55466,7 +55466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "888eebbf-651a-471b-8d8d-985614fa6b53", + "id": "4dbede63-df68-4fb4-9aaf-c8375eb7c9bb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55519,7 +55519,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3b48429-1fc5-4197-b3eb-fe607a55ffae", + "id": "c7c43bed-6ce5-4ea4-a404-e651f6a95340", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55572,7 +55572,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dc55033-ba40-4d37-a346-adaa31752f6b", + "id": "bf1086e2-c439-4089-9548-ac494faa5a75", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -55625,7 +55625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17a30853-a124-40ab-815f-06cd5141fcfa", + "id": "11eda2c6-f5ec-4108-8260-edc7a2c05391", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -55678,7 +55678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b667bf1e-1a60-49d3-9224-9e5e1fbcf659", + "id": "5800edc4-89c8-42f7-a330-330d2ff98986", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -55731,7 +55731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83b4a09f-ed37-478d-aeb4-618eb9f378dd", + "id": "f1782544-9c24-4be6-8d9a-14bb8d06763c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -55790,7 +55790,7 @@ } }, { - "id": "98ee6188-a6f8-4547-942a-ecbdb10160ba", + "id": "86d0663c-a55d-47d3-a0ee-ed1f4fc0560e", "name": "get Connector Source Template", "request": { "name": "get Connector Source Template", @@ -55832,7 +55832,7 @@ }, "response": [ { - "id": "0f5c7554-0643-4eb3-a4a3-0b09381c1330", + "id": "bd64bb16-d83f-418d-a283-ed109a363c4f", "name": "The connector's source template", "originalRequest": { "url": { @@ -55877,7 +55877,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "99d29997-5e07-4f2a-8495-5ff5fcca3b7e", + "id": "b4b945e2-a4b7-45f3-8e97-1ebcd31ff770", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -55922,7 +55922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c04d3a59-4bc7-4b4b-95fe-af3a96d8d891", + "id": "3cbe52b4-dae2-4a09-a657-424cac707cf8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -55967,7 +55967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a9fa91b-a771-4731-9955-5fe4accb1df1", + "id": "ad42291c-dcfe-42b2-b5a7-2778c5bfaabe", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56012,7 +56012,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80863d28-9700-4c11-997d-fb1319b1b69a", + "id": "15dddf8f-84b7-4dc7-b34a-6db2ff75477c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56057,7 +56057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c13d8ea-ff8a-4b1e-ac45-bc3e9a0a60f1", + "id": "cb976998-a72d-401b-bd33-34da78f890a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56102,7 +56102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "296b893b-6b19-49a7-a48d-3bc09f4f345b", + "id": "ba51021b-82c5-4d3e-8625-2dda064f8a26", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56153,7 +56153,7 @@ } }, { - "id": "cf7a8674-1c10-4a2b-b771-47ac6ba93060", + "id": "23af45e2-4890-4bd2-ab88-4a50682dd6c9", "name": "put Source Template", "request": { "name": "put Source Template", @@ -56211,7 +56211,7 @@ }, "response": [ { - "id": "b1b3cf91-f06b-458b-a0f8-699f00fc5cb6", + "id": "c70420aa-4770-41b0-98af-c9ef870cd184", "name": "The connector's update detail", "originalRequest": { "url": { @@ -56272,7 +56272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2dc76232-0881-416e-94a0-fd0ccf92acbf", + "id": "6c62d6ee-21a3-45c4-85e6-0596f43de49f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56333,7 +56333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d417aa2-6111-4629-abde-e7b4c7966ac0", + "id": "e5c9bb67-5cd4-4e0e-b401-ab5d542b5ebe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56394,7 +56394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4caad7a0-eea6-481b-9e81-603fbaa8b4cb", + "id": "f4a85e17-c1ac-4fa8-ad05-34ba541e0d4b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56455,7 +56455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ded1ddf1-ad50-43e3-af2c-d3192d73ad4d", + "id": "f191b322-d1b0-46d5-b392-71542b660cd0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56516,7 +56516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c268a8d3-1aed-462e-ab50-673f54be3555", + "id": "72072450-16e6-4d58-9186-20d65b36a9ff", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56577,7 +56577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04742cdb-8a8d-4f88-a617-1295b5b9d550", + "id": "7187673d-e6c6-4f1a-831f-082de7a0b4b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -56644,7 +56644,7 @@ } }, { - "id": "31fd02c8-a2da-4293-8a07-0625dc47c29f", + "id": "6e8ddaa3-d2bf-418c-9eb5-8eaf26f3246a", "name": "get Connector Correlation Config", "request": { "name": "get Connector Correlation Config", @@ -56686,7 +56686,7 @@ }, "response": [ { - "id": "c2889189-b390-46ac-a9b0-759c088279b8", + "id": "dd09e4e8-f860-4cbd-9704-de575438a3e8", "name": "The connector's correlation config", "originalRequest": { "url": { @@ -56731,7 +56731,7 @@ "_postman_previewlanguage": "xml" }, { - "id": "5d3a2c79-7ede-4b7e-9fd9-fb0b0998bbfd", + "id": "9fa3091d-494a-43cb-9985-e2e623abeb11", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -56776,7 +56776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69036175-96e0-4b36-a54f-64b8abdb6c96", + "id": "41c2dec2-77f3-4a78-a145-28eccdf45181", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -56821,7 +56821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf4c07dc-496c-485d-b05a-bf9fa48d3e2c", + "id": "f69ac953-665d-496a-8d19-470903397157", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -56866,7 +56866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "557b3997-71db-49ac-a9b9-9d07d0c7b9ac", + "id": "57cb6fb0-4478-4b85-9802-4a7f3e4c5fd3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -56911,7 +56911,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2fa7f26-78ec-4f3f-b9db-a3fef1158092", + "id": "39bd10a6-a033-4c9b-9cc6-6aa50eb32b62", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -56956,7 +56956,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f551217-ba7d-4f5a-af06-63c916441495", + "id": "50e39093-24ff-4dcf-b999-406ce5c9cee9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57007,7 +57007,7 @@ } }, { - "id": "e7a2c701-4d5b-4bbc-8ccf-69814b2fab11", + "id": "ccce211b-5fbc-44e3-9607-dc39996764d8", "name": "put Correlation Config", "request": { "name": "put Correlation Config", @@ -57065,7 +57065,7 @@ }, "response": [ { - "id": "98c35345-812d-4fe9-90fb-918eb595d61b", + "id": "52f6c40a-2368-43e9-a64f-cfdcc35ab093", "name": "The connector's update detail", "originalRequest": { "url": { @@ -57126,7 +57126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52b8d67f-dc2e-48ad-a6a5-4db5aed1b8a1", + "id": "45e00337-bb5a-4915-b771-f64f5922e276", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57187,7 +57187,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bce5de8-6080-490a-b672-dc70c0ed3e8c", + "id": "1121098c-51f8-4c0b-aee4-a63fd83e36b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57248,7 +57248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5220b681-619d-4e15-aa0e-16214faaf90d", + "id": "16252e52-24bf-436e-a772-13989fdadf00", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57309,7 +57309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9b93591-81f4-4404-b284-9a5c5bb02337", + "id": "93f6b407-9ba9-46e4-934d-bf7e245e5a07", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57370,7 +57370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad916f26-88fe-4ded-a11a-2c7f9cc9e822", + "id": "3d8e1747-afa4-4590-a400-55ca5137218e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57431,7 +57431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "68940e9d-33af-4baa-9cca-ce181af12071", + "id": "9e24ee35-db52-4958-ae9e-b745202997fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57504,7 +57504,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": "67225c8e-3b63-4fd4-9e04-ad698c972a16", + "id": "18a0fa69-a5d9-46b8-8233-6f90219cada7", "name": "Get security network configuration.", "request": { "name": "Get security network configuration.", @@ -57534,7 +57534,7 @@ }, "response": [ { - "id": "fa2fa221-e32c-4a66-acce-29b548605817", + "id": "7bce2b43-de97-4e54-b570-d83518b443ea", "name": "Network configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -57578,7 +57578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d090f46-3710-48d9-acc6-fad4f6f0b61a", + "id": "d14a10ec-6973-4380-8a4e-2075ce0d33a4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -57622,7 +57622,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8a0b51e-ed72-4da1-a56e-765d520f5504", + "id": "9e7bb758-1a78-4dfc-9e49-0a240203c9da", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -57666,7 +57666,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2df3012e-6f8f-4020-860a-17f930643ae9", + "id": "137fea00-5d0f-41b9-999e-7c9cca1b45ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -57710,7 +57710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da6bb160-e551-4598-bec8-9f7c4635aa12", + "id": "9be2e87f-f12d-4c21-ba32-f5dc1015e6f0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -57754,7 +57754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16a39977-c1a5-435b-9f4a-6f960ab1cef7", + "id": "1e616f5f-c417-48e3-ae87-8f8176c5526e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -57798,7 +57798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c353ac6f-7ee5-482a-94eb-c7f91ce4a069", + "id": "343680d0-c15d-441f-9918-f318ee9b80be", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -57848,7 +57848,7 @@ } }, { - "id": "78879764-dbcd-4ab3-89a1-bea66f198912", + "id": "65a69918-902d-4c22-b3e9-cc4c4a6e2f1f", "name": "Create security network configuration.", "request": { "name": "Create security network configuration.", @@ -57891,7 +57891,7 @@ }, "response": [ { - "id": "6990227d-ea05-454a-ab74-b38da0b57894", + "id": "de663891-b8f3-4a04-9ffd-8b557049906a", "name": "Network configuration for the tenant.", "originalRequest": { "url": { @@ -57948,7 +57948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3761942c-a17d-4ae8-84ce-1aaa2445c6b4", + "id": "ecb427e3-c04e-4ae0-9156-f52e28fcf871", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58005,7 +58005,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37302d91-1dc7-4041-a695-d6488e7ee350", + "id": "ee019792-3ac2-4213-a964-c6a91f2c46ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58062,7 +58062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e00b531-5230-4330-9f47-d251ba75ac19", + "id": "fc4ea8c4-6dd0-42ae-b09e-60fe2b1387ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58119,7 +58119,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ca7d246-f973-4b02-ace3-7cb2c2bbcd62", + "id": "fb8a722d-94c8-4774-955f-e672e13abda2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -58176,7 +58176,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de9effcd-312f-418b-951e-c6d33531c2b1", + "id": "d7792847-5e77-4346-960f-1115b7504278", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58233,7 +58233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71a7d786-914a-4074-a066-a2404a073aa3", + "id": "9953b5b6-6041-471a-8c8a-350a72e268ce", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58296,7 +58296,7 @@ } }, { - "id": "6cecc290-d805-4a2a-9e11-f02fae712440", + "id": "6e7d487b-9f16-4bbd-84f1-9797e6ed1e82", "name": "Update security network configuration.", "request": { "name": "Update security network configuration.", @@ -58339,7 +58339,7 @@ }, "response": [ { - "id": "c226975e-dc2a-4d5e-82e9-6a6d177f925a", + "id": "1314dad5-f159-45e1-aaed-aba6f4b760a6", "name": "Updated Auth Org network configuration.", "originalRequest": { "url": { @@ -58396,7 +58396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd88c525-9d26-4188-aaa3-7e1c91948e40", + "id": "38b053dd-3a15-4c0c-bcfb-99cb66c339aa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58453,7 +58453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4eed9fb-518d-455c-b80b-6a217df2e3cb", + "id": "2374ace3-f808-4c64-89ce-4f4d6d8902f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58510,7 +58510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b646fe2-8b0b-4755-8e63-307972215a4d", + "id": "3bf0ed76-b3a4-4857-8aa3-e68cbee8b9b4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58567,7 +58567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94c849e6-23c0-43ef-a83c-077f1c369cb5", + "id": "6840b0c5-82de-4a53-a6aa-3bf5a1467b4c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -58624,7 +58624,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bee8aae-50da-46d1-935f-da24bdeac428", + "id": "f0395400-cfd7-4279-b75a-9fe844c80620", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -58681,7 +58681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7dbe263-ffdb-4bca-b686-a402b5d259a6", + "id": "6d42924d-7a8d-4bb1-a710-892e8732d51c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -58744,7 +58744,7 @@ } }, { - "id": "f14dece7-8703-44cc-bc68-daab19e0551f", + "id": "d674639a-28a2-4f56-8c35-a74db0768669", "name": "Get Auth Org Lockout Configuration.", "request": { "name": "Get Auth Org Lockout Configuration.", @@ -58774,7 +58774,7 @@ }, "response": [ { - "id": "d481301f-a4c5-4c05-a45a-7460cc46d384", + "id": "d9901a76-931f-431e-8710-49c94409dd37", "name": "Lockout configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -58818,7 +58818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c2cfc60-2e5a-4251-a1e4-928dd6ec0a7e", + "id": "45638233-8791-4f7e-bc2b-d572fe09ff3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -58862,7 +58862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5e242a2-4232-4ea4-ba81-b3cb0899c4b7", + "id": "638a04ea-2593-4a8b-ab76-7a8522231018", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -58906,7 +58906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca259d3c-9c8f-4e21-933e-81a963df0193", + "id": "247151a5-8da8-4959-8a14-c2b2285dfb93", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -58950,7 +58950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "46c2e948-dad3-410f-ac5b-40bd4acc813d", + "id": "1203bc71-30b8-4134-b12d-00809416ec6a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -58994,7 +58994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d3ce1f-3e1f-4f50-8cc6-ebcb830e5910", + "id": "e0bff834-10b9-403a-a198-499ea73b572f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59038,7 +59038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e35f54f6-bd27-48a8-9a3c-572f025264c1", + "id": "9b52b652-7999-4062-a041-987fae7adaf3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59088,7 +59088,7 @@ } }, { - "id": "8edc37d2-64b1-44ca-aa8a-2051f22a42c2", + "id": "f9c21cfb-7ff5-44d7-9efe-eeec25b0dca5", "name": "Update Auth Org Lockout Configuration", "request": { "name": "Update Auth Org Lockout Configuration", @@ -59131,7 +59131,7 @@ }, "response": [ { - "id": "ea3eb868-e3bc-4c3a-b151-53c1fc5cfe8c", + "id": "103607d6-83f8-4b88-b906-a22c3d6ca864", "name": "Updated Auth Org lockout configuration.", "originalRequest": { "url": { @@ -59188,7 +59188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94ef31b8-ddb1-48e9-8c00-8745294b849a", + "id": "3eec66f3-d8b4-4ec3-924b-5040304ff73d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59245,7 +59245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5403dc1-991d-46f8-9e5c-62305bb459cc", + "id": "77829e7c-b5ba-41ae-83ea-34f57ad02007", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59302,7 +59302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "918cf817-35c9-4bc9-8a3b-07c7b0f40bd2", + "id": "a8c9057a-7316-4c2d-b04b-ba3cf7ee84fb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59359,7 +59359,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7233c767-7be6-4444-9a7b-f9e8380a0b50", + "id": "55288ffd-0c50-4c2e-90de-fc6cf65f0c69", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59416,7 +59416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "951c8d4a-6665-4aa6-a3b6-a2672e1225b6", + "id": "d3ee3b4f-39fa-4512-9525-86996cfa17bf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59473,7 +59473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a810610-d1fb-46b5-af30-926fe3ea1a8a", + "id": "32f1f8cc-d515-43d3-a83d-2e3a165db7bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59536,7 +59536,7 @@ } }, { - "id": "b65426e0-58de-4658-b2de-d700d196cf2a", + "id": "b508f068-1c4d-4224-9431-474b9f3f0473", "name": "Get Service Provider Configuration.", "request": { "name": "Get Service Provider Configuration.", @@ -59566,7 +59566,7 @@ }, "response": [ { - "id": "a577030b-b80e-48e6-b6d6-954c86e65ceb", + "id": "a35ddaa7-05ff-46c6-8212-0351ae057501", "name": "Service provider configuration for the tenant.", "originalRequest": { "url": { @@ -59610,7 +59610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5baa9818-77e0-4685-b7a8-9cbe3e9902b1", + "id": "71f72a88-8497-4810-aad9-299c84f9dcc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -59654,7 +59654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92b4af56-330f-4c75-b57d-e21fc7192518", + "id": "cc586d5c-3490-451c-95ef-342a91dc4bea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -59698,7 +59698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c8d645e-b512-4ff1-a739-23f27fc70403", + "id": "f1c54257-a3fc-4d56-a22f-d8e07a81392d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -59742,7 +59742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "062090d4-d384-4ff5-8c37-088739629380", + "id": "949a5717-5bff-40e0-a63d-83be323387ae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -59786,7 +59786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a931fe5-bb44-426c-8dfb-4d92bdbe76e3", + "id": "cd39f2fe-2458-4f4d-be65-82643823bb78", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -59830,7 +59830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4963228-f199-419a-b596-fd5bd5f3db97", + "id": "a353b508-0052-453c-956c-5d867f7a1c89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -59880,7 +59880,7 @@ } }, { - "id": "5e8b93ba-5cd2-4e30-a4aa-f25f944adf8d", + "id": "1f75575d-46c4-4681-b5de-359a873ef34b", "name": "Update Service Provider Configuration", "request": { "name": "Update Service Provider Configuration", @@ -59923,7 +59923,7 @@ }, "response": [ { - "id": "54d31208-4def-434f-ad43-fd7dbed4d94f", + "id": "8b73ac53-cdb1-45c5-b41d-feaa18bbec23", "name": "Auth Org Service Provider configuration updated.", "originalRequest": { "url": { @@ -59980,7 +59980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c122683-48b6-4267-ac75-a2a9941c78ef", + "id": "dacff3fb-833f-424e-88fb-991022dccd24", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -60037,7 +60037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4f692a1-6044-4b7c-ac6a-fb7711297f4e", + "id": "c5056bc1-cbdd-4268-8967-277053028a2d", "name": "400.1.3 Illegal value", "originalRequest": { "url": { @@ -60094,7 +60094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cdb3778-8ed2-456d-978a-114d47eb42d2", + "id": "0246518f-2ba1-43e5-932a-a44b399b7016", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60151,7 +60151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5f96a3d-4d2b-4f19-9a24-c772be943140", + "id": "35aabbd3-b7db-49ba-8ab4-03f8450531ab", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60208,7 +60208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d95d64cb-6f2c-40ca-840c-e96388faf4fb", + "id": "13faeaba-142b-446c-8935-1c783588e9ff", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -60265,7 +60265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf5f26f7-f2f7-4039-bf04-e977ca7e4b23", + "id": "d441a374-978c-4e74-840f-922568cbaf03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60322,7 +60322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50dd32ae-35f7-4ab0-8d86-135c39afa1ab", + "id": "ec954fc9-b9cf-42f7-882a-0a20c1a945e9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60385,7 +60385,7 @@ } }, { - "id": "d44687a9-9b4d-4fc5-839c-0eb843c6271a", + "id": "102e9f8f-ccad-4b2b-a795-a51cb10574c2", "name": "Get Auth Org Session Configuration.", "request": { "name": "Get Auth Org Session Configuration.", @@ -60415,7 +60415,7 @@ }, "response": [ { - "id": "bf9ff6d0-fe32-4055-910d-14b2f65d1f0e", + "id": "fcba4186-b137-44ea-80a9-3ac2ae59ca71", "name": "Session configuration for the tenant's auth org.", "originalRequest": { "url": { @@ -60459,7 +60459,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4696d25c-3edf-4d03-a86d-7ecefa70949e", + "id": "4cf8bc60-eb80-4fb6-851e-3e28846305d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60503,7 +60503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15df337f-49bf-4051-a651-f0068bd20e39", + "id": "97dbe761-c048-4438-b1c0-37665b7596e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60547,7 +60547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b0a4c42-0331-42a1-a911-f829250b415c", + "id": "91e9853e-6ef2-4daa-baaa-f86a921f5c0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -60591,7 +60591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04844214-7db0-4ffe-8052-0b6094adca3e", + "id": "b4716b8e-e686-45be-97ac-be9045a412f3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -60635,7 +60635,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34fa44b7-e941-40ea-81db-c5548087122f", + "id": "b2c2fe13-a1f1-4ed4-b48e-193c3dfe3121", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -60679,7 +60679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a721423b-139b-465a-8fa1-e13a1543ca43", + "id": "5202e090-68a3-417f-b0de-4d64b9249c38", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -60729,7 +60729,7 @@ } }, { - "id": "561163b2-b2f2-48ef-af58-6446d689ef9b", + "id": "bbe4ce65-2a2b-4975-9d90-aca0475a9152", "name": "Update Auth Org Session Configuration", "request": { "name": "Update Auth Org Session Configuration", @@ -60772,7 +60772,7 @@ }, "response": [ { - "id": "b3032097-8c25-42bb-b854-6297b1e8ce98", + "id": "3b0f730b-99da-4c79-8884-db5b49614759", "name": "Updated Auth Org session configuration.", "originalRequest": { "url": { @@ -60829,7 +60829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba1c0454-6087-42fe-9a19-e598ffc3d0c3", + "id": "0d4de61b-a8c8-4db6-bb09-a61f7d0bac43", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -60886,7 +60886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9df1da0b-8d4d-4ae5-a1a3-103b74b6b4af", + "id": "da18a6ee-33c2-4c07-b652-d8c3a935aa6b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -60943,7 +60943,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d503fbcc-22cb-46a8-bc24-ef5b6b0d7ecf", + "id": "ce59b3c6-88b8-453e-9b27-1641a7b319db", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61000,7 +61000,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2007184d-de92-4ca1-b985-d0fe3abebaeb", + "id": "034591e4-51ac-4d37-857d-102265e4a6b9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -61057,7 +61057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c82507a-323d-4fe8-b6e4-199f97b6dd9d", + "id": "525768f4-f367-47c9-b689-5f646210481e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61114,7 +61114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cacbb1a7-1466-4b9b-86df-746943f43df0", + "id": "c283ba6b-5824-47a2-9d9e-fab77602f70d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61183,7 +61183,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": "5d7cd2ce-83cb-48ba-942f-dc32fe0acb85", + "id": "d2fb2d1a-9e38-41dd-87a6-90ec76d335ea", "name": "Identity Profiles List", "request": { "name": "Identity Profiles List", @@ -61258,7 +61258,7 @@ }, "response": [ { - "id": "4b25c6d6-94d2-4e76-b5f1-5cfbb85c5d7e", + "id": "886df9a0-b767-4130-a3fa-e2e4ef2669a6", "name": "List of identityProfiles.", "originalRequest": { "url": { @@ -61347,7 +61347,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34f337cc-98c7-4193-a7ee-a3db52999c39", + "id": "8220aea6-c5a1-46b7-b736-0a3eda429267", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61436,7 +61436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83d6eb7a-3433-4c99-9029-f0332103a110", + "id": "2d69c3d9-59c7-46cd-bdd2-dae6d71c7afc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -61525,7 +61525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b7ffcc7-b751-4f35-9ff3-43353bacbcb5", + "id": "1cc4ff76-63ba-49b8-971a-01fc9430f1e2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -61614,7 +61614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "461a7032-404e-41b3-afc5-eec0969ac4b0", + "id": "47074d83-cbcb-445f-b621-c09cb00c9c57", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -61703,7 +61703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23337193-0950-4a0b-bf59-f281216133b2", + "id": "3b9ffbc7-cb40-4419-94df-8be702bae327", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -61798,7 +61798,7 @@ } }, { - "id": "0b2af482-c1eb-4d3f-82ea-a401291ed413", + "id": "b46ebb5f-ea8f-463c-ab33-777e87562c77", "name": "Create an Identity Profile", "request": { "name": "Create an Identity Profile", @@ -61840,7 +61840,7 @@ }, "response": [ { - "id": "f20442b8-e40f-4d15-8444-4f2b61a674ee", + "id": "bceefb53-d2bf-4e5a-a179-6446022f540e", "name": "The created Identity Profile", "originalRequest": { "url": { @@ -61896,7 +61896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d350159-a921-4c10-8acd-9fa44ec0b2cb", + "id": "a4bc827f-b068-48e0-87f4-8c22a91b8eec", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -61952,7 +61952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78a0d5b3-6b6a-43cf-9f22-89fedf517cad", + "id": "06fe437f-7f24-4c8d-b845-fb68f08512d3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62008,7 +62008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c45034a-d60a-482f-a64d-b2c048ed47c8", + "id": "38f36010-6315-4ca4-a2c5-103a09563cd3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62064,7 +62064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c38aa68-56dd-4e9f-8f95-1464c80dfcf7", + "id": "d0298ee7-2f15-41fc-a2af-9271e8a2d93a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62120,7 +62120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2a21587-500e-4053-97fe-38ce956294a0", + "id": "d0f933b4-7603-47ac-8c5c-4259d883f3c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62182,7 +62182,7 @@ } }, { - "id": "4df026e4-7916-4500-ad19-8ca2a528418e", + "id": "28120a96-3515-4537-b979-5f5f9bcb8419", "name": "Delete Identity Profiles", "request": { "name": "Delete Identity Profiles", @@ -62225,7 +62225,7 @@ }, "response": [ { - "id": "ae48d871-a078-494e-8776-551e2599ad99", + "id": "9ac40169-ec06-409a-9941-6c2f2a56f1cc", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -62277,12 +62277,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"ff8081814d977c21014da056804a0af3\",\n \"name\": \"Background Object Terminator c8f030f2-b1a6-4e33-99e8-6935bc18735d\",\n \"description\": \"Generic task for terminating data in the overlay, used by the TerminationService.\",\n \"launcher\": \"support\",\n \"completed\": \"1983-03-15T17:28:02.168Z\",\n \"launched\": \"1963-08-20T18:39:05.429Z\",\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\": \"2003-02-07T11:47:50.247Z\",\n \"launched\": \"2022-12-07T00:18:23.609Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "aeb96ee5-4c17-4984-8b4e-7de9613495b9", + "id": "28087f35-8136-4971-ac97-8136a3137b75", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62339,7 +62339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0a2b0e3-1673-47ee-a0e9-8210590de30b", + "id": "273321a4-9032-434d-af67-6b8c429e19b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62396,7 +62396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61611c8f-8806-4448-8cfe-9a88f87e8b97", + "id": "28a11457-3a0e-463e-b46a-d699bd8fe4a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -62453,7 +62453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb735690-fa8f-48e7-858e-cc109f744d97", + "id": "2c849ab1-3165-4023-8f99-1b7d651540d2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -62510,7 +62510,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1ce88c4-ef62-4511-908e-21bb4bfdcf16", + "id": "a6d611c9-2308-4789-8f46-75bbe7ae81d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -62573,7 +62573,7 @@ } }, { - "id": "c048459e-15ba-40a6-8627-51c62d2b8081", + "id": "6a0c5136-272f-4f20-999a-24d956b6031b", "name": "Export Identity Profiles", "request": { "name": "Export Identity Profiles", @@ -62649,7 +62649,7 @@ }, "response": [ { - "id": "ee0da9b1-f45f-45c4-a198-2927e05e3ec7", + "id": "4e4ea560-adca-40f5-a428-685ecd3c85c5", "name": "List of export objects with identity profiles.", "originalRequest": { "url": { @@ -62739,7 +62739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97a7b91f-0634-4a25-8b2f-6b5eb3bb5bd3", + "id": "2b59b475-710a-4f1f-a699-ae434b33f86d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -62829,7 +62829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a1f9aca-4429-4f77-85cd-9ea6d959e071", + "id": "5c565d67-c8bf-4a48-a3ca-23b2a47e058e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -62919,7 +62919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d88f56e-6a04-46ef-8452-ebcca5ef15db", + "id": "fe379843-218b-4c30-8d38-f08b4b40a774", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63009,7 +63009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb8da7c7-7a0a-4e20-883d-39f36c2068b5", + "id": "3529e478-00c4-4de0-a6b9-544ed3dcd5bb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63099,7 +63099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bce458d7-7fcd-4c76-97db-73d645bdfaeb", + "id": "5f744867-fd7b-4ac8-a523-60b30231b473", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63195,7 +63195,7 @@ } }, { - "id": "603d5bb2-0f89-43cd-a89a-8d4e61dfe865", + "id": "56dba2e2-6f04-4fc7-b1e6-a17d0e17c82c", "name": "Import Identity Profiles", "request": { "name": "Import Identity Profiles", @@ -63238,7 +63238,7 @@ }, "response": [ { - "id": "7c693ca4-9048-437f-b8c8-40d693fc624e", + "id": "c0210ba3-804e-495b-9b00-1e1dc5986e2f", "name": "The result of importing Identity Profiles.", "originalRequest": { "url": { @@ -63295,7 +63295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22d30491-d092-46f7-abb9-693a8086bfd5", + "id": "d984e83e-58bf-4e22-9de8-f7e07fdc1a7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63352,7 +63352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "739ba79d-ee7e-4a2f-81ff-5287a6b1838a", + "id": "22bc963d-ade5-4326-8701-da23fe3d4116", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63409,7 +63409,7 @@ "_postman_previewlanguage": "json" }, { - "id": "515bcbad-8aa1-4b3f-99b6-d306e0430c1f", + "id": "a5b34203-15b5-46e7-b156-00b3bba18a9e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63466,7 +63466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b208e0e-7cff-4e2e-ad2a-0d6d295a7b10", + "id": "b9981bd4-baa4-4228-8082-13d643f322de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63523,7 +63523,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea5e64f5-0948-45e6-a009-55e36579381a", + "id": "45caf8f8-5494-407e-bf43-316695329c8b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63586,7 +63586,7 @@ } }, { - "id": "6d883119-a069-4486-86b8-2615df0ac8d6", + "id": "65c7c20d-aed1-43b9-b8b1-ee5ad6bc566d", "name": "Generate Identity Profile Preview", "request": { "name": "Generate Identity Profile Preview", @@ -63618,7 +63618,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"08c2eed4-ca64-e3e1-cebd-4326c1b1789d\",\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:0e522188-cab7-b44f-c388-6ee7a7406ad7\",\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", @@ -63629,7 +63629,7 @@ }, "response": [ { - "id": "4a8ebd3a-0b0a-4961-acf4-168acbcd8b94", + "id": "f6a08309-91ad-41ed-aa60-6cd007a16b20", "name": "A preview of the identity attributes after applying identity attributes config sent in request body.", "originalRequest": { "url": { @@ -63664,7 +63664,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"08c2eed4-ca64-e3e1-cebd-4326c1b1789d\",\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:0e522188-cab7-b44f-c388-6ee7a7406ad7\",\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", @@ -63686,7 +63686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86fd1d0f-1ee2-4194-a7cc-ec72193e4c06", + "id": "72ac307e-7006-4f5d-b35f-95d1936875e5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -63721,7 +63721,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"08c2eed4-ca64-e3e1-cebd-4326c1b1789d\",\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:0e522188-cab7-b44f-c388-6ee7a7406ad7\",\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", @@ -63743,7 +63743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea575a89-dac7-4dae-bcef-610b0342b8dc", + "id": "c0ef2388-1b0d-471e-b60d-dc2fac9535b9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -63778,7 +63778,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"08c2eed4-ca64-e3e1-cebd-4326c1b1789d\",\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:0e522188-cab7-b44f-c388-6ee7a7406ad7\",\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", @@ -63800,7 +63800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "467687d5-049a-4e41-a607-38f75be2a826", + "id": "b25ecd0f-885b-49c4-8bc1-a997df38206a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -63835,7 +63835,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"08c2eed4-ca64-e3e1-cebd-4326c1b1789d\",\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:0e522188-cab7-b44f-c388-6ee7a7406ad7\",\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", @@ -63857,7 +63857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c164b227-8b5c-429a-ad6b-850a03481f2d", + "id": "b20377c9-cf4c-47d4-9965-488a3519522b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -63892,7 +63892,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"08c2eed4-ca64-e3e1-cebd-4326c1b1789d\",\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:0e522188-cab7-b44f-c388-6ee7a7406ad7\",\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", @@ -63914,7 +63914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b78171dd-f381-4ac7-9874-350e894ea15e", + "id": "a9b1db8f-42cb-4d7d-bb33-326fd0b847a7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -63949,7 +63949,7 @@ "method": "POST", "body": { "mode": "raw", - "raw": "{\n \"identityId\": \"08c2eed4-ca64-e3e1-cebd-4326c1b1789d\",\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:0e522188-cab7-b44f-c388-6ee7a7406ad7\",\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 @@ } }, { - "id": "6de9795c-9ba7-4994-af67-42e978ed9c61", + "id": "8fb811b7-c373-40f8-9fb8-a78c2f4ec0bf", "name": "Get single Identity Profile", "request": { "name": "Get single Identity Profile", @@ -64018,7 +64018,7 @@ }, "response": [ { - "id": "d78bc3dc-d414-4790-b29d-afa123d4b13d", + "id": "3a2959ca-e093-4aea-9554-e8bd237d5609", "name": "An Identity Profile object.", "originalRequest": { "url": { @@ -64062,7 +64062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fc89757-cd98-45f0-836a-e859d3b9dae9", + "id": "727fc398-d401-4737-8e8b-d8987893be0b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64106,7 +64106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3dacaf6-e43f-409a-9c1a-632c5fb4d77e", + "id": "675de1a9-34e9-42de-8dd8-7e73d15ead2c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64150,7 +64150,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d61fc864-b5e3-4314-868f-6c0b8650fbd3", + "id": "a2a8b9d1-e5a1-42a0-a947-6abc92cc9b97", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64194,7 +64194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c68f3782-617e-4d80-beea-9e367a4f29a1", + "id": "92bde26f-9283-4c47-a732-a1517006fd1a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64238,7 +64238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a050c8-42fc-4745-95e0-24caccedf878", + "id": "599f6634-3201-4e4e-9556-3ba04c860b1d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64282,7 +64282,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d5f1b6d-ce56-4cf7-b57c-a00b5785c925", + "id": "4f73e5b4-d41b-4d64-a3bf-4c7fee8ebb0a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64332,7 +64332,7 @@ } }, { - "id": "3179524d-9deb-4824-934d-992a5b3504e7", + "id": "3deed0aa-37be-457e-93f3-7bb2408f13ed", "name": "Delete an Identity Profile", "request": { "name": "Delete an Identity Profile", @@ -64373,7 +64373,7 @@ }, "response": [ { - "id": "04678e61-481a-490a-bd75-fe532b212f09", + "id": "547fead0-a117-451b-87ff-1411376b2a63", "name": "Accepted - Returns a TaskResult object referencing the bulk delete job created.", "originalRequest": { "url": { @@ -64412,12 +64412,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\": \"2005-01-23T20:39:54.177Z\",\n \"launched\": \"1959-09-27T21:23:09.613Z\",\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\": \"1995-12-24T01:47:31.689Z\",\n \"launched\": \"2012-06-03T22:45:25.362Z\",\n \"completionStatus\": \"Success\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1b2de7aa-63ea-4e79-b767-ee7e1ce0b9ab", + "id": "90e5e400-c2d0-414c-93c3-404242283b02", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64461,7 +64461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c1e1c80-b25c-4356-8986-0313e959e1b6", + "id": "b35f83e4-05e0-471b-a300-5e1a2db9114d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64505,7 +64505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d380200-f39b-4f6d-94e9-45e7625489e7", + "id": "2765c7dd-2233-4887-bac8-2cd2cd8bf47f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64549,7 +64549,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9bd536a-1676-4865-8326-b39ca4552dfa", + "id": "8c28d02b-3d83-4320-9e1b-a2a42b506722", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -64593,7 +64593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18fced6b-7b53-4e83-ab26-dc0c97c1a79b", + "id": "d599944d-e3af-463a-90fe-9581f9286a9a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -64637,7 +64637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f52f099-44b3-47a2-9ddf-88094b0b9cff", + "id": "dd57d5ab-3f35-4f92-8213-6828551635a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -64687,7 +64687,7 @@ } }, { - "id": "6268ee38-2051-4371-9074-cf8a59cb16fe", + "id": "0fe29220-7e4d-402a-abbe-c10838c587a4", "name": "Update the Identity Profile", "request": { "name": "Update the Identity Profile", @@ -64741,7 +64741,7 @@ }, "response": [ { - "id": "eab12c7e-beb4-4298-9d43-3b9690df0334", + "id": "6308fe24-b700-42d3-9577-ecbedd10cd24", "name": "The updated Identity Profile.", "originalRequest": { "url": { @@ -64798,7 +64798,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d2ec835-e526-423c-9763-1e14e753956a", + "id": "f7a135e7-495b-4bee-9183-10f537631337", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -64855,7 +64855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32dca50d-d7c7-4baf-ac11-965b4cca02a9", + "id": "f251490e-29b7-461a-a7cf-c80896bb1fee", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -64912,7 +64912,7 @@ "_postman_previewlanguage": "json" }, { - "id": "430b17ec-b9a6-472c-aa27-63a098543251", + "id": "02e5e9f9-0886-471b-ba86-906de7a867a3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -64969,7 +64969,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f669970f-c95c-467a-86c1-9d8c2c1b4a48", + "id": "fe70b11e-4217-4b89-ba5f-b40f4cc785c7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65026,7 +65026,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af7c413e-284f-49fd-8bf4-acec028bbeb1", + "id": "0b3fc494-aeb7-40c4-8116-1eb8dd0a81f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65083,7 +65083,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b541b38-47d7-438d-89f5-3b8a2ed50a99", + "id": "cd262f67-06ed-4ae5-ac70-17fa38796828", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65146,7 +65146,7 @@ } }, { - "id": "64cd29f3-db00-47a3-9a77-c98a10ca8bf3", + "id": "f6d6e6cd-ed2e-461d-aeed-0d7516e7f865", "name": "Get default Identity Attribute Config", "request": { "name": "Get default Identity Attribute Config", @@ -65188,7 +65188,7 @@ }, "response": [ { - "id": "fa92e003-ae88-482b-8c9d-8d166161fc0f", + "id": "c4736d72-d41c-4daa-bda0-340c829e94b0", "name": "An Identity Attribute Config object.", "originalRequest": { "url": { @@ -65233,7 +65233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af39ead7-84b5-48e0-9909-d006be3247b6", + "id": "910c9371-ef1a-47b3-ac29-f37f1df78a4f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65278,7 +65278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86560f8b-1ee0-44ab-bbb1-7a4133166f17", + "id": "a53a245b-f421-422b-8537-c285618338a7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65323,7 +65323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09809e7e-0734-4dc5-98d9-9eace0634b00", + "id": "e413cd15-826d-40a2-a5ad-ba51c08601cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65368,7 +65368,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63d96d2b-3acc-4814-8c44-0662fb0ae852", + "id": "3d5e435a-9204-44a6-8ec7-3abbbe66587f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65413,7 +65413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e12761c4-41f9-423e-8498-50027bec6ec2", + "id": "6f9b4b1c-d226-4c1c-9b7a-57134c5e7556", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65458,7 +65458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d62c8ffd-22c5-497d-864d-5dc24bdb861e", + "id": "a720f2f6-a328-4461-9d45-1630b23f5f3d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65509,7 +65509,7 @@ } }, { - "id": "96c1c7b6-cfd0-4fd5-af1d-a2a902e4afd8", + "id": "df4acbad-913b-4d88-a388-7df8c7d447ff", "name": "Process identities under profile", "request": { "name": "Process identities under profile", @@ -65551,7 +65551,7 @@ }, "response": [ { - "id": "1931d168-40da-4520-97e6-57e3cfdaa413", + "id": "0a49f8bf-cc5b-4e93-bb76-5ca177aeb248", "name": "Accepted status after refresh has launched", "originalRequest": { "url": { @@ -65596,7 +65596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eac004d9-5944-44fe-b720-8f38258571fc", + "id": "fc8e0d38-357e-40fa-b5fb-cadccf6d87f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -65641,7 +65641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd7762bb-1262-4ad9-b383-e18d2bf320e0", + "id": "2b4896f9-9acd-47a6-a6f4-02c3742c8e88", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -65686,7 +65686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fb08f36-9fe5-4679-a6bd-9a31cae2cd4a", + "id": "80836d93-d7a6-46bb-9736-c7df81a3edb0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -65731,7 +65731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c1a7759-78b7-4ef6-ac44-4f45723fa322", + "id": "64c78e73-a60b-44f5-8595-9be548537ae0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -65776,7 +65776,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ef6b718-b395-42fb-8d3a-e5e564d839e4", + "id": "25b3f72d-55dc-48cb-a8e6-1d473385c173", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -65821,7 +65821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "397734e1-dcdc-43d5-94cd-5873d38dbde6", + "id": "218dfd06-f021-4ec2-ac61-f8282d32c361", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -65878,7 +65878,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": "b20747ca-b8c7-403e-912f-9014648a45ba", + "id": "a8618b76-e259-486f-909c-5c328f294b6a", "name": "Set Lifecycle State", "request": { "name": "Set Lifecycle State", @@ -65933,7 +65933,7 @@ }, "response": [ { - "id": "ac77589f-19a5-445e-a821-bc331b226a7d", + "id": "09dc3183-8ed5-4911-b76e-23545fad6bed", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -65991,7 +65991,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80b66833-14c1-4f6b-8371-625037ccc521", + "id": "404e525d-be7f-45c2-9c9f-3270df65e5a6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66049,7 +66049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af0d0a60-afd0-47bd-a520-377f74f4be94", + "id": "91485ba4-f759-4795-b85f-3c1519bcb1c6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66107,7 +66107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5160b4ec-e543-43a7-988b-3f3fd65acb93", + "id": "f2ff0245-67e0-44c9-9f02-557cf207cf83", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66165,7 +66165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c58e92d-8990-4f64-a51b-5061a8743ba8", + "id": "cbcff9cf-5850-4005-b043-8f9a0eb084d1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -66223,7 +66223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04042c16-1407-49b1-a464-7c262c671833", + "id": "310085f9-1aec-469f-95d8-6b2599e07767", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66281,7 +66281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06f2cd67-15e2-4810-b0c9-86fe81f101c7", + "id": "6e68f57e-a75b-4972-9564-62f8cd62f43d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66345,7 +66345,7 @@ } }, { - "id": "7f9b90cd-aa05-4169-aad5-25a3c0f540cc", + "id": "a070542d-85fa-49a5-af70-92e144965be2", "name": "Lists LifecycleStates", "request": { "name": "Lists LifecycleStates", @@ -66424,7 +66424,7 @@ }, "response": [ { - "id": "0e45ee59-8f23-40c6-8dfb-71c35b85cc23", + "id": "29cdfba7-9adb-4772-9be9-10b641982a66", "name": "List of LifecycleState objects.", "originalRequest": { "url": { @@ -66506,7 +66506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16c45dd4-344d-4fc1-8928-cbccf61437f0", + "id": "ccef9c4a-fdb3-4418-9c85-0dfb13b4aa16", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -66588,7 +66588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4ca00da-e59c-4342-8cf3-2038e1fb8d87", + "id": "c625915b-36e3-47cc-a67f-e01d804ec28b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -66670,7 +66670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ed07120-b2c7-4cc8-a62f-570970fbe0e5", + "id": "2f2b2432-41d3-4e18-8c59-6d7925259826", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -66752,7 +66752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9134eb4-7da6-4395-8568-e5835da15f0a", + "id": "6ee1aa95-b8e0-4acb-8323-cf16d0bc2ede", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -66834,7 +66834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4b97441-9b3d-482a-9f1d-6d13e9d306ea", + "id": "65ff7b45-23e8-475d-b507-5e0aac8d79c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -66922,7 +66922,7 @@ } }, { - "id": "d778cfc6-77cb-402d-877c-d45500295c94", + "id": "af5a4ba1-9fbc-4405-b56f-a7825797bd12", "name": "Create Lifecycle State", "request": { "name": "Create Lifecycle State", @@ -66977,7 +66977,7 @@ }, "response": [ { - "id": "6570f9bc-f9f7-4aca-b823-4ac46a9cc17f", + "id": "870f0c16-50bd-413a-bced-6b0f06fa1d71", "name": "Created LifecycleState object.", "originalRequest": { "url": { @@ -67035,7 +67035,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d62af3eb-e912-44e6-aed1-c516edc4e254", + "id": "0d61e3dd-8e5d-45c2-8628-aefac988d98c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67093,7 +67093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "514b9c6e-16af-4fa9-a3e3-e817ab1b8d1f", + "id": "4398fe2b-87a6-4c72-9099-90138d1a91b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67151,7 +67151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e5f1f4b-2ce8-447b-9dbe-9467442de6b6", + "id": "655d1a35-f16e-4e3f-bad6-bafa6074903f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67209,7 +67209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebf4d286-ce42-4d83-b411-5cb8336a3d5b", + "id": "4be89a2d-5d24-4fd7-8279-7717f828b723", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67267,7 +67267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ac9fb50-3e6b-4d6d-af8a-2e1e5209268d", + "id": "70dcfb8f-21c0-4dae-ab6c-a9874dcc901e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67331,7 +67331,7 @@ } }, { - "id": "d0866aad-aa49-4900-a6e4-b8d59d185fac", + "id": "c34a532c-3d35-48d6-ba03-ddf0eec58099", "name": "Get Lifecycle State", "request": { "name": "Get Lifecycle State", @@ -67384,7 +67384,7 @@ }, "response": [ { - "id": "b8b20733-2696-4ad4-9854-0808b695b247", + "id": "76c93481-2472-4b47-9af8-e5bbd072a208", "name": "The requested LifecycleState was successfully retrieved.", "originalRequest": { "url": { @@ -67430,7 +67430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e8ff829-12bc-4da7-88cf-eee3b8c57dc8", + "id": "2dfb2cca-474d-4a6b-aa32-bc54f1c58679", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67476,7 +67476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cd126da-09c3-43ff-8fc6-996914b01069", + "id": "1c238da9-580f-4738-b16c-e9ca2dcacfc2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67522,7 +67522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e5d5cfe-a857-4bfa-8a51-0ac23d6b65ee", + "id": "92b43a87-591d-4cf8-bf9b-6fc8fd68e6c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -67568,7 +67568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "343fdc7f-6a28-4f4b-a91a-73e20fb9d3f8", + "id": "7c471bec-1000-4342-a566-c648a42427be", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -67614,7 +67614,7 @@ "_postman_previewlanguage": "json" }, { - "id": "741038a9-c828-47a2-b521-f53037659bf7", + "id": "7a0ada30-82cb-42c8-8d7c-62454b8f2bce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -67660,7 +67660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1335b0cb-3768-48c5-9987-cf2dc2619012", + "id": "287ec2ad-e299-4419-85b1-b42b88c6e837", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -67712,7 +67712,7 @@ } }, { - "id": "59550bf1-cae1-4ba1-8cbc-184805201fbe", + "id": "183b15f8-7779-44b6-9836-3031b22dfec9", "name": "Update Lifecycle State", "request": { "name": "Update Lifecycle State", @@ -67778,7 +67778,7 @@ }, "response": [ { - "id": "df45b7c3-d49f-4034-8ab3-e4bab2cca159", + "id": "ac78ba39-3f02-4e49-b186-6c62874fdc74", "name": "The LifecycleState was successfully updated.", "originalRequest": { "url": { @@ -67837,7 +67837,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca9c6bb1-c7dc-451a-9162-9bac87cd9623", + "id": "eda7872f-6001-4840-8f54-fde0cce5dc40", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -67896,7 +67896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48d279f9-e496-48e4-bb2c-5369c1f62321", + "id": "63ec39d4-ee68-40e5-92c2-654349dc12d5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -67955,7 +67955,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b943a204-9530-4435-9470-efa8302410cc", + "id": "d105b66a-387d-441a-a5eb-5808ec8a8d8d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68014,7 +68014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "242eb103-e869-4ac7-ad8d-3799a05c59a0", + "id": "fbd03c5e-ec0b-415f-bf2a-d8e5ab8b7de8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68073,7 +68073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcb68c6f-4f98-49e3-97e8-85eb3fc7cecb", + "id": "623d6ca4-38c8-43bd-91c1-d95f57076c04", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68132,7 +68132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "07eea7c7-b3b3-4047-9e49-45cd17b8e643", + "id": "a015c9bf-9ef4-4e92-bec9-8030e3cc2f63", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68197,7 +68197,7 @@ } }, { - "id": "0d731c2a-bfc9-4ddd-b2ab-9dd2d29358bf", + "id": "1a493094-b776-4ad2-aeea-0fb22b2008cc", "name": "Delete Lifecycle State", "request": { "name": "Delete Lifecycle State", @@ -68250,7 +68250,7 @@ }, "response": [ { - "id": "d36e6d2e-260f-48f8-b61f-27e8ab6470c2", + "id": "32583e6e-bf9a-492e-a28e-f3efe0ba19cf", "name": "The request was successfully accepted into the system.", "originalRequest": { "url": { @@ -68291,12 +68291,12 @@ "value": "application/json" } ], - "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"laboris dolor aute in\",\n \"name\": \"Contractor Lifecycle\"\n}", + "body": "{\n \"type\": \"LIFECYCLE_STATE\",\n \"id\": \"sunt in\",\n \"name\": \"Contractor Lifecycle\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "76ce5b3e-a294-4366-b7bc-bc11da608819", + "id": "7a863561-79d0-4146-8889-d1921b7f098f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68342,7 +68342,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d3c36af-d69d-4502-b85e-9698a565d461", + "id": "39f31094-af76-4a54-9f71-02e15903b736", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68388,7 +68388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5ff1ab9-0c54-4142-b7a3-e6eb8e77b231", + "id": "a8aa5483-e617-4fd7-aa3b-6aae7a08da39", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68434,7 +68434,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3782523-8e0c-4920-88b9-2d07425b0011", + "id": "3e3856dc-c36a-4291-aa50-947f36295cae", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -68480,7 +68480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8059803-872f-41eb-a9e2-af45f7a466fc", + "id": "2efb71d8-734d-4f50-a54b-3248b6d13ab8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -68526,7 +68526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58ea2d05-0ffc-40a2-8a92-2bb0064934c2", + "id": "19f48bfb-90f9-4756-a27e-f9d182b082c5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -68584,7 +68584,7 @@ "description": "Read and create operations for client data and statuses", "item": [ { - "id": "620bbc48-9f6e-46a5-8bbe-92e7a7bd1976", + "id": "5af164f0-25df-4082-a733-f8e647aebe69", "name": "Get Managed Clients", "request": { "name": "Get Managed Clients", @@ -68650,7 +68650,7 @@ }, "response": [ { - "id": "d3987aad-836f-4f1e-ae58-bba337d784cc", + "id": "e4532561-b1ed-430d-bcc5-bc2a3e947f74", "name": "Responds with a list of ManagedClient based on the query params provided", "originalRequest": { "url": { @@ -68725,12 +68725,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\": \"sint eiusmod labore\",\n \"cookbook\": \"esse reprehenderit do dolore cup\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"ex officia in aliquip\",\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\": \"esse eu enim sed ut\",\n \"cookbook\": \"consectetur aliquip\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"ullamco\",\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\": \"sit ipsum\",\n \"cookbook\": \"quis laboris\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"proident qui\",\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\": \"Duis nostrud ex\",\n \"cookbook\": \"dolore in sint qui est\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"velit et\",\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": "b459d25b-4e36-486a-bc90-855f0d50cbd0", + "id": "468dd47f-9fc0-4806-ba00-83602b52dab1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -68810,7 +68810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c67294a8-3775-4ae4-bcf8-d565b688a1e1", + "id": "15b19eb8-f344-4fee-a99b-3418114db5de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -68890,7 +68890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b18979d4-5a83-4807-b55c-a3f27af457a9", + "id": "8ce952f7-c78c-4f1b-965e-86a2d56972e1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -68970,7 +68970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cddc2e0-4f56-4397-9e25-9d635e6f37f3", + "id": "ef6f77be-1c80-46de-99da-a694b2b1e54e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69050,7 +69050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98309e71-1e35-4204-8782-bf096c83cfb2", + "id": "87c5df5c-3769-402c-99ae-a84f04a32ed3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69136,7 +69136,7 @@ } }, { - "id": "08d562b3-0387-408b-acc4-d99b657dc485", + "id": "29030ff7-ce03-4204-8d04-eba48acb657c", "name": "Create a new Managed Client", "request": { "name": "Create a new Managed Client", @@ -69178,7 +69178,7 @@ }, "response": [ { - "id": "a0723375-028d-4514-b883-4a002dea8b40", + "id": "dd05dfc1-8e49-4d01-a2d4-fcbf521a3d30", "name": "The created ManagedClient", "originalRequest": { "url": { @@ -69229,12 +69229,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\": \"est dolor pariatur reprehenderi\",\n \"cookbook\": \"aliquip ipsum ea fugiat Lorem\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"nostrud dolore 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}", + "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 occaecat lab\",\n \"cookbook\": \"ea\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"id aliqua\",\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": "9ebc19c8-e8da-4548-ab2b-f1c72fe230d8", + "id": "57a8e39d-65d2-4b9e-b0ee-0a95fff63d0e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69290,7 +69290,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7a3cf02-c321-4e53-b0f1-76ac98e94407", + "id": "a5482608-13a6-4918-8f77-b10531834b82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69346,7 +69346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ccaf0bd-0f1b-4096-b03c-f8362c5254e8", + "id": "d0e79167-9710-4f80-9c2f-086c12cadfec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69402,7 +69402,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86428a59-875e-4f62-9bc7-1481b9bc23c6", + "id": "079dfcef-a6aa-4f52-8ba4-6f2544755863", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69458,7 +69458,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a888fd6b-9350-45ca-b72d-6d25f84d4d26", + "id": "adbde1dd-3f20-486c-a76e-4b4fb4f00861", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69520,7 +69520,7 @@ } }, { - "id": "f1a43b26-b56d-45e9-8f1c-32ca5bc01c63", + "id": "92f6b9fb-be7f-4f14-ae87-c23a8d5c38bf", "name": "Get a Managed Client", "request": { "name": "Get a Managed Client", @@ -69561,7 +69561,7 @@ }, "response": [ { - "id": "5fe71147-5be1-4a4e-9fd1-1fa45a0c3f82", + "id": "a415b58a-c875-4421-aacc-a0403f32129c", "name": "Responds with a Managed Client", "originalRequest": { "url": { @@ -69600,12 +69600,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\": \"est dolor pariatur reprehenderi\",\n \"cookbook\": \"aliquip ipsum ea fugiat Lorem\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"nostrud dolore 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}", + "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 occaecat lab\",\n \"cookbook\": \"ea\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"id aliqua\",\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": "225e8caf-ba42-434c-bc5e-25625b36cc5c", + "id": "40b2a916-eee1-4fac-bfa4-52a4019b0a65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -69649,7 +69649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb9bee89-e4ff-46e3-8e52-f41371908eb8", + "id": "818398f2-c6ab-4e4e-a2f5-742ef76c8af5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -69693,7 +69693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ddc3554-912e-4a51-8ee2-a40fecfab210", + "id": "b27690ba-ee4b-4f5d-bed9-5bb8c5abe184", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -69737,7 +69737,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bcb72a0-6629-4732-afd6-57cf2daf9721", + "id": "47dbfe45-b1ee-469c-b3f6-4360ab965d97", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -69781,7 +69781,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80d19a9f-317b-4ff1-8ff6-5efa63b4e88d", + "id": "7fa7074c-2e6a-4e80-9350-89a9b5ccd075", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -69825,7 +69825,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38dc8a49-72d5-4806-bb36-26f9b3007f96", + "id": "2c6a4be6-481c-4863-bdbd-eff7021aa44b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -69875,7 +69875,7 @@ } }, { - "id": "5418b2a6-aa1f-452c-be13-3a7b7f5bc265", + "id": "4eecf5b0-eb62-47cf-81d3-79efa5696534", "name": "Update a Managed Client", "request": { "name": "Update a Managed Client", @@ -69929,7 +69929,7 @@ }, "response": [ { - "id": "5c360f91-1751-42ba-b015-815158c0048e", + "id": "f1451c09-b4b7-4b10-aab3-6f37195d5daa", "name": "The updated Managed Client", "originalRequest": { "url": { @@ -69981,12 +69981,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\": \"est dolor pariatur reprehenderi\",\n \"cookbook\": \"aliquip ipsum ea fugiat Lorem\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"nostrud dolore 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}", + "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 occaecat lab\",\n \"cookbook\": \"ea\",\n \"ccId\": 2248,\n \"ipAddress\": \"123.456.78.90\",\n \"lastSeen\": \"2020-01-01T00:00:00.000000Z\",\n \"name\": \"aName\",\n \"sinceLastSeen\": \"id aliqua\",\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": "43eb510e-c555-41b9-a898-1619fce59d6a", + "id": "e6a1b6a7-f54b-4194-be4e-8d088d6488ff", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70043,7 +70043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f07d9878-8274-46d7-96c9-9e0be2386409", + "id": "0693d397-617f-4b95-b4e4-aee1d91bbe6e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70100,7 +70100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d961867d-40fb-4ecb-9ca8-c8278e4e6d9b", + "id": "c4397136-107e-4d17-8b16-cad19694a74e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70157,7 +70157,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e5c4d63-cf40-479f-8432-f2622f6427ce", + "id": "d2e6e55a-4997-4756-8079-638ed9088c26", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70214,7 +70214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5706a9c9-0293-4689-884b-63099c84d2bb", + "id": "759f5109-ccfa-4f86-914a-0c9722dc3655", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70271,7 +70271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "760d3347-a194-4696-a3cd-90cef6256a16", + "id": "8ecb4456-3400-404c-a07a-9dd818b861b7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70334,7 +70334,7 @@ } }, { - "id": "6eae5a84-eac9-4db0-b63f-42033c3399c8", + "id": "94e3bb63-f59b-4d72-bef7-4a9ba94dcde4", "name": "Delete a Managed Client", "request": { "name": "Delete a Managed Client", @@ -70375,7 +70375,7 @@ }, "response": [ { - "id": "61a5addd-4137-455b-bc15-2b530e3d5b45", + "id": "632f2511-faba-4210-916a-2200c61cc512", "name": "The Managed Client was successfully deleted.", "originalRequest": { "url": { @@ -70409,7 +70409,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cb049610-7733-46e7-9357-3b70b7b47ed9", + "id": "7261a02f-c0a1-4045-9c21-955b7de16e2f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70453,7 +70453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cfbf226-453a-405f-802a-9c7e2bc92e91", + "id": "1c9d539f-dd07-44e5-ad40-c9b1d95884f6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70497,7 +70497,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c8c59d9-126e-42e8-a70b-b7a3b3ca088d", + "id": "a65a6e61-dcf3-4701-8cae-f5f17f0f64a4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70541,7 +70541,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afcda655-6a32-4f1c-bbbe-4ca50964e922", + "id": "e48769d2-f3ac-4629-9d4e-9602d64b2764", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -70585,7 +70585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cfc778a-7678-46cc-aa66-32a30e778e43", + "id": "29e04da8-d43a-4a8a-b7b1-16aa8922c009", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -70635,7 +70635,7 @@ } }, { - "id": "9c3246e5-a123-4d9b-8afd-d489cf49c691", + "id": "b8308fc8-79ca-4b19-b366-c66528354c9e", "name": "Get Managed Client Status.", "request": { "name": "Get Managed Client Status.", @@ -70687,7 +70687,7 @@ }, "response": [ { - "id": "09c9a24c-8cd0-4164-aaac-9c39660e83c9", + "id": "120deb8f-6a27-46b2-9e89-b957d252595f", "name": "Responds with the Status of the Managed Client with the given ID and Type.", "originalRequest": { "url": { @@ -70742,7 +70742,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff09c56a-1d4c-4ade-aec0-452d8ba6feee", + "id": "8bb47077-c957-4255-adc8-8fd4a4041af6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -70797,7 +70797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9e7c1ed-fd9b-4f04-a1a0-71f2133de732", + "id": "375efd8b-0de4-4eb8-af02-f6956bb6bdd7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -70852,7 +70852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2a486ba-dfb6-4c2a-83ac-fe46f7997c12", + "id": "b702015c-8bdf-4c9f-88c3-599a7a50e3d3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -70907,7 +70907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4239780-1404-4fd5-935b-4406235c4702", + "id": "83e6f7ca-9b5b-435d-9048-4951396dd2e4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -70962,7 +70962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7feca52b-2285-4e2a-8192-bdbd29619724", + "id": "2d7cff09-99d6-44e6-9e1d-701f0783bfcb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71017,7 +71017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88530bce-9b54-4af9-bf89-bfcb984771cd", + "id": "0299c5c5-690f-43e5-8037-30e87a0d6fe7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71084,7 +71084,7 @@ "description": "Read and create pperations for client Clusters, including Log Configuration", "item": [ { - "id": "e0b9e4cd-0127-47db-beb0-7d311c0f5783", + "id": "a1015c2a-c37e-413f-8cd6-0483e29da19c", "name": "Retrieve all Managed Clusters.", "request": { "name": "Retrieve all Managed Clusters.", @@ -71150,7 +71150,7 @@ }, "response": [ { - "id": "83ac5f8e-e772-4ff1-a3de-f264469dd172", + "id": "d96cb843-c088-4cb8-be50-6bedd9743b8e", "name": "Responds with a list of ManagedCluster.", "originalRequest": { "url": { @@ -71230,7 +71230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5ee7b06-f16b-43c5-a487-b07d8b7716dd", + "id": "edd84194-31d8-4efc-bd07-e1129bedb4ab", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71310,7 +71310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7575f1a1-1eb5-4afb-beaf-82acd4a73051", + "id": "dd06f323-9e3d-4d68-9317-c4addf4f2873", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71390,7 +71390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6218d75-4112-4ae0-a159-e3b74b05886c", + "id": "10f4dc70-fe57-4393-a8a4-1b49dc3cac9d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71470,7 +71470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2f107c8-2563-45f4-88f2-84cab829389f", + "id": "ea6bdf31-f7a9-42ca-993b-e6e19b0e13ce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71550,7 +71550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "863fb6d2-46ab-43c2-9cf1-8b717c064509", + "id": "65e88ebe-42c6-4a23-b29a-71e3b4c9978c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -71636,7 +71636,7 @@ } }, { - "id": "eeb865d3-397b-478b-a2f4-a4dc40a13410", + "id": "d45683d5-809f-423b-b37b-e50a40b419ae", "name": "Create a new Managed Cluster", "request": { "name": "Create a new Managed Cluster", @@ -71678,7 +71678,7 @@ }, "response": [ { - "id": "9a22b3e2-9b9b-4201-9183-96a338967d63", + "id": "1ba43605-a466-47f3-be31-99a2eacfef49", "name": "The created ManagedClient", "originalRequest": { "url": { @@ -71734,7 +71734,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17a3b124-a722-473b-aa30-bc8f6850196a", + "id": "6a5ade8c-cf5c-4447-8120-7e3d59093d50", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -71790,7 +71790,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbac8b2d-76ff-4006-bd47-ce03550822e4", + "id": "3161d456-80a6-457a-b6e7-69d8c1a3c2f4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -71846,7 +71846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57aee016-ed88-41d0-b379-30d68a32c720", + "id": "059c8b4a-ea0f-4871-b14e-1ed1df9c3ce1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -71902,7 +71902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94366120-2e43-4794-90c1-c37212f9704e", + "id": "50c900a2-1b0e-4ef7-9c95-1f2eee5bb6e1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -71958,7 +71958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b24370c-1f53-430e-9aef-f99aa796d258", + "id": "a53a05ed-66bc-4b11-9b9b-31e6550e7fbc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72020,7 +72020,7 @@ } }, { - "id": "5514a711-b7aa-4def-8fcf-f2663328951c", + "id": "7b72bb7c-059d-4209-b29c-51db33f03221", "name": "Get a specified Managed Cluster.", "request": { "name": "Get a specified Managed Cluster.", @@ -72061,7 +72061,7 @@ }, "response": [ { - "id": "b234f225-c32d-4785-8490-64641c3d1edf", + "id": "f8853036-ed6b-446f-bc2a-966ca7e50b6f", "name": "Responds with ManagedCluster having the given ID.", "originalRequest": { "url": { @@ -72105,7 +72105,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9278970e-b52c-4e99-85d2-dd22988ca4eb", + "id": "3ae4859f-dd42-41d6-9a7f-5793c981af60", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72149,7 +72149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6cae1bc-5c48-493d-9eac-8d527b36598d", + "id": "3cd5dcd4-c737-4855-b660-a5de90a3bf1a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72193,7 +72193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15eebbc9-1ea9-4b69-a420-a4dd1f0aae7a", + "id": "476647e9-3fbd-423c-bfea-fb84c3ad2688", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72237,7 +72237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b7b660d-2eb6-458d-8391-331f04363703", + "id": "7c887ce4-850c-412a-9f4b-bf7711c7638b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72281,7 +72281,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79bbdb8c-b7b3-4bf9-9aa8-005443b36b9a", + "id": "12193b42-168b-4dc8-8308-c66fdc62c3d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72325,7 +72325,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa9b81ca-250c-4a4e-9ca3-f5604bef953b", + "id": "2bec0d51-4a81-4122-ba15-19890ecf039c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72375,7 +72375,7 @@ } }, { - "id": "ff64de4a-8707-40ae-a613-ff5f3c0251a4", + "id": "7f17165f-cb59-49e1-8f90-4a581b463e13", "name": "Update a Managed Cluster", "request": { "name": "Update a Managed Cluster", @@ -72429,7 +72429,7 @@ }, "response": [ { - "id": "bf84f45f-1c91-40d2-a843-d6fce83b620e", + "id": "1102ef44-1020-40f9-b441-4bae558ce43d", "name": "The updated Managed Cluster", "originalRequest": { "url": { @@ -72486,7 +72486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f98cf74-925f-4833-b794-e1dd077bf1c5", + "id": "eab076ee-d0c8-4c86-919f-3fbf53060501", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72543,7 +72543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdcb6408-2b4a-4515-9773-a1861fb813bd", + "id": "2b6f0ead-140e-4efa-9116-5b956ee75856", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -72600,7 +72600,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb272ffd-0203-448a-aa0c-f6636a0fc695", + "id": "d3a728a8-c8b4-42eb-b2f4-6bb6253f5ad5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -72657,7 +72657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87de1054-8225-4c89-85d7-00f78fa21b51", + "id": "4767f69d-b798-4d21-88ad-29d6245fc297", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -72714,7 +72714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9070c14-779b-4fe5-b232-db9a6f75267d", + "id": "e3715af2-7101-40ae-a918-8168ca2d8cba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -72771,7 +72771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ea07a16-2ef3-4c27-a47f-280efc9f2d51", + "id": "69f3997f-750c-49a1-b14d-2368644e6ceb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -72834,7 +72834,7 @@ } }, { - "id": "1a412272-eebc-4f56-b211-c2b544f70751", + "id": "1eef0bdf-02e2-48c7-8c77-03d6deb84c54", "name": "Delete a Managed Cluster", "request": { "name": "Delete a Managed Cluster", @@ -72885,7 +72885,7 @@ }, "response": [ { - "id": "3b155011-1bc0-4c52-861c-b73d25b63157", + "id": "79fbf0f0-da6a-42ba-9bdc-ef61a97f7988", "name": "The Managed Cluster was successfully deleted.", "originalRequest": { "url": { @@ -72929,7 +72929,7 @@ "_postman_previewlanguage": "text" }, { - "id": "85ac715f-d6a5-44e0-8481-5b6ec49f4a39", + "id": "281ca23a-86e5-463d-b68a-bf5b7fb1761b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -72983,7 +72983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3358877-5683-4c08-9bda-566bb730a057", + "id": "f7b5f6c3-4aee-43c5-bbde-b0f42888c923", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73037,7 +73037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b9b15ba-42cd-4bb2-8a95-d08a84edb76c", + "id": "02ed9a28-19bd-43ef-93a2-5fe56d8d2a3a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73091,7 +73091,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5de947d8-3144-40ab-ac79-3db9dbf1e586", + "id": "f03a3131-429c-41b5-a301-b2c1a70e614c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73145,7 +73145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45391501-16f1-458a-9c44-eb2967d0b283", + "id": "ecc0e178-d94a-4907-be4b-a49ed73f54a8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73205,7 +73205,7 @@ } }, { - "id": "3895a7c9-a115-4a49-a427-55af438e92fe", + "id": "516f467e-e4de-426f-93b0-e7caafc379cb", "name": "Get Managed Cluster's log configuration", "request": { "name": "Get Managed Cluster's log configuration", @@ -73247,7 +73247,7 @@ }, "response": [ { - "id": "a40fc153-d947-4240-a26d-f297e2c98480", + "id": "fdcb7d7b-2ce8-45d9-b9f7-c210f37615ca", "name": "Log configuration of ManagedCluster matching given cluster ID", "originalRequest": { "url": { @@ -73292,7 +73292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d04d2bb-5e9c-40dc-98a9-896b1b26d3b9", + "id": "e6a3a4f0-5ae5-44bc-b015-362a5e73aef8", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -73327,7 +73327,7 @@ "_postman_previewlanguage": "text" }, { - "id": "29971866-e8ff-4f57-b5a3-65259b6bbc4f", + "id": "6f2b3b7d-230e-42c4-b6ec-340a592c6b23", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -73372,7 +73372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4aef3756-2e25-474f-a3a0-ca44baf8631f", + "id": "926bcfc4-c65f-46b1-be96-09a6e7d899e6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -73417,7 +73417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccdbb9b6-35ec-427f-a0da-97e8859a66aa", + "id": "d0aa6134-43bf-4ddf-988a-51f9d18d8084", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -73462,7 +73462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27c6a783-87d0-4be1-8544-e4fad42252c2", + "id": "6e8e82d6-04bb-45ea-8cad-47bb7655c145", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -73507,7 +73507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f8e990b-6c1a-4b5f-bbc4-a91ded1e3204", + "id": "a2b5d093-7fcc-4503-9db4-ecc920488943", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -73552,7 +73552,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5671f2cf-b425-4e7f-b4a1-54e7732affca", + "id": "c1d48cc7-164a-440e-a790-97b1b7952732", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -73603,7 +73603,7 @@ } }, { - "id": "6db9713f-cba1-4901-b779-74a2985927de", + "id": "f99c9715-4133-4d25-a381-773f15591bdd", "name": "Update Managed Cluster's log configuration", "request": { "name": "Update Managed Cluster's log configuration", @@ -73658,7 +73658,7 @@ }, "response": [ { - "id": "030ccab3-c849-4b0b-b50c-702eb2591a5d", + "id": "45509a78-5321-430b-8156-fddd0c24962d", "name": "Duration Minutes", "originalRequest": { "url": { @@ -73716,7 +73716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b45c2b0-c99e-4dcd-8b8f-7544041fa989", + "id": "ac675aa4-6683-479b-a9e4-b9a288d5a9ad", "name": "Expiration", "originalRequest": { "url": { @@ -73774,7 +73774,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ce9d79f-461f-4238-b067-c6434208513c", + "id": "eb4bf35c-b45c-49b1-935a-ac943d68c76c", "name": "Duration Minutes", "originalRequest": { "url": { @@ -73832,7 +73832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7d9e24c-4cc4-4b63-bdf0-3140bebb18e7", + "id": "604b50b8-8cb5-446a-b33d-a1aaf9a60cb5", "name": "Expiration", "originalRequest": { "url": { @@ -73890,7 +73890,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bca80f1-cf05-4765-8f5e-9e1a8f2d4ee7", + "id": "dbf8ee0e-5b47-4823-90a6-326ea6d7b730", "name": "Duration Minutes", "originalRequest": { "url": { @@ -73948,7 +73948,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ebb82aa0-5400-4775-8352-5a40093e63ed", + "id": "5b49f222-b5be-4230-b797-638856b1db11", "name": "Expiration", "originalRequest": { "url": { @@ -74006,7 +74006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6832a90a-15f8-47a5-9358-8074a0fec8b5", + "id": "050714b0-d8a3-4eb5-940a-dcf084d353a3", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -74064,7 +74064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fb5c879-8084-45fe-8e40-3fca948e0997", + "id": "c7636828-ad0d-43e0-ba8d-b8c363429fbd", "name": "Expiration", "originalRequest": { "url": { @@ -74122,7 +74122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d60c6fa8-5bcd-41de-a862-241d7dff093b", + "id": "91209a08-ce48-407f-b60d-33a6e590ba06", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -74180,7 +74180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71867dc5-7f85-4933-862f-5d5de2080f33", + "id": "44203bca-55fa-4345-bbe4-f6e09eda0fb3", "name": "Expiration", "originalRequest": { "url": { @@ -74238,7 +74238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2bdc1ce-d408-453f-9bec-3e5c0b22cf03", + "id": "ae7b2a28-06eb-4343-ab0b-523d8cd8a75a", "name": "Duration Minutes", "originalRequest": { "url": { @@ -74296,7 +74296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0186582-60d6-423b-ad74-85b66a20b206", + "id": "4a8c365d-27ea-4691-a098-00f8bf71b499", "name": "Expiration", "originalRequest": { "url": { @@ -74354,7 +74354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afe2b6c1-6628-4e3a-a178-dbe66ebd0a02", + "id": "6a4e646f-c089-4616-b053-7c833377e510", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -74412,7 +74412,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b69cec4b-879d-4fdf-9870-a59d308e17c8", + "id": "66916324-f4b1-4806-941a-03912023f3f9", "name": "Expiration", "originalRequest": { "url": { @@ -74482,7 +74482,7 @@ "description": "Configure and test multifactor authentication (MFA) methods", "item": [ { - "id": "daa79f51-62f4-4e2d-b2fa-0f686288b463", + "id": "9e491fa0-c41b-435e-9e51-6b32998ea1c7", "name": "Configuration of Okta MFA method", "request": { "name": "Configuration of Okta MFA method", @@ -74513,7 +74513,7 @@ }, "response": [ { - "id": "4f1d0593-fbb3-4493-bd74-782d02623e23", + "id": "bb3c3ee2-0fe8-42fe-91a4-a60ba8857831", "name": "The configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -74558,7 +74558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e19677fa-4d25-4230-a966-bfbf05056e5c", + "id": "c0ee18dd-a0de-43f2-b276-7601d1cba2a5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74603,7 +74603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6f09d9d-277a-418e-b1ff-058b5e9be1e1", + "id": "efa9c573-28fe-4975-aecc-fe28aa1a58a0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -74648,7 +74648,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d48133e-3171-4e95-be9c-09f29ce836be", + "id": "5e8ce749-ec88-480e-9493-0854945aa643", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -74693,7 +74693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32422458-c97c-4dd5-80f8-1aca12faa2be", + "id": "8e1f67f6-e261-4f43-9b7c-af8be536623c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -74738,7 +74738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a538d81e-63be-42de-a625-324eb04acaa1", + "id": "2519f97a-a035-4039-8cbb-555187050c27", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -74789,7 +74789,7 @@ } }, { - "id": "2a9c338a-e4b1-4a0b-8721-a3eb366c17d9", + "id": "d312106f-498c-4eac-ad42-7fe19271e9ca", "name": "Set Okta MFA configuration", "request": { "name": "Set Okta MFA configuration", @@ -74833,7 +74833,7 @@ }, "response": [ { - "id": "2b7829d8-0d41-44ff-b580-437f7bbddd92", + "id": "46527b32-a0c7-434b-8c72-02c9c9eeaee5", "name": "MFA configuration of an Okta MFA method.", "originalRequest": { "url": { @@ -74891,7 +74891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69e5e1a0-f457-4e1b-a8b1-fdddff7ff14e", + "id": "9e9260b1-4853-468b-b96c-07730af86b7b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -74949,7 +74949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90a72628-cebb-4cb4-94e4-db4442854719", + "id": "cf13fd87-fc8b-4587-a6fb-5ce26bf2fe04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75007,7 +75007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1821f82c-25cf-4b3b-9a6f-9ee7ac82cd87", + "id": "1c37778d-e6f8-448d-a900-1d2a649b72fc", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75065,7 +75065,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9787f390-8625-4e3e-8adb-a60b095ab71b", + "id": "8ed44ae1-7f4c-42e9-bd19-f689105c92d0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75123,7 +75123,7 @@ "_postman_previewlanguage": "json" }, { - "id": "545c46bb-c2c4-4705-a0f8-bdff7acc179f", + "id": "ce4e4c41-a4b4-43ff-8d17-e170f8ab76b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75187,7 +75187,7 @@ } }, { - "id": "53ecfa45-aa04-4c27-a854-a89a1d7b96e3", + "id": "d0f9b714-a069-4132-afdc-8e680a8e9aa8", "name": "Configuration of Duo MFA method", "request": { "name": "Configuration of Duo MFA method", @@ -75218,7 +75218,7 @@ }, "response": [ { - "id": "fca6109b-0896-4924-8016-2b81b6eba314", + "id": "b55c4c4b-189a-4397-a87c-ea761df7ed61", "name": "The configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -75263,7 +75263,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fff3e3f-d8fa-4474-8037-b4036f785243", + "id": "cd221c7b-d630-42d4-893f-ed3545a244c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75308,7 +75308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40d4aa2a-e68f-4e6d-a48a-cbeb44d44922", + "id": "927a1512-fb59-4fec-a77d-067760d4f628", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75353,7 +75353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f341ee5-ef62-4b49-95ba-42fe62b03b7a", + "id": "b567542f-ed6c-478f-a9db-e9c8b6c21893", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75398,7 +75398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "743714ed-d83e-4a53-8f8c-ec13b4e3676b", + "id": "e17a7c38-6e97-4dc5-99d1-a45907d28e58", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75443,7 +75443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b68b443-8219-4da9-9d9c-6fcaf83fb9d2", + "id": "6f8f154c-2289-41d3-b2dd-0e22b970b915", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75494,7 +75494,7 @@ } }, { - "id": "8d343320-297f-40b7-880b-160306f33693", + "id": "15e27335-2adc-4193-b0dd-6967dc8f249b", "name": "Set Duo MFA configuration", "request": { "name": "Set Duo MFA configuration", @@ -75538,7 +75538,7 @@ }, "response": [ { - "id": "68a4bbd2-af43-4665-88a6-58acda5ece02", + "id": "117914ee-1c35-4ebe-969e-888dd0626133", "name": "MFA configuration of an Duo MFA method.", "originalRequest": { "url": { @@ -75596,7 +75596,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9e77b1d-765f-4754-90fd-d26802097a05", + "id": "d5e583be-fb39-4071-831f-6948fe8340c4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -75654,7 +75654,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf153b59-b4d1-48df-bc29-3c707bdbfb5a", + "id": "ac855960-a235-4869-880e-556a487d4884", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -75712,7 +75712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22fe5e37-dcae-4647-9cd7-f8852765dfe5", + "id": "94b6023e-ad4f-4341-bd78-17b925f58669", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -75770,7 +75770,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae9b6caf-7bdf-4b20-ae84-b7d887820252", + "id": "638b6c0c-3c73-44a7-936b-3f5a52efa620", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -75828,7 +75828,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77a908f0-a56c-439b-a6fe-83b5de8baa58", + "id": "ccc8fb7e-50a8-4be7-a05b-27c485e05546", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -75892,7 +75892,7 @@ } }, { - "id": "a1a73fcc-21d7-45a6-9017-95b3a79fd979", + "id": "ba506f3b-9ab8-4940-a416-472d4c25566b", "name": "Configuration of KBA MFA method", "request": { "name": "Configuration of KBA MFA method", @@ -75933,7 +75933,7 @@ }, "response": [ { - "id": "38d90040-7674-450b-bd1d-6513f9811f26", + "id": "82bc46b5-c3c0-4eb3-8267-12f9c5a4abb0", "name": "The configuration for KBA MFA method.", "originalRequest": { "url": { @@ -75988,7 +75988,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30168061-80bf-4b31-8cd0-d585f73b4594", + "id": "940fa763-c3a2-4fce-9999-99ef0d80ded5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76043,7 +76043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25020f2a-e1e5-46d8-b92e-c08c68922440", + "id": "5000b574-d376-42dd-a959-018d1ca55e9f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76098,7 +76098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad56cd88-433e-475b-8256-dd666ec03060", + "id": "247a1b6b-313d-4b7f-a67f-194e965e398d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76153,7 +76153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b718dc6b-849d-42d8-b835-dd7dbfae9162", + "id": "740e0e44-c35d-43df-a3d3-862cf0d89054", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76208,7 +76208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfd65061-2de0-4ea5-a7cf-7dfffdb60690", + "id": "b6393336-3ef8-4cee-afb1-672ae18a349c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76269,7 +76269,7 @@ } }, { - "id": "9637e382-2f9d-4f52-b8af-761bc34938fc", + "id": "732d2907-d00c-49e2-833c-7de316c040ed", "name": "Set MFA KBA configuration", "request": { "name": "Set MFA KBA configuration", @@ -76314,7 +76314,7 @@ }, "response": [ { - "id": "58ba08eb-3089-45b0-905c-9ec6ce7c113b", + "id": "4079019d-4f13-4296-9919-67a941d95424", "name": "The new KBA configuration for the user.", "originalRequest": { "url": { @@ -76373,7 +76373,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6d30a5a-adf9-4f90-8a8b-bde74bc944af", + "id": "c7ff3d61-6c67-4703-ab58-8d5b8a0ca6d1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76432,7 +76432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d17db7d1-80af-43fd-8a66-f34b1d44edc9", + "id": "4a9f80bc-5f87-4045-84a6-4693e49cbdea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76491,7 +76491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2a38c9d-7369-428e-a4e9-ff1e3837bc71", + "id": "2fb289f8-2501-47b0-9d9f-6b7229ca6ee5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76550,7 +76550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3cfaf3b3-eece-499c-9d97-98b256413e1b", + "id": "78c5042e-bb4a-4b2d-9e18-2dbbfff3bc4d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76609,7 +76609,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f14d2e68-f398-40af-8365-159091169a52", + "id": "a2450566-bfdd-4e1f-8f40-0c07386e831d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76674,7 +76674,7 @@ } }, { - "id": "4763338e-cab2-4c7e-af58-3f5856f0aea9", + "id": "6740e7fc-8fdb-4760-b15a-d7f747569dae", "name": "MFA method's test configuration", "request": { "name": "MFA method's test configuration", @@ -76716,7 +76716,7 @@ }, "response": [ { - "id": "5bbc20af-29da-476b-addb-8273739e45bf", + "id": "889e3a51-9df2-4c3a-9978-1df834d91fd3", "name": "The result of configuration test for the MFA provider.", "originalRequest": { "url": { @@ -76761,7 +76761,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bdabd08-c40e-4173-ae09-0e2b4199f67e", + "id": "a6f7aa28-503c-4db2-9d9a-7199a98446ae", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -76806,7 +76806,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87698f43-e715-46ba-963c-7a32b77de411", + "id": "49372eb3-2894-4107-b073-a03e6c516168", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -76851,7 +76851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e22283d8-e411-49d1-a738-ff715209cdda", + "id": "e74f7661-8506-425f-a57d-1ab8129ec213", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -76896,7 +76896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0366800c-f723-4a17-97fd-0891c95f62f4", + "id": "e351a4b8-17c7-4065-ad1a-49262d7b2370", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -76941,7 +76941,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3018694e-8c8d-4146-a756-c988d183606f", + "id": "afacd4e5-197d-4699-8ce2-da650326cd1d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -76992,7 +76992,7 @@ } }, { - "id": "01695845-4b04-471c-9b24-f87897dadf42", + "id": "bc0c093b-90dd-46bc-8267-bf1784fa7aa1", "name": "Delete MFA method configuration", "request": { "name": "Delete MFA method configuration", @@ -77034,7 +77034,7 @@ }, "response": [ { - "id": "918dbdd8-971e-4021-8c0a-e1829e94164b", + "id": "484e2a4c-d36e-4921-ac06-645508c50800", "name": "MFA configuration of an MFA method.", "originalRequest": { "url": { @@ -77079,7 +77079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0560df4-8853-4376-b9eb-778492cd7491", + "id": "adb2fbca-5341-48b2-80f3-42dc62915d33", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77124,7 +77124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f31c19fa-35df-4373-b735-11543d39de98", + "id": "6b360536-c178-4494-9972-fc2d54131256", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77169,7 +77169,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85daf019-e6ed-4154-8ae6-8faa7c300e1f", + "id": "21ace8d8-5dcb-41cc-bc3c-b1123fa3c0f9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77214,7 +77214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cdec5b17-450c-4365-a0ad-e0e26d3e6997", + "id": "8d5e4c07-3216-4c37-887e-0d7998068607", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77259,7 +77259,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75215057-6917-4ab2-add7-d5178d843f9c", + "id": "bc30d4de-2ed4-4e9f-9497-f8d1e9c70470", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77316,7 +77316,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": "bb84d258-f3ae-4c84-97bc-3d1e3c565349", + "id": "57857c55-5504-4703-9501-281090d90f5e", "name": "Verifying authentication via Okta method", "request": { "name": "Verifying authentication via Okta method", @@ -77360,7 +77360,7 @@ }, "response": [ { - "id": "ed39f8e9-198f-46e6-b125-0ae9b905135d", + "id": "0799793d-6a10-4983-b2e0-6eb3268dca7f", "name": "The status of verification request.", "originalRequest": { "url": { @@ -77418,7 +77418,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01a9ad7b-1c5f-4a06-951c-57c9a014efbc", + "id": "3423aff9-86e8-49d8-9079-0fe0a46bf831", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77476,7 +77476,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1ed020b-95fd-4afd-8302-34d76a4aebd8", + "id": "2567b54c-c47a-4138-87eb-8ce3a14f67bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77534,7 +77534,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f0ef1fa-1e6c-4640-9956-a20a7218551f", + "id": "649b3eea-5b3c-48ef-be15-4b0078bf59a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77592,7 +77592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6aac579-8f22-472a-a21c-4cf68fd529ae", + "id": "a8e13ee3-01aa-413c-9477-acfa444868bc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -77650,7 +77650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f45af49f-598b-4e14-8430-28d6e4b12297", + "id": "866409b8-7d6c-45b2-8a51-7bcd54baec08", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -77714,7 +77714,7 @@ } }, { - "id": "c30c8534-0fd1-476a-858f-20b8f5be2155", + "id": "48be5623-1031-43a5-bc07-61185009e626", "name": "Verifying authentication via Duo method", "request": { "name": "Verifying authentication via Duo method", @@ -77758,7 +77758,7 @@ }, "response": [ { - "id": "4aca35b5-75cf-4d34-8f8d-c7dded180212", + "id": "7a053f4e-eb49-4aac-8b3c-de38604de92c", "name": "The status of verification request.", "originalRequest": { "url": { @@ -77816,7 +77816,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c4c5dbe-8780-489a-99b7-a6bddd3e7d94", + "id": "8ea01992-d927-4d8a-95ac-7a122adeee2d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -77874,7 +77874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f03de80b-0e0c-4c73-8e92-5d6c55afc718", + "id": "a430f824-13fa-4d3a-81a9-127936efcba6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -77932,7 +77932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0180d1c7-0af5-4bf7-aaea-be9baecda29b", + "id": "5c61faf1-5afb-4f38-938f-4c1a6eea5a76", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -77990,7 +77990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcd3bf90-9861-47ea-8e26-5340bd112ad8", + "id": "91a574de-5b2d-4c44-8245-ae256ca5a242", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78048,7 +78048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5c9c5d5-766a-486f-b255-6fa7b1e0d9bd", + "id": "f9041fec-713d-4ad1-8cb3-3665a4362f3e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78112,7 +78112,7 @@ } }, { - "id": "fb13ca6f-9f7d-4e55-b397-69ec1d6a7691", + "id": "0d572ed2-1a36-4455-9022-720b3439ef1e", "name": "Polling MFA method by VerificationPollRequest", "request": { "name": "Polling MFA method by VerificationPollRequest", @@ -78167,7 +78167,7 @@ }, "response": [ { - "id": "460d8972-5e45-4b59-98b4-c887e1468d6b", + "id": "e83aa72b-7c8f-457e-b710-2d399b1fbebb", "name": "MFA VerificationPollRequest status an MFA method.", "originalRequest": { "url": { @@ -78225,7 +78225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afdede96-bbf8-4a2e-bc20-64e6de3f68d9", + "id": "31bfbc68-d546-40a9-bf77-f87f75afa68c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78283,7 +78283,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5df2422-86ee-49a6-8073-ed3cd003a52e", + "id": "31ff052f-3596-4da7-a739-bb40fe73b8ad", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78341,7 +78341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb2d4cb9-8369-4b37-b036-23137deca708", + "id": "ca3376e0-816e-42c8-9ee2-3e3b690015d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78399,7 +78399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8aa4a782-3707-4742-8847-d5c0ffe5531c", + "id": "ac3b1350-69d2-42f9-8f7b-221c7c0e93ea", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78457,7 +78457,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb21ef25-978b-409f-9f2b-bcd07f832492", + "id": "9f6d16d4-49c4-4862-80c7-b1607048c302", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78521,7 +78521,7 @@ } }, { - "id": "9ba91522-0cef-438a-acad-e7b5879c50b9", + "id": "b60a4258-5481-4a03-ac0b-c0784011cd22", "name": "Authenticate KBA provided MFA method", "request": { "name": "Authenticate KBA provided MFA method", @@ -78565,7 +78565,7 @@ }, "response": [ { - "id": "064f6530-3d40-4203-bd6a-4f5e75dc7059", + "id": "ba1328d7-a801-4629-bad9-032172a06797", "name": "KBA authenticated status.", "originalRequest": { "url": { @@ -78623,7 +78623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9341c1ac-f0c2-4a70-801b-d6a7ac58c4cd", + "id": "bbc144e6-b1dd-4bb5-a42c-8385b4d9a63b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -78681,7 +78681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26230c9c-a7fc-41a0-8b5c-830f7051e93c", + "id": "46b104df-2464-462e-9af3-281ca94a20b4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -78739,7 +78739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2ec57ff-a79c-46e9-8b18-78b9aabceaac", + "id": "a3331628-b6b3-453e-95ff-64eb0e2a31c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -78797,7 +78797,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d1e9486-985b-4a89-8348-dc57400e7f15", + "id": "64b2566c-84a7-4205-ad5c-ee4b3a0038b7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -78855,7 +78855,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a138316f-3480-40f2-a91f-fe3ecfb74417", + "id": "833190f6-45ab-4687-8c46-9a4e2c5d4bde", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -78919,7 +78919,7 @@ } }, { - "id": "be24dac2-bec4-451a-ba7c-21a22294d4bf", + "id": "aefc3956-07f5-42cd-a1f1-b9bcada7d7ec", "name": "Authenticate Token provided MFA method", "request": { "name": "Authenticate Token provided MFA method", @@ -78963,7 +78963,7 @@ }, "response": [ { - "id": "744917c9-b4f1-4de8-99fd-43bcfa8979e5", + "id": "1de801ea-a09c-4d0e-af99-3e2653cc7417", "name": "Token authenticated status.", "originalRequest": { "url": { @@ -79021,7 +79021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4d2c22c-2c9e-4a07-8f0b-380a756d1089", + "id": "8ede0219-1ada-4576-b418-5fa4d23e06be", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79079,7 +79079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59ae3894-253d-4b8c-8872-d831b92c5b1c", + "id": "380f0897-f436-4749-aed9-08f0357142fa", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79137,7 +79137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f8072f2-b5a4-416d-8301-3287225af958", + "id": "b9685f26-5c42-4608-91fa-0585e155d47f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79195,7 +79195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc28fd22-7dba-4245-8c79-b92cc0edfb7d", + "id": "85285c52-d586-4398-a2b6-62c9e3433df0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79253,7 +79253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c593ed9e-7197-467e-8283-000b8e7ad765", + "id": "59699185-0641-439f-a684-b4efb1e19279", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79317,7 +79317,7 @@ } }, { - "id": "f030ff08-3633-4f54-889c-3bcfdfd45ffc", + "id": "4eda2528-b303-413e-a269-c922b0ba2f2e", "name": "Create and send user token", "request": { "name": "Create and send user token", @@ -79361,7 +79361,7 @@ }, "response": [ { - "id": "52b2f871-e224-4002-a0d8-fa58aa43bab9", + "id": "0e1662b6-62d2-4e6e-980f-efd0f51f9e20", "name": "Token send status.", "originalRequest": { "url": { @@ -79419,7 +79419,7 @@ "_postman_previewlanguage": "json" }, { - "id": "650ed854-a51c-4e3d-a7d5-32d2ad3a1576", + "id": "8f2fd51c-9125-4e34-b91c-b670206f0853", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79477,7 +79477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "407ff3ac-fe80-481a-be33-18f3b4bd43a6", + "id": "b6c18a9c-da6f-4847-8970-26e9a1c32b09", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79535,7 +79535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5e0f8c3-60c9-4fd1-8e41-d54c2852b1d5", + "id": "6ca8b6dc-11df-4ad1-bd20-ab4ca6a3f658", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79593,7 +79593,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb1707a9-a738-4a0a-bd1a-c27a37baa421", + "id": "3393c6dc-3a02-4731-a73c-3e6d35f1259f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -79651,7 +79651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "404c1ad1-15fe-4d2b-9870-4f8ddce506e7", + "id": "72bbb4ef-8941-44e9-ade4-4d7b30d28ad5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -79721,7 +79721,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": "665a4f29-08db-4f16-a972-1c76d1c7cf2c", + "id": "23eb03b1-5fbd-4d15-98a8-2bf317bba8b9", "name": "Create Non-Employee Record", "request": { "name": "Create Non-Employee Record", @@ -79763,7 +79763,7 @@ }, "response": [ { - "id": "dda9e5e3-5a5c-4ecd-b1fe-4ab6f2baa03f", + "id": "7f6c8862-454f-47af-950c-b5b3640d1817", "name": "Created non-employee record.", "originalRequest": { "url": { @@ -79819,7 +79819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb2d6e10-b41c-4045-8cd8-081118904c02", + "id": "db096ef0-36dd-47ed-ad7b-54e6c26bc416", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -79875,7 +79875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "493bd213-61d4-4b23-99f3-1494a383fa12", + "id": "ad5c1abd-27a9-487a-a9fd-bb52d08d6e48", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -79931,7 +79931,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dabbe70-b478-4ea4-8f2c-7d69791427b9", + "id": "00d89ec6-ce67-41e9-9998-2e83555c2d98", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -79987,7 +79987,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc421f2e-988a-452d-aa6a-edc5f2506653", + "id": "52de992d-c8e2-4136-92ef-d197a5757789", "name": "Too Many Requests - Returned in response to too many requests in 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": "35ef5a51-2deb-47d8-a879-a2bf66d074b4", + "id": "24000faf-d99c-4709-a6c8-11218bfd83a4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80105,7 +80105,7 @@ } }, { - "id": "02e8184d-8ed4-4316-920e-8c07569b7e8d", + "id": "138f3753-5ff0-4c43-8c8b-4526812b4869", "name": "List Non-Employee Records", "request": { "name": "List Non-Employee Records", @@ -80180,7 +80180,7 @@ }, "response": [ { - "id": "dad555d2-2267-44bd-83be-efb83103d9dd", + "id": "4e7deba8-77fb-4aa5-a846-fd29d7d606e2", "name": "Non-Employee record objects", "originalRequest": { "url": { @@ -80269,7 +80269,7 @@ "_postman_previewlanguage": "json" }, { - "id": "905de61c-3be8-4528-8a55-5cbff1fa1837", + "id": "4c4a1791-faaa-4b88-89e9-4c45e7e66170", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80358,7 +80358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9eb29a6d-4989-4455-9375-4f9c3e8d3df8", + "id": "c34abc6f-743d-4402-af6b-07b35e283b11", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80447,7 +80447,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b437f63-8101-4280-b277-d2ef369c457b", + "id": "98e7f310-6c0e-4e89-b04b-4e5fe49ede05", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80536,7 +80536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3623cbb5-31c3-4dfc-bd56-3e051af818b0", + "id": "20aa0826-65ff-48b3-aaab-7d9c0f5cfad5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80625,7 +80625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3920a834-8131-4140-8b52-5368183d2657", + "id": "5ee0e413-46d0-408d-b3ec-1a15421ba608", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -80720,7 +80720,7 @@ } }, { - "id": "b2c7d012-398e-426e-ab0e-2a3d09365227", + "id": "26f669a3-fb94-4a76-a41d-d554375ee83f", "name": "Get a Non-Employee Record", "request": { "name": "Get a Non-Employee Record", @@ -80761,7 +80761,7 @@ }, "response": [ { - "id": "5a03c586-29c1-4a79-929b-4b399f58f25e", + "id": "7826ceab-7bee-4e6c-a060-d45f71f6841e", "name": "Non-Employee record object", "originalRequest": { "url": { @@ -80805,7 +80805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eb8ec04-2acc-4487-b018-25232703c1e9", + "id": "212bbea7-d0f2-4165-b7b4-edafd12f4a6c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -80849,7 +80849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3c74b3f7-2905-4258-b3c0-72e4028d9889", + "id": "d68ccda7-4734-4a0c-b850-396044d11c60", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -80893,7 +80893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bdba7c6-4aab-4616-baef-d0e6fffb5b03", + "id": "7a698e9b-6536-4812-82eb-f541b41031b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -80937,7 +80937,7 @@ "_postman_previewlanguage": "json" }, { - "id": "572a1d1d-56de-43fd-9491-31895bd485fa", + "id": "03cef320-86f7-4d6e-af61-5e8d4cfc2f0a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -80981,7 +80981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "900b0a13-e187-4684-8791-a27bda3da8b9", + "id": "6a5206ae-68c1-4013-afb5-7045617f0413", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81031,7 +81031,7 @@ } }, { - "id": "43f2d6e9-0119-40d5-8e0d-eea9b76595cf", + "id": "a281409a-04d0-41c2-8fc3-63c1afb380ba", "name": "Update Non-Employee Record", "request": { "name": "Update Non-Employee Record", @@ -81085,7 +81085,7 @@ }, "response": [ { - "id": "c5bccfb3-6f34-46db-93d7-963129d844ad", + "id": "9d261241-90b5-48cb-acbf-8e2f29dd76ab", "name": "An updated non-employee record.", "originalRequest": { "url": { @@ -81142,7 +81142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d0f5d60-de8a-4e32-b41e-5ac8e538d37d", + "id": "23f04da3-f889-4691-9d78-efb7aa29ad2c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81199,7 +81199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82c901b3-c3d5-4f5b-bd51-2ad24b65f2c4", + "id": "05e46cc5-1d9b-40cb-af31-43319b2135d0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81256,7 +81256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56246926-4546-42f9-acfb-ee7d3288f81c", + "id": "875fc491-6899-4568-900f-e4e6df531ad3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81313,7 +81313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3ebfd1e-f06a-4716-9526-8c9fa65e998a", + "id": "56c112ca-3edb-401b-866a-318f8ca901ec", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81370,7 +81370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f57a5dd2-57b9-42bf-b14f-ba69a0703532", + "id": "fb4c35ca-2013-41c0-9574-6a59c4193dae", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81427,7 +81427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28ff8c17-80c1-417d-8a0d-7fa598b21e9e", + "id": "e7a15474-c573-4938-bac5-d55606aab03d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81490,7 +81490,7 @@ } }, { - "id": "eaf4b1fb-6640-4758-9fd1-1e53acc95a44", + "id": "311b588e-1575-4ad4-8457-606047226ec5", "name": "Patch Non-Employee Record", "request": { "name": "Patch Non-Employee Record", @@ -81544,7 +81544,7 @@ }, "response": [ { - "id": "1a81c472-018a-47d1-b7b9-7cd2faf1eb69", + "id": "ecf95964-8e22-48a5-baad-54bb36999050", "name": "A patched non-employee record.", "originalRequest": { "url": { @@ -81601,7 +81601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87a9533e-8956-44bb-89e7-dee13ca45efe", + "id": "94724cc4-8b1f-412e-95cb-fa4726a6957d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -81658,7 +81658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "136615ca-d44e-4d23-97fe-292af60b68bd", + "id": "16073e9d-a689-493e-a55c-47b746abb914", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -81715,7 +81715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1866d7d2-9a1a-4373-a849-a3506cd7bd73", + "id": "54d4bcdb-5243-49e2-960e-1297b13bc65d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -81772,7 +81772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc2c5704-7e42-41a8-988b-a0672fd4a331", + "id": "4ebc8d47-e145-42c3-9df9-2e8769f2b58b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -81829,7 +81829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "679bfa77-7701-43be-bd24-e8173c908080", + "id": "8edb5d5f-02a6-4345-856c-1de297492821", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -81886,7 +81886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "940432ec-10a6-4905-8937-68ea83b3730b", + "id": "87548882-d750-43e0-a25c-a43d7f1f4fc0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -81949,7 +81949,7 @@ } }, { - "id": "50337616-7e39-43fb-a1d7-3adc116e99d1", + "id": "b5fd2346-0113-455c-82cf-0cd99d68eaad", "name": "Delete Non-Employee Record", "request": { "name": "Delete Non-Employee Record", @@ -81990,7 +81990,7 @@ }, "response": [ { - "id": "248f3d73-bc87-4289-a270-36e53840c0bb", + "id": "45a573e6-553f-4bdf-af1e-67e929d6eeca", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -82024,7 +82024,7 @@ "_postman_previewlanguage": "text" }, { - "id": "95a79e1d-edba-4bcd-a66c-824123c051b2", + "id": "64d7cf0b-b5b7-4c02-a48e-e9057a6f3d3e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82068,7 +82068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65af9051-4fea-4f11-8c27-576e3871e5fe", + "id": "ec5bbbb3-8d4d-408a-9c6b-75d51b3c33bb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82112,7 +82112,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b8e59ee-85fb-4540-b5ff-66979b3b994a", + "id": "3990d12b-16c9-44d1-aaa9-fd6d9607b878", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82156,7 +82156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e77108c-8da1-4021-b20b-576c9549a6a1", + "id": "455b1748-22fc-4d54-9fe1-3f25fbb5c2de", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82200,7 +82200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f4d6aa6-410f-4a43-884e-b28a10feebf3", + "id": "3c3d6ab8-e3ef-405b-aa59-4e9aa68a4393", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82250,7 +82250,7 @@ } }, { - "id": "e661b354-c252-4a07-bfbd-9f9fa0074efa", + "id": "c529e1c6-c4a8-4a7f-a690-0f7943165d3e", "name": "Delete Multiple Non-Employee Records", "request": { "name": "Delete Multiple Non-Employee Records", @@ -82293,7 +82293,7 @@ }, "response": [ { - "id": "34080dfb-c029-4c42-8ce4-44939a341b98", + "id": "32a09d28-2971-4887-b96a-0e0d664a2011", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -82340,7 +82340,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2a6767c9-75c5-47c9-aaab-181e48334a9f", + "id": "1615bb24-3cd1-4dbd-bf72-84592de2e2d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -82397,7 +82397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a21e56b3-1c02-4b6f-90a8-b76d3f1257f1", + "id": "d7c09127-4738-4913-b71b-0b3676240d21", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82454,7 +82454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c857c2-cf37-4e55-8342-542d2c5ff2d9", + "id": "a3ed86e8-ca26-43ff-bfe6-13cf82a9afb1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82511,7 +82511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c980aec-2d92-401f-bc25-8ecf023cf6ef", + "id": "c3c4704b-3eea-4593-9469-8485b6e9fd46", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -82568,7 +82568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f71da6c-5d49-4f8e-88c4-ef7f772586c6", + "id": "b1185290-6939-415a-98bc-ecf52ac4c5df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -82631,7 +82631,7 @@ } }, { - "id": "344d92c3-457c-42d0-8b72-9ff821b0c972", + "id": "2c4c6130-5b38-4cc4-83cd-80265bb1d336", "name": "Create Non-Employee Request", "request": { "name": "Create Non-Employee Request", @@ -82673,7 +82673,7 @@ }, "response": [ { - "id": "930eb03c-afa8-4534-9310-6fb6068e0abc", + "id": "e2f23de0-03b2-4720-9483-0a3da0ba1894", "name": "Non-Employee request creation object", "originalRequest": { "url": { @@ -82729,7 +82729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cfb8c51c-4ad6-4ca1-a1bd-0ce7dc5fe741", + "id": "698604df-18d1-46ae-b5d8-5a32253eaeb0", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -82785,7 +82785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6836d414-9967-48a0-9ba2-8abb019167e4", + "id": "2e0b763f-858c-48fa-a34c-e38e5e86b7f7", "name": "400.1.409 Reference conflict", "originalRequest": { "url": { @@ -82841,7 +82841,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b69500b-0b80-4f47-8b62-3e0fceaba71d", + "id": "aac62405-183d-41be-b886-d22c4066a4ef", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -82897,7 +82897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49464c2b-cd29-4c66-9bc9-912546c6aada", + "id": "eca15c4c-52e4-4ad0-a611-d2bae016aea5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -82953,7 +82953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c60cff1b-7c68-46a6-b795-f479aac481f1", + "id": "e9f48357-9b2f-4320-9844-e87df88ad5e3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83009,7 +83009,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a02efcb7-143b-4ab5-9cb8-35dc2b5b91b3", + "id": "4a55add6-8246-408b-96f7-8718eefc24aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83071,7 +83071,7 @@ } }, { - "id": "713dad05-4e78-4063-8248-d7c2b02e39a6", + "id": "9ef1be69-23ee-446f-b51c-ea376d2cb43a", "name": "List Non-Employee Requests", "request": { "name": "List Non-Employee Requests", @@ -83155,7 +83155,7 @@ }, "response": [ { - "id": "7130e234-091f-449f-a761-9a0c794dd12f", + "id": "e44f7eee-07bd-45d2-b3fa-df6e31e783f5", "name": "List of non-employee request objects.", "originalRequest": { "url": { @@ -83253,7 +83253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed9cf3cb-2722-4f73-8dc4-4f667d41ccbe", + "id": "b93f76a9-81bd-4335-90eb-8835709626e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83351,7 +83351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aedbf42b-0041-41d3-a56d-ee9ee9855e23", + "id": "955632b7-a3e2-40e8-bebc-a75c87bc49e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83449,7 +83449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7398c85e-e6af-433e-b4a9-e56791afe128", + "id": "540cf7bc-ff32-46df-99ea-c606c61738bf", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83547,7 +83547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7877a3d8-81b6-443b-ad88-0b9b9e632a23", + "id": "63b4bc8e-43a1-4e05-bc3f-a28abe57e6ce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -83645,7 +83645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "283965e5-f4c9-43e6-bb71-62762d6c9b2f", + "id": "32b38d52-ff47-42ea-a21c-9d9c187ecb92", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -83749,7 +83749,7 @@ } }, { - "id": "0966b5c0-b964-482c-9c70-8f1d1c408636", + "id": "00b63cf9-893b-40cc-a5e0-ce979909ffa8", "name": "Get a Non-Employee Request", "request": { "name": "Get a Non-Employee Request", @@ -83790,7 +83790,7 @@ }, "response": [ { - "id": "a18ae3d7-0e9b-4d39-aeae-645a7711d04c", + "id": "ee55d5cb-b160-414e-81df-afc51a4f0901", "name": "Non-Employee request object.", "originalRequest": { "url": { @@ -83834,7 +83834,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a32050-fc74-4a96-8cb2-7a6434223873", + "id": "1fee7ffc-8397-4412-959d-0764c999b972", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -83878,7 +83878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10c3c77c-496b-4f19-9173-dc8102d44b60", + "id": "4b14f77e-b453-406f-ae62-aa66cd85e10a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -83922,7 +83922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "afe17a60-56bf-4ecd-9170-a32646aa8162", + "id": "f0ffd545-491f-4bb9-addd-9d030e26ee79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -83966,7 +83966,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6f9a864-e558-41aa-8506-b67f282fea2a", + "id": "c72cb298-8b06-48a2-b51a-17351b6190b2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84010,7 +84010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05ab4533-8fb3-4dc6-8fa6-65ec44fb32cc", + "id": "ce21f5fd-be7a-476a-97bd-1bee0074fa88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84054,7 +84054,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2db26a6-2ff1-45e7-90a5-cf29e76e58ef", + "id": "5af4a679-d8ef-47fd-b334-3946d70d5b07", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84104,7 +84104,7 @@ } }, { - "id": "8414b6e0-fe58-45f5-905e-db35b6ae35ea", + "id": "eb0ef0a0-7829-4461-a32a-c0859b85a20e", "name": "Delete Non-Employee Request", "request": { "name": "Delete Non-Employee Request", @@ -84145,7 +84145,7 @@ }, "response": [ { - "id": "4175c5f9-471a-46d5-81fa-25c8f5e4c353", + "id": "4edab23f-c2c3-48a6-9d9f-20851ac11e7f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -84179,7 +84179,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2a02c98a-171f-41eb-85e9-920e3c50227e", + "id": "0aa8bf3f-ff45-4faa-9c83-0a5780c7821e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84223,7 +84223,7 @@ "_postman_previewlanguage": "json" }, { - "id": "774213d7-8ed0-48fd-bb28-4ff5ed8a7718", + "id": "9dd5e45d-9336-4e27-9f5c-60b7c1ad813e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84267,7 +84267,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34a2a06e-8561-44df-956d-88b1e354d308", + "id": "c4726f36-0530-40b6-ab9f-93566d70e677", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84311,7 +84311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2359dbe4-b593-40c0-b284-8ea6b8d81c37", + "id": "ef62f1e4-7f8f-42a4-ba84-758a87ccc73e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -84355,7 +84355,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4608b0ab-4dc9-41ed-b47d-4310d8bca546", + "id": "5822add4-803b-40fd-8dfc-67e1f4b4e660", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84399,7 +84399,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ccc06f80-4529-457b-b199-82d8cf40c00a", + "id": "8da40684-17c4-4cde-aa2f-d186975fa326", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84449,7 +84449,7 @@ } }, { - "id": "21cfdfc6-b1a9-482d-9182-19d5e74901fb", + "id": "006d5274-b12d-4d39-a025-c159ba8ab432", "name": "Get Summary of Non-Employee Requests", "request": { "name": "Get Summary of Non-Employee Requests", @@ -84491,7 +84491,7 @@ }, "response": [ { - "id": "f54daaab-0a49-4c2a-87b5-78cdc13e0fb8", + "id": "0ffcd4e4-bc0a-42e0-9b3b-8fb54b9a52a7", "name": "Non-Employee request summary object.", "originalRequest": { "url": { @@ -84536,7 +84536,7 @@ "_postman_previewlanguage": "json" }, { - "id": "097b92a0-c691-4ced-99ac-2a63f49febbc", + "id": "131acd41-7c1d-41bb-890e-6c393210a3d5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84581,7 +84581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8f28ac9-d9b3-464b-9762-095201519733", + "id": "1d4103c9-dcb3-40dc-a11a-1f5908829397", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84626,7 +84626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03b0dfb1-1c27-4b99-b182-db0ea5a57776", + "id": "581842e7-2bea-466d-96e8-8c05c6a7b01a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -84671,7 +84671,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67e52370-33c0-45a6-867e-9590c453edfe", + "id": "2487a961-0eef-46e2-9b74-060469423b79", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -84716,7 +84716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90f8f812-7758-4adf-b820-11d6353667b4", + "id": "50526122-78d4-4b4f-bc1a-fba1f573b93d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -84767,7 +84767,7 @@ } }, { - "id": "0dc51751-327a-469d-b297-cb740b919709", + "id": "a4e22a4d-4e7b-4734-8076-4967a0c74d98", "name": "Create Non-Employee Source", "request": { "name": "Create Non-Employee Source", @@ -84809,7 +84809,7 @@ }, "response": [ { - "id": "232e834f-3456-4c80-bf31-c6c352efc7b3", + "id": "5fbe4ee0-34aa-4929-8ddb-6b1419f1bb78", "name": "Created non-employee source.", "originalRequest": { "url": { @@ -84865,7 +84865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cfd085f-7bd6-48ef-a0d5-2b66323aa1fb", + "id": "80b8f9c3-f5a8-407c-a261-237e44e176bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -84921,7 +84921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ef363069-6d4a-4292-9287-6a084c2d7a11", + "id": "d3132e7a-1b99-4a15-9f68-a73f02e0ff24", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -84977,7 +84977,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f9ffe79-50b5-476f-9d3e-137d8ffa1837", + "id": "eeea82a1-67b4-4476-ba95-aae27a68d5d1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85033,7 +85033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6dbc6b51-504d-4f2a-96ec-83890f105425", + "id": "89041881-3d2e-4d8c-bca1-d36834f146a6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85089,7 +85089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be2a2417-64d7-437f-9464-2d8281a62ec5", + "id": "72359313-33b4-4a61-87a8-c5d4a6a178ac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85151,7 +85151,7 @@ } }, { - "id": "a4c06c7c-af9f-4c64-bfc0-73a32d3a9665", + "id": "110246e8-de8c-4f64-aac8-b7345ac9367f", "name": "List Non-Employee Sources", "request": { "name": "List Non-Employee Sources", @@ -85235,7 +85235,7 @@ }, "response": [ { - "id": "503df75c-44ae-4fef-88e3-d63dfe71f62e", + "id": "dfeeab9f-ccdc-4e3e-b5fb-3bfe3d447131", "name": "List of non-employee sources objects.", "originalRequest": { "url": { @@ -85333,7 +85333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fae7ae66-c85b-42ef-9c46-eaa9fdb1dbd3", + "id": "ec2b6f52-fa6f-4007-8d99-40c30dce8527", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85431,7 +85431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffa30405-48b8-4bda-87a0-d41a9f0a0add", + "id": "2afc0ef3-eaac-4aeb-9c64-3c4759a426b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -85529,7 +85529,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83cc1868-f026-4cce-b9f2-4ad338a7a023", + "id": "b5b2287f-4f5d-436b-a973-2c9d725f2fe9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -85627,7 +85627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3bda7d4-0995-4a35-a072-148a4725b6b1", + "id": "ff0ae791-5198-401f-9832-37b22ce4b038", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -85725,7 +85725,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66ab025a-199a-4cbc-a50f-9de8456f2222", + "id": "9ff0da12-765f-4366-9291-9601a7fd6c68", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -85829,7 +85829,7 @@ } }, { - "id": "55ec6b2f-480c-464d-ad69-c3187a85962e", + "id": "45d46adf-2d20-4895-a90e-bd945ad4fb29", "name": "Get a Non-Employee Source", "request": { "name": "Get a Non-Employee Source", @@ -85870,7 +85870,7 @@ }, "response": [ { - "id": "bc409b07-a77b-4fd6-944d-721601dcd83c", + "id": "6876b60c-fdf5-4240-8006-debaf83e0dc7", "name": "Non-Employee source object.", "originalRequest": { "url": { @@ -85914,7 +85914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a877efec-dc90-48a5-b2bf-8b40d7db7478", + "id": "48824956-a744-465c-ba74-73bcfc0d70cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -85958,7 +85958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4505f9ce-e09b-455e-b81d-d9ce60e6d23e", + "id": "5208a693-ba99-4e75-a972-1b4575c2fb66", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86002,7 +86002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f943592-0b62-4038-9116-8d158d692646", + "id": "d111041f-34f1-4f89-bd56-7a14e608ef0c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86046,7 +86046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e8d5bb2-bd6c-4c7e-9909-a8430813e997", + "id": "1f7d9c49-a59b-40fe-896b-368cf14ec2dd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86090,7 +86090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7338a760-217a-4b90-9c15-5ef7e68d6678", + "id": "8af523c5-65f1-4e5b-a113-31a59da08f33", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86140,7 +86140,7 @@ } }, { - "id": "1808cae9-0310-4399-9615-761d58a1b31f", + "id": "0b2c4bed-05af-4e24-9695-dd27679b2ebb", "name": "Patch a Non-Employee Source", "request": { "name": "Patch a Non-Employee Source", @@ -86194,7 +86194,7 @@ }, "response": [ { - "id": "7f67e0e0-a98f-458d-964f-45c7e47bc193", + "id": "96d70f48-2920-45d4-bdb3-be6000c0472e", "name": "A patched non-employee source object.", "originalRequest": { "url": { @@ -86251,7 +86251,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d8a5916-0512-49aa-bc34-ae788fa0458c", + "id": "93e2701b-a0fc-4397-93eb-b22fe77f89df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86308,7 +86308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c33dbf9-0e5d-47f4-913c-04231d94fe9c", + "id": "79605cf5-cbb8-4b43-affe-64f60e41bceb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86365,7 +86365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c92228c1-b3dc-43cd-83b9-f8bfd2d61b12", + "id": "73f0da14-7dd6-4482-95b3-04ab70a80f6c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86422,7 +86422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0f2aa58-c2e9-4166-a640-4993ce20703f", + "id": "11a1eaec-e666-47ab-9e70-aa8bdb0f0c63", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86479,7 +86479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7959668-321b-4401-a49d-9420ae44aa48", + "id": "d75b27f4-048e-45de-8fc3-11fc9f9f1f81", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86542,7 +86542,7 @@ } }, { - "id": "a3953d62-7772-4b30-a3b5-16c9dd1e6147", + "id": "9b1bf961-dc75-4d58-8f53-4708110396b4", "name": "Delete Non-Employee Source", "request": { "name": "Delete Non-Employee Source", @@ -86583,7 +86583,7 @@ }, "response": [ { - "id": "2a32dec9-b3a7-4476-af36-1cb5ecc095fa", + "id": "26c6c595-7473-4f5f-9f3c-c4b142f0400f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -86617,7 +86617,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3079af60-767c-44cf-8929-26f2bff56d96", + "id": "68eca114-8e52-4dbc-b214-6fc985dc2abb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86661,7 +86661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49297c92-2831-4af6-bbd6-7f46908cd231", + "id": "225bc63e-dfb1-47d8-ae95-032d191d23d8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -86705,7 +86705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c4fb85b7-cb91-4008-8d76-ffdaa003684b", + "id": "162e10f9-af04-4ed7-ab51-986807bed449", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -86749,7 +86749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "130a4693-b59e-4791-a78f-5285930ee55b", + "id": "a936bbf7-4ccf-44eb-9cc5-e5747bc4f7fc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -86793,7 +86793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "865cd3e7-e9ca-4850-b649-d179b5491850", + "id": "2f04bf7c-50e5-407a-abae-7d308dc99110", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -86843,7 +86843,7 @@ } }, { - "id": "2cd7bff0-3f30-40aa-9398-53caee2ad8b1", + "id": "672640da-2931-4e03-abe8-274ff50efcab", "name": "Exports Non-Employee Records to CSV", "request": { "name": "Exports Non-Employee Records to CSV", @@ -86886,7 +86886,7 @@ }, "response": [ { - "id": "b2be9f84-c8b0-47c3-aca0-a679eea2898c", + "id": "562faa4e-dc5e-4446-90e2-fe118a9d2426", "name": "Exported CSV", "originalRequest": { "url": { @@ -86932,7 +86932,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e1fead40-30ab-4655-9161-194396a53934", + "id": "d3e1878f-a617-4343-9e76-5c23ef825779", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -86978,7 +86978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ac1e4b0-11b7-46ac-9c98-409fd8d9c390", + "id": "5eff72e7-acbf-46a6-9bb1-adb7ca17c5e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87024,7 +87024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54e92825-5bec-4f0a-b246-70b7ec68a9ed", + "id": "65fe841e-9e74-43d4-9536-0df546716492", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87070,7 +87070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5156916-6a2f-46f2-9744-fb1dae0566b4", + "id": "2aa117e9-e173-4021-9a05-9e214d887e81", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87116,7 +87116,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b633ff4-72e0-4bdf-a1cc-fa222feb5ff8", + "id": "a343ac5b-8295-475f-b7d8-fd804a233515", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87162,7 +87162,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd11c7f1-2d5d-4d5a-b9d8-448d0aaa133b", + "id": "1faabafa-4c47-4a7f-b718-5955a69baaac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87214,7 +87214,7 @@ } }, { - "id": "7ac14e69-b1a7-4e3d-af1e-9cef96cf7e4a", + "id": "f7a260e3-d679-4660-973f-802cb56b7eb1", "name": "Imports, or Updates, Non-Employee Records", "request": { "name": "Imports, or Updates, Non-Employee Records", @@ -87272,7 +87272,7 @@ }, "response": [ { - "id": "0d277502-3949-47a9-859b-505ed5fbb8c6", + "id": "1dbcac81-ac3a-4822-aca1-cfb12399feca", "name": "The CSV was accepted to be bulk inserted now or at a later time.", "originalRequest": { "url": { @@ -87333,7 +87333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7f93b80f-7b9a-4dde-ad5b-b7eb26085287", + "id": "dd227df3-f5a1-4c8f-b13a-9b9670076428", "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": { @@ -87394,7 +87394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05fa5d2b-88e8-414f-ac62-89616a0478ee", + "id": "f606c31a-46a9-4866-bfeb-88e323d1ea27", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87455,7 +87455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be05b905-ec2d-4e07-a003-d61ed465dc8e", + "id": "2f9f9a9e-5bc7-4fd5-8083-6df54362b142", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87516,7 +87516,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c9e1fec-0af8-4e2e-9cd0-335cef94e182", + "id": "28df2ebf-0a07-46c6-b25d-2c8a8b5f131d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -87577,7 +87577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "406fd661-ac51-4013-b386-78de27304d94", + "id": "5ae1a312-c778-4523-a050-293ceaf4a7d5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87638,7 +87638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7b68883-cfd2-4447-bbe5-f9d662014a7f", + "id": "ba69b0c2-dd7e-43d4-bc9f-5168761e516e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -87705,7 +87705,7 @@ } }, { - "id": "795b9b9f-21d0-4504-9ce0-8a4d58696522", + "id": "60d94747-8353-446b-aca0-749785548f75", "name": "Obtain the status of bulk upload on the source", "request": { "name": "Obtain the status of bulk upload on the source", @@ -87748,7 +87748,7 @@ }, "response": [ { - "id": "635c3488-7206-4cdf-8384-2c5ddeabd8ad", + "id": "a35abc2e-3c85-4aad-b243-f512e675a93f", "name": "Status of the newest bulk-upload job, if any.", "originalRequest": { "url": { @@ -87794,7 +87794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c72340b4-2b70-47a4-8785-97075b0df439", + "id": "0597de34-4f53-4776-93a4-6c26650f7343", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -87840,7 +87840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f189113d-30f5-4128-b813-c3f722341446", + "id": "12e7b891-eb31-4a63-9e8c-68f68d52665c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -87886,7 +87886,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d151e849-d783-48d0-9122-e691c72882fa", + "id": "a9794ad5-292a-41ed-9e56-b9e70f84cae5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -87932,7 +87932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e8bd626-302c-4df7-9637-03d5b147cbf4", + "id": "edcb1005-cc87-4e8f-8b94-1ea0f0b74fe8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -87978,7 +87978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88ff79d2-fcb6-4379-8122-f29e0582b1f5", + "id": "f49db2bb-acb4-4ea2-ac57-d6f2db7fb05f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88030,7 +88030,7 @@ } }, { - "id": "1938eb07-8299-4335-a8a4-4d5cd3f0a71e", + "id": "8e5247f6-ede2-4114-8161-09675e83107b", "name": "Exports Source Schema Template", "request": { "name": "Exports Source Schema Template", @@ -88073,7 +88073,7 @@ }, "response": [ { - "id": "10ce05e5-695d-42fc-ae71-2874aeea844d", + "id": "8f031f76-d804-4825-bfbe-fb20498af936", "name": "Exported Source Schema Template", "originalRequest": { "url": { @@ -88119,7 +88119,7 @@ "_postman_previewlanguage": "text" }, { - "id": "653ebd00-892a-4b9b-b4fc-0f0b1931241c", + "id": "7131f21c-fd35-41e5-a232-ceef46c55cad", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88165,7 +88165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "193921c8-a47b-4823-922a-17010bb32b16", + "id": "5f089cc9-5523-47df-b505-5596fa32cb60", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88211,7 +88211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b95e79f-5004-438d-8548-c0f9cdfca02c", + "id": "abb266a9-89f5-4b93-a1a3-83b4a9530252", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88257,7 +88257,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88e21742-a7a8-41cb-9dcf-dc010f8d05c4", + "id": "8f0714a9-371d-4f97-b4e4-0474eee9671a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -88303,7 +88303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b69eb00-6568-4648-824c-6bdea7224cd1", + "id": "771b8ba9-fe22-4757-a6ad-9ca7598decd6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88349,7 +88349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b96133b-2090-44c8-9e9b-ed253adb8cd7", + "id": "f7e25ab5-6148-44bd-b44e-2077a538cdd5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -88401,7 +88401,7 @@ } }, { - "id": "2ad76c9d-296a-4adc-bf0a-df444ae6a2e8", + "id": "d688b80f-719d-46de-887f-ef8cb5dca140", "name": "Get List of Non-Employee Approval Requests", "request": { "name": "Get List of Non-Employee Approval Requests", @@ -88485,7 +88485,7 @@ }, "response": [ { - "id": "0568b402-d273-4b09-ad92-5b522dfcbdcc", + "id": "63d3d84b-4655-4f65-9d5c-c8b1b74aa255", "name": "List of approval items.", "originalRequest": { "url": { @@ -88583,7 +88583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9fa530b-a135-4d35-b628-861077b366af", + "id": "62dadb83-4664-4032-ad67-fe25b6714755", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -88681,7 +88681,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59b03595-68a7-41f8-8224-51a378784609", + "id": "1f2ae6f2-f1da-45fa-89a3-b3b6d3e19967", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -88779,7 +88779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5256041-eb2e-413a-b6dc-8c32f9f47da7", + "id": "cd40c1f2-b81a-4109-81ba-2e8549abbe32", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -88877,7 +88877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d92ebb0-9268-46bb-8f23-fc6346015105", + "id": "648443a1-9a07-4d98-a500-a1c48af3d9c3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -88975,7 +88975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30304619-0053-4ab2-ab07-6ceee6391d9e", + "id": "2fc96104-acf7-4c23-8660-ee9faed40826", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89079,7 +89079,7 @@ } }, { - "id": "fbc71ff8-d71d-4d50-bc96-4c4e0d4aff97", + "id": "13fde2c8-cb55-4580-95f8-95b1683f9feb", "name": "Get a non-employee approval item detail", "request": { "name": "Get a non-employee approval item detail", @@ -89130,7 +89130,7 @@ }, "response": [ { - "id": "4922e2da-744d-4434-bbb2-212e3f028688", + "id": "1617e791-4c88-4053-8c79-55f84e3b7af6", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -89184,7 +89184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1351ffdc-2c1c-4b55-bd03-5902fb006364", + "id": "dcb29eac-cdf3-4167-adc8-8c908cbfc13c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89238,7 +89238,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ee33b6b-7ab4-4de5-b8f6-4080a4e0e4f9", + "id": "396a5e91-53a5-4955-ba13-3fe1e34db3af", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89292,7 +89292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f549940-5e67-4bab-b523-97804a524b8d", + "id": "5e8927b0-153f-44e4-be49-6235ac094ed7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89346,7 +89346,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c87b0a7-c3d5-42d6-977f-f1b5289e2a3b", + "id": "27b143cf-ea52-44e1-b03b-f8806c742ab9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89400,7 +89400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4103e60c-14ab-4ca8-ae76-f9d0c0f311a7", + "id": "2481226b-5e19-4001-bf0e-05fbe4fd7bc0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89460,7 +89460,7 @@ } }, { - "id": "a68f4446-da8d-4198-968c-bd8ca6625d3e", + "id": "3d52a7b8-ac20-4673-b20f-f94877b21298", "name": "Approve a Non-Employee Request", "request": { "name": "Approve a Non-Employee Request", @@ -89515,7 +89515,7 @@ }, "response": [ { - "id": "2fc24c8f-2da7-4699-b38b-af97129182c5", + "id": "614bb05b-8b8b-4627-b769-34f940edc1e6", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -89573,7 +89573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "804d41fa-2040-414f-b652-a8c95c03428b", + "id": "2a112342-cda0-44c7-a300-ae4b2bd307e3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -89631,7 +89631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "173f7565-b805-4126-9f70-76a56045756d", + "id": "63896ab5-bd75-4997-a040-916e5d3b4a7d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -89689,7 +89689,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59b51d23-eb39-40df-8e96-6c8333c1bca7", + "id": "0a18c8f4-c1d0-477a-a0ff-8021165977f6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -89747,7 +89747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1829a86c-93b8-466a-bd82-90ffc2801a62", + "id": "a22c674d-fe32-48ce-bcb4-61128950d307", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -89805,7 +89805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4825c688-38a3-4400-a644-bd786d92dd37", + "id": "41274a86-025b-41bd-856f-74d20767a117", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -89869,7 +89869,7 @@ } }, { - "id": "e3574515-80c0-4689-8970-5bea731057f8", + "id": "f5b53f17-e1a1-4f90-99f0-4e6933ccae99", "name": "Reject a Non-Employee Request", "request": { "name": "Reject a Non-Employee Request", @@ -89924,7 +89924,7 @@ }, "response": [ { - "id": "ddb69543-a9ed-45f2-a184-5af37dc4a65d", + "id": "93b4f9c7-5991-4353-a8ad-c1a4b59948d5", "name": "Non-Employee approval item object.", "originalRequest": { "url": { @@ -89982,7 +89982,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8096ff6d-4d5b-4921-a3ad-a614cc6cf381", + "id": "5a705bb1-fb70-47ac-80e9-b157a661cdd8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90040,7 +90040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e826b12a-858c-43cc-96d8-128380e34141", + "id": "2f9013f9-cdd2-48cf-b364-af93fa823fd1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90098,7 +90098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9323775f-b025-4329-a26a-41744169accc", + "id": "2069e07d-d699-43c0-af7f-a5f4a8ee4b0f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90156,7 +90156,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b786838-1d7e-4c45-8b5a-c14201643a5d", + "id": "2ef4d060-00d8-4af9-b61e-3ddf0f550b91", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90214,7 +90214,7 @@ "_postman_previewlanguage": "json" }, { - "id": "badb0c9b-11af-4e15-81ab-1f45c62d3668", + "id": "082e76c0-fdc5-4c73-a2ab-47d05573edb0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90278,7 +90278,7 @@ } }, { - "id": "9d5e89e4-7ac7-4008-9410-b38f8aac7ae5", + "id": "c865f59a-08fb-41c2-9217-84c6ba140eb9", "name": "Get Summary of Non-Employee Approval Requests", "request": { "name": "Get Summary of Non-Employee Approval Requests", @@ -90320,7 +90320,7 @@ }, "response": [ { - "id": "0ce9bed4-bb6a-4205-9739-dfbed3fd0eff", + "id": "20d7d59f-8b43-4c22-94d5-a7d8b437a955", "name": "summary of non-employee approval requests", "originalRequest": { "url": { @@ -90365,7 +90365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4b3d43e-4d60-4064-9081-9717304b1768", + "id": "b2b8b69e-bc40-4991-922b-975738211c3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90410,7 +90410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e52725d-98c3-4fe8-a636-3eef699a8558", + "id": "19be655d-b7f8-451a-b081-d3733be3baae", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90455,7 +90455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2266f5e-e5b5-4a42-a872-9857d1bb0221", + "id": "82d17883-8e94-475c-8c82-689ef2b7754f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90500,7 +90500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a326f06a-2f57-4cc2-bd45-47958b307c38", + "id": "1ffcee79-81fe-40e9-b228-e1a1b3284363", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90545,7 +90545,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3be2961d-ecef-4e98-a9a2-b50e8fc55c4b", + "id": "65801969-93e8-48bf-bba4-1643eedef311", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90596,7 +90596,7 @@ } }, { - "id": "d427c34a-e756-4471-9244-c5088371fa62", + "id": "14381fc7-342a-42f3-89a6-fece568e0eed", "name": "List Schema Attributes Non-Employee Source", "request": { "name": "List Schema Attributes Non-Employee Source", @@ -90638,7 +90638,7 @@ }, "response": [ { - "id": "53c41b12-bf48-4764-985d-7fb95ac089e5", + "id": "051628fd-fcc6-4d26-93b8-f34f01f49844", "name": "A list of Schema Attributes", "originalRequest": { "url": { @@ -90683,7 +90683,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6f3bc01-8885-4069-a605-54af2e5dc980", + "id": "4be494ff-1616-43c6-82cc-5c88d249ebf8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -90728,7 +90728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "757089fa-c78d-496c-9399-4072c41a63a2", + "id": "17028936-dec7-441b-9e52-cd68dc0bc73a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -90773,7 +90773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "98d54fce-8f9b-4820-9a95-f972db90526f", + "id": "3a1c1a9d-7da5-428f-9564-ce15f45c4d9d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -90818,7 +90818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b303036d-6481-49ef-b9aa-69b5a0822d3d", + "id": "9fd40973-3ea3-4e6f-a23f-b8569bf56b70", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -90863,7 +90863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "50f37be2-20b4-488b-9c8c-87af8685d87b", + "id": "4d31cb66-3bda-4e16-83dd-bdc02e1fad47", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -90908,7 +90908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9e4feac-1eff-4609-8688-9ee019796dd5", + "id": "b0c1b320-1f02-4385-8cd9-6da970b78d55", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -90959,7 +90959,7 @@ } }, { - "id": "8441efb3-8144-40a1-9e25-31be2f69d895", + "id": "e16f6839-4951-4696-bb34-6d4d5203c953", "name": "Create a new Schema Attribute for Non-Employee Source", "request": { "name": "Create a new Schema Attribute for Non-Employee Source", @@ -91014,7 +91014,7 @@ }, "response": [ { - "id": "e74e61b9-7c09-43f0-9499-6c510c7d1687", + "id": "e976c3bd-63d5-46df-8d04-da55c27af7e0", "name": "Schema Attribute created.", "originalRequest": { "url": { @@ -91072,7 +91072,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af77d479-78aa-4e71-b357-f2ef8f4b46f7", + "id": "fcce7945-3e36-4a69-a988-68df5fa76027", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91130,7 +91130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3d9174d-fdfa-449b-ac86-2f2efea0d6c2", + "id": "5f589918-15c5-4655-a741-7fdf16bfe165", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91188,7 +91188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fa23c10-7ba4-4113-8d4d-1dacde87aaa1", + "id": "42254f5a-4511-44dd-8407-b1b769623864", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91246,7 +91246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2473414b-af73-4c7d-a99b-00064c782e91", + "id": "7d1792d2-dd52-4739-9cb7-53687dc3d554", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91304,7 +91304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21c7e66c-dae6-438c-89fa-39f9e4949ef7", + "id": "c412705b-3713-402d-9c91-f9bfa0a14185", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91368,7 +91368,7 @@ } }, { - "id": "bfeb7a0e-739d-466f-afe1-849d738bb0dc", + "id": "54a5369d-81a6-4cca-8f94-74ac05bfeff0", "name": "Delete all custom schema attributes for Non-Employee Source", "request": { "name": "Delete all custom schema attributes for Non-Employee Source", @@ -91410,7 +91410,7 @@ }, "response": [ { - "id": "aafbd160-4f9f-46e2-9bc3-7209b760c4d7", + "id": "763d6d98-37e9-4d07-b1c2-32db0efcbc50", "name": "All custon Schema Attributes were successfully deleted.", "originalRequest": { "url": { @@ -91445,7 +91445,7 @@ "_postman_previewlanguage": "text" }, { - "id": "91685029-ad03-4235-ab27-538eeb965825", + "id": "906b58a3-dd9c-4503-a0a3-c50b38402cd9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91490,7 +91490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0f1e112c-bc81-49a0-94e1-5f11fe7c4ddd", + "id": "9bc92eeb-5d44-48d2-8d8d-e07b4331acd7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91535,7 +91535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31c9c166-7c41-4e00-b2bf-00d91aab66ef", + "id": "3c908064-c0a1-4906-afe6-bac2e8bec157", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91580,7 +91580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c487b6f-262d-4b1b-874f-0b5fb71ab04c", + "id": "ff85b319-a031-47cf-9b50-3839d9cb4449", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91625,7 +91625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "235e7f58-07fd-4342-b2c3-6214bf89d3c1", + "id": "3b7eef8a-acbe-446c-8338-457afe139d2a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -91676,7 +91676,7 @@ } }, { - "id": "14c2e992-f6f9-4ddd-b934-6f2488cb37db", + "id": "689e84b6-84c7-40da-b0d4-4a19c1b7184c", "name": "Get Schema Attribute Non-Employee Source", "request": { "name": "Get Schema Attribute Non-Employee Source", @@ -91729,7 +91729,7 @@ }, "response": [ { - "id": "d1416a16-7a37-4d3c-a3ad-64dfb79d7931", + "id": "3ad2d8ae-92ee-4fdf-af1a-ffb1868623e0", "name": "The Schema Attribute", "originalRequest": { "url": { @@ -91775,7 +91775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31c421cf-28a7-4b74-996c-bd9167eb45d6", + "id": "ed9a9f4a-c4e3-4c8d-ab0e-0022a0876854", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -91821,7 +91821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86f6230d-1587-4b48-bbd4-b4e0bc670eec", + "id": "45c4c11f-5066-4c72-be30-9a4043758008", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -91867,7 +91867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62d3491e-3407-4619-9f63-32c654322c7b", + "id": "5672258b-c9a6-4120-846b-4841c042f610", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -91913,7 +91913,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efb839db-dcab-4149-adf9-17fcab37b0af", + "id": "f762f120-00c6-4298-bbb4-12bfa26e1463", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -91959,7 +91959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b28c2e1d-eb22-4031-9aac-d6bd09cc3a7f", + "id": "87715ae0-d5b1-44b7-932e-660097c30df0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92011,7 +92011,7 @@ } }, { - "id": "bf4e4f26-49c0-462e-bec5-0a20d861b5b8", + "id": "8701f09e-d27b-4655-a419-14f8b9839847", "name": "Patch a Schema Attribute for Non-Employee Source", "request": { "name": "Patch a Schema Attribute for Non-Employee Source", @@ -92077,7 +92077,7 @@ }, "response": [ { - "id": "f7620d1a-a011-49a2-b3a8-4fade7bfe997", + "id": "c89eec49-05f1-473d-82bc-2517464d7473", "name": "The Schema Attribute was successfully patched.", "originalRequest": { "url": { @@ -92136,7 +92136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a28d7f55-1561-4bbb-be47-459903b187e9", + "id": "c1bbd3a9-f3f5-444b-8321-6a41ba4c2c87", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92195,7 +92195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d43c1af6-0439-47c8-9150-7cf4e2670a2a", + "id": "a25672ad-7c9f-4b72-8204-816d001ff38e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92254,7 +92254,7 @@ "_postman_previewlanguage": "json" }, { - "id": "658b4802-dba3-4aa4-a5cf-85a597955214", + "id": "f6cfe3c9-c16c-4544-acab-39f6994b9820", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92313,7 +92313,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9a2490d-5aa9-4deb-94e0-25d2f8daaf3f", + "id": "586cfb60-51d8-4288-be87-6fe6ec0f7131", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -92372,7 +92372,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8141798-2a4a-40d4-bf2c-31c3536f45f3", + "id": "ae7f392d-3e30-46f4-aca9-83f08827ce7d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92431,7 +92431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "415439f9-bc0d-4cb1-a2f8-766ed10f344d", + "id": "b3aae157-cd92-4b88-a936-597df4e98898", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92496,7 +92496,7 @@ } }, { - "id": "92394f94-7eb8-4c53-80b4-7e611bb9d4c6", + "id": "d84e87f6-e79b-4da7-a6d0-32b26195bef5", "name": "Delete a Schema Attribute for Non-Employee Source", "request": { "name": "Delete a Schema Attribute for Non-Employee Source", @@ -92549,7 +92549,7 @@ }, "response": [ { - "id": "f0c5d681-1f27-4c6b-b440-82cb94a4fa96", + "id": "78d0b415-8c8d-44b1-80b5-48e31e6c3e3b", "name": "The Schema Attribute was successfully deleted.", "originalRequest": { "url": { @@ -92585,7 +92585,7 @@ "_postman_previewlanguage": "text" }, { - "id": "463e384d-b976-4c78-97b9-9e5dde22db34", + "id": "c89ae7e7-845d-47c0-9762-2c297cdc2d39", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92631,7 +92631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8b64bb2d-7dc1-4b82-8f3d-b0f7454905e0", + "id": "52ea0993-840a-4ea9-818c-84f7a1403db4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -92677,7 +92677,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39d101f-c2b0-4438-85f9-64b673f673ab", + "id": "0cd75cee-9247-4b21-9fb0-b1a673dc1382", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -92723,7 +92723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c528514-594b-4ed9-9423-11eda91d2114", + "id": "a46f06fd-5f35-497c-af2a-7508b017f4b5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -92769,7 +92769,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02ec8dc7-a4f9-413a-982a-083da67bdfd6", + "id": "fdd87e75-8f10-40c4-84f7-e3a1ea0d0be2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -92827,7 +92827,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": "f8a45367-9da8-4654-9322-936d14dd2989", + "id": "b84d519a-afbe-44d6-ab4a-c977cc8d7682", "name": "List OAuth Clients", "request": { "name": "List OAuth Clients", @@ -92866,7 +92866,7 @@ }, "response": [ { - "id": "a921ae54-19fb-40b5-92c8-63bfdc1fa21a", + "id": "b9046843-27f0-4349-beef-c379857963ae", "name": "List of OAuth clients.", "originalRequest": { "url": { @@ -92914,12 +92914,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\": \"ani\",\n \"metadata\": \"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\": \"non labore enim\",\n \"metadata\": \"non\",\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\": \"ut\",\n \"metadata\": \"id dolor sunt\",\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\": \"id veniam qui irure sit\",\n \"metadata\": \"ullamco minim officia\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "4a54add1-6164-4cae-85d7-d137bf7659f0", + "id": "79a779a0-42b4-4a61-aeff-118e65b0c183", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -92972,7 +92972,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0974d9c-52e0-4f5b-9546-671b7e189f5e", + "id": "dd6a95bb-63f1-43eb-b36a-254c0f0adc01", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93025,7 +93025,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d11e5cfa-b282-4e3d-adb3-071082eb5c0f", + "id": "6ac7f7a2-5e6d-4edf-879e-2ccee435a527", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93078,7 +93078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "445129b7-9c1c-4427-9734-4a169d350aac", + "id": "96cd6231-9513-4980-ad9f-f7176b66d168", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93131,7 +93131,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d469cc1-9a10-4f82-9fdc-eccf6dd7bf10", + "id": "930082cb-ab72-40c9-bafd-578301c5863e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93190,7 +93190,7 @@ } }, { - "id": "b35f1a77-29a3-4d16-8959-fc518807451c", + "id": "bb6be356-a33c-4e5d-a400-6d98536008ae", "name": "Create OAuth Client", "request": { "name": "Create OAuth Client", @@ -93232,7 +93232,7 @@ }, "response": [ { - "id": "e9d5640f-16b3-4b3c-863d-201e65f2e147", + "id": "d5bab481-f249-4a91-8a6e-13604638173b", "name": "Request succeeded.", "originalRequest": { "url": { @@ -93288,7 +93288,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f0b0232-53c5-45b4-8f34-5b4b6ca21626", + "id": "c7da8a73-4cc1-4244-a97d-4ff1927617f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93344,7 +93344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ef5b789-e3cd-4403-9ec4-f5f36ba65f80", + "id": "d8ca1d23-0bb0-4ab2-aee6-5fd8d56f51fd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93400,7 +93400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80539597-6e47-4d9f-900f-601e28b2354d", + "id": "6ba1e879-31d1-445b-a6a1-ecb67eb6b843", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93456,7 +93456,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78037612-a9a0-4882-81bc-2c5f7d9f493b", + "id": "439450de-e512-47cf-8afb-1d1448f3f137", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93512,7 +93512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d940620-8d22-4fff-aa49-f1d6d0777b63", + "id": "4e56320d-6777-4ac7-87c4-874a6edaccac", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93574,7 +93574,7 @@ } }, { - "id": "514e7b92-05de-4988-8375-7102ffe5f601", + "id": "bf3f7fa6-b6e1-467c-9718-53b08c6d95f6", "name": "Get OAuth Client", "request": { "name": "Get OAuth Client", @@ -93615,7 +93615,7 @@ }, "response": [ { - "id": "1cf303bb-5e32-4f40-9111-cfff9df72c63", + "id": "76e0af24-16c9-4374-a0b7-cecf177926ad", "name": "Request succeeded.", "originalRequest": { "url": { @@ -93654,12 +93654,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\": \"Duis ea sit\",\n \"metadata\": \"do non ea irure\",\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 ea exercitation sunt\",\n \"metadata\": \"ea pariatur amet consec\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "a8e93bba-d070-4db5-a3b8-d5fd38c03bb6", + "id": "66c211a4-ecc1-4ea5-b097-b4da0559a4da", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -93703,7 +93703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cade8e6-545a-4efe-a266-6ca036dea41c", + "id": "08d16363-1f7a-4ef1-b982-840c899faf8c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -93747,7 +93747,7 @@ "_postman_previewlanguage": "json" }, { - "id": "886b277f-1662-4930-8929-5ca8351157cf", + "id": "e134fa67-bc00-45e4-83cf-47546fabe056", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -93791,7 +93791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2a6ec90-29c8-477a-9f39-d34a3334db29", + "id": "7a56dc87-35b2-4979-b5db-cc5e414b7c0a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -93835,7 +93835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b3c5acc-2f57-44e2-b552-4faba4a3b780", + "id": "504a042b-de48-4bbb-a532-60cdc37a7da6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -93879,7 +93879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84e84f93-cddc-46cf-ad61-c0ddfa92ac75", + "id": "36eb5272-13e7-4d36-be51-2b92a6ebe8f9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -93929,7 +93929,7 @@ } }, { - "id": "6ed591c2-df0c-464e-86f4-4c866ce1ce74", + "id": "76756efc-ae69-40c2-9948-afa327b56fab", "name": "Delete OAuth Client", "request": { "name": "Delete OAuth Client", @@ -93970,7 +93970,7 @@ }, "response": [ { - "id": "64db7b11-bcdb-4850-a8b7-6681c789a5a9", + "id": "7f5d9572-94d4-4ebd-8cfa-de51d33841b7", "name": "No content.", "originalRequest": { "url": { @@ -94004,7 +94004,7 @@ "_postman_previewlanguage": "text" }, { - "id": "0d57088f-6747-4891-ae12-33854c18d3aa", + "id": "afef8199-952a-49cf-96a7-934c35fcbf7f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94048,7 +94048,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ff349f9-2fb0-4849-9ebe-778192c139c8", + "id": "d0ab7986-8e5f-4b40-ac1e-920f0e4672c3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94092,7 +94092,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d7dd380-fcc4-49d7-85c0-1f419b2773bd", + "id": "558efe73-99c4-419b-9608-4b57bd30b23a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94136,7 +94136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d180f2a8-3e13-42bb-8ead-3227b50f18d9", + "id": "389498fd-0a9a-418e-8c17-7c667f04b47b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94180,7 +94180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf80ebe3-1cf7-4100-ae3d-2ebbd211cbfd", + "id": "05e67c3d-4076-42ab-99fd-4c3eae79590d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94224,7 +94224,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7ce645d-223f-4c0d-9ccc-d74164e34a3e", + "id": "a2b6c5e1-a10e-4094-8a57-394739153e40", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94274,7 +94274,7 @@ } }, { - "id": "b6fa0321-399c-4b96-8db4-93341c03cf3b", + "id": "27881433-08ae-4fd5-a61a-62aa1ba7aa16", "name": "Patch OAuth Client", "request": { "name": "Patch OAuth Client", @@ -94328,7 +94328,7 @@ }, "response": [ { - "id": "33e85c73-d75e-46f0-979a-157522f9ea17", + "id": "117cd806-e7c1-400f-b69d-9caa52c9b569", "name": "Indicates the PATCH operation succeeded, and returns the OAuth client's new representation.", "originalRequest": { "url": { @@ -94380,12 +94380,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\": \"Duis ea sit\",\n \"metadata\": \"do non ea irure\",\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 ea exercitation sunt\",\n \"metadata\": \"ea pariatur amet consec\",\n \"lastUsed\": \"2017-07-11T18:45:37.098Z\"\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "26cda148-b699-4adb-8a1b-da47504c8ada", + "id": "74a51d0d-ef17-4943-b17e-f8cccedaffde", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94442,7 +94442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a794153-439b-40c2-b3e6-7fc05435eeab", + "id": "5d9cd1c9-2325-42b4-9327-47d8432da763", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94499,7 +94499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63e55a80-918a-464a-adec-ae1d89a08fec", + "id": "76a52edf-d759-4af5-b448-f24724cf9338", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94556,7 +94556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f0e8cc2-59e1-4ebb-9b18-757c4d92802d", + "id": "d9fcfd8a-ccfb-4f0e-90f9-ce3eaebc6eb4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -94613,7 +94613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf20417b-8ea2-43da-91a0-414ccd943c78", + "id": "f29a42e7-15d3-45f1-a6e2-51c09f48e8f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94670,7 +94670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d956392d-50c0-49e3-a81f-595a77ffd9f1", + "id": "dd03373b-bf50-4b0f-bcac-6de9f418364e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -94739,7 +94739,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": "eba10325-648f-432c-b322-2eceb195821e", + "id": "b45ea739-8a1a-4797-823f-2aaa8471f8c7", "name": "Get Password Org Config", "request": { "name": "Get Password Org Config", @@ -94768,7 +94768,7 @@ }, "response": [ { - "id": "72a55640-a8da-4fa8-84e4-fecc81bca3b4", + "id": "eec31e85-b993-46c5-921c-5a199b5baba4", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -94811,7 +94811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a5121f01-31f6-4e06-90e9-a32ef60ab33f", + "id": "71fe13cb-d011-464c-8cd2-0805beaf9a43", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -94854,7 +94854,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16dd4b58-420a-48ba-83d5-8ce193b82683", + "id": "5024b4f7-46e4-4294-a59e-74bc214c97c1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -94897,7 +94897,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8e2e0f0-03ee-4c61-ac91-ec37f8bd80fd", + "id": "59643a5c-16cf-47b0-bb78-52d225dd74f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -94940,7 +94940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cab69ab-ca5d-455e-a655-3d7c0073bab3", + "id": "79ab71c3-e2e0-4ad1-b1ae-ac7e4960424c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -94983,7 +94983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b18cec4-2ccc-46ce-945a-c57132c7ae24", + "id": "0ab56172-aaf1-4eea-acce-a4514c0d3689", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95032,7 +95032,7 @@ } }, { - "id": "e67ecba0-6aec-4907-89d8-93a6b4601c19", + "id": "cc6039ed-ddc9-4d5e-a3d1-9bdd99771fd3", "name": "Update Password Org Config", "request": { "name": "Update Password Org Config", @@ -95074,7 +95074,7 @@ }, "response": [ { - "id": "df5913da-ebd6-4422-b71e-4d853babe0c9", + "id": "a7996ddb-8f06-47fa-a314-aafc5b826298", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -95130,7 +95130,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9e00284-82e7-406d-8ed9-0eb022836ab0", + "id": "feb23c5d-ee6f-487a-a665-670ab8141bc6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95186,7 +95186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2727c8f9-bed0-4efd-a8fe-f6f5e218d8c2", + "id": "1f564991-27bb-4ad3-be8e-c8f4b849d7d7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95242,7 +95242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59ec559d-371c-48a0-b086-fef597b4bb88", + "id": "a9278a84-85a9-427f-9404-edbc0ede65e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95298,7 +95298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4bbab8ad-1bff-4313-a005-2dab005ca7ed", + "id": "fdc7dace-2754-4ebd-9ba8-7a88163c2793", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95354,7 +95354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf516f06-330d-444e-9c6f-9bbd8f30a402", + "id": "ed9f6909-e82a-41d6-bc20-1eb2ce092a81", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95416,7 +95416,7 @@ } }, { - "id": "17471eb0-a87c-4736-a3a1-121ea0e6f07d", + "id": "45b329fa-8d25-467b-9355-b40996b360e2", "name": "Create Password Org Config", "request": { "name": "Create Password Org Config", @@ -95458,7 +95458,7 @@ }, "response": [ { - "id": "3b0dacf1-e3b7-422b-8fb6-55f12eca856f", + "id": "fc9efa70-88fa-4a51-8b8d-76de1c18791b", "name": "Reference to the password org config.", "originalRequest": { "url": { @@ -95514,7 +95514,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7734ec5c-bbb7-4ce8-851b-a05c59ba5988", + "id": "ecfde19d-3d11-4a6b-8fee-fa0873d7741f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95570,7 +95570,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23190f21-36d2-4c9b-b09a-6d2172e9615d", + "id": "51633da2-5736-40d0-ac2f-e9443dc064dd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95626,7 +95626,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd0d1818-8dce-4edc-b48e-d48264cefb7f", + "id": "f4fc41dd-29b4-46a6-86d6-9808bfa79318", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -95682,7 +95682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e537378c-b183-456b-9a46-25cb171d54bc", + "id": "f47e038c-922c-4d26-a6a0-3e945d1be58e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -95738,7 +95738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04f1b714-e433-414e-82d4-e17e1642a022", + "id": "489a1c62-9e58-4fbd-8d8b-6ddd07da3ad2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -95806,7 +95806,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": "18f7d97a-8e15-4250-8baa-f3d0de2c0ec2", + "id": "4cdfd3c9-051f-4831-ba14-378f9feaf23f", "name": "Get Password Dictionary", "request": { "name": "Get Password Dictionary", @@ -95835,7 +95835,7 @@ }, "response": [ { - "id": "1701273f-c047-4f03-88fa-f2bc97916075", + "id": "47ada38c-fdd9-407c-9d83-cd3c933d0dab", "name": "A password dictionary response", "originalRequest": { "url": { @@ -95873,12 +95873,12 @@ "value": "text/plain" } ], - "body": "id", + "body": "ut non", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "a6aead08-0929-424d-ae79-4ed1f6a58a19", + "id": "da7d3fa4-7353-481f-961a-12cfc5915e8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -95921,7 +95921,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71e3db3a-3871-45ca-83a3-497b5362d052", + "id": "bf9998bc-fdbd-47a7-a324-de218cf8d087", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -95964,7 +95964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17242f4c-cb7c-4c16-804c-352104f5e1fd", + "id": "479daca9-5df0-4506-8fa4-7870b627dbdd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96007,7 +96007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cf8d0d4-6d2d-4c5f-be10-4a3ab3112cb7", + "id": "dd4d10c2-2617-458d-9131-26d4d39db2dd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96050,7 +96050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26db8183-11ce-4dfa-9df7-96f2fd9f7c42", + "id": "41168174-fa1a-4c39-9614-88571a9f0dd8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96093,7 +96093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4a35c5a9-b515-4cc6-8014-ce7b7432d2d5", + "id": "78cd18a0-0641-45cc-b000-45198aa73f87", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96142,7 +96142,7 @@ } }, { - "id": "3af63db9-a1d1-443d-9a40-76e747b70fe6", + "id": "8ee0cc9c-3a69-48f9-b1a0-25d14e3c9e02", "name": "Update Password Dictionary", "request": { "name": "Update Password Dictionary", @@ -96187,7 +96187,7 @@ }, "response": [ { - "id": "b8c79359-c352-42d9-8340-57329e1e60b3", + "id": "d75e3d37-9a4e-42bd-9717-3dd3bf364396", "name": "Successfully updated.", "originalRequest": { "url": { @@ -96236,7 +96236,7 @@ "_postman_previewlanguage": "text" }, { - "id": "fdd52726-0692-4c4f-b9c8-59d94a4ebc12", + "id": "8d9dcbaa-63b3-45ba-89f8-feea002b0386", "name": "Created.", "originalRequest": { "url": { @@ -96285,7 +96285,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4389e99c-7495-4e27-8caf-988346cde1ab", + "id": "613cb83a-7bc9-4fc6-86f9-e17c5d75ef32", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96344,7 +96344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d1267f26-32db-4584-a966-a27c9a548fce", + "id": "35a150aa-7444-42c9-9cf4-b70166fa3cb8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96403,7 +96403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f79a086f-1793-43cc-bf8b-56b3aad35fcb", + "id": "72ade3d8-0c81-483b-a8d5-6dc828053525", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96462,7 +96462,7 @@ "_postman_previewlanguage": "json" }, { - "id": "36c57964-4eda-4721-acb0-ba271aed8204", + "id": "b9829a2c-48ea-42e7-965a-f217adef36bd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -96521,7 +96521,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b257124-62c8-497d-a8fa-389a7ceba1e0", + "id": "6ea23ff3-7f1a-4ca2-ba3d-4a6ed08c4b31", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96580,7 +96580,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e81e70a1-5d37-434e-bbe9-ac2fecd4808a", + "id": "b7f048eb-0fbd-4157-b164-2f2d4c7591ee", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -96651,7 +96651,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": "a5761bac-a2b3-4fa0-bbc5-3185653834ec", + "id": "5d192bde-bf78-4ea5-a454-0ba990c3705d", "name": "Query Password Info", "request": { "name": "Query Password Info", @@ -96693,7 +96693,7 @@ }, "response": [ { - "id": "df9a0043-e453-4de4-8b88-ccd90ff14d48", + "id": "43714c66-40a5-4b9d-b466-ff7cd9aee390", "name": "Reference to the password info.", "originalRequest": { "url": { @@ -96749,7 +96749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2320f5e-fca5-40b4-9b2c-87c182f01333", + "id": "e6a3f6aa-b7d6-4200-8a71-00b657320685", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -96805,7 +96805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7546666b-5d78-46ec-b7c7-eba9926580a9", + "id": "46941de5-c737-4987-99b5-d8766ea79273", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -96861,7 +96861,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c87b0e71-93ce-4ee8-9b6f-c26fef6c76b0", + "id": "517ae1e6-f7c3-4f6d-bafd-ef203084b811", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -96917,7 +96917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a612d71e-22e9-48d3-a6bd-24e9611675fb", + "id": "cb1e6e78-18df-42fd-8f4e-e4fff8a3ce97", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -96973,7 +96973,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b74ccaa6-f1a2-46c7-9036-b8ca0d6cf039", + "id": "ee250ddf-8d9a-4ec1-a11d-cc0e10822f80", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97035,7 +97035,7 @@ } }, { - "id": "0fccbaef-71db-4252-8320-50c1b7372f8d", + "id": "53e44f22-9a09-4917-8ce5-8abc98d0f16b", "name": "Set Identity's Password", "request": { "name": "Set Identity's Password", @@ -97077,7 +97077,7 @@ }, "response": [ { - "id": "7eb8f9a1-b347-44d0-ba53-d48cfc896d02", + "id": "deca08d9-1037-44e1-8a11-b81816a850ff", "name": "Reference to the password change.", "originalRequest": { "url": { @@ -97133,7 +97133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a979260c-0395-405d-983f-23de2d78b7f2", + "id": "428639f7-d4aa-4579-a581-42b76c7a9661", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97189,7 +97189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2461091b-089b-4132-9994-ae431ac23282", + "id": "505f9d5d-70f1-43f3-a4f7-96e727cd9ca3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97245,7 +97245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b20e754-efab-4905-a1e1-b26fa3fc2cb3", + "id": "54bccdbb-7274-4a5d-8086-4040b4f3cb40", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97301,7 +97301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "597d9507-badf-4996-b7ea-de30a9e13e24", + "id": "29ba7aa9-3a60-492f-9a65-9131a276fe8d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97357,7 +97357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f729dc81-08ec-419e-b1f3-b7930651a3c9", + "id": "1156cb3a-1ab2-41e1-8640-ae54e1148bae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97419,7 +97419,7 @@ } }, { - "id": "eb4171e1-fa81-46ea-8d53-c89515cdac1b", + "id": "3ecc4e54-507e-4da1-8577-6f34b849072e", "name": "Get Password Change Request Status", "request": { "name": "Get Password Change Request Status", @@ -97460,7 +97460,7 @@ }, "response": [ { - "id": "2c111134-0ea2-41ca-b6a4-e2cecce23bd0", + "id": "0f57b8fa-e415-4531-a19d-91d4605204db", "name": "Status of the password change request", "originalRequest": { "url": { @@ -97504,7 +97504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "132faacc-6c9b-401d-b607-7e11b0938303", + "id": "b38fe172-da36-46e2-b917-3861727a0211", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97548,7 +97548,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eba3186-8799-48b7-be1e-49459ea8ad3b", + "id": "646e5136-790a-460b-a7ab-de65299c5631", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97592,7 +97592,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae8e87a0-76e8-4897-9e14-5a3533a3df72", + "id": "3cbbb92d-a53f-444d-99b3-73c756945ea3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97636,7 +97636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4036418a-3125-4530-af5e-cbff2c77df38", + "id": "aa2cb671-587a-4c93-a5da-e6762846869f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -97680,7 +97680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10ffcd47-dc3c-42e0-b401-7d01ea34613e", + "id": "9e637a15-e704-4c88-80c5-82ea2aaf23fa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -97724,7 +97724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92c4e365-d775-4a84-ba89-e16c75a1cec0", + "id": "30f6d7fa-ef70-4a18-acf9-381e0d15551b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -97780,7 +97780,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": "28030c33-bf31-4370-8dbb-abbb5bb2d87f", + "id": "5f4e4c5a-0a7a-47ac-ab9e-ddfa118450f7", "name": "Get Password Policy by ID", "request": { "name": "Get Password Policy by ID", @@ -97821,7 +97821,7 @@ }, "response": [ { - "id": "8733d292-4ac5-4e01-b7af-bb0348be4536", + "id": "b211c384-3d43-4073-a1eb-77f275c1bd6a", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -97865,7 +97865,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9d66dd1-e54c-4312-843c-a17210ffe3e7", + "id": "990ce801-1ca3-4d3d-b491-7f5740160496", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -97909,7 +97909,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5fe81c8-ab30-446e-8ec0-b5c461ac6641", + "id": "a68d051a-b7a2-4cd1-91f2-734c00d832a9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -97953,7 +97953,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1138c3e4-f92c-4ac8-a4c8-bd4a80deed00", + "id": "793b0135-cc85-47ee-ba2d-fb20eb8df2fd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -97997,7 +97997,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee7eece5-9f0c-4932-b523-09e27b4aefa6", + "id": "eeab2c2a-4084-4efa-9da7-97d50d0a920b", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98041,7 +98041,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f5d2416-24c1-4dbf-b042-5a092b312fad", + "id": "ae2cf473-ddb6-4856-9169-1d38afbbc71d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98085,7 +98085,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42dc1e13-555f-4562-b894-d4674b109a20", + "id": "9f3f6734-21f5-41ab-a1f8-47c0b010cffa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98135,7 +98135,7 @@ } }, { - "id": "edb96516-3949-4ab0-a870-f7118079a096", + "id": "b7b9052f-3114-4e2e-b201-92ccce90c284", "name": "Update Password Policy by ID", "request": { "name": "Update Password Policy by ID", @@ -98189,7 +98189,7 @@ }, "response": [ { - "id": "b54ddbea-8d3a-45fc-a8df-fa76156bfc7e", + "id": "49b8b413-5fa2-42c0-b35e-2d602b8e196c", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -98246,7 +98246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c28d2520-7646-4b68-a5f2-ea8dddea1035", + "id": "f08b284e-e17a-4466-8b4a-e3b9561dc8b9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98303,7 +98303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c0400cf-aaa3-4374-a2d1-2d0d3584b29a", + "id": "c1bf66a2-3300-40dc-9f49-0ac4a1d064e3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98360,7 +98360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59af4bd2-16e6-4bf3-8e48-d19c9e45c1b6", + "id": "56aa4d51-0971-49a1-9eac-16d20d245e6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98417,7 +98417,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ebe4f71-f9b5-4aa1-ad26-a9f4cfd7f40b", + "id": "0f5a86fe-39d4-4fea-8895-8b35bd8836a6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98474,7 +98474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40343eef-e701-4751-982f-a25edb76c11e", + "id": "524cd594-61a1-4ab4-9aa1-936bb660afbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98531,7 +98531,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13fd9df1-034a-4b8d-808e-307639a9aa50", + "id": "b773f323-3718-424d-8983-f3bbcfc5e041", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98594,7 +98594,7 @@ } }, { - "id": "0add9e1b-b6f7-42aa-baf1-5bcd91ec8f2e", + "id": "19fdccc7-f5dd-4a19-abc0-16e1c7255116", "name": "Delete Password Policy by ID", "request": { "name": "Delete Password Policy by ID", @@ -98635,7 +98635,7 @@ }, "response": [ { - "id": "2b205537-bf6d-4cbb-ba9e-df81a6a9b9b9", + "id": "7ec6359a-3904-4776-9524-33710485feed", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -98669,7 +98669,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1d852423-7e94-4611-84f4-c321487436fb", + "id": "d3fbab1d-0705-4d86-8432-0172f7937ee8", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -98713,7 +98713,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88099d92-811c-4455-9fa2-8f93b2ff7c8f", + "id": "0e992f8c-ff1b-4426-b3a4-5fad119a2eab", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -98757,7 +98757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bde60f8c-98f7-4817-aa69-9bd5d0f37663", + "id": "88cf2026-0018-44c2-86d2-e3568cd15766", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -98801,7 +98801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9bd88f7-d773-437a-a686-53adc959971b", + "id": "690a52c2-ebd3-4d3a-8379-efb8299db8e6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -98845,7 +98845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c3461e9-9d7e-4f8e-83dd-3f65a9f47e35", + "id": "2ad678e4-3fb4-411a-aa73-3d7c37727be4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -98889,7 +98889,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78c08a47-4fa9-4625-b57d-4b32c169d706", + "id": "f846fc8d-b1c4-4338-a519-626b814ad7c2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -98939,7 +98939,7 @@ } }, { - "id": "d9b537dd-608c-4042-b708-80cc83868e90", + "id": "21db8d04-e378-45f4-a58a-c72a1933d9db", "name": "Create Password Policy", "request": { "name": "Create Password Policy", @@ -98981,7 +98981,7 @@ }, "response": [ { - "id": "eb128170-0320-4235-b8d7-8284662f0fe6", + "id": "e3332b40-4c4c-498b-86d0-2655764f0271", "name": "Reference to the password policy.", "originalRequest": { "url": { @@ -99032,12 +99032,12 @@ "value": "application/json" } ], - "body": "{\n \"id\": \"2c91808e7d976f3b017d9f5ceae440c8\",\n \"description\": \"Information about the Password Policy\",\n \"name\": \"PasswordPolicy Example\",\n \"dateCreated\": \"2015-10-23T22:03:53.579Z\",\n \"lastUpdated\": \"1979-08-10T03:14:50.258Z\",\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\": \"incididunt in velit\",\n \"modified\": \"aute do Excepteur incididunt\",\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\": \"1975-12-06T18:09:01.748Z\",\n \"lastUpdated\": \"2010-06-16T22:15:10.889Z\",\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\": \"in ea commodo adipisicing\",\n \"modified\": \"ut deserunt aute ulla\",\n \"sourceIds\": [\n \"2c91808382ffee0b01830de154f14034\",\n \"2f98808382ffee0b01830de154f12134\"\n ]\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "fce780a9-6a7c-43e8-84a1-3eb985a73d17", + "id": "fd39cca5-19c1-42df-bfea-4f99aea97596", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99093,7 +99093,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1626543-f1e7-459b-b65f-74930cc1319f", + "id": "efd37eb9-2d2a-4aca-a8ab-209ad5dcaa66", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99149,7 +99149,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e266954d-13fd-43b4-aeea-36c691300ba1", + "id": "6e2ba432-f29c-45f0-bea9-080470c81a20", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99205,7 +99205,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86aaed7a-69c1-4b90-a3d6-df011f81cc8e", + "id": "7ef67ed3-e50f-45c2-b130-ef924d447dc8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -99261,7 +99261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e8a5d55-b937-4a33-a16c-00f4325f8ad2", + "id": "937cec81-0577-4b09-a9e7-d19a3ca616cc", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99317,7 +99317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8bf0d2fa-17c0-4b40-bd88-0b5aca82b8b6", + "id": "4f1c551e-4ba2-440d-ab3a-3dc218d0b3d1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99379,7 +99379,7 @@ } }, { - "id": "f4b619af-d3ba-4485-b43c-c37bf8568d10", + "id": "fcf1c562-bbac-48a0-a69a-569e0edbf0c2", "name": "List Password Policies", "request": { "name": "List Password Policies", @@ -99436,7 +99436,7 @@ }, "response": [ { - "id": "0ccb7b5a-254a-46d2-92e3-245c57c651f3", + "id": "15565641-d7ed-4feb-ac94-a66dd6e3effd", "name": "List of all Password Policies.", "originalRequest": { "url": { @@ -99507,7 +99507,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5db50751-d3b4-4010-af84-eae8b2feef77", + "id": "926a5699-a09d-4e8f-b4c5-cd1c0429ce78", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -99578,7 +99578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d5976b6-8725-47f9-a3e1-5df10cc71285", + "id": "e822f6b1-57a6-41a7-a1fb-c4f3056b2461", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -99649,7 +99649,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73111c6e-26ea-470d-95c4-a4153a151760", + "id": "443023a3-aee2-487e-985f-3d0a9d931444", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -99720,7 +99720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c1c58a49-87c8-4da0-b04a-8c6e889aeb2a", + "id": "9bdc3bfe-7813-44ce-9bed-25304a4f0f3f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -99791,7 +99791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d7da477-45c0-442c-b9f8-010d52e52d0e", + "id": "e67b3bb3-d48f-4925-9524-8fedf470b5df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -99874,7 +99874,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": "029d3af6-87b4-4529-9799-08588fb1dc80", + "id": "203e258d-b98a-4b0c-8c1e-8ecadd2dc6ce", "name": "Get Password Sync Group List", "request": { "name": "Get Password Sync Group List", @@ -99931,7 +99931,7 @@ }, "response": [ { - "id": "ca5f6295-455f-4f40-a274-18948b917b8a", + "id": "d753a87f-57d8-4b57-9e92-aed4bc14de91", "name": "A list of password sync groups.", "originalRequest": { "url": { @@ -100002,7 +100002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15bb86ba-5974-4f23-a100-4a1df926e175", + "id": "f45e5d6d-a310-4d08-a0c4-db612ef5e45d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100073,7 +100073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fca525f7-64d6-4ccf-8cb9-819c542cc029", + "id": "214336d0-7a77-4e02-bfd0-f93d2e682457", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100144,7 +100144,7 @@ "_postman_previewlanguage": "json" }, { - "id": "357f0254-57ce-4a2a-b26c-85400cd592c6", + "id": "5bd5d37e-e2ae-478a-acc3-224ae6ec170b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100215,7 +100215,7 @@ "_postman_previewlanguage": "json" }, { - "id": "378b3431-04f1-4ebe-ad1f-c7eef3182f58", + "id": "cbb8062d-fa3d-4193-84fd-fd31c7ab7d9b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100286,7 +100286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbcaddb9-d745-4638-bacf-d94546e5bac6", + "id": "7598a2d8-edf1-4712-8b5d-3edb1066ff79", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100363,7 +100363,7 @@ } }, { - "id": "cf0f2b06-cf6c-49ff-a50d-f58f53a4488a", + "id": "d1541353-3d2a-41f3-b55a-41cbc230a343", "name": "Create Password Sync Group", "request": { "name": "Create Password Sync Group", @@ -100405,7 +100405,7 @@ }, "response": [ { - "id": "cace6a5e-53d0-4b77-814a-bb8d7cc00b54", + "id": "abe9d2aa-1237-4e0c-a7c6-364f7ea76085", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -100461,7 +100461,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de322aec-0a51-4ece-a3a5-9052e3ace4fd", + "id": "c812017b-bd78-40da-a9bd-012c34b9045e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100517,7 +100517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e498be8-7df9-4535-8280-e0e3421f350e", + "id": "2240b8a6-bf07-4fef-bdaf-3af3a44a9279", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100573,7 +100573,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e27e5b1a-5b93-4f85-97a6-c68453bd3d45", + "id": "40d4b5c7-3579-470f-be60-6ec570dc8deb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100629,7 +100629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "67abe13c-26bc-4ae2-9ce6-0f9a7810a90a", + "id": "133330b9-6be8-4e60-a43f-fe4a87f7dbfe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -100685,7 +100685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e5229ee-fa16-4ea2-908d-1da4b5c25998", + "id": "e47e3540-930c-487e-9d61-95ebdb1cabdd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -100747,7 +100747,7 @@ } }, { - "id": "ee202698-e378-422c-9e30-81cc89317bdf", + "id": "a8ffa346-a86e-4cf0-ba2f-cfa0367acd81", "name": "Get Password Sync Group by ID", "request": { "name": "Get Password Sync Group by ID", @@ -100788,7 +100788,7 @@ }, "response": [ { - "id": "73ec15e8-fb0b-49a6-ab07-ee8d7377a03d", + "id": "12b3c9a7-f700-4b23-ad90-8b35c9b4b935", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -100832,7 +100832,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d71a7453-7457-4d0f-a29d-cabbb88076f3", + "id": "33bd1d1d-7d9d-49ba-8dc8-696c53930e5b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -100876,7 +100876,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe373367-69d7-49d9-b983-70f3e877f8ca", + "id": "174dc234-e2b0-4c6b-9f3f-4a68a955faea", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -100920,7 +100920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c711105d-11fa-472a-af9e-2166b0b2dd23", + "id": "fe7749a0-d078-48cd-a574-a27ab91105c7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -100964,7 +100964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "771688d5-87ba-40b7-a90b-ad26221c0431", + "id": "1247d2cd-2461-4053-933f-98418d1f1136", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101008,7 +101008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "556a05d2-454b-412d-91f4-c76ba82314b0", + "id": "499cc933-4951-4349-adf4-ec093b3ff568", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101052,7 +101052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55090485-e63c-421f-8c60-06d5634e92cc", + "id": "7780819d-d700-4bb2-9b18-83e868a9dabf", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101102,7 +101102,7 @@ } }, { - "id": "04d327c1-e93f-4911-bfea-765d3c158ee8", + "id": "683cf8d6-6382-44f2-aff8-b144a797430e", "name": "Update Password Sync Group by ID", "request": { "name": "Update Password Sync Group by ID", @@ -101156,7 +101156,7 @@ }, "response": [ { - "id": "97c1eb54-401d-4f4c-9e64-76fa0ee97d62", + "id": "8e3c2f9f-4506-4749-81e7-01b36e6a0fd3", "name": "Reference to the password sync group.", "originalRequest": { "url": { @@ -101213,7 +101213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "182dd80d-9f5a-4cff-91ab-203454d4eebd", + "id": "a262820d-50b0-4b6b-bf8b-5f66f5cef84a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101270,7 +101270,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faca945e-de9c-48af-bd90-5206ca7dca23", + "id": "435ffb5a-241f-45dd-adf3-097cb2b0b2b5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101327,7 +101327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18e9d1bf-219f-40aa-b81f-daffb4e856e1", + "id": "a5a947ce-4714-4853-8889-2b7cd969676a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101384,7 +101384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df3c99f2-5e8a-43b0-9c9a-f99d0fc7307e", + "id": "49456e3f-52d2-43be-a727-ca3f87b83f99", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -101441,7 +101441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f56b68a9-e22a-4a25-8c04-f3304f7755b4", + "id": "7a2f855a-f630-4b12-8ee6-b12baa55ca0c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101498,7 +101498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62d58deb-b943-452e-b102-07c00c97c590", + "id": "4cd3b50f-3c99-4117-b18a-8f610dbaccc3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101561,7 +101561,7 @@ } }, { - "id": "060379ef-866f-445b-8919-658a4cd76f62", + "id": "461d1520-615e-4217-95ee-c2fef892364c", "name": "Delete Password Sync Group by ID", "request": { "name": "Delete Password Sync Group by ID", @@ -101602,7 +101602,7 @@ }, "response": [ { - "id": "832dc041-6de9-4bcd-8d82-a767bc674a41", + "id": "1bf8f5c9-10d5-41a5-a168-da44934ace6d", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -101636,7 +101636,7 @@ "_postman_previewlanguage": "text" }, { - "id": "76ec96a8-a6a0-4c59-ad8a-de81c81fbaf4", + "id": "af1dab14-7cb9-4a41-8b72-d76789202fb4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -101680,7 +101680,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0321fcf5-b6b5-4a15-b37b-db53989d6f7d", + "id": "0eb10f81-a55a-4f97-8ca2-d4ee7a6f2468", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -101724,7 +101724,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ae3d12b-7ca5-4c8d-ba6a-2e63fa0b39c6", + "id": "9153596d-2f89-40b3-af7a-f7576741ed68", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -101768,7 +101768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e24cfda5-6064-4f09-a7e6-d5a5ad059b6a", + "id": "0ac3e9c7-77ed-4c81-b169-3c4275716908", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -101812,7 +101812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d9f5e7b-0e53-45e7-8ced-1686531091d5", + "id": "e017ad33-e254-46d4-9fef-717a773ad88d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -101868,7 +101868,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": "4aa4439a-8e15-4e02-9656-b4782cf8d451", + "id": "287fd18c-34ad-4ddc-a93b-62fdd9a44a04", "name": "List Personal Access Tokens", "request": { "name": "List Personal Access Tokens", @@ -101916,7 +101916,7 @@ }, "response": [ { - "id": "0707fc2c-1982-40a4-b221-bb7801982ea2", + "id": "e510b903-676a-4741-972b-e6f1039c5332", "name": "List of personal access tokens.", "originalRequest": { "url": { @@ -101978,7 +101978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94833e05-bdb1-4fe0-aa93-0dde55aec588", + "id": "c50f1ba7-0141-4712-9126-9accba03aa3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102040,7 +102040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d26e8aa6-c64d-4312-b258-f645038cafa9", + "id": "bfba83a1-15f3-4d43-9201-8c6a6663b2f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102102,7 +102102,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70085953-a36d-477c-b726-3479166f5466", + "id": "db0a321a-c395-4f27-b954-f655a2ccbcc7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102164,7 +102164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ace34c09-1156-4ad3-9797-dce168269649", + "id": "b785d404-098e-4421-90ed-79d82a6c7102", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102226,7 +102226,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8116c0d2-c06e-42e7-91c2-3ff5744ac19f", + "id": "5b1fab0d-b615-460c-87e0-872cc56c3c47", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102294,7 +102294,7 @@ } }, { - "id": "0a526745-48a2-4f7e-a979-1f71aa90bed9", + "id": "1d255813-dd34-4690-a52b-051e1090c88b", "name": "Create Personal Access Token", "request": { "name": "Create Personal Access Token", @@ -102336,7 +102336,7 @@ }, "response": [ { - "id": "c405c6b8-3473-4999-8815-8ebaa268939c", + "id": "e4226a0f-eeb9-4eb1-99d7-d05896406f09", "name": "Created. Note - this is the only time Personal Access Tokens' secret attribute will be displayed.", "originalRequest": { "url": { @@ -102392,7 +102392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26390e7d-a89b-44e2-85e3-e5fbc7738d36", + "id": "bb7709c2-f4b0-40de-b6f8-f18d234e1ddf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102448,7 +102448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3c66a24-7c8b-4396-a3b6-1fec05d50657", + "id": "4d7e02a0-a227-4a96-8809-92ef31b35e45", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102504,7 +102504,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5baa4279-82de-4d5e-8ab6-24ea2eaea740", + "id": "19f3f243-96b8-4259-a426-bded6f037a5b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102560,7 +102560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d9d9b79-f170-498c-bc95-9a9d4111c9b2", + "id": "8fff8386-1234-4580-98c1-87ce156fb162", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -102616,7 +102616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69e98bc0-641b-48b9-badf-2601622f2add", + "id": "9376ba2d-1c3c-4dbb-bcdd-c11baccbf323", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -102678,7 +102678,7 @@ } }, { - "id": "edfc5ba6-7af4-4221-afdb-e3b115841e43", + "id": "feb00f57-9b43-4738-9f04-810501919156", "name": "Patch Personal Access Token", "request": { "name": "Patch Personal Access Token", @@ -102732,7 +102732,7 @@ }, "response": [ { - "id": "fb411b9e-201c-4983-8f5e-199688763326", + "id": "093839bb-ddb9-4e59-87fd-4a2d260bdbeb", "name": "Indicates the PATCH operation succeeded, and returns the PAT's new representation.", "originalRequest": { "url": { @@ -102789,7 +102789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a92adfcb-ff12-42c1-882a-d95e3f7bdf19", + "id": "fa8f9108-a9b7-4560-be77-5f52e454c0d9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -102846,7 +102846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17579742-666d-408b-b805-990b2a23cdbd", + "id": "36525154-fd38-4003-880f-79be9636b1cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -102903,7 +102903,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ce3917e-1223-4703-83f2-00e248808277", + "id": "337ca038-1c04-468b-9c67-6a3a6ad8e276", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -102960,7 +102960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6811996-c626-41e9-8c71-2cacadc46b4a", + "id": "754ac800-437a-4867-82d0-488c22120f12", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103017,7 +103017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eea512b8-49b3-48fb-bf77-8f9aced9d9a4", + "id": "e8c0a022-c7fd-4fcd-9ac1-cd5dcc1d6620", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103074,7 +103074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a598486-12b7-4677-9529-80c299cdc09e", + "id": "4f73eb6f-41ab-43e2-b096-014f76796a22", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103137,7 +103137,7 @@ } }, { - "id": "a59deb47-eaab-456a-859b-7886b5c60114", + "id": "de132646-da0a-4509-99d8-c8790ede8e96", "name": "Delete Personal Access Token", "request": { "name": "Delete Personal Access Token", @@ -103178,7 +103178,7 @@ }, "response": [ { - "id": "f2efb620-230f-48bc-80c7-cabcd623da09", + "id": "f7b78b02-3191-4489-a6df-ddaf51d46612", "name": "No content.", "originalRequest": { "url": { @@ -103212,7 +103212,7 @@ "_postman_previewlanguage": "text" }, { - "id": "7d5a9f2e-d9e0-437a-8420-f132ca247ac0", + "id": "a8ceb904-b8ff-4739-9af7-91b0837a6240", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103256,7 +103256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75b61b2d-5b01-4fba-b62c-683d66888737", + "id": "bc1063fb-9a80-4a1c-9a1c-3cdb6fc9a06d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103300,7 +103300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fc6de09-3759-4ee9-af9f-0e3ac29c82cd", + "id": "a828ed16-53da-49ac-993c-cc2265e79319", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103344,7 +103344,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1b9751b1-acb9-415b-92ad-799771cf682e", + "id": "444958e9-9c49-46b1-8435-5f19f80ff43a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -103388,7 +103388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7671289c-219d-4df3-8af0-09c4e2627dac", + "id": "4d1ddee7-4241-4940-a25a-c0edca1f7022", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -103432,7 +103432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b3c2863b-29cf-4a6b-9a32-be0dd3e6ab35", + "id": "167d9ce3-f1fe-45fd-a932-f01e09aec67c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -103488,7 +103488,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": "713f4ae7-c619-44cb-a1d5-c4bed6a9b39e", + "id": "ab559b0e-333d-4378-8c43-a621194975b0", "name": "Get a list of public identities", "request": { "name": "Get a list of public identities", @@ -103569,7 +103569,7 @@ }, "response": [ { - "id": "09d7534e-d06b-4828-8d6f-72ca40291e73", + "id": "627cd8ff-c2c4-419f-87e6-69ee39c7db20", "name": "A list of public identity objects.", "originalRequest": { "url": { @@ -103667,7 +103667,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6943bbd-01dd-45ba-8eb4-e113bdc5957f", + "id": "cc3d9a07-7e3b-4577-8b86-9f9f5705fe2a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -103765,7 +103765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a277391-96ed-47c3-9cd8-f00ca4e18e50", + "id": "5cec6023-a839-45a8-836c-e6dfbf74706f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -103863,7 +103863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2db31ee2-a0ea-4463-b4d2-ffb5d8bbcfc4", + "id": "872f67a5-92aa-499e-843c-fe6b393cb63b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -103961,7 +103961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e66b56ce-1d20-4a96-a563-bc9e039d716b", + "id": "b8c45b33-83d1-439d-b7e0-e2c5ba76eb0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104059,7 +104059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9bf246b2-fe9f-46c8-9f1c-8ce913edb5c4", + "id": "27fe029c-84c2-4381-8eb5-4f6ddf7b091f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104169,7 +104169,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": "cc6168b2-d6d2-441b-8328-4027d15b95cb", + "id": "cac4fb31-c026-4228-8557-698464c25c73", "name": "Get the Public Identities Configuration", "request": { "name": "Get the Public Identities Configuration", @@ -104198,7 +104198,7 @@ }, "response": [ { - "id": "4ef38868-e6c6-4239-b845-e35ff5be431f", + "id": "9d0856eb-b919-4623-8ace-0521f0acbb6c", "name": "Request succeeded.", "originalRequest": { "url": { @@ -104241,7 +104241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01a80869-f739-4a4c-9ca0-ea1399e128d7", + "id": "70ea42be-cd05-48c7-8c72-d3b7901c1639", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104284,7 +104284,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56b0dc17-9663-4d7b-abe1-b0ab725a9d43", + "id": "91a2aff6-7869-4c73-82d3-7f14ec53d2a1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104327,7 +104327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd375359-aea2-445a-a090-5fd40b19e11d", + "id": "d9023545-1ec7-4651-8f14-83682119db33", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104370,7 +104370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e51f504-9f57-4228-8820-b5a72bcbd32d", + "id": "6c43e233-0ec7-44be-b0bc-86441280cce4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104413,7 +104413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8601b3b-d45f-45ae-b5f1-03e9efa5d080", + "id": "53fad8bb-6858-4d66-8787-9cbc2d8540b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104462,7 +104462,7 @@ } }, { - "id": "942e5348-b2c3-415e-a082-6e43d6a163e2", + "id": "41c5537f-77ce-44d9-8a32-7c3c9817a1a7", "name": "Update the Public Identities Configuration", "request": { "name": "Update the Public Identities Configuration", @@ -104504,7 +104504,7 @@ }, "response": [ { - "id": "18d6b7d1-3eef-4868-a972-a931334e6083", + "id": "41d872a5-9b21-43b8-a047-09c8d4342d27", "name": "Request succeeded.", "originalRequest": { "url": { @@ -104560,7 +104560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d9357a63-52b1-43c3-8542-0a174d86e1dd", + "id": "bfb953ef-8bac-422d-b76f-75b08d05dd8c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -104616,7 +104616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55c60abd-4db4-45c9-9ac0-60ce8b5a6475", + "id": "3e2e66fc-58c5-4cfa-a0e9-345634b1217c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -104672,7 +104672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fa071bb-bf58-4e75-bc56-ff387d849893", + "id": "0c9a0b63-5672-4ccc-83a3-ddbc943543c3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -104728,7 +104728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f081ff6-e1b6-43ee-ae25-ed1f287b61d5", + "id": "6d48b4ab-50d2-48fc-b556-c92356e69697", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -104784,7 +104784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c5e36a8-c56a-44d4-8784-ee7cf1a8cef0", + "id": "342c040d-f979-494d-be7c-000c45728df6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -104852,7 +104852,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": "c6796220-da01-4562-ad51-fdc4db7906f6", + "id": "ef3ce222-0db7-4171-bcff-bd56e0663865", "name": "Get Report Result", "request": { "name": "Get Report Result", @@ -104904,7 +104904,7 @@ }, "response": [ { - "id": "78421901-c5e7-48b9-bce1-89b48632e4b7", + "id": "2103db84-0f14-4a22-84e3-a1a2131b6ea1", "name": "Details about report that was run or is running.", "originalRequest": { "url": { @@ -104959,7 +104959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d1765c4-93a9-475b-820e-8b8050ec7444", + "id": "f95c20d7-39df-4bde-a1fe-4a7bfde686e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -105014,7 +105014,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92e18662-e15f-497a-b84c-724cb0ee1e9b", + "id": "063435de-d3bb-4b18-9e0c-7e30ee2dfd30", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -105069,7 +105069,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7311103-c98e-4b69-a68d-87696a39acbe", + "id": "9d2c7f64-64f6-4217-be9f-0a0378552ae4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -105124,7 +105124,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bae04484-a8fb-4244-adf7-00478bc22b07", + "id": "7802322a-d5f2-4f69-b916-233ec9564029", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -105179,7 +105179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3e0a2a90-6306-47b7-9aca-859c403c4ed2", + "id": "eda96983-36da-43a6-a87b-c51ce2c9f78d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -105240,7 +105240,7 @@ } }, { - "id": "ff5dadbf-07b9-40f9-9ca4-3142c1da20a5", + "id": "4d6f3960-bce4-436c-ba4f-5291b2083fae", "name": "Run Report", "request": { "name": "Run Report", @@ -105283,7 +105283,7 @@ }, "response": [ { - "id": "473928f1-370b-40cd-b594-ab44cb1c35f7", + "id": "e4eb490f-c0de-4e39-8954-d8c12964b455", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -105340,7 +105340,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3fe22907-7672-4987-a09e-f674e33ca944", + "id": "e44be0a7-1522-47eb-a9e1-ae3924c82ee1", "name": "Identities Details Report task result.", "originalRequest": { "url": { @@ -105397,7 +105397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d4b5c0d2-b4c6-4e5f-a30c-15b601f8723f", + "id": "0cc03175-2ee5-4008-ab58-f3b58a1a2947", "name": "Identities report", "originalRequest": { "url": { @@ -105454,7 +105454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ca375b0c-7fc6-4d90-b0d5-82f62b429430", + "id": "1415880e-b739-495b-a8e2-adf634a1e243", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -105511,7 +105511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5372a0ea-fbf0-4381-9fe8-5bc4ecf44071", + "id": "2f4f4adf-cf0a-41ff-a3cd-17e5b84df599", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -105568,7 +105568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "243f56d5-b55d-46f5-b30f-10276f3a8b79", + "id": "e41c3503-9f33-4504-9c85-d2faadd69d06", "name": "Search Export report", "originalRequest": { "url": { @@ -105625,7 +105625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45b4c379-08d7-4a5d-8cfb-34f611874c95", + "id": "8aba91cc-c2cd-4c1e-8e71-8e0cd8095986", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -105682,7 +105682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fe0c4f00-bf47-4aac-b4d9-0ed280868413", + "id": "915314e2-8e1c-4895-b05a-914537bb04c3", "name": "Account Export report", "originalRequest": { "url": { @@ -105739,7 +105739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1920d79b-3082-429e-b765-72a725e11fb2", + "id": "e9e6359a-b237-46c9-8ddd-8b56a71d85d2", "name": "Identities Details report", "originalRequest": { "url": { @@ -105796,7 +105796,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7b86d7b-d8ca-487c-b42e-614c45ff4416", + "id": "bd6dc9b5-9b5e-41d7-a84c-a3c93e42d2eb", "name": "Identities report", "originalRequest": { "url": { @@ -105853,7 +105853,7 @@ "_postman_previewlanguage": "json" }, { - "id": "070efcfd-69e8-4816-8b80-a1aa8a2d5fca", + "id": "a21ca34e-38d3-4598-8348-5ede52e1a43f", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -105910,7 +105910,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8ad112e-82ab-4fed-8ed1-307ab922f45e", + "id": "d23505d0-9f64-4118-bdf1-8a0cb8094232", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -105967,7 +105967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90e2dbef-7af1-4060-9c69-80d7585ff017", + "id": "70f7756c-1226-4904-a5ac-44e89f44d00f", "name": "Search Export report", "originalRequest": { "url": { @@ -106024,7 +106024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e0c0ac0-b258-4373-9c31-90e9e8ebbfdc", + "id": "075777ed-7a2c-4be4-bf65-8afe512cb77f", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -106081,7 +106081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d129f0d-1580-4c13-a00d-b8d7187d5f3c", + "id": "b0b27347-1f5f-44ea-a5fb-6bc938156ea7", "name": "Account Export report", "originalRequest": { "url": { @@ -106138,7 +106138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9780306c-d120-4d67-926e-b6445a9456c5", + "id": "1a8a0275-4a0a-4ee2-973b-198693845af7", "name": "Identities Details report", "originalRequest": { "url": { @@ -106195,7 +106195,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e177597f-d568-4bdd-a5a3-7b65da5129ab", + "id": "cc0259b3-206a-4800-ade4-b5f721f22859", "name": "Identities report", "originalRequest": { "url": { @@ -106252,7 +106252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09eec545-c321-4634-b4d1-e26531990ab0", + "id": "590d34eb-0577-420b-b0b1-8a8b0dfedfd6", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -106309,7 +106309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "33ef9418-3879-40ef-8997-be8774076bdb", + "id": "16dd2a18-0af0-4bea-b483-1e6b46bbe2ee", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -106366,7 +106366,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8088c439-75a5-4697-b7eb-e1aea09ed1c2", + "id": "94a4a0fe-8ee2-4326-a4c0-9128942bcb19", "name": "Search Export report", "originalRequest": { "url": { @@ -106423,7 +106423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0981c509-2303-4f07-86d5-de923e342483", + "id": "5d5ef41a-73cd-4abb-8ebb-25c080cb8afa", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -106480,7 +106480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e35cfbe-0db5-43d3-8ffd-63ae17bb3fe2", + "id": "ff5e6f40-923b-4d23-bbe4-041f04167883", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -106537,7 +106537,7 @@ "_postman_previewlanguage": "json" }, { - "id": "161d5be2-860f-49cf-bcc5-65244b2d00a8", + "id": "bba37719-1eb7-458c-bc66-58edb3eb30ae", "name": "Identities Details report", "originalRequest": { "url": { @@ -106594,7 +106594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf8a8d6d-04c8-442e-8dce-cfba34fad487", + "id": "a8700747-06a9-46ed-a9f0-8a1135ce5fe0", "name": "Identities report", "originalRequest": { "url": { @@ -106651,7 +106651,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8fa56d28-ab22-4375-8fd4-5a0cb59d7758", + "id": "8595c227-2fb6-41b0-8cad-068ea3394873", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -106708,7 +106708,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bc1c804-0ced-496f-b70d-5910646158bd", + "id": "a73ce08a-6c9d-4677-a798-8c9de43a3a34", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -106765,7 +106765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3154a850-1435-4f77-9ccc-bf33e4fb3059", + "id": "608dc60c-5e0a-4233-9ecc-e91312e6f110", "name": "Search Export report", "originalRequest": { "url": { @@ -106822,7 +106822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "709fafb0-4f8c-4c67-bf58-21cd15c85cd4", + "id": "454663e6-670e-416e-981e-65cb042e60f6", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -106879,7 +106879,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bbe4570-e7f4-4f62-b2bd-c20b80fd4d8b", + "id": "114bd916-2bc0-4c8a-aaa7-2ffd004059c1", "name": "Account Export report", "originalRequest": { "url": { @@ -106936,7 +106936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "400aeeab-8965-44df-bdb6-720d8d09c555", + "id": "59abd98b-b8ed-439c-ac1a-29639f83804e", "name": "Identities Details report", "originalRequest": { "url": { @@ -106993,7 +106993,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e11ff2dd-3130-44c3-a5cc-a4f67936e8b7", + "id": "67ff01a6-f6fd-436b-98e5-256337b6dde8", "name": "Identities report", "originalRequest": { "url": { @@ -107050,7 +107050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb2db0c8-f441-4470-b341-c3db44bb1758", + "id": "eeb3c9e4-c59d-4ea6-ad26-49f5cd6b6142", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -107107,7 +107107,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66d0809a-0773-46c1-ba62-0a88061c02b4", + "id": "91855efb-573c-4bc2-84f1-271b35e8c8b9", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -107164,7 +107164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c94acaf-85f2-4b5a-8900-150582afe900", + "id": "9443e708-23b0-4597-a648-00a6a557f686", "name": "Search Export report", "originalRequest": { "url": { @@ -107221,7 +107221,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6aaa7c2-b6f3-4f23-aeb4-c047dd3404f8", + "id": "b97259c1-931f-415b-9574-e3c2b4c952ed", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -107278,7 +107278,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da2f2b4a-12d3-45b7-86b5-3fca482d2442", + "id": "26341089-ad63-422c-9f2a-ef17f971e3c4", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -107335,7 +107335,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71b46470-f172-4413-b98d-c4206dccd49a", + "id": "a5a48613-76c2-467d-8cea-ac8e318cc7f9", "name": "Identities Details report", "originalRequest": { "url": { @@ -107392,7 +107392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "232f1095-1181-4bd6-927f-9b98cd0b09a1", + "id": "7ae8dbe4-c02d-449d-8c2f-f88aa0d97959", "name": "Identities report", "originalRequest": { "url": { @@ -107449,7 +107449,7 @@ "_postman_previewlanguage": "json" }, { - "id": "10d0a5f6-69fa-4b92-a3a5-bdc7bf305a44", + "id": "fd7cd5b4-4dea-46b6-aa62-ee9a3860e9a8", "name": "Identity Profile Identity Error report", "originalRequest": { "url": { @@ -107506,7 +107506,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6532867-0648-4200-8735-c4140cc9dd5e", + "id": "d8c0dbba-ac7b-4db0-aacf-b5f881c5fc3f", "name": "Orphan Identities report", "originalRequest": { "url": { @@ -107563,7 +107563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea6db01b-22f5-4c72-9280-152d4b2681e2", + "id": "d4bec91d-8ed9-4051-b87c-a746198a8165", "name": "Search Export report", "originalRequest": { "url": { @@ -107620,7 +107620,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e78b177-aa04-49bc-99de-b16dd78a06b1", + "id": "dbea91e4-b599-4a5a-b7df-39a2879e5378", "name": "Uncorrelated Accounts report", "originalRequest": { "url": { @@ -107683,7 +107683,7 @@ } }, { - "id": "9d5ffa29-c25f-4922-b615-65db0ce07c77", + "id": "9ba9fd94-2a2c-4d71-9069-d3ae9f76f231", "name": "Cancel Report", "request": { "name": "Cancel Report", @@ -107725,7 +107725,7 @@ }, "response": [ { - "id": "d2c18ca1-38c3-43da-83c7-34e88b7f1288", + "id": "50b4f05a-8db6-4ad0-a97e-b7ae78dff85f", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -107760,7 +107760,7 @@ "_postman_previewlanguage": "text" }, { - "id": "69ebc966-3fd3-4150-9893-c50da825a1ee", + "id": "c61256b2-e474-417a-94a2-78069a1bc806", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -107805,7 +107805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8660a9e-4c2e-43e0-a92f-2534eff4dafd", + "id": "22a180ac-2831-4f0d-b964-70ea7e4f3334", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -107850,7 +107850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee4e0956-ea27-4594-964c-9de4299b1246", + "id": "49914838-d6fc-4e38-85c7-26471dff883d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -107895,7 +107895,7 @@ "_postman_previewlanguage": "json" }, { - "id": "181df202-807c-4ddc-9d22-87555508772e", + "id": "ae36de68-92a5-488f-a01e-c459f939b6c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -107940,7 +107940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19b76d59-aad8-46fe-bbe5-fa774f0d633d", + "id": "2b2860b2-acab-4e30-9c44-289ecf91d67a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -107991,7 +107991,7 @@ } }, { - "id": "740b3e62-6995-488e-b509-809cd77ea1ef", + "id": "f1d35d65-c932-43f9-af34-6996eeebdcb4", "name": "Get Report File", "request": { "name": "Get Report File", @@ -108060,7 +108060,7 @@ }, "response": [ { - "id": "3ad1a310-1465-4c5f-a63c-1fc27cce872b", + "id": "bb18e5f4-0bde-4ad6-92c3-3c8d7a648710", "name": "Report file in selected format. CSV by default.", "originalRequest": { "url": { @@ -108136,12 +108136,12 @@ "value": "attachment;filename=\\\"fileName\"" } ], - "body": "tempor et", + "body": "est sunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "4076adce-6cf0-4a87-a1a3-a551653a85fa", + "id": "32201bbc-d5d3-47a5-99f6-ca58f2bae5cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108213,7 +108213,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b2e9297-1114-4453-b15d-6d2e395cd712", + "id": "1cb50e00-9ff0-4284-8c49-f7f80ebbd9ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -108285,7 +108285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec0ce517-fdd7-47fd-9731-e6e95c169096", + "id": "0835d1d9-6209-46ab-b296-c060f68b0aa4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -108357,7 +108357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77228cb0-de18-4b5b-bfdf-299e2d1f98a4", + "id": "3f63f495-c084-47bc-a9f7-9a6f0bc754d8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -108429,7 +108429,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2213ecf1-0bb0-40db-8a51-86fe24be840d", + "id": "1cb72c2b-b393-47ab-a6fa-68aa7cfb7418", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -108501,7 +108501,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19d09029-350e-4dbc-a46f-762546eaca96", + "id": "076c308d-25c3-4bc1-b3d4-e94d6a48ae5f", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -108585,7 +108585,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": "fd490754-764e-4e40-967b-3a7fdc5c35f2", + "id": "596ea79a-9703-483f-b143-e52f3e2f6015", "name": "Requestable Objects List", "request": { "name": "Requestable Objects List", @@ -108696,7 +108696,7 @@ }, "response": [ { - "id": "919c1224-7b6c-499b-8c1d-5136168a7d0c", + "id": "778b4772-c3c1-41a0-8300-8ea62b0c8b0e", "name": "List of requestable objects", "originalRequest": { "url": { @@ -108821,7 +108821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b7a5592f-f9a5-43ef-89bf-5566478c4e37", + "id": "789d5086-31b8-4290-af69-7bf98542ff91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -108946,7 +108946,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd39c26b-3118-4225-977d-f00b3c664f89", + "id": "53199257-3bb2-424f-9f28-1e905471d01d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109071,7 +109071,7 @@ "_postman_previewlanguage": "json" }, { - "id": "37719872-5966-4550-a3fb-ead6195efa35", + "id": "b52700de-1575-4706-9ccc-7d32e80d3403", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -109196,7 +109196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf9659fe-6682-403a-a29b-76cc2771d755", + "id": "23678a0a-e921-4226-9c1f-8772ee01eb19", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -109321,7 +109321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "deb471e9-c09e-48fa-988b-08a76822d8e1", + "id": "26430923-937a-4ea2-b4b3-29c826808f9a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -109458,7 +109458,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": "3db6129c-85f4-4650-a4ef-f6f6ace80865", + "id": "918ac6df-a58b-45a5-8ce0-98e437705f71", "name": "List Roles", "request": { "name": "List Roles", @@ -109560,7 +109560,7 @@ }, "response": [ { - "id": "7ee57b61-6e4b-4b8c-ac6a-de88c8a35079", + "id": "b498fd40-58d5-4f8b-b6c8-8b72919918bf", "name": "List of Roles", "originalRequest": { "url": { @@ -109676,7 +109676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "829ac500-492c-43d2-85a5-81c305b59165", + "id": "bc698230-6c4d-4d13-8541-aa9247512d65", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -109792,7 +109792,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e3f01d2-15ce-4fa5-9863-713989341d6b", + "id": "5e6fdd08-bb6e-4bd3-ad5e-666aa1656446", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -109908,7 +109908,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8db6fa06-5d6d-4241-87c7-160c4511b148", + "id": "06915916-1638-4f6d-9eb5-6b900c281815", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110024,7 +110024,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e2aa6a5-23c8-460c-bb63-01070c0c3a98", + "id": "dd2b50da-bcf2-4792-81d1-b1a3709b60f4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110140,7 +110140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d012f86-23e9-4cc4-806f-5c2f560af302", + "id": "8b24b8ae-4f4d-4057-be14-67020505a339", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110262,7 +110262,7 @@ } }, { - "id": "1d4d9e93-a724-4718-8206-ceeeb73ed365", + "id": "7a696587-2bcf-444e-8b3a-3c4c7f27dee7", "name": "Create a Role", "request": { "name": "Create a Role", @@ -110304,7 +110304,7 @@ }, "response": [ { - "id": "c84c543c-5602-41e0-817d-3de8ad568688", + "id": "6bac5efd-7c9c-4c3e-9b4f-1b91322b7e89", "name": "Role created", "originalRequest": { "url": { @@ -110360,7 +110360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91737883-7bf8-4e3f-a4de-65cb034aafef", + "id": "b3ddf24c-ff9c-4e63-8b05-c0d631f97bdd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110416,7 +110416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cccc36e3-9b29-4450-b358-91f75ba1c8c2", + "id": "5ba68b6f-2b58-4212-b688-4f551a95a073", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110472,7 +110472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2f0fdc5a-a6a9-4ce1-a1d9-79545b2917ef", + "id": "a0fb123d-5ab4-4de1-b647-fa9a69dd2ac9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110528,7 +110528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df715b63-82bb-4d9b-b70f-dcfe4fa7120b", + "id": "c6281384-3bcf-4df3-b1a8-1bd4469b7b3c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110584,7 +110584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f94d48b-c2f5-4529-8389-a5faf11118c0", + "id": "37f6d109-8d57-4240-a2ca-94f231a36f83", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110646,7 +110646,7 @@ } }, { - "id": "cc189ccb-37ea-4695-aead-ed7a3a479983", + "id": "a8a29dc2-9119-46a6-8b03-63e430a9487a", "name": "Get a Role", "request": { "name": "Get a Role", @@ -110687,7 +110687,7 @@ }, "response": [ { - "id": "5c7f944f-0961-4392-8f22-c7b2d629918a", + "id": "b7e3b1bb-a860-4239-a0c5-1f3758ee3d35", "name": "List of all Roles", "originalRequest": { "url": { @@ -110731,7 +110731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f996dcf3-988e-4a50-84e3-b075f7c23bd7", + "id": "d89c9b84-58c0-4f10-9886-8aa5d480b1e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -110775,7 +110775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799bca7d-2ded-4d50-a318-9e07f71db544", + "id": "005085e5-693d-4349-9ea6-9e7d33bc01f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -110819,7 +110819,7 @@ "_postman_previewlanguage": "json" }, { - "id": "548f31f4-6809-4ac5-b13a-fb0e707a78be", + "id": "f7df9d48-a39e-48cb-b0a3-072977929a42", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -110863,7 +110863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "048264cf-4250-4d2f-b352-1ae34eb4eb79", + "id": "1c9c280e-8b25-45bb-af70-66f68baa62ba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -110907,7 +110907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9dc5f58-54cb-4461-957d-f92be02ae492", + "id": "1d842355-c443-4272-bb57-3b5e3a0ccd6e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -110957,7 +110957,7 @@ } }, { - "id": "9bff2ec5-155a-4655-b9da-96d4def72b21", + "id": "272cdc64-fbb8-44ef-946a-ff2d1ea7a74a", "name": "Patch a specified Role", "request": { "name": "Patch a specified Role", @@ -111011,7 +111011,7 @@ }, "response": [ { - "id": "bf338063-c7c7-4230-91d6-5082755fcc67", + "id": "e5a65be4-d5d2-4019-a88e-a2902e180576", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -111068,7 +111068,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23003093-1b77-42f1-a51a-dc1dfa272864", + "id": "347d82cc-9554-448a-bbfb-d079a830f3d8", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -111125,7 +111125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2694a94b-2176-4b8b-9509-4d6d9925726d", + "id": "34f12f96-5288-4879-8567-a35b32065d3f", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -111182,7 +111182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "266b2b8e-ae69-4350-b593-6a363f86123f", + "id": "1f730e15-7baf-4f5b-aeb4-9b0586aedc73", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -111239,7 +111239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6bdff9d7-fdab-4870-a836-5d3c2b2f2a3e", + "id": "f92ff19c-06ed-49e7-a3ad-27ab2cd1ec60", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -111296,7 +111296,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c976df0-13a3-44c5-abe5-b418c4fa48b9", + "id": "332b7d42-72ff-44c0-90da-95539dcd29e6", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -111353,7 +111353,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45fd96c9-e4a1-45de-a8b0-71ec306fd959", + "id": "43cf84af-2e2b-4771-82eb-e5b8a12b7276", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -111410,7 +111410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60c32f5e-6de2-41ce-9e4c-1af24fb7d18c", + "id": "fca0b4b3-8e3a-41c7-8d27-0672fabd39e6", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -111467,7 +111467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e4bc908-4b4b-4320-8590-37fddda97916", + "id": "978d9105-ea87-4e0f-8d6e-c24acffec1e5", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -111524,7 +111524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1cd52d2-ef1a-4e94-abe8-146a32055f40", + "id": "9cfa037b-b280-44ea-a30b-72f52364cee1", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -111581,7 +111581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0602e45d-4f92-4d6b-9a21-0be8a4255a96", + "id": "f64a0d9e-8387-4475-8c9b-17d0ae15d547", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -111638,7 +111638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3fc9541-8897-48cc-bd70-f6b0c195d9a9", + "id": "11d6d70f-c8bf-41f8-b893-0f40ce9e7ce3", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -111695,7 +111695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9965ec5d-83b4-4edc-bec8-415dbff2ed49", + "id": "f322324b-b05c-42a4-9750-eb20fde4e07d", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -111752,7 +111752,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ba7627c-df63-4590-8e11-e3a78c3dbcb6", + "id": "629122ea-6325-42b1-93b6-e4a11404f672", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -111809,7 +111809,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a1552e84-2032-4d09-8ec2-135b306a99e3", + "id": "7494fb17-be65-40b9-81f3-6e504370e796", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -111866,7 +111866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19e695ba-2c66-4420-beee-2de00abf79e7", + "id": "4d7e85cb-0fba-4101-88d5-2732c031d30b", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -111923,7 +111923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d97eee21-f458-4926-b168-5c53757fcf61", + "id": "8344a745-2ed5-481d-90e2-f9f3629a1e6c", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -111980,7 +111980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d89a599-54fb-45f8-9906-8dde9d02619c", + "id": "9cf7a222-5574-415a-96e9-8b399fc808e6", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -112037,7 +112037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c9d7f76-6a4e-4584-96f3-9b49d8751919", + "id": "e8e3235b-d9f8-4c09-b5d8-fac2ad00849c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -112094,7 +112094,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4eb1106-7f92-48e0-9de0-0253aad69140", + "id": "403205dc-fcc4-4f1f-bfa7-3ccaf030cdf3", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -112151,7 +112151,7 @@ "_postman_previewlanguage": "json" }, { - "id": "97c63cf2-2557-4945-906d-0601236e507d", + "id": "63b583f7-56d7-474a-9779-ce0538ba1011", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -112208,7 +112208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16b2681b-d447-42ba-a56d-476d8cf405c3", + "id": "c3b19e0e-9b13-41a5-99b2-10e4063c234e", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -112265,7 +112265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42debdc7-8477-4d97-bb59-0848c542bf7c", + "id": "c9abd92e-f196-436c-b5c6-4be850918c10", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -112322,7 +112322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea3433ad-32c5-46bb-a06d-084406fff7a1", + "id": "0ce442c1-6b49-41e5-ada3-9f5c0873d7c9", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -112379,7 +112379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b27aa656-4126-4d6a-8a9a-7a2682dffe1b", + "id": "8df9a2d7-af91-4574-abcf-4377390f48d7", "name": "Make a Role Requestable and Enable it in One Call", "originalRequest": { "url": { @@ -112436,7 +112436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a0687fd-1118-45f6-83d7-0f46c8ff4ee4", + "id": "db504fbe-e00c-4a28-9f3a-8b9a46bb7114", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -112493,7 +112493,7 @@ "_postman_previewlanguage": "json" }, { - "id": "286d4878-0fdf-4fb4-896a-2cf3c2403ead", + "id": "aea56e1b-7569-4128-b953-b8ecbd24fd9d", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -112550,7 +112550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "159c64e2-6b4e-4dac-bf95-60e5fc158044", + "id": "7daacb36-3aee-46ac-8904-7ba622567eab", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -112607,7 +112607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc3051e6-78a9-4a28-b2e1-4cd8edb1f58a", + "id": "b308b7be-8c56-46ed-9aa6-dac280b90df8", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -112664,7 +112664,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcda87ef-0926-43ff-abf3-f3e2e9f44225", + "id": "156902c4-2315-4c03-8a4e-3cd183846948", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -112721,7 +112721,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0a501d0-9e80-44ab-9160-ebdc3cbff12e", + "id": "e1a9f564-7f74-4a86-ba29-ffa7d5d01f5d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -112778,7 +112778,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c18bf880-b5fb-4812-9390-893756184eaf", + "id": "907aaaad-15bf-42c3-aeb4-04f9006d9d25", "name": "Assign a Role to a Segment", "originalRequest": { "url": { @@ -112835,7 +112835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99249652-8349-4309-99f7-8a64df372e91", + "id": "0469a810-e7f6-4573-a196-fd2d61bd182a", "name": "Set the Membership Selection Criteria to a List of Identities", "originalRequest": { "url": { @@ -112892,7 +112892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d2525b7-60e7-472f-8fc5-8730dcddd62e", + "id": "6e854918-a83d-40d5-9c5c-c8c379cdaca9", "name": "Set the Membership Selection Criteria to a Standard Expression", "originalRequest": { "url": { @@ -112949,7 +112949,7 @@ "_postman_previewlanguage": "json" }, { - "id": "958c2436-fee7-41c0-862f-b748cdcba4e3", + "id": "f2fbc526-840e-4ad7-acf2-6db9630b7a85", "name": "Add a New Clause as the Child of an Existing Standard Expression", "originalRequest": { "url": { @@ -113006,7 +113006,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3884dc1-e977-49df-936c-e001d5e4975d", + "id": "b32cc7b2-ae15-488c-bbb8-2bb6d643c295", "name": "Assign a Access Model Metadata to a role", "originalRequest": { "url": { @@ -113069,7 +113069,7 @@ } }, { - "id": "5b346cdd-8260-4353-8378-fd1e1b77b7c8", + "id": "78f5242b-d567-46f5-87a1-8cb4eabb3139", "name": "Delete a Role", "request": { "name": "Delete a Role", @@ -113110,7 +113110,7 @@ }, "response": [ { - "id": "ffe1f7d9-f12c-400c-838b-f2612f48cb8f", + "id": "57ef9447-4e99-47e7-ac40-8fd63f6d7d1e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -113144,7 +113144,7 @@ "_postman_previewlanguage": "text" }, { - "id": "89182220-1b19-470c-8508-37a9cc7746e8", + "id": "82ca9d6e-32ca-473b-8022-6042d6b07960", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -113188,7 +113188,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f8c324e-28f0-4ebf-8a0e-c416a4988b8f", + "id": "c09f03f1-f3f6-434e-8be0-210db4587652", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113232,7 +113232,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d42dcdeb-2ca1-4e39-997b-a5c2d52251f9", + "id": "18d4d10f-c2a2-4d4b-ada1-8d4d3b87c155", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113276,7 +113276,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d9184e7-6e60-4d2e-8949-30d4c78ee619", + "id": "a83116ec-ec2d-4329-b213-685aee8eca8c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113320,7 +113320,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c050593-8f37-4d5c-8131-cade4ef309f9", + "id": "fe6e0521-c7a8-44e5-956c-281f87865645", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113370,7 +113370,7 @@ } }, { - "id": "db0ef235-aeb5-4ad6-b0c1-4396bd6460b3", + "id": "05390161-2cbf-4fdc-b78c-639c6bc0bdeb", "name": "Delete Role(s)", "request": { "name": "Delete Role(s)", @@ -113413,7 +113413,7 @@ }, "response": [ { - "id": "22d2d01e-7ca9-4a5e-9203-006cb7282d3d", + "id": "5f663e55-3b6f-46b3-b9e5-e7c5ed0bba67", "name": "Returns an object with the id of the task performing the delete operation.", "originalRequest": { "url": { @@ -113470,7 +113470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d00ef7a-8ffa-4540-9c7b-228477d8456e", + "id": "bb80a03a-8c67-46c1-bba7-69295ed13dd3", "name": "400.1 Bad Request Content", "originalRequest": { "url": { @@ -113527,7 +113527,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76a11006-ea89-43bd-b98a-a602c8c78482", + "id": "4c0e3f6d-b37a-4452-9fcb-78a3eb958378", "name": "400.1 Role ids limit violation", "originalRequest": { "url": { @@ -113584,7 +113584,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f0e4972a-17fb-471c-b8de-9a3ba441a5fa", + "id": "6ed44041-22be-4380-ba51-0d8378d647b7", "name": "400.1.404 Referenced object not found", "originalRequest": { "url": { @@ -113641,7 +113641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59e07fd0-695d-4726-8f74-687d3021998c", + "id": "225245b2-c4f0-4bea-b07b-8c765949074e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -113698,7 +113698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3460e1e4-372f-428a-ac80-aa46857874a7", + "id": "2e8787f1-0264-4e4d-acfb-a9a876b12af4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -113755,7 +113755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b4173fc-7978-4f39-afbe-8c6ce07054b2", + "id": "36861080-73e7-453d-a904-5879af110f03", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -113812,7 +113812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2971b50-dec3-4e12-b62d-8d8fd323e4c3", + "id": "261768f6-1498-4535-9b59-cc19378d244d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -113875,7 +113875,7 @@ } }, { - "id": "9008a82b-0a0a-4bbe-9052-54cbc44745b5", + "id": "a1209f6e-fe9f-4860-8307-3e9b2ba88b7d", "name": "List Identities assigned a Role", "request": { "name": "List Identities assigned a Role", @@ -113960,7 +113960,7 @@ }, "response": [ { - "id": "5f6b98d8-a723-46bf-a453-cbb9f11818d6", + "id": "ee2081cc-ed21-4ae5-a002-eebf76d47b82", "name": "List of Identities assigned the Role", "originalRequest": { "url": { @@ -114051,7 +114051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "31054255-8242-4666-baa7-d5b07dfa9510", + "id": "49c7e861-ad23-4b55-8433-73b9f0ee1502", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114142,7 +114142,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af8fe2fc-e089-46cc-affd-027d23e6d515", + "id": "00365390-edf1-421c-9494-b4d317cfdaa2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114233,7 +114233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fafba46e-6ba6-42ee-841f-b4070859d121", + "id": "66e73639-de36-4e2c-91b0-ce4dfa9f0238", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114324,7 +114324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd3d1a1c-4125-488a-a810-57448d785ede", + "id": "acc53760-bc63-4576-840c-873dcb41d51c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114415,7 +114415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84f72b4d-797d-4493-916c-756947668f66", + "id": "209f1ece-44c1-4da0-b59d-a4198d09c09d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114518,7 +114518,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": "947e962e-0ea2-429b-94c7-3d17a275e460", + "id": "f54494e3-f2a4-4006-81f0-f4220625e19a", "name": "Create a saved search", "request": { "name": "Create a saved search", @@ -114560,7 +114560,7 @@ }, "response": [ { - "id": "781d06b0-37cd-4ca0-8c3f-8f5898afc785", + "id": "722339d5-8314-4667-984c-27d4f7c8ad51", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -114616,7 +114616,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66c6ab89-788a-49da-ac33-ee95950042a5", + "id": "726a3f6c-fcd9-4700-aba7-4e141f30006e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -114672,7 +114672,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f53cf02-74c1-4e1e-a207-5ac291166f95", + "id": "6de9e5c6-153e-4f9d-a6ed-1577c39814e9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -114728,7 +114728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baee1ba6-3f47-40a9-81c0-48467af9e055", + "id": "c302c1e9-c8b2-4481-ad12-5cf1a490dd6f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -114784,7 +114784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "808b1788-1236-4e65-9287-deff5ec7360c", + "id": "44f8761f-3cf3-459d-9dc4-52b04ad36fa4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -114840,7 +114840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8cd7cd7c-ec9a-415d-b994-8592f9111eb3", + "id": "bcef918d-67ad-4677-aef4-fb01a6789283", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -114902,7 +114902,7 @@ } }, { - "id": "7195d504-b8c4-4c40-b4eb-a090584e26a4", + "id": "67b5466b-161d-4684-9e3e-586dfd5073df", "name": "A list of Saved Searches", "request": { "name": "A list of Saved Searches", @@ -114968,7 +114968,7 @@ }, "response": [ { - "id": "7d181818-ad6d-4be6-8663-f9365955714e", + "id": "aac836e5-4a6e-4bb6-899f-b1fac2a9c7c3", "name": "The list of requested saved searches.", "originalRequest": { "url": { @@ -115057,7 +115057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7fc6ec5-d25f-4978-aa0e-0d170d6ea65d", + "id": "e36db828-d719-4c9e-8f18-5d3764f48664", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115137,7 +115137,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ef0695c-13a8-47c3-b3f0-51a9f752eabb", + "id": "d4104522-2f9a-4a10-b769-63b146eb5f7d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115217,7 +115217,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a519131-0b3a-4303-80f3-c30a38ecf7df", + "id": "d5a346ad-d760-407a-bcdd-5e66d879edda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115297,7 +115297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6853207-94f8-4d6f-8ad6-3b89599b3134", + "id": "abb21978-a505-45c4-84d0-e43a153f676b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115377,7 +115377,7 @@ "_postman_previewlanguage": "json" }, { - "id": "16413f01-e9ed-4e12-a6da-e385b23c115d", + "id": "ba994b9e-9241-4166-91fa-545ce43427cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115463,7 +115463,7 @@ } }, { - "id": "e0cf141c-995c-4b29-8da3-6935705be91c", + "id": "b8a762b4-aa13-4e3c-ae47-fefde3c65c57", "name": "Updates an existing saved search\n", "request": { "name": "Updates an existing saved search\n", @@ -115517,7 +115517,7 @@ }, "response": [ { - "id": "8c040cee-64b1-45bf-9d8e-ca1d0cb0d26a", + "id": "2ec6b0e9-962f-463a-814a-23090b3d7fb0", "name": "The persisted saved search.", "originalRequest": { "url": { @@ -115574,7 +115574,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3151af6a-6ed2-49d9-91ea-10a3a18b4cea", + "id": "18e137f1-bd13-4e6e-864a-dd032430e05b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115631,7 +115631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "99608101-0979-4d03-b61e-fa9851aca8e4", + "id": "cbbd9d83-cd60-4019-ab41-4587b7eba33f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -115688,7 +115688,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ff401e7-dc77-4f65-a160-b360ad3b12c9", + "id": "f0a4d686-0dce-4cba-a049-1434baaed501", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -115745,7 +115745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "892d480e-4d92-4ca6-ae38-a72664aab912", + "id": "7b3682eb-1758-4be4-b69c-5f1bf15ce2da", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -115802,7 +115802,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ac7bf7a-7220-41a6-a6be-17a1754902e2", + "id": "eefa91e2-1ab0-4fa9-bdec-633c15914511", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -115865,7 +115865,7 @@ } }, { - "id": "6896ea0e-6e68-4426-b5f7-321f8af56cb1", + "id": "c2889b26-be94-4841-b4d5-494e8395dcef", "name": "Return saved search by ID", "request": { "name": "Return saved search by ID", @@ -115906,7 +115906,7 @@ }, "response": [ { - "id": "b65edf41-deb9-467c-81d7-1f91fd879173", + "id": "423c348e-62fb-49a9-be4d-7d9b81168928", "name": "The requested saved search.", "originalRequest": { "url": { @@ -115950,7 +115950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b32562c4-6d7c-43fe-ba10-081e20094e17", + "id": "d270677d-ab9f-49a5-a8d1-f7bd5a7aa88b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -115994,7 +115994,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38e66541-349e-4da6-a6dc-df001fe3c8f0", + "id": "c77feaa5-9a2d-4a66-b030-3e71e5ce3a1c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116038,7 +116038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dd512f9-6f6a-4b5f-9030-5ae5de799971", + "id": "5b635de3-9e66-4435-9fda-c8b69d1e9f33", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116082,7 +116082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1aa23a34-1b23-4f96-9ba5-6f47a3de4a3a", + "id": "8af7c2d0-097c-4c76-ba65-b1d8e7b19425", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116126,7 +116126,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a0448ca-5775-4df5-b9a6-2f0375aba299", + "id": "06f3c34d-87ee-431e-b65a-f8cd6de1301d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116170,7 +116170,7 @@ "_postman_previewlanguage": "json" }, { - "id": "136acee8-10c1-4bd6-b282-3d3203022274", + "id": "b2bc15c2-ea9f-4b01-955c-9d9563b1215b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116220,7 +116220,7 @@ } }, { - "id": "8a385754-ce33-423f-9212-7f689cb3ebff", + "id": "d461dce3-cdf9-4f40-ad85-19288696f7ff", "name": "Delete document by ID", "request": { "name": "Delete document by ID", @@ -116261,7 +116261,7 @@ }, "response": [ { - "id": "c59c6f95-1cc5-4e99-bc61-a1eb6ac207c2", + "id": "6e44b5a1-a9a0-42a0-b00b-1cb9c5967440", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -116295,7 +116295,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f9716e98-565d-4c83-9ebc-39c45fa1d2e0", + "id": "7d3b213f-f7f6-4e8c-a85a-e220310483c2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -116339,7 +116339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "79505ec6-0a70-4168-b74b-5fee8d97e220", + "id": "48c42642-de35-4b1e-9ca9-676263fda17b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -116383,7 +116383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6b886ed-1314-40de-a477-589ae1553e2e", + "id": "55f9fd9c-32f5-42ea-98a2-ec290310eeb1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -116427,7 +116427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cec2535c-3fed-4165-a90b-fdf1fcb92065", + "id": "aaa37f3b-74dd-4543-aebd-76a4bcc80c12", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -116471,7 +116471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "35634025-ed31-4af1-9729-d0057b118d51", + "id": "3e6dbd49-7d95-4bf2-8c11-7fa94909f0aa", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -116515,7 +116515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89019a0f-6937-47da-993d-730c29760f92", + "id": "28290e70-e23c-4d61-b1c5-f59cc7764018", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -116565,7 +116565,7 @@ } }, { - "id": "710ed9a4-0a5f-4bbd-a4dc-433ca842c3b2", + "id": "6d606aa1-1887-4b2f-b53e-a35fb1c07c00", "name": "Execute a saved search by ID", "request": { "name": "Execute a saved search by ID", @@ -116620,7 +116620,7 @@ }, "response": [ { - "id": "ea9fb328-607e-4390-932f-acde7decb7e4", + "id": "cdd9e9e4-4835-4105-b952-d7903a100610", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -116668,7 +116668,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6c06e31b-f12e-4575-b3f5-f5073034b8bb", + "id": "baba659c-6437-498e-bfef-5999287991d1", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -116726,7 +116726,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4714ea41-22ca-4e18-bbf9-bfbbc0460e97", + "id": "69061836-dd12-4eaf-83d0-a0849b1b745f", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -116784,7 +116784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8f01709c-563e-4e81-ba18-efd8cac455ff", + "id": "bbe92cbc-40a8-471b-985f-3b8148820bed", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -116842,7 +116842,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82f90aa3-2437-4f6f-a16d-86df29fc48e5", + "id": "d0acbe0b-a09e-4f8d-9b53-f18d9b75c1aa", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -116900,7 +116900,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8785e91d-9522-45ce-9efe-3f46dc86490e", + "id": "ebfeddd0-e05d-49bf-9b84-d7cd7393e646", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -116958,7 +116958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d6fbc2c-2caa-4491-9569-335bc36004c6", + "id": "78374f0a-823f-4153-a275-12362d2ec526", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -117016,7 +117016,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23166be3-1be4-4b52-b623-de8f2f4dd7eb", + "id": "78822df8-f4af-4482-af19-e6c921e0c5ff", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -117074,7 +117074,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bbe6bb34-1701-4ded-8f28-73b98ef5ab0d", + "id": "a5b69fde-2bb4-41ab-b7b5-6151ee9cd593", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -117132,7 +117132,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df50ce37-a38d-4733-b89f-d9c4d728a5fa", + "id": "6b6ad19e-feca-4d73-8cb8-3faa5dc1e679", "name": "Triggered by Scheduled Search", "originalRequest": { "url": { @@ -117190,7 +117190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4b5e6c3b-94eb-49d5-8430-ec7445c66c1f", + "id": "32dfa9ff-49e0-473b-ac66-346cb83aa04c", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -117248,7 +117248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aede9c49-dba6-4d9c-9808-6349fffd06f7", + "id": "c841017c-7674-4dfa-905b-9891f79d982b", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -117306,7 +117306,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3066905-2894-4f51-ae64-bdd7cc3b7c69", + "id": "30468687-3e25-4748-b64f-b6e6831e949e", "name": "Triggered by UI Test", "originalRequest": { "url": { @@ -117376,7 +117376,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": "58cce02b-df85-4abd-b40b-89e23fbc942c", + "id": "c8b31dba-ecaf-4737-b7d8-9bf833dbe09b", "name": "Create a new scheduled search", "request": { "name": "Create a new scheduled search", @@ -117418,7 +117418,7 @@ }, "response": [ { - "id": "3b7c9015-b20b-4dbe-9a4e-d950a8a496b2", + "id": "e99b82f3-f55e-4a10-a277-53b6b2cf023f", "name": "Daily Search", "originalRequest": { "url": { @@ -117474,7 +117474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2eff9db5-56e1-4360-a518-3abdc482c666", + "id": "e1dfa7f1-f083-492f-8221-467e4f2833f1", "name": "Weekly Search", "originalRequest": { "url": { @@ -117530,7 +117530,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1f54836-9835-4df6-a9ed-3e21238b42ad", + "id": "f63efc3b-8190-4f41-bed7-27be7b897f1b", "name": "Monthly Search", "originalRequest": { "url": { @@ -117586,7 +117586,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80e5f35b-9aaf-4feb-92aa-6296d158a137", + "id": "3e9560a7-beae-4d5d-954b-e283426f0623", "name": "Annual Search", "originalRequest": { "url": { @@ -117642,7 +117642,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ff097736-510d-4903-a10a-1deace66829d", + "id": "61e04664-39db-4617-befb-0e0e65d816e1", "name": "Calendar Search", "originalRequest": { "url": { @@ -117698,7 +117698,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bff5d32d-deba-493e-94d0-d9b3ab9de592", + "id": "a51d84c7-ea53-4318-9536-5a539426134d", "name": "Daily Search", "originalRequest": { "url": { @@ -117754,7 +117754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d885af20-3e20-44af-8f9b-7c0a25ec0d20", + "id": "ea9eea8b-167d-4508-ae19-46efe6aaa697", "name": "Weekly Search", "originalRequest": { "url": { @@ -117810,7 +117810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "02c6967c-6540-45b5-933c-b6c6096d7698", + "id": "d82ddd7a-46e8-4103-9916-eef8b5cb0b35", "name": "Monthly Search", "originalRequest": { "url": { @@ -117866,7 +117866,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04a89877-af02-486e-8f38-6662ebcf4655", + "id": "a0caf9b9-d4aa-4703-a36e-6c472e98f62b", "name": "Annual Search", "originalRequest": { "url": { @@ -117922,7 +117922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "661c1411-d040-4160-9914-6623f0d45225", + "id": "ea76c134-a68e-4641-adaf-cfc870656ebf", "name": "Calendar Search", "originalRequest": { "url": { @@ -117978,7 +117978,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed36c747-c69b-4ce6-9c12-0df8f4d5fade", + "id": "f5a19d7c-427c-4c51-8f1a-567303311929", "name": "Daily Search", "originalRequest": { "url": { @@ -118034,7 +118034,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b1746b2-384d-4156-82cc-cd8a854ed5c1", + "id": "bffb153a-ae5d-4eb0-9c77-4e6c012e98ff", "name": "Weekly Search", "originalRequest": { "url": { @@ -118090,7 +118090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eef9b93c-e437-49d9-a757-3efb0619669c", + "id": "62e53196-3076-4c2c-a7e0-df4c6bb37909", "name": "Monthly Search", "originalRequest": { "url": { @@ -118146,7 +118146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ead2d552-edda-4a63-8589-64d78397b223", + "id": "83b893a7-a8fd-4255-b6a1-2eae4d61a266", "name": "Annual Search", "originalRequest": { "url": { @@ -118202,7 +118202,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28646050-a00f-46e4-b3bb-805efedb40ac", + "id": "4585186e-7b0e-4039-9957-e674ec967590", "name": "Calendar Search", "originalRequest": { "url": { @@ -118258,7 +118258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5a5e11d-b762-49b0-97e8-302d02a86dcd", + "id": "58028b35-f73d-49a5-9c94-4c95ae4d6c09", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -118314,7 +118314,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91665151-3f38-49f5-b815-179b969dd31a", + "id": "e09517f2-e1a4-4094-86a9-28f29dbe2e80", "name": "Weekly Search", "originalRequest": { "url": { @@ -118370,7 +118370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7db0755-1bfd-46ea-8636-ced66b954fe6", + "id": "cb236de5-05d3-4b40-9559-2e6e2093542b", "name": "Monthly Search", "originalRequest": { "url": { @@ -118426,7 +118426,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ffc394d-0d58-4759-afee-21514d7c687b", + "id": "5b927f06-ea32-4f49-a959-fcdb2483b8d3", "name": "Annual Search", "originalRequest": { "url": { @@ -118482,7 +118482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a8804e1-d179-4e93-9e93-0f9bb7b80831", + "id": "40d9dadf-0544-4ff1-899b-bb9f184ad4c6", "name": "Calendar Search", "originalRequest": { "url": { @@ -118538,7 +118538,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d93d782-f794-4f2c-bb04-0a72e1a9684e", + "id": "29397d6e-cc1d-4b2f-bc5d-ff7687302f9a", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -118594,7 +118594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "14bb82a8-857c-491e-b39c-9c05aff13ad1", + "id": "2369f9bd-c762-495b-af20-bded7e7871c1", "name": "Weekly Search", "originalRequest": { "url": { @@ -118650,7 +118650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89226db4-dc66-4c65-b46e-fd52f46f0e4c", + "id": "97a932b1-5b01-4ddd-b47f-41f5b50c5012", "name": "Monthly Search", "originalRequest": { "url": { @@ -118706,7 +118706,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a995e61-e21d-4bf8-a578-f87dd34d8ad0", + "id": "94c17796-c603-41ee-974e-a775ccb2397e", "name": "Annual Search", "originalRequest": { "url": { @@ -118762,7 +118762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e52c680-a023-4d4f-be36-f845621e8616", + "id": "73ce4830-34a9-4bc3-9d78-9d7692fd257f", "name": "Calendar Search", "originalRequest": { "url": { @@ -118818,7 +118818,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c98a9240-9874-4793-9194-7cb7d6bc2ce0", + "id": "0483520b-d10f-4128-9e6c-6010741de32c", "name": "Daily Search", "originalRequest": { "url": { @@ -118874,7 +118874,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20922a68-e793-4a2b-ad4f-7ef2681bda36", + "id": "00eb4e16-886d-417a-b892-613e83bfe6d4", "name": "Weekly Search", "originalRequest": { "url": { @@ -118930,7 +118930,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0afdab9d-5b6b-43f0-9c5f-01d5c0c93462", + "id": "268826b2-c059-4baf-a9db-9eaa69782663", "name": "Monthly Search", "originalRequest": { "url": { @@ -118986,7 +118986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "269e6c95-3912-4683-a54e-b90d1e7505fc", + "id": "944eda31-7ee8-4b7e-931c-a21a5828c19f", "name": "Annual Search", "originalRequest": { "url": { @@ -119042,7 +119042,7 @@ "_postman_previewlanguage": "json" }, { - "id": "369a2d5a-fb2c-47b5-a093-00fb9ce682fe", + "id": "ddc718d3-d123-44db-a5fd-d21e07cac154", "name": "Calendar Search", "originalRequest": { "url": { @@ -119098,7 +119098,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2bd181e7-16d1-41c3-b1b8-7b1a08ed6fc1", + "id": "34d139d1-0b96-48d6-a537-00b081bce85d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -119154,7 +119154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65f97a0b-7040-45a9-94ea-07434ec361b8", + "id": "0a2f112e-f162-4ddc-b9c7-b1471d3bb795", "name": "Weekly Search", "originalRequest": { "url": { @@ -119210,7 +119210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4432e8f-eccd-4dfe-b5fc-5f14da91c544", + "id": "9055c032-4018-44f7-a389-6536c2f96ae7", "name": "Monthly Search", "originalRequest": { "url": { @@ -119266,7 +119266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a23901dc-7395-4c85-b794-13636c059c5a", + "id": "5539ba69-6abc-48c4-be36-48a1511b9a94", "name": "Annual Search", "originalRequest": { "url": { @@ -119322,7 +119322,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73ded47a-77c9-4708-a02b-ab8ecdce8514", + "id": "db09cfa6-a6c8-428d-8963-81a63b79051c", "name": "Calendar Search", "originalRequest": { "url": { @@ -119384,7 +119384,7 @@ } }, { - "id": "914581d3-86c7-4e2e-8103-e419ed1df87f", + "id": "6a13fbf6-8afc-4b13-a312-dbb72258488a", "name": "List scheduled searches", "request": { "name": "List scheduled searches", @@ -119450,7 +119450,7 @@ }, "response": [ { - "id": "01500de0-82b8-431e-bc1d-a19ef68fb762", + "id": "9fd49f57-aba5-4e46-afd5-bfb8ec7ee64d", "name": "The list of requested scheduled searches.", "originalRequest": { "url": { @@ -119539,7 +119539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4082594-e50f-43b5-a317-13a24be05480", + "id": "3ad70c82-20f6-4a44-9072-ca37a70b2f3f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -119619,7 +119619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c3222c3-f54d-4c28-8938-119617ad6370", + "id": "22e893b9-1e2e-4a1a-b24b-94e0cc51eeeb", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -119699,7 +119699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "439ca11d-dcd6-4b90-8288-40923578bd1e", + "id": "728d372e-c09e-46c8-879b-1454b596f53d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -119779,7 +119779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7721238-90c3-4e45-bf57-fe2e7b135403", + "id": "47224379-7244-4ece-9983-85384b81721f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -119859,7 +119859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8292061-b604-4cf7-af94-a65793c9847d", + "id": "7643a69d-df18-40d3-b354-e0a4b9c639fe", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -119939,7 +119939,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f848c04-d7ef-4976-9cbd-495f4721bd9a", + "id": "f8f33500-5617-44f5-8464-c427271fd480", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120025,7 +120025,7 @@ } }, { - "id": "12281a1a-cd23-4db5-b93a-37d4f3e7d480", + "id": "4627e077-feda-451f-92f2-291f57a85c84", "name": "Update an existing Scheduled Search", "request": { "name": "Update an existing Scheduled Search", @@ -120079,7 +120079,7 @@ }, "response": [ { - "id": "e46b7e2a-da39-404e-b2f7-270005dbce3b", + "id": "de83cf57-b67c-4c15-88d2-de6ac46e9c0e", "name": "The persisted scheduled search.", "originalRequest": { "url": { @@ -120136,7 +120136,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a7ad034-4437-4da4-bda1-70cf3bdae29f", + "id": "e69bb76e-6be4-459a-be0e-6b3226cd047d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120193,7 +120193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df6449d7-294f-49fd-864e-dcd8023d59cf", + "id": "1099c140-399e-41ad-831d-3aa23793f273", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120250,7 +120250,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f316aa90-9be2-4e53-a37b-834d8b884026", + "id": "c926fe1a-7b5b-4674-a484-d651a6f32c25", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120307,7 +120307,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c421a152-d677-4414-a13e-df68ca9add61", + "id": "973fe91d-7de4-4269-b9c9-d169ec34a4b3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120364,7 +120364,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0c7f8b8-aad8-4916-a56e-8619f1d23b6b", + "id": "9117b70f-84a5-49f2-8537-c0b1c0bc9bcd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120421,7 +120421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7197213d-4bb7-49f5-ad10-809e775ad61c", + "id": "f8b3c37b-1279-44bc-8cab-ecba3006de31", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120484,7 +120484,7 @@ } }, { - "id": "119b0a48-d2b9-45c0-a739-b3cbcffb3cec", + "id": "be223c0c-a3e4-44bb-befb-608b6c19dd9e", "name": "Get a Scheduled Search", "request": { "name": "Get a Scheduled Search", @@ -120525,7 +120525,7 @@ }, "response": [ { - "id": "1a868eed-095e-4f27-9031-715f49c2db11", + "id": "619d5c2f-745c-4213-8f47-1743537d04b7", "name": "The requested scheduled search.", "originalRequest": { "url": { @@ -120569,7 +120569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "429cb3c9-3685-40e6-9b25-217079ed3252", + "id": "5ae7a0bb-f690-4ae3-a3ce-545a512151c5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120613,7 +120613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce7cff9-9fdc-42b1-ac0d-73ec7171fa8c", + "id": "6eded0f8-999f-4556-ab59-c320edb73594", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -120657,7 +120657,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59ae76fb-d3d1-4413-8867-a947e3aafa5b", + "id": "098298f1-5f4e-4609-a8c0-66e6b295a8e5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -120701,7 +120701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "066f5358-44e3-49f2-a062-95bfb8539d6c", + "id": "8a2f7c23-e703-495f-9f2b-3cd9d76d1507", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -120745,7 +120745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d9b0594-19ee-4c68-bbf5-b211d29455b5", + "id": "10539917-fbcb-4055-80b8-fdb05ad4e7d6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -120789,7 +120789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efaeddd8-1e33-4681-8852-28743a798b59", + "id": "78c081bf-a0a1-44bc-9183-c30ecee4f186", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -120839,7 +120839,7 @@ } }, { - "id": "52a8d869-33b7-4112-b501-7b1858b81bb4", + "id": "01ec2e28-45d5-4207-b93a-f99b3e5d3e60", "name": "Delete a Scheduled Search", "request": { "name": "Delete a Scheduled Search", @@ -120880,7 +120880,7 @@ }, "response": [ { - "id": "eb83eb97-feaa-4bbd-948f-7657011d1d1a", + "id": "70948393-da89-4c9e-9a7b-56542a55fb96", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -120914,7 +120914,7 @@ "_postman_previewlanguage": "text" }, { - "id": "bd84acb5-5635-4500-b3b8-6137f6d753ce", + "id": "e903ef64-a91f-4330-974f-4c1b41a2c0a0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -120958,7 +120958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cbb8eb03-787e-454e-acf1-1fbdc2a12eee", + "id": "b3f0a345-14f5-4db9-bb33-61d33e81f04a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -121002,7 +121002,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6c13439-55a3-4732-baf8-9f3454ad7b03", + "id": "900c45d9-240b-400d-9b72-c0427a30014b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121046,7 +121046,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efc36c30-e6ca-48e6-81c7-246ecbb6394a", + "id": "4890f981-ed07-4457-9c10-3c31e3761e3c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121090,7 +121090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3de5500d-f03f-48b4-94ee-4d2e465fe98a", + "id": "4bb2de92-c138-4a9f-a088-a83d450f1497", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -121134,7 +121134,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac633af3-fb55-4716-b25c-0f3696ec66e3", + "id": "5732d3ef-60ca-47ef-b935-4f54ad4447ca", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -121184,7 +121184,7 @@ } }, { - "id": "c9d9debc-f422-42f5-a7b3-ff3d051ca2ae", + "id": "acb47209-3012-44ff-b5b6-88f4db2d5937", "name": "Unsubscribe a recipient from Scheduled Search", "request": { "name": "Unsubscribe a recipient from Scheduled Search", @@ -121239,7 +121239,7 @@ }, "response": [ { - "id": "e99d0262-3885-40b4-bd5c-e9dc1ce84965", + "id": "785d90c0-1963-4c94-bb21-ebee39f4e865", "name": "No Content - Indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -121287,7 +121287,7 @@ "_postman_previewlanguage": "text" }, { - "id": "08413f28-8b43-4d5c-bbb9-ad17a95184ca", + "id": "b01b9cf1-9465-4e7e-99cb-d49720a98875", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -121345,7 +121345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "06a1db58-e357-455e-a1f9-4a6429ed6cc1", + "id": "561e0317-e59d-4ee8-aa6e-268ded29aef2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -121403,7 +121403,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc48bb6d-25d9-472e-b61e-ebc96ca36911", + "id": "9e6413c1-92d4-4140-bb89-60dd7f3874d0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -121473,7 +121473,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": "0a841b1c-c3ae-4640-8801-fa61dc86e640", + "id": "18658078-3f7b-4abd-8f17-db905c3340d9", "name": "Perform Search", "request": { "name": "Perform Search", @@ -121543,7 +121543,7 @@ }, "response": [ { - "id": "02897648-3e40-4360-8ad4-486a0d2d55ef", + "id": "90618bf8-bc67-4f3b-a375-5941f4a32a7a", "name": "A collection of AccessProfiles", "originalRequest": { "url": { @@ -121636,7 +121636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c975ff2e-f121-4c7b-be22-4d8908eeefc7", + "id": "46273c62-06eb-4ce0-ae93-7c486ad7b32c", "name": "A collection of Entitlements", "originalRequest": { "url": { @@ -121729,7 +121729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9da503e4-8113-4595-a1a3-95500d6e552b", + "id": "b328c878-2672-4a16-b1f6-44ee04d8a079", "name": "A collection of Events", "originalRequest": { "url": { @@ -121822,7 +121822,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95287985-19ba-46b3-abaf-f2db0caed2f1", + "id": "dfcc9550-bc8c-44f6-a184-adb7d70c89cd", "name": "A collection of Identities", "originalRequest": { "url": { @@ -121915,7 +121915,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c491bca8-8d6d-434c-afa5-09d7bdad91f1", + "id": "d3c583b1-23e4-42a4-b7d4-b15c1e521ace", "name": "A collection of Roles", "originalRequest": { "url": { @@ -122008,7 +122008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0ba894d-20c5-42da-9c00-e3a1246f5874", + "id": "c9ffebcc-6ea2-407b-895c-235c23cf175f", "name": "Filter with Exists", "originalRequest": { "url": { @@ -122101,7 +122101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "421c40d0-2e57-4d8a-b89a-3c31afe5af7e", + "id": "38c2b91a-ae41-4640-80ae-c5fa5d096b66", "name": "Filter with Range", "originalRequest": { "url": { @@ -122194,7 +122194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6c07e8a-f720-444f-a31d-d24a093ad09b", + "id": "d21f3e8c-b805-4c86-913f-b6299291c6ee", "name": "Filter with Terms", "originalRequest": { "url": { @@ -122287,7 +122287,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d73d0ac-7941-49bd-bb71-8ce4d304b5d1", + "id": "4ee4bb4b-3a8f-47ec-878e-ad17f3520856", "name": "Query with Fields", "originalRequest": { "url": { @@ -122371,7 +122371,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffbfece5-75c2-43c7-baba-6ef53ed68065", + "id": "5759e3da-2e62-4862-8780-582c4e011cc6", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -122455,7 +122455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7031c97-2a06-4f1f-8959-0eafcddeb703", + "id": "e5aab513-666d-4946-b21c-379e14dbd7d3", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -122539,7 +122539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dc350a6f-69a0-45ad-9583-a6e030d95e19", + "id": "9fa85cbe-ff14-45ec-a454-52637c87e0f4", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -122623,7 +122623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cd8306b7-acf2-4f15-934b-6e76e15a47e0", + "id": "b50664d3-35c3-406e-b2a7-9e37904a1f0d", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -122707,7 +122707,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7186fea-bc6c-4e78-a4b2-16ec376be42a", + "id": "e16f4b15-00e2-40c6-b41d-cb1a524a8478", "name": "Filter with Exists", "originalRequest": { "url": { @@ -122791,7 +122791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a39cad5e-1f51-4939-ab19-559af4f3c7c6", + "id": "44f95e3d-87e1-4ba2-afb0-1777ac0e1087", "name": "Filter with Range", "originalRequest": { "url": { @@ -122875,7 +122875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa39a64f-059a-4d2e-bb94-e66e9892b54a", + "id": "d05dbfea-2e49-488d-80e9-954de154a003", "name": "Filter with Terms", "originalRequest": { "url": { @@ -122959,7 +122959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3bba94a9-f4c8-4ba3-b6df-27e5e75b1ed9", + "id": "dbaaa0f1-db76-485c-9cea-47527e193537", "name": "Query with Fields", "originalRequest": { "url": { @@ -123043,7 +123043,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f3352a5-fb2c-4119-9653-5a4b11af1c82", + "id": "bef51eee-2b81-404c-8adb-457c570bfb99", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -123127,7 +123127,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffba6cde-9dcd-4067-acea-665d1c573b5e", + "id": "2badedef-9279-42d0-8c3d-ff8be593d0ea", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -123211,7 +123211,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d21de78-c57f-4305-92dd-397964cf8ea1", + "id": "a2e3cb1b-4bf5-4e7f-b69d-e6b1ba2829a4", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -123295,7 +123295,7 @@ "_postman_previewlanguage": "json" }, { - "id": "406b651f-3919-486a-8743-f9f969314666", + "id": "ad1aa361-40b6-4eb4-ac43-331fe2bce2ce", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -123379,7 +123379,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b54b05b-b5f8-489c-8c7b-021b5150fdb5", + "id": "b242ca43-f40a-4858-a477-1d3c881e596d", "name": "Filter with Exists", "originalRequest": { "url": { @@ -123463,7 +123463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6558ac0c-63bd-47a4-b55d-3d0a67fa33f1", + "id": "b25eac65-a9ae-4b64-95cc-b5d27906686b", "name": "Filter with Range", "originalRequest": { "url": { @@ -123547,7 +123547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b70cf95a-d4e2-4f03-9eb4-ae6796fa674d", + "id": "ceb537da-5108-40ee-9525-623efc18a002", "name": "Filter with Terms", "originalRequest": { "url": { @@ -123631,7 +123631,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f32bde3d-eb25-4218-b23c-f7ed07bac281", + "id": "2a5a5a3a-7291-423e-af89-8cdcdf0be639", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -123715,7 +123715,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c63df69-645e-4e29-beb4-41f78daee5d6", + "id": "46c7aff0-bf8f-4e97-9fb4-ccc32d9b5e0d", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -123799,7 +123799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b895d5a6-0e33-4277-8f64-d0cfee8328e4", + "id": "aa8a04f2-b7ce-488b-8263-80abfa75874f", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -123883,7 +123883,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2d250201-940e-427e-9f04-5d12146d8a35", + "id": "269a1293-6aa6-4559-a82a-7393bddc2714", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -123967,7 +123967,7 @@ "_postman_previewlanguage": "json" }, { - "id": "079fe106-50fd-48d2-8d5f-2341b09b42e1", + "id": "9911ba6f-d862-476c-942f-bcf99df43ebd", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -124051,7 +124051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20fa8b53-9dbf-4cd4-ab61-d6ca9e785003", + "id": "6a89d095-2a24-4dae-9b76-7d86230b0c18", "name": "Filter with Exists", "originalRequest": { "url": { @@ -124135,7 +124135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6db48e26-f653-4215-b212-f3a7e754eeb8", + "id": "3149f54b-7c6e-46e1-b0fa-e728eceb3200", "name": "Filter with Range", "originalRequest": { "url": { @@ -124219,7 +124219,7 @@ "_postman_previewlanguage": "json" }, { - "id": "23f98d7e-ade0-4588-bcbe-78a63d713df5", + "id": "e6ef449d-244d-4300-b1f6-072ad9de770f", "name": "Filter with Terms", "originalRequest": { "url": { @@ -124303,7 +124303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57566993-5bda-4f34-b4e0-ec30ce9872fc", + "id": "6a742681-1e99-4776-a31b-3eb5f040b3f5", "name": "Query with Fields", "originalRequest": { "url": { @@ -124387,7 +124387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "43dbbe7f-1d7c-4e95-8323-fb0dc76e810b", + "id": "83a09b7c-4cef-4f6e-85b3-cef4c276a4bd", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -124471,7 +124471,7 @@ "_postman_previewlanguage": "json" }, { - "id": "af866dc1-a68e-46d8-9fb0-b336eceda691", + "id": "7d199ceb-d0ce-417f-b801-5b950bda2d1f", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -124555,7 +124555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fa8d60e-e603-44ab-9483-4dcbc8865e9b", + "id": "5aaf2794-e4cc-481c-b8a5-9f1488f6c966", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -124639,7 +124639,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8e51dd7f-c76d-4877-ad48-545d38552a82", + "id": "938f3704-eda9-4404-b65d-f059de38674e", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -124723,7 +124723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cf95d6a6-016b-479d-b522-049c302a8833", + "id": "fa356837-0c19-4643-a353-9d39dc394089", "name": "Filter with Exists", "originalRequest": { "url": { @@ -124807,7 +124807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cce6beb9-94df-4c91-9907-30109614be62", + "id": "f5165252-ab04-4cc7-8337-fe291f9e9c9d", "name": "Filter with Range", "originalRequest": { "url": { @@ -124891,7 +124891,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d466853f-5dc8-4ba6-bc0a-c52bcfe561ee", + "id": "fcf07c3a-b3b4-435d-b550-9f9399c88f76", "name": "Filter with Terms", "originalRequest": { "url": { @@ -124975,7 +124975,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d345789-09f9-4d46-9c46-71adc7d4aee0", + "id": "c2c90cb0-1c8a-42a9-93a0-466ea2a0ac43", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -125059,7 +125059,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4caefbac-2d55-4eea-bf7e-44dde1c06395", + "id": "5d0fb73b-b718-4eb3-98aa-00041081ff54", "name": "Query with TimeZone", "originalRequest": { "url": { @@ -125143,7 +125143,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45a5287d-e498-4d52-83df-1e0edbd0626b", + "id": "c8ff4c37-acee-4906-839e-5a9afb67e015", "name": "Query with InnerHit", "originalRequest": { "url": { @@ -125227,7 +125227,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2a3de1d-c73d-4f11-8c4b-39aa1cde2d41", + "id": "8598a627-080c-4fc5-8a39-61609a9bfe3f", "name": "TypeAheadQuery", "originalRequest": { "url": { @@ -125311,7 +125311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92bd9bed-30d7-48b8-9e69-2280d1d2af21", + "id": "337d8d3b-1869-4d59-b18f-a18e1da45ee5", "name": "TypeAheadQuery with NestedType", "originalRequest": { "url": { @@ -125395,7 +125395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "768dfb38-4a6e-452f-b602-9c85196c3158", + "id": "05607c83-01bc-4937-80b7-1e50cf1c9683", "name": "Filter with Exists", "originalRequest": { "url": { @@ -125479,7 +125479,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7eeecdb7-8ced-4c74-a3e5-af1b49ee9c02", + "id": "0c1bc60b-2e45-41e0-bf12-acf08ac5ef49", "name": "Filter with Range", "originalRequest": { "url": { @@ -125563,7 +125563,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8a4c801-e1b2-4686-bd24-710ac2de940f", + "id": "4e73a013-7d00-4767-b402-aaf50f69067c", "name": "Filter with Terms", "originalRequest": { "url": { @@ -125653,7 +125653,7 @@ } }, { - "id": "ce10c394-d405-4bd6-94ad-122c7c54d6fb", + "id": "253a5e1b-566e-49b3-b7e5-bea46c6ccb35", "name": "Count Documents Satisfying a Query", "request": { "name": "Count Documents Satisfying a Query", @@ -125696,7 +125696,7 @@ }, "response": [ { - "id": "fb4152b9-b94e-4d05-9ec5-f4a5fde4bc0d", + "id": "464ced21-c8dd-4b78-b7f0-ae1bf2ce0bb3", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -125753,7 +125753,7 @@ "_postman_previewlanguage": "text" }, { - "id": "e75390ad-27b6-4208-9261-79ec1818874e", + "id": "70aa6619-38fb-414f-9c3b-943f068fb01d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -125810,7 +125810,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d90ca66-4b19-44a1-b642-7fcac8e8bd8c", + "id": "6012c59e-9864-4bd6-b89d-602d471aecce", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -125867,7 +125867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "151001a4-2eb7-4fe2-9a1b-c8e4b2d8b986", + "id": "fed78026-c3bd-42d7-83d4-fc6c8a9706f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -125924,7 +125924,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3bd284f-6927-4db1-891d-b7f91335b218", + "id": "528a0108-83e0-400e-b1a2-cd2c75b97d44", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -125981,7 +125981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e474e91e-08b3-423d-a5ec-7abb1e85f4c0", + "id": "f7ed13d7-f291-4ecf-a2f3-d4401f165bb5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -126044,7 +126044,7 @@ } }, { - "id": "50a14c20-7f75-40c5-8049-2cfd74058101", + "id": "bf622f53-851c-461b-aaad-0fdcd96353b5", "name": "Perform a Search Query Aggregation", "request": { "name": "Perform a Search Query Aggregation", @@ -126115,7 +126115,7 @@ }, "response": [ { - "id": "af9ae1b1-a92f-4ddf-8e3c-da94c988e347", + "id": "bea2504a-a740-41a8-beda-8fdbf7b67581", "name": "MetricAggregation", "originalRequest": { "url": { @@ -126209,7 +126209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e59de99c-d052-45c7-9f0f-e608710dc58d", + "id": "c942e3d6-253d-4a2a-8fb0-14348bd3020c", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -126303,7 +126303,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c3323fe0-9605-46c5-9cfe-bf953cc960a5", + "id": "b5f69a2e-6b91-4bf3-b907-eafd3b60e4be", "name": "BucketAggregation", "originalRequest": { "url": { @@ -126397,7 +126397,7 @@ "_postman_previewlanguage": "json" }, { - "id": "785e9c4f-12f8-449e-ac53-93956e533718", + "id": "a482f509-cc99-4b67-8a94-39daf2879864", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -126491,7 +126491,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3baac764-e27f-4bdd-8c68-57cae99b73d9", + "id": "f9763352-54bf-4b57-b6f0-0dd20d086a20", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -126585,7 +126585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa48b07c-798e-4858-bec5-e40fc24c8707", + "id": "dcf753ff-6338-4088-9d0f-43d866543c2a", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -126679,7 +126679,7 @@ "_postman_previewlanguage": "json" }, { - "id": "940205f4-1c76-4e9e-8747-badd14bca0c4", + "id": "abe3c047-5131-4c04-a3e3-c61907082570", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -126773,7 +126773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c3d57c4-7e02-4c09-bcee-3b8cdbace1cf", + "id": "0f83099d-0b4f-4055-9c3e-f5aebc9c7d0c", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -126867,7 +126867,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb40dbb7-c8c7-42c7-b36a-45ee204835b9", + "id": "0271efb1-506a-4df9-8884-e9071e2aef33", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -126961,7 +126961,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1f396b15-3582-4a87-8f1c-bd64614bdadc", + "id": "5ac9f634-8ad3-416d-8a01-f4bb2099d6f5", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -127055,7 +127055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "228e33c8-51b8-4962-b530-79720a5e1bc4", + "id": "38e3954f-ffc8-4e23-842d-b6fe1659903c", "name": "MetricAggregation", "originalRequest": { "url": { @@ -127140,7 +127140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "191b9bf0-01f9-4994-9cbe-b41f029c5ac2", + "id": "a4d4c36d-ffc3-461b-a015-529a8e5b38a4", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -127225,7 +127225,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c5d59a25-ffd7-4860-a8b9-a5952b9dd3cd", + "id": "4575c974-4100-45df-bded-373882a9da14", "name": "BucketAggregation", "originalRequest": { "url": { @@ -127310,7 +127310,7 @@ "_postman_previewlanguage": "json" }, { - "id": "166282c5-21ba-4eb7-b853-03e92369653e", + "id": "46beb92b-783f-42db-a750-2f5803d659f5", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -127395,7 +127395,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80b07208-88f7-492f-9470-b9e41c4a434b", + "id": "3268fc20-1116-477a-9159-367081fd1c2e", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -127480,7 +127480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "268f54f2-8bf7-47f8-84ce-9350369e8f75", + "id": "03f6c50c-0d30-4a87-b902-e7b35253e838", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -127565,7 +127565,7 @@ "_postman_previewlanguage": "json" }, { - "id": "708191ce-b56d-4cbf-a06a-b532aafe9c9e", + "id": "a0fb5b21-fa3b-4944-b9df-3c08c00cc019", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -127650,7 +127650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72f09c2a-9db8-4f0f-9d48-555afa4162a8", + "id": "351bb026-755e-4261-bc1e-c0f82377e994", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -127735,7 +127735,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a279bd04-bc5d-4cfe-95e0-2e411971f9fb", + "id": "96ee3f25-8008-47b8-9bb0-69b588387117", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -127820,7 +127820,7 @@ "_postman_previewlanguage": "json" }, { - "id": "129e3912-8767-4728-914f-9b862226a5e4", + "id": "e9664976-cc35-4762-80a2-fb9fcd06f3d6", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -127905,7 +127905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "49731430-828e-49e2-bee7-dc008e61f085", + "id": "b325ab72-b539-4bb1-8a83-e386a740f64f", "name": "MetricAggregation", "originalRequest": { "url": { @@ -127990,7 +127990,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f44c6489-bc0c-4994-b513-e288da575be7", + "id": "a205d2a5-2610-44d6-880a-c9c191785170", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -128075,7 +128075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fdc27ab3-19ed-470b-97f8-c3e761a407b6", + "id": "1a3296a7-ae42-4328-91e9-c3986c4663af", "name": "BucketAggregation", "originalRequest": { "url": { @@ -128160,7 +128160,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15787138-b467-4a34-81f8-1983ded04f68", + "id": "da20f394-3f5b-4f64-b5e5-bf0777a2b272", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -128245,7 +128245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0553dadc-8413-4f3d-adab-bd0c4e88e90d", + "id": "824e9155-68c1-4b6a-8ff6-864f00c80387", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -128330,7 +128330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "292ae435-be43-4618-b89f-4502790fbafa", + "id": "37fc70a9-1fc7-414a-a76d-e01788e8777b", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -128415,7 +128415,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ff8a38c-df54-4d83-b290-3967707d3347", + "id": "458e8530-1e24-421c-a1b0-6c803bc91723", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -128500,7 +128500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a8f1aa9-f2ce-4edb-a79d-b098a05c75c3", + "id": "6e860e93-3714-43bf-9e7d-a5819432cef6", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -128585,7 +128585,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6794075-799e-494e-9eb7-d518d32e2bad", + "id": "39a54f8a-4cd5-44ea-88de-e60d8c62de6d", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -128670,7 +128670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c8bd60cb-9f02-4d41-9069-9a39018ab3ac", + "id": "313bcacc-f6ee-4e1a-9fc1-738652ca6668", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -128755,7 +128755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e2f66511-0aba-4a91-bd50-9b89e078abf8", + "id": "52ab3302-2166-4777-a77c-cbbd7d8902c6", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -128840,7 +128840,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73a8fdb3-70e0-4b29-9a09-4a99aed057f4", + "id": "c32ee096-1bcb-412c-be14-9d0e37e690c0", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -128925,7 +128925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0737a1f5-b0d4-493d-bbee-2d0b116f9c73", + "id": "c2b9e911-449c-4f8b-b3f8-844d52b67b5d", "name": "BucketAggregation", "originalRequest": { "url": { @@ -129010,7 +129010,7 @@ "_postman_previewlanguage": "json" }, { - "id": "95fdebd3-8d7d-464a-8dad-f614ed6da542", + "id": "2be61f2c-1c66-49d1-bfbf-0af2e3af386e", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -129095,7 +129095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "64a5eb20-b94c-4721-8dfb-cc03d5b2c91a", + "id": "e5e3c481-6a13-4321-8990-e34c75404a1a", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -129180,7 +129180,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f21e8238-39c3-45e8-b8f4-a72b5fe30b2f", + "id": "563aed23-0449-4452-abfc-2b1dcc0dbf19", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -129265,7 +129265,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8c77d70-279e-41dd-9a5f-7c1698e62a8f", + "id": "7ce48e43-4b16-4f0a-b229-8ab2da600577", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -129350,7 +129350,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f19eeb5e-57ed-4fe9-b058-4bfe55daf691", + "id": "263c6d1e-3441-489d-9da9-40487054279d", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -129435,7 +129435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6188177-d9b4-4939-8097-8c32b0de8910", + "id": "66c53ad2-e5c7-4932-89da-8aa333644db6", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -129520,7 +129520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be3c26f4-ffda-484e-a5f7-c611efab9395", + "id": "921208e8-32c6-4796-ac20-a7e63c7a7760", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -129605,7 +129605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48f13652-8348-4f3f-9afa-5f4ac712b45a", + "id": "fe037451-6f78-4a64-9379-5ca6d0097e9b", "name": "MetricAggregation", "originalRequest": { "url": { @@ -129690,7 +129690,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34fd572b-f221-49df-b903-7eec9b39a822", + "id": "f48f1860-1b0c-4694-ba17-73f6eceb2bd4", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -129775,7 +129775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a97770ec-ddd1-4576-a0d3-0312d7cd5df2", + "id": "23d8fa5c-5db1-4714-be81-58384b5b155c", "name": "BucketAggregation", "originalRequest": { "url": { @@ -129860,7 +129860,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4d3e2c2-14f6-4c4e-93fd-34d742ba6899", + "id": "b1243419-791f-4677-99da-1bd65cab197c", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -129945,7 +129945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85ea0420-18d4-4f3f-a5ac-1c025f5d8f4d", + "id": "ab224324-6cb6-417d-b34e-e188dddd710d", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -130030,7 +130030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4c7ed0a-7612-4f12-b06f-d7226251e2cd", + "id": "9f333205-ca7d-43c4-8e1a-b77e02aa01be", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -130115,7 +130115,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41d517a8-b374-4d9f-8c06-78b62e0281c7", + "id": "2259f170-4702-4b6e-9614-488f6468fe2b", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -130200,7 +130200,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bace7174-789c-4bf5-9028-a72e66f2d81d", + "id": "279ba282-3f9e-4d1d-aa15-9d3e4d19a6f8", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -130285,7 +130285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba100c18-f95f-4d16-9f9a-603416516254", + "id": "dae5119b-2cba-41ef-b67e-744317bdfe82", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -130370,7 +130370,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba65b0f-9c6f-44e9-9e16-d935d5d4b430", + "id": "b8b31e8c-3299-4c32-930d-221b101b8077", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -130455,7 +130455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c85c147c-be48-42bd-9bea-bc16a3a3ad4d", + "id": "570e9706-0a83-43c2-933d-77659e9bd493", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -130540,7 +130540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b6b74505-33ec-43b3-aff7-134492023500", + "id": "f203c3f7-b709-45ac-b4ef-9f93e60fd79f", "name": "MetricAggregation using DSL", "originalRequest": { "url": { @@ -130625,7 +130625,7 @@ "_postman_previewlanguage": "json" }, { - "id": "752fbc98-3925-4f1a-a3a6-f06957814297", + "id": "8ab050f5-1710-4714-ac82-ad2a37fbbd5f", "name": "BucketAggregation", "originalRequest": { "url": { @@ -130710,7 +130710,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a43846e5-c941-476a-b2ce-88017780c0c2", + "id": "5f2c53c2-9026-4a25-ac9b-cbc12d45eb26", "name": "BucketAggregation using DSL", "originalRequest": { "url": { @@ -130795,7 +130795,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7f93dbe-3628-4d53-91e5-9ff40b720804", + "id": "33a5f2b6-eeb9-429e-9364-d89c4b708e99", "name": "NestedAggregation with BucketAggregation", "originalRequest": { "url": { @@ -130880,7 +130880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ab7fbbb-4086-4887-8ab5-44ec7d4fb2be", + "id": "8fea4eb4-2109-49e2-8264-b0a74597e724", "name": "NestedAggregation with BucketAggregation using DSL", "originalRequest": { "url": { @@ -130965,7 +130965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5895c59b-fa0e-46d1-a9b6-be5e7cbd957a", + "id": "4e058a89-74b1-4289-b51c-29642d02bcfd", "name": "NestedAggregation with FilterAggregation and BucketAggregation", "originalRequest": { "url": { @@ -131050,7 +131050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a41add0-88d7-48a8-ba70-6c090db59202", + "id": "011b78e4-839c-4ad5-9ea1-107b889495e5", "name": "NestedAggregation with FilterAggregation and BucketAggregation using DSL", "originalRequest": { "url": { @@ -131135,7 +131135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "284a796c-0597-40b4-b5ae-f4357f5a26ab", + "id": "34311ca7-887e-4197-aa69-d40af486719b", "name": "BucketAggregation with SubAggregation", "originalRequest": { "url": { @@ -131220,7 +131220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd85aa42-d4ad-44d9-b2e8-7a52816fafea", + "id": "67167989-e4a7-479c-92c1-c4c02b6f9d73", "name": "BucketAggregation with SubAggregation using DSL", "originalRequest": { "url": { @@ -131311,7 +131311,7 @@ } }, { - "id": "75b4442d-e30f-44ee-acfb-798371ba8bdd", + "id": "97eee49a-6a76-4907-94d7-65c9004e2878", "name": "Get a Document by ID", "request": { "name": "Get a Document by ID", @@ -131363,7 +131363,7 @@ }, "response": [ { - "id": "71e88ec8-bf1a-4b4a-a051-6e7b4c01cd92", + "id": "685b3a0c-fb81-47d5-a09b-9a40ff8fd9ac", "name": "AccessProfile", "originalRequest": { "url": { @@ -131408,7 +131408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f2ee09f-f12d-4f16-b024-1db7a42b249e", + "id": "48fd550c-a0e2-45ab-9476-03c3c2cab67c", "name": "Entitlement", "originalRequest": { "url": { @@ -131453,7 +131453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4e6764d-a454-4239-8fbb-357b2ca9df7c", + "id": "6747686e-4179-4409-9427-da4437f99ddb", "name": "Event", "originalRequest": { "url": { @@ -131498,7 +131498,7 @@ "_postman_previewlanguage": "json" }, { - "id": "60fbd4cc-f4a0-42b8-a822-fa04441c4481", + "id": "4663c4d0-7d54-4797-ae36-f8e84c774559", "name": "Identity", "originalRequest": { "url": { @@ -131543,7 +131543,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da7188e4-336d-4f97-ab3d-35c34fb4fe17", + "id": "f7428b97-eaa7-45f0-8d93-08b2520835d9", "name": "Role", "originalRequest": { "url": { @@ -131588,7 +131588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74735dbd-5860-44c6-a883-fa223099fec8", + "id": "6e990051-7dca-4b93-b131-194a2fa7bb1e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -131633,7 +131633,7 @@ "_postman_previewlanguage": "json" }, { - "id": "675e47cf-c0ff-4cfa-8d60-a9649a69defb", + "id": "769922ed-dc4a-4e27-a15b-89888acc2cdd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -131678,7 +131678,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0af1503-032c-430f-9540-f723cdf8eadb", + "id": "0ac1f9cb-5699-4c6d-b554-8fc286bfcd7c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -131723,7 +131723,7 @@ "_postman_previewlanguage": "json" }, { - "id": "57c1f4aa-a494-422e-8945-71cd7192de19", + "id": "f2cc670e-f82f-45ff-9815-5c13fd33fcfc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -131768,7 +131768,7 @@ "_postman_previewlanguage": "json" }, { - "id": "25f43d76-bd9d-4358-a08f-e42f5f3b78ef", + "id": "e065f3b1-4a5f-4aba-9951-ecf56ffadbba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -131813,7 +131813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb9c22f3-d257-4ca1-89c0-697593b2e3c0", + "id": "36e9f651-ddac-4efb-8db6-56998dda25e4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -131870,7 +131870,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": "a6c5969a-7098-47ad-b115-381257d467a4", + "id": "ef82cbe3-d4bc-4b67-903e-577047f2b8f4", "name": "Create Extended Search Attributes", "request": { "name": "Create Extended Search Attributes", @@ -131913,7 +131913,7 @@ }, "response": [ { - "id": "0dc065c4-c191-41e5-96b8-b6674689c47d", + "id": "20834030-761d-4ecf-86b9-e34b2503e011", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -131970,7 +131970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94cf5ce1-dce4-48b3-be36-3d1bc76b4be7", + "id": "abcacd96-88e9-4d03-94fb-d4c7f1812d0c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132027,7 +132027,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86eb738f-3da1-43f5-9508-cfd0cd8c292e", + "id": "7207e201-1a1d-4d19-b40c-372953563f0a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132084,7 +132084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "939014ef-607e-4abd-a7a5-363254b852a3", + "id": "7c67d7d3-2ab3-4b41-a7ea-13192b5e2143", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132141,7 +132141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d16cb9e2-8403-4e34-94cb-ec26da04098e", + "id": "7e63a929-3ddf-43fc-b352-43c184e84727", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132198,7 +132198,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7a37d127-81ee-47ca-99e6-f6e18dea6dac", + "id": "8ddcadfe-fd61-4d9c-b048-d2c01adf2a7f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132255,7 +132255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9aacced8-c14d-4a0a-94df-7e85bfbee59f", + "id": "a367fee4-e116-4f88-9921-df65acdb6a06", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132318,7 +132318,7 @@ } }, { - "id": "59b45275-49e3-4cde-913d-89a2fac172f2", + "id": "401726b5-01f9-42c6-81a4-cf11ed64579e", "name": "List Extended Search Attributes", "request": { "name": "List Extended Search Attributes", @@ -132348,7 +132348,7 @@ }, "response": [ { - "id": "ed65f5d8-fed8-4397-8858-c12f72626ebf", + "id": "8d7ec881-b7a9-4330-af8e-698a6f2c8836", "name": "List of attribute configurations in IdentityNow.", "originalRequest": { "url": { @@ -132392,7 +132392,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb78dd25-7376-488b-b7f8-d567a2d6801b", + "id": "151ce8a4-f695-4ed1-9228-34906d03919d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132436,7 +132436,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9927a98-f025-4502-802c-51254032f679", + "id": "797bad8b-a91b-441a-bc71-e733265fcdb5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132480,7 +132480,7 @@ "_postman_previewlanguage": "json" }, { - "id": "63dd8ace-7969-41a2-ae01-c393e7e7f2b1", + "id": "9e0d273f-e727-4963-82b7-4b5b39c7d8b2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132524,7 +132524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a6ebc0a-a1c3-4522-8ca9-96c36e5ba550", + "id": "f2e488bc-9fe5-491f-b4ba-0f2769162553", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132568,7 +132568,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4d86fd5-22d4-45b7-ab01-5d90e456acba", + "id": "b91052e2-28cd-4f6a-ac94-e451d366875d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -132618,7 +132618,7 @@ } }, { - "id": "ba14dc82-e508-4af5-aac5-bfc50cd4c73c", + "id": "ab7c1244-c519-4a6b-8cc6-381b09e9cb1f", "name": "Get Extended Search Attribute", "request": { "name": "Get Extended Search Attribute", @@ -132660,7 +132660,7 @@ }, "response": [ { - "id": "cc0c1756-c49a-4873-b1f4-b94844785577", + "id": "debc93cc-7760-4a59-9454-1a2d95b8b1c8", "name": "Specific attribute configuration in ISC.", "originalRequest": { "url": { @@ -132705,7 +132705,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09f58177-fa17-40f6-b7d2-be6b28d98ca6", + "id": "c9816048-af76-46dc-9a6d-ffc11fa72d61", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -132740,7 +132740,7 @@ "_postman_previewlanguage": "text" }, { - "id": "16762605-3092-4a7c-b814-aa63fb02203d", + "id": "c8d34d09-b5ed-4645-82d3-4cea54d8c786", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -132785,7 +132785,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7dac32e1-f331-4dfc-b32f-6bdfbc6ba3a3", + "id": "55cdac45-9f23-4044-9d23-e60430604be8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -132830,7 +132830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9847724a-89bd-4d3d-9976-c94f8ab1685e", + "id": "60860d7c-6f5a-4bd5-82a7-9e23f3e799cb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -132875,7 +132875,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d6b9f31-44c7-4e10-bd43-7bbd8ff2d382", + "id": "c447a071-11ce-434d-b991-757e08329805", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -132920,7 +132920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cd0ba91-b91d-457d-851c-3231d0e6e376", + "id": "f90d1c64-9416-47ec-8fd8-642ba74cb4e7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -132965,7 +132965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "623d94eb-6096-4a74-be97-c8dcff3e4718", + "id": "5a2c6f2a-52da-48f1-8232-6c17b2534df3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133016,7 +133016,7 @@ } }, { - "id": "7d11bded-04f1-47e9-9378-d8a8d11eddaf", + "id": "d3f3fe50-1052-49e7-8eb0-3064397d5cc6", "name": "Delete Extended Search Attribute", "request": { "name": "Delete Extended Search Attribute", @@ -133058,7 +133058,7 @@ }, "response": [ { - "id": "89355a41-313f-47c7-80da-b5778e8ccc8c", + "id": "615454b0-2792-417a-8e9f-90ff92226ba7", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -133093,7 +133093,7 @@ "_postman_previewlanguage": "text" }, { - "id": "dceb6f72-d00d-4b70-aa5f-c037c7b93862", + "id": "52b8f890-00f5-4237-afcb-3f15fbcdcc69", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133138,7 +133138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ddb30772-e286-4521-876f-dd196f1919bc", + "id": "68a95067-7931-448a-8b75-23106ee4ff09", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133183,7 +133183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "641bfb8c-adda-40e8-a70a-54324b2c9fc1", + "id": "0bcac12b-a3ac-4ffd-9ed6-cd14934bf61a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133228,7 +133228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a620044-af1a-426c-8b4b-1d40f936c727", + "id": "e46e481c-8579-45a4-8624-8ecbe4158fdd", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133273,7 +133273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7b2a4b7d-da45-40e0-b3b0-1c8fcf1ed75d", + "id": "9b3f5451-e5a4-490a-af82-2733c9022e1e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133318,7 +133318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a98a5af-4990-46bb-a914-58cf1629f0d2", + "id": "fa2f2b00-6925-48bf-9d50-4309f4dca47b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133369,7 +133369,7 @@ } }, { - "id": "9b955d44-6614-4593-ac5f-ced5be8bd966", + "id": "1c5cb11a-4c45-4dcb-86c3-bf3ed37e1bfb", "name": "Update Extended Search Attribute", "request": { "name": "Update Extended Search Attribute", @@ -133424,7 +133424,7 @@ }, "response": [ { - "id": "c0ce75a9-b835-430a-af69-303483fc71d8", + "id": "1b4bbc36-792e-4d20-8333-8361609f2462", "name": "The updated search attribute configuration.", "originalRequest": { "url": { @@ -133482,7 +133482,7 @@ "_postman_previewlanguage": "json" }, { - "id": "256c6969-2372-42c9-90a7-52ad9fd69737", + "id": "6597da14-d274-4586-b59a-754673b82f80", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133540,7 +133540,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faad7e62-6a98-414e-813f-c67b4342acbb", + "id": "b5f59a3c-6cd3-4180-aaff-e7f14bba8fed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -133598,7 +133598,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d8912bd7-5500-49d7-9424-e71f488117b0", + "id": "cf3d29b9-ea21-4937-9a12-337b7ecbf635", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -133656,7 +133656,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ccc5476-f45f-4fae-b415-34cb4bff4b4b", + "id": "8980b64a-1ac2-4815-b57e-be31cc7166d4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -133714,7 +133714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "166230be-0813-42ae-ae4b-fabd0f21b8d6", + "id": "cf6da08c-e9a4-4452-80a0-af0c90c9daba", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -133772,7 +133772,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df0dd01e-744a-4ad3-8bd0-5faf224db39a", + "id": "ab027af9-bcca-46e4-bd93-86664f31816b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -133842,7 +133842,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": "3c749587-85bf-46a5-b94d-671b0437833b", + "id": "9b8a7ba8-c27b-493a-adc4-4b94ad24b312", "name": "Create Segment", "request": { "name": "Create Segment", @@ -133884,7 +133884,7 @@ }, "response": [ { - "id": "bd99ceaf-eafd-4f9e-a497-bdfcbd211ad4", + "id": "e5e33cd1-7a34-43ce-9008-8037fa70c51e", "name": "Segment created", "originalRequest": { "url": { @@ -133940,7 +133940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c41ce76a-3151-48e5-8631-0b55840efc73", + "id": "8301ee70-9afa-4641-b536-61fab5f4e1df", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -133996,7 +133996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41005edb-db73-4e48-9850-fc9e499e03c3", + "id": "8ae1a7f0-c260-45e5-9e9b-6bc2671b9b8b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134052,7 +134052,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3819ab7-b4d8-40a4-b270-1cb2987e43ce", + "id": "1560cd5c-e470-4f0f-a5f4-3f89248a0868", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134108,7 +134108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bde98f5d-6571-40c3-b05f-685dec688637", + "id": "5d61519c-49c6-447b-9bab-b90e787e2dbb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134164,7 +134164,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0e3986f8-2dbb-42d8-a0e8-80f8955422d7", + "id": "f6b86f16-6b4c-45fb-95f8-83f7b62f0854", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134226,7 +134226,7 @@ } }, { - "id": "39284479-a02b-4fa3-a28a-000f955c9832", + "id": "8072a051-e51a-48dd-9775-c60bf2df0e36", "name": "List Segments", "request": { "name": "List Segments", @@ -134283,7 +134283,7 @@ }, "response": [ { - "id": "fa164dc7-41de-4aac-97ff-84eaa3419717", + "id": "4e91cd40-dbd8-45f3-8c14-2a57b1149d80", "name": "List of all segments", "originalRequest": { "url": { @@ -134354,7 +134354,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df6e3e82-672f-4d5e-ab49-72bb6df4a5bb", + "id": "f687cc0d-2c3b-4c7a-8c81-7ae68fe31c8a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134425,7 +134425,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27d12caf-1403-43ec-b6f7-1c5462ad9710", + "id": "81fedde5-1b8f-4085-bcdc-2003e3489909", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134496,7 +134496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "03bdebe0-ec26-4aea-8e64-eed2756edab4", + "id": "26ac362c-118b-4d45-b275-94a85fa766b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134567,7 +134567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "984dc6e6-9e8a-4fdc-b6f4-9ea2f41656b6", + "id": "408d6c61-7d35-43ce-b7cd-21b11fcff90e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -134638,7 +134638,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ca7b6f0-7c51-478c-a32f-a01f3b47762b", + "id": "c9995a10-1b26-42eb-9311-7a9942b2f028", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -134715,7 +134715,7 @@ } }, { - "id": "c9c31270-836b-4b2d-a5ee-3dc78d09f320", + "id": "55e5a4ab-49d0-41ab-96fe-8918c583bed9", "name": "Get Segment by ID", "request": { "name": "Get Segment by ID", @@ -134756,7 +134756,7 @@ }, "response": [ { - "id": "f79b3373-9392-462a-a718-c9e539b9ca6c", + "id": "86c45694-b5dd-4474-8ddf-a52201363c46", "name": "Segment", "originalRequest": { "url": { @@ -134800,7 +134800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee0da56e-3e3d-4201-b2d4-f4f2d956bdf7", + "id": "72af0315-b55b-4fe1-9399-8b5742028619", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -134844,7 +134844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4663d935-5bdc-4d2e-89a8-e44f3c0a5611", + "id": "db3ed777-ee03-4f47-b582-1234aca61271", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -134888,7 +134888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ea6fa3c-b59a-49f9-a14e-75ed475d79e6", + "id": "fe54e9fc-ad05-4d57-b416-603b7afef69f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -134932,7 +134932,7 @@ "_postman_previewlanguage": "json" }, { - "id": "885df76b-0324-4052-ae76-925877e2f84e", + "id": "5899dc1d-c4f5-4260-b937-38897e61b7f8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -134976,7 +134976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "397c785b-e831-455f-902a-8b44a874acd4", + "id": "aaa56aba-5a95-479c-9e93-3109fcb1684d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135020,7 +135020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f6c13f83-5143-49f8-95ab-aaad067a8a66", + "id": "feb9183f-31f9-45c4-88d0-dbfeaad52118", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135070,7 +135070,7 @@ } }, { - "id": "390f77b4-4114-44b9-995f-063a040f723a", + "id": "711465f2-d7c5-4497-999c-5695a94314e1", "name": "Delete Segment by ID", "request": { "name": "Delete Segment by ID", @@ -135111,7 +135111,7 @@ }, "response": [ { - "id": "97f0da16-86d3-426a-a11e-c6e0819334c1", + "id": "70cb6bc2-a6f3-4393-a110-50cf2af674c8", "name": "No content.", "originalRequest": { "url": { @@ -135145,7 +135145,7 @@ "_postman_previewlanguage": "text" }, { - "id": "f96fe8da-5090-44ac-81ce-745410a5f305", + "id": "68c1ff3a-4d5b-4cdd-a144-a5f9d7fcb10b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135189,7 +135189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "006ab47b-8c35-41ae-b443-1e93a57e2135", + "id": "29d1f19f-e257-40ae-965f-fc9ae9556439", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135233,7 +135233,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f75b59ee-027f-42ad-a9b9-b1f99a556cea", + "id": "0e9fc988-b55e-4452-9167-9c3c49eeae16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135277,7 +135277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "494d8cb2-daa8-46b6-9737-bb34b9660340", + "id": "e95f06d2-d23b-4a06-826d-dcfddfd0467c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135321,7 +135321,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fa77a750-5261-42b1-aee6-9706c4d4fe63", + "id": "f8a66673-b769-47e2-8cf7-53af2d102f08", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135365,7 +135365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b1b72c3-d8eb-4b1a-b49a-42e665294681", + "id": "158ac9d6-60d6-4569-8199-e35a2b69d3fa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135415,7 +135415,7 @@ } }, { - "id": "dd749999-4f9e-4c11-8236-c6080b7bcb32", + "id": "c02c99a1-ffc2-45fd-a4ed-6787a645f1ca", "name": "Update Segment", "request": { "name": "Update Segment", @@ -135469,7 +135469,7 @@ }, "response": [ { - "id": "125232e1-df13-4bb0-8831-14216aacdf62", + "id": "f7d3932f-8c33-4d32-9a9b-f0f6469e2861", "name": "Indicates the PATCH operation succeeded, and returns the segment's new representation.", "originalRequest": { "url": { @@ -135526,7 +135526,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7779712d-0b9d-4e48-834a-9c8eb8c418cf", + "id": "c8ccd346-5f2e-4b33-b532-bc9b44444b27", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -135583,7 +135583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e781b0ab-c8a6-4b01-a9b1-cdff935e6a1b", + "id": "7afa5b1b-0213-4e37-917d-0421df766a6a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -135640,7 +135640,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80264654-b3c9-45cd-b76d-162eeff9dc0f", + "id": "fbe92002-d519-47e8-ade2-d3d9ff5fba4f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -135697,7 +135697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "441a694b-ce02-4427-bc50-82504d22b7b0", + "id": "fee8a033-4b02-4029-9d63-62e6ab53ec81", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -135754,7 +135754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4da1f444-2640-42f2-b4f6-a2cba6cb7ef5", + "id": "43b5a683-983d-471f-b72c-6460b54b83cb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -135811,7 +135811,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d7df2c4e-dd75-4d85-9b8a-59470d96e9ed", + "id": "7959d3be-07e6-4510-b573-747eb83bc888", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -135880,7 +135880,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": "b7350f4d-332c-410a-8f28-f4ed3398aabd", + "id": "9245f2c1-9f1f-4947-8542-88a86c2a6f3f", "name": "List existing Service Desk Integrations", "request": { "name": "List existing Service Desk Integrations", @@ -135955,7 +135955,7 @@ }, "response": [ { - "id": "0d7e9509-4ef4-4506-bf85-7bfc460d6ea0", + "id": "230c86dd-f47b-4d7e-8026-930d78efbd10", "name": "List of ServiceDeskIntegrationDto", "originalRequest": { "url": { @@ -136044,7 +136044,7 @@ "_postman_previewlanguage": "json" }, { - "id": "52255fe6-6d93-4d07-9798-105069a1be40", + "id": "7efd3854-337c-41bd-8e63-81a82f993d49", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136133,7 +136133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "62cc03c8-f1ac-4f21-b90e-a04e6cae8233", + "id": "f39a83f1-2a6f-4e0d-bda0-88c50e57429a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136222,7 +136222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "678b57fc-f460-4066-9070-d882435f304c", + "id": "dd078ece-16ea-4289-b46a-c46aca6fd1ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136311,7 +136311,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be5f5eaa-9dfa-420e-8da0-6a91f64a73f2", + "id": "e290e894-54a5-45f4-b49b-6411528c03fe", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136400,7 +136400,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88f7aeb0-043e-4c46-a359-d6dde0be0fa3", + "id": "980e5c6f-0882-4f23-8610-31ce0d16b15f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136489,7 +136489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "993c03a1-2d05-4fc2-94c8-ebb002352462", + "id": "8a158b8e-eb29-48b5-8760-ea00536aa5a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -136584,7 +136584,7 @@ } }, { - "id": "a3c27c74-3383-446b-8d66-3c1238c28f10", + "id": "b45fb344-83f5-4483-8139-81c42f7f0b9f", "name": "Create new Service Desk integration", "request": { "name": "Create new Service Desk integration", @@ -136626,7 +136626,7 @@ }, "response": [ { - "id": "519eca63-cc31-4ce6-bcdd-9d2114c88347", + "id": "06575695-d064-49be-9cb3-8fceea474230", "name": "details of the created integration", "originalRequest": { "url": { @@ -136682,7 +136682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "110e81a4-0b4a-4784-bfcf-20395a570efa", + "id": "f7133125-7d29-46cc-90b1-d7ca3bfeaac9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -136738,7 +136738,7 @@ "_postman_previewlanguage": "json" }, { - "id": "298b654e-b421-4ec1-af92-24c86f6c5b91", + "id": "51642efd-28a8-44fa-a3cb-e0dd64404e89", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -136794,7 +136794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "53e3a8a5-8211-4156-8298-03af183fe624", + "id": "921cac80-9869-456a-8952-08a120656848", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -136850,7 +136850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fae85bae-fd92-411e-bc4a-56724e9a1176", + "id": "a516ee47-428b-403c-b663-6d4bd6621fa8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -136906,7 +136906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "19576cfa-a6ba-44c5-a4b3-8506f9ee1bce", + "id": "c62a4ab9-f480-402b-ae83-bcfd0ee17df5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -136962,7 +136962,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5005bde-cca1-496b-aa95-5e50bfad1f64", + "id": "229a1f4f-368e-425c-8f00-3d325a4c9cf6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137024,7 +137024,7 @@ } }, { - "id": "edaaa29f-b726-42a0-8fd3-c8bd9de680c0", + "id": "8b40c757-17d5-46da-b20b-721c54878413", "name": "Get a Service Desk integration", "request": { "name": "Get a Service Desk integration", @@ -137065,7 +137065,7 @@ }, "response": [ { - "id": "9aed45b7-5afa-40fd-9835-5300dfc4bff5", + "id": "72fd8e63-e7be-4b91-9364-492ef17ee251", "name": "ServiceDeskIntegrationDto with the given ID", "originalRequest": { "url": { @@ -137109,7 +137109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6ad5b613-9921-433b-a709-725247f61c81", + "id": "27a200fc-6594-4103-9224-ff2b48636016", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137153,7 +137153,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a287e102-f9e6-43ea-a17c-e379c7a5757b", + "id": "35720b27-eb42-4adc-aa5b-4e6c5d1151e5", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137197,7 +137197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c302c9fd-2d83-4c24-b0a6-57633e9f1c40", + "id": "8d36e762-2926-4da6-90af-dff0e367e2b8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137241,7 +137241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c30c8fa-ef7e-4fda-a029-25af20c4a87f", + "id": "8ea285fa-d276-4e09-bffe-15172540a9f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -137285,7 +137285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "463cee88-61c2-4b00-b1b9-27623de97209", + "id": "13e8173f-469f-4c7e-9144-a5d066cb812d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137329,7 +137329,7 @@ "_postman_previewlanguage": "json" }, { - "id": "105a5083-0a6d-475f-9db9-3eab836d3613", + "id": "265481a7-3f31-4e9b-ba31-85f45c97c8b3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137379,7 +137379,7 @@ } }, { - "id": "1230937d-6cb3-44a1-a1c3-32944bdef2fc", + "id": "4b8a47a3-8397-4e90-bb91-9d2f016f1b15", "name": "Update a Service Desk integration", "request": { "name": "Update a Service Desk integration", @@ -137433,7 +137433,7 @@ }, "response": [ { - "id": "e190ea3a-6f5c-44be-8a1c-233237431bba", + "id": "97f75196-7e0b-4149-8a9d-f505e0d1652d", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -137490,7 +137490,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3ac5350a-8f48-4ecf-95a1-4d3a58bfa7df", + "id": "010f9d19-42f5-46b5-ad84-9dc63b8502e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137547,7 +137547,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c78986e-0046-4308-a445-1f7423adc65f", + "id": "f9a203b9-0815-461a-add8-37f68e78a28c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -137604,7 +137604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1bf9a30b-0796-43a6-aa93-d15d4f7897d4", + "id": "fc6aeeb2-66f4-437b-9a53-ccc8f16910c5", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -137661,7 +137661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4da64b16-3fbb-4967-9070-5557c80d6ad0", + "id": "156cd6cb-0127-4c68-a269-cbff2e65d283", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -137718,7 +137718,7 @@ "_postman_previewlanguage": "json" }, { - "id": "22050920-dffa-4261-8603-cb5546a66095", + "id": "7bc9b03b-093d-48e2-83f7-00932415ac26", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -137775,7 +137775,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0bf7f95e-94b7-4801-bda4-e1fd87400cbe", + "id": "60ff39bb-8469-4653-8a0e-9bbc36e3781b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -137838,7 +137838,7 @@ } }, { - "id": "627f2ac3-edd6-4b14-8125-95674fcd3d50", + "id": "145de051-5bf2-4497-982c-00fd1b0ce643", "name": "Delete a Service Desk integration", "request": { "name": "Delete a Service Desk integration", @@ -137879,7 +137879,7 @@ }, "response": [ { - "id": "1ead14d9-e73b-489e-a153-a5394e5e4054", + "id": "0ecddead-dacf-452e-a5d6-e89293ac4b42", "name": "Service Desk integration with the given ID successfully deleted", "originalRequest": { "url": { @@ -137913,7 +137913,7 @@ "_postman_previewlanguage": "text" }, { - "id": "77e1e430-c2d6-440e-ba19-051de6e374a0", + "id": "99c176e2-4a8d-477a-909e-fc271b7d0b93", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -137957,7 +137957,7 @@ "_postman_previewlanguage": "json" }, { - "id": "05fa1d07-25b3-4c6d-ae71-8bf013f1f9f0", + "id": "e9c84769-0588-43aa-ae48-0e8f45f11510", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138001,7 +138001,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f95783f2-0f5b-4ef9-b88c-b057ac6b5fcb", + "id": "faf113a2-c7d6-460d-9f76-f7de623d31e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138045,7 +138045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9d22df7b-d15b-4117-9525-d6de7bd145b5", + "id": "3b6ab69d-f961-4396-9bc6-71fbaa1de5f3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138089,7 +138089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65dfa148-4447-4ee8-a61a-e543b23ec783", + "id": "3b5e332d-c36b-40d4-bc66-5936a065b915", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138133,7 +138133,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bc73b223-87ba-450e-8c4c-9054ea87d17e", + "id": "61b023f9-f903-4e8a-a418-2a9cdd963d11", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138183,7 +138183,7 @@ } }, { - "id": "f51b739a-c250-4bb2-ae34-3ce2eb521dcb", + "id": "a2b1b1a5-28e9-48fa-a34e-cd0bd6dfe5c1", "name": "Service Desk Integration Update PATCH", "request": { "name": "Service Desk Integration Update PATCH", @@ -138237,7 +138237,7 @@ }, "response": [ { - "id": "1a6298b5-1595-4046-af0d-b0d119ccc58f", + "id": "f10bbbec-31a5-465a-9851-bf410a4eacfa", "name": "ServiceDeskIntegrationDto as updated", "originalRequest": { "url": { @@ -138294,7 +138294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26e8b6ce-0927-4beb-bc2c-00b24e783568", + "id": "f0859c42-2ad6-4671-b23e-b59d66847738", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138351,7 +138351,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20cb876d-3691-4b9d-9f48-54f9cb73c268", + "id": "dd208d0a-dadc-42e4-a44e-d6368be7d2ba", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138408,7 +138408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9a89fc02-8b52-4bc5-a05a-95cd68ce3c16", + "id": "004854a0-c190-4462-aee6-32fc7e95d15a", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138465,7 +138465,7 @@ "_postman_previewlanguage": "json" }, { - "id": "547e54dc-505e-483e-ac9b-578eeea9fb68", + "id": "718d851e-cfb8-4253-8b45-dcce61f87d66", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138522,7 +138522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1ca8537-6ed1-44ef-a30a-6fbf71a5603c", + "id": "89e0e5bd-b6e4-4016-914b-b60977adea7a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138579,7 +138579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d3c131bb-7515-42d0-95f8-b095556651cd", + "id": "af2c0709-4f6b-4d36-a5fa-694f3b7b2f6e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138642,7 +138642,7 @@ } }, { - "id": "11b1c015-5e94-4398-9f9d-f37cc12528a5", + "id": "a5eeca05-e217-4cc2-96de-edb2fabb14c2", "name": "Service Desk Integration Types List.", "request": { "name": "Service Desk Integration Types List.", @@ -138672,7 +138672,7 @@ }, "response": [ { - "id": "0cf23d2a-cf9c-42dc-a12e-359f353c9fdd", + "id": "80f2137b-9c1c-4eb6-977f-7151ab9334f1", "name": "Responds with an array of the currently supported Service Desk integration types.", "originalRequest": { "url": { @@ -138716,7 +138716,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da49e7ce-dc16-4ecb-9cfc-8c4d09d00d33", + "id": "bcb62d98-0717-4b25-b795-91cf53d4d828", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -138760,7 +138760,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e45b8cd4-7531-4cca-a7c1-db3cae896e93", + "id": "e975704c-56cd-40e9-8b41-b49059c5512a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -138804,7 +138804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4de22ae-bfa0-42da-8680-05bc0ae68e32", + "id": "94f9846c-aa90-4ba3-8607-a5a96c261731", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -138848,7 +138848,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5d179f7e-87e4-4622-9dcf-314b30c3e8e7", + "id": "35b48a3f-7b28-45de-95e5-87de4b188fe3", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -138892,7 +138892,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b15b8f43-c145-499e-85b0-bf57f659ba75", + "id": "c7ec4b9c-7858-4369-964f-6aaec721c438", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -138936,7 +138936,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a8a0b763-d096-4e14-a929-286f61609a7b", + "id": "cafb146b-bfdf-4843-9f67-958e87645c83", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -138986,7 +138986,7 @@ } }, { - "id": "bdebaeb5-896d-42af-b901-62b20af74e00", + "id": "2d130aa9-05af-4b2c-ae66-384907392d58", "name": "Service Desk integration template by scriptName.", "request": { "name": "Service Desk integration template by scriptName.", @@ -139028,7 +139028,7 @@ }, "response": [ { - "id": "e836d210-8087-4c30-8649-7dcf25cda900", + "id": "32ad85b2-ed4a-4fdb-aa11-e41242a84830", "name": "Responds with the ServiceDeskIntegrationTemplateDto with the specified scriptName.", "originalRequest": { "url": { @@ -139073,7 +139073,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d36f29f-4d11-47a0-8f14-dfd8b2fcd3d3", + "id": "d158d665-2ce8-4489-b5b5-b1b534333833", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139118,7 +139118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27a38d64-5fe6-409a-9a46-7c88d1bbc6c2", + "id": "730edeb8-a7cf-43de-9089-79332781558c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139163,7 +139163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce3fbc11-49ff-4e59-8f90-b479de2c4101", + "id": "1d334173-01aa-4e1e-b9c8-e51be69b382c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139208,7 +139208,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cb3a7a0-7153-4a1e-a60c-f2080acbdf75", + "id": "8efd7a81-6d13-4b04-b788-db61f64c43a2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139253,7 +139253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a63e849-c6f8-4a90-8bf5-32ec6930fe76", + "id": "7c3bebcf-d6e1-4dd1-a6c1-c023af61d3c4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139298,7 +139298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e55fe2a-b913-4109-9854-a1472210d982", + "id": "da8cf733-7d5c-4ee1-a8bf-4880ed3839f1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139349,7 +139349,7 @@ } }, { - "id": "62479f41-78e4-4948-9d95-3bfd89d1a82e", + "id": "c88e5573-cd7a-413f-9f12-ce6f6a6555b7", "name": "Get the time check configuration", "request": { "name": "Get the time check configuration", @@ -139379,7 +139379,7 @@ }, "response": [ { - "id": "6111229b-0bd7-4910-8ae0-00cbae1b5bd6", + "id": "4a60452e-4fe5-4268-bc2f-381f2d4d6e1b", "name": "QueuedCheckConfigDetails containing the configured values", "originalRequest": { "url": { @@ -139423,7 +139423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d2483ca-e5a2-425d-be71-1425e1e44077", + "id": "b678a8e7-93c6-42f2-9eae-282be8f7b0c1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139467,7 +139467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90578d1e-d811-4368-bf40-19a56d3c1ff8", + "id": "6349228a-1ccf-4b7a-b434-589228d47d93", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139511,7 +139511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f7372fab-746b-4de6-b1ab-1abb74365c64", + "id": "e7389b6a-e40c-4380-b632-2daf981b2fda", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139555,7 +139555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fc0cdb7c-83ff-4ae9-b820-74b3d3362d83", + "id": "01253d88-2918-46e5-8509-4f5c9a066d9d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -139599,7 +139599,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c6c25fed-8a88-440d-9bd6-9b3ba6d47d24", + "id": "8181c501-e9ab-43e1-b683-2de8144ad57c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -139643,7 +139643,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0214e1b-3f14-40c9-b9cd-2ea24d685295", + "id": "482db9b6-e931-4e76-bb1d-2a27331efc48", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -139693,7 +139693,7 @@ } }, { - "id": "37b91ea2-d5f2-47be-97d6-a9f8f835d9f8", + "id": "9cd2e541-91d7-4c82-a4a6-4f881b08000e", "name": "Update the time check configuration", "request": { "name": "Update the time check configuration", @@ -139736,7 +139736,7 @@ }, "response": [ { - "id": "8861c740-0372-45fd-b707-f2a04dfe0df9", + "id": "08c1d14c-6e75-419c-83b2-f524585efdbe", "name": "QueuedCheckConfigDetails as updated", "originalRequest": { "url": { @@ -139793,7 +139793,7 @@ "_postman_previewlanguage": "json" }, { - "id": "543ebe13-65e4-4009-894c-72d57bc7ee25", + "id": "038e569f-4291-452a-a935-f81793859710", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -139850,7 +139850,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18c44b0b-01a3-4ab8-8521-dba4dd00c75c", + "id": "1dea67c0-2a3e-48e2-883d-9c549f3817f2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -139907,7 +139907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a0cad1a-2a34-4c78-a978-f0c89419cecc", + "id": "fef0d520-1562-4fd4-babd-9779fc1a6a4d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -139964,7 +139964,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4c25f2c-1384-4118-9243-c06c40b5e330", + "id": "9c9cdf46-9c3e-4f6a-854e-bd63ac53c2b6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -140021,7 +140021,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea635751-de4f-442f-ad62-f9b5cafbe328", + "id": "7311d483-0134-4a39-b161-671f47e08a68", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -140078,7 +140078,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d896e737-2beb-4f0b-9ceb-7957455876c6", + "id": "94da168f-f3f7-46c0-9d7a-bb2abc6ae08e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -140147,7 +140147,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": "4734f1a2-e898-4ac2-ba2b-3ec90b806b7e", + "id": "16c2bfcd-2019-4f31-956a-8cbe16e614e5", "name": "Create SOD policy", "request": { "name": "Create SOD policy", @@ -140189,7 +140189,7 @@ }, "response": [ { - "id": "a2ac10e9-7b78-43da-a4a5-59f5c7bb1279", + "id": "7f5c4693-037a-4a11-8a92-4e9b04b46b4d", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -140245,7 +140245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a992e00-4b99-4fb6-bbb2-8aa5fd8b5c5e", + "id": "72a8a347-5b24-48d9-bf46-defc5283d7a3", "name": "General Policy", "originalRequest": { "url": { @@ -140301,7 +140301,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8d8ce663-76ee-40b9-829f-4a7dd1f6578c", + "id": "627deab4-67fd-4f5f-90ec-859d5504afeb", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -140357,7 +140357,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5bb56ee-2b19-45d2-a332-a96b8bb56058", + "id": "93150705-5fab-481a-95fa-6ae9ad786e5f", "name": "General Policy", "originalRequest": { "url": { @@ -140413,7 +140413,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea471575-df63-4602-89df-7c37510e884a", + "id": "a2c20de5-be03-4615-970d-c0d1aa4219ca", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -140469,7 +140469,7 @@ "_postman_previewlanguage": "json" }, { - "id": "38f36429-6835-47cd-8f2d-3aa7b9cef102", + "id": "2e7771fe-d161-43fa-b42e-8c45ed81f8d2", "name": "General Policy", "originalRequest": { "url": { @@ -140525,7 +140525,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9228395b-2b93-410f-8b3d-b6d02ecd2050", + "id": "41ef7558-036c-4a1c-85bb-92b219d75ff5", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -140581,7 +140581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "976769f6-b69f-453a-89e4-33ce5ea70a46", + "id": "2525892c-5ebf-447d-be2d-0dcbb4acad24", "name": "General Policy", "originalRequest": { "url": { @@ -140637,7 +140637,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78c726cd-f296-4b06-9327-7cb2b7c4b05a", + "id": "70d0869f-5485-4c82-8e8b-982d2d83930a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -140693,7 +140693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d24ba67b-0b78-4062-982b-aecf131c157c", + "id": "cc247e57-9b09-421b-90fc-270dea94565e", "name": "General Policy", "originalRequest": { "url": { @@ -140749,7 +140749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7332371-1760-4280-86b7-7cd361a570d1", + "id": "3e1853f4-367b-47da-a267-091e1dec8305", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -140805,7 +140805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a67d5f5-625d-4bc7-b6a5-1a697561f02f", + "id": "46607378-138d-4102-b6b3-0eadb0a6e2ca", "name": "General Policy", "originalRequest": { "url": { @@ -140867,7 +140867,7 @@ } }, { - "id": "ee61bbbc-3cb9-4e85-8187-0ea233f7a745", + "id": "9e24fe1e-d76c-4427-ab6d-cdf2d4794e72", "name": "List SOD policies", "request": { "name": "List SOD policies", @@ -140942,7 +140942,7 @@ }, "response": [ { - "id": "2e6db593-196b-4a14-ad9b-e82817622e0b", + "id": "91e175dc-ff06-4325-8f75-c1b21c913e74", "name": "List of all SOD policies.", "originalRequest": { "url": { @@ -141031,7 +141031,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fcd54640-7083-44f2-8a5e-c323e1a115d8", + "id": "f71d52be-c049-47a3-bfaf-975a4a453e24", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141120,7 +141120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6661982d-b55d-4c6c-baff-deffc2395807", + "id": "bf2c7239-fd78-4f64-a22f-354768c91177", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141209,7 +141209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb993d43-80a6-4521-8643-c22cade4a321", + "id": "407fb1ad-2a5e-4f7d-84f5-e6a0cce6efc4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141298,7 +141298,7 @@ "_postman_previewlanguage": "json" }, { - "id": "820b8b21-43d5-4761-b09b-5397fe817cdf", + "id": "9ad21134-78b4-412c-871f-5fbc2bafee14", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141387,7 +141387,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21b7dfb4-c3fb-4592-ba4c-5342d4adffc0", + "id": "bfaa3940-40c2-498c-9a56-e9978fd321fc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141482,7 +141482,7 @@ } }, { - "id": "083dddf0-f403-4a3f-a880-72894504b097", + "id": "5245fd5a-0e59-4628-971b-30e3ae6ba6c4", "name": "Get SOD policy by ID", "request": { "name": "Get SOD policy by ID", @@ -141523,7 +141523,7 @@ }, "response": [ { - "id": "64624e05-1c71-4f15-b977-0d67a49c814e", + "id": "c09f98a5-9c8e-4b7e-9586-d84d8fa8434b", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -141567,7 +141567,7 @@ "_postman_previewlanguage": "json" }, { - "id": "77b61c61-7c13-4bc8-9165-3e2272d64ae6", + "id": "cdb7f355-8ad7-4438-b0b9-0ecb1a9e1f1b", "name": "General Policy", "originalRequest": { "url": { @@ -141611,7 +141611,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cdf99ad-e31a-4c86-8650-f4ded39a350f", + "id": "9f32ea25-4971-464a-984f-e01653b8a29b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -141655,7 +141655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e97f59b-f827-44b5-9c65-f686b79ee9b0", + "id": "55e52478-a527-441e-b230-833a77cced85", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -141699,7 +141699,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2a7aa208-a1b8-4331-bcf9-6df72a386741", + "id": "507a22aa-e6f2-4e9a-a12d-4b6aa7aa08da", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -141743,7 +141743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4ae503a-bb9f-494a-acde-c8469fe532d6", + "id": "f5d1c5c3-813b-40c5-81d1-0af93fd16bf7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -141787,7 +141787,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c9619bf-1c4f-470c-bfa8-300f145420a1", + "id": "5454fddd-cf1a-48d0-a585-09df45b7e763", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -141831,7 +141831,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3df0dbc2-ce30-4eae-8b88-636ada671bdf", + "id": "4331bb64-e138-4b4e-b162-ade2d37c90b6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -141881,7 +141881,7 @@ } }, { - "id": "1584e5d2-1fe2-44c0-a6b4-1dd9462531a4", + "id": "7001faa6-8851-4539-be75-8d7472c4419c", "name": "Update SOD policy by ID", "request": { "name": "Update SOD policy by ID", @@ -141935,7 +141935,7 @@ }, "response": [ { - "id": "04979c0b-edd3-43a4-96de-0991cf9e7d03", + "id": "aebca31c-cfb9-49b1-bda8-225f7323b199", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -141992,7 +141992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7470de9-cba9-4000-89f3-0b3362d53932", + "id": "519b64b9-1c72-4a29-9233-47581088f4ef", "name": "General Policy", "originalRequest": { "url": { @@ -142049,7 +142049,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f37b036-16e8-4060-ace9-dee426e95f7b", + "id": "b8f65c7b-3ef1-42f5-b1ac-497a1d420c5a", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -142106,7 +142106,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71c0f36b-fc34-49bb-a67f-7454bf68f4e7", + "id": "5fe7e9c7-4013-4f27-9ae0-f56017b4c9ea", "name": "General Policy", "originalRequest": { "url": { @@ -142163,7 +142163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3ae7b2b-7a5b-4928-9fdb-76a2e3a7a463", + "id": "d7d8fb03-0e9d-4ffe-b8cb-e54f7f985787", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -142220,7 +142220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70643257-b993-4d4a-8c48-3ce37d2a6c96", + "id": "a7c8801a-4218-45f2-8ced-8ec934415cd6", "name": "General Policy", "originalRequest": { "url": { @@ -142277,7 +142277,7 @@ "_postman_previewlanguage": "json" }, { - "id": "024b6c43-486e-44ef-a938-a790d5ea6c79", + "id": "527ecd15-e1e2-4cc5-b49c-9d6bea8b7847", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -142334,7 +142334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffcf48ee-4061-457d-94e8-1a803fca5ac9", + "id": "f5a9edf0-3345-49a7-bc2d-fdec863843aa", "name": "General Policy", "originalRequest": { "url": { @@ -142391,7 +142391,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b20ad255-f000-48cc-ace0-c971487f0b7a", + "id": "0a87d0f4-e7eb-4b07-8162-a9deab2f76ca", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -142448,7 +142448,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5c4221a-9c26-4407-b610-db5ae9b000ee", + "id": "24c4a58d-735a-4cbd-bdea-ff76ce297ccb", "name": "General Policy", "originalRequest": { "url": { @@ -142505,7 +142505,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72b45a28-88cb-4813-8e1c-dbc3f28e405c", + "id": "b2ee7a51-2390-4766-8b8a-269d31d9ea02", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -142562,7 +142562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b195180-0bea-42ac-8649-a8a7153d5e14", + "id": "1c82f251-c6d2-4e54-a6bb-c3e4f6d66085", "name": "General Policy", "originalRequest": { "url": { @@ -142619,7 +142619,7 @@ "_postman_previewlanguage": "json" }, { - "id": "704b90eb-32d2-45f5-b63d-4e79012a98df", + "id": "0dcd3483-2566-4cd5-9a79-84250ab78ad2", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -142676,7 +142676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ee5d3420-e258-4206-b3c4-444c1d9ebdc8", + "id": "84fd36a9-8aa8-4a72-a3cd-9faa8123b06d", "name": "General Policy", "originalRequest": { "url": { @@ -142739,7 +142739,7 @@ } }, { - "id": "574b29b5-4f30-49f9-b857-d07ac56e8d2d", + "id": "6e0bb2c2-617a-45b1-940c-bb156a7b7a7d", "name": "Delete SOD policy by ID", "request": { "name": "Delete SOD policy by ID", @@ -142790,7 +142790,7 @@ }, "response": [ { - "id": "b16884aa-0d84-402f-ae2d-3132597c89c9", + "id": "e13f575f-b300-494c-8a71-9dd0a8d81edc", "name": "No content.", "originalRequest": { "url": { @@ -142834,7 +142834,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c52c74be-fc7a-42ec-8273-59e7d49b43a8", + "id": "0f4048ff-17e6-4306-a7b0-6eefd4053eb1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -142888,7 +142888,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f2a4122-e552-4fc5-888a-8636abc21875", + "id": "c0d42092-e14f-4616-bbbd-776898a4cb04", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -142942,7 +142942,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1258905c-b4b3-4706-aac9-c6fef5ab2ced", + "id": "72b539b9-7533-45b0-8d01-32a709e7267d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -142996,7 +142996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8296f467-b6b1-49ea-b27e-480be2766fbb", + "id": "56557003-a94a-48bb-847a-3f38841813dc", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -143050,7 +143050,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a0c69da-ae41-4683-a50a-ac9e5faa3b37", + "id": "75bc5cd4-846b-4860-b625-7bde7cf2c8c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -143104,7 +143104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fee12b2-690f-4472-84a8-36b3ee7db8e2", + "id": "064d4670-6bb0-4656-918c-af2eb77e582c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -143164,7 +143164,7 @@ } }, { - "id": "812d10ce-0719-4b58-8279-7a384d0f1e03", + "id": "7f7080b0-e1c7-4fd6-abe9-9f1e5cfbe277", "name": "Patch SOD policy by ID", "request": { "name": "Patch SOD policy by ID", @@ -143218,7 +143218,7 @@ }, "response": [ { - "id": "ef69c275-3cfd-44bd-b3c2-d3a39e73c2cf", + "id": "edae645c-b5a2-428e-8f43-a738b4362686", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -143275,7 +143275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58dec61f-e745-452c-8ce1-cac2063fd656", + "id": "4f3271b6-8894-48ee-bf08-f21e3b65b925", "name": "General Policy", "originalRequest": { "url": { @@ -143332,7 +143332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70ca92cf-f2f9-45c1-b66b-dfe12f2d9dd1", + "id": "b35f863c-6fb7-435f-a534-212bb770db0e", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -143389,7 +143389,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fab5e440-f41a-4afb-995a-6c82b3261c07", + "id": "c352925a-505b-448e-b509-793849bea2e9", "name": "General Policy", "originalRequest": { "url": { @@ -143446,7 +143446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "faa21e54-fce7-49ed-8cdd-f07a84bd006b", + "id": "c8020977-2554-4330-9563-872e4050dc32", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -143503,7 +143503,7 @@ "_postman_previewlanguage": "json" }, { - "id": "32eeff31-4118-44b4-b117-4173ff5704fe", + "id": "eba8ae42-8a99-4d13-b15c-28b81dc0d0a2", "name": "General Policy", "originalRequest": { "url": { @@ -143560,7 +143560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2e9277f4-ccfb-4e9d-b63d-eaaa4b46a915", + "id": "561b6455-37bf-4350-9e4e-7530e0164bfa", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -143617,7 +143617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86c551a8-d146-48a3-9d94-b60c82511ad3", + "id": "90e5ce22-b8e0-451a-bd7a-f464f2982f95", "name": "General Policy", "originalRequest": { "url": { @@ -143674,7 +143674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "71ee1da5-0e40-412a-b9c5-38688612b050", + "id": "be150574-2be7-4136-8957-fe66b724b643", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -143731,7 +143731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e198353c-1ddf-4120-9d4d-8cc66d879e10", + "id": "2e94004f-c6ae-4123-9dc5-21c8febe49c6", "name": "General Policy", "originalRequest": { "url": { @@ -143788,7 +143788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "26e9bc62-e4fe-4d89-b28d-7fbe941c17ff", + "id": "16364a43-e3e5-4d33-8693-786517b3d0ac", "name": "Conflicting Access Based Policy", "originalRequest": { "url": { @@ -143845,7 +143845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e731a20-6ce0-44c1-88d8-b195ca5973dd", + "id": "e91ad528-bba1-41b4-bbd6-a4687bbd06db", "name": "General Policy", "originalRequest": { "url": { @@ -143902,7 +143902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6ff494-b8df-4cc7-bf8d-e1d46ffa4c9f", + "id": "3f1554c1-dfef-483c-97cb-70cd98411a15", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -143959,7 +143959,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e100f5e-c1db-4e0c-bf0b-a3b67ec3d134", + "id": "f52d0cc3-ae80-4861-89b8-150a73f7a9e8", "name": "General Policy", "originalRequest": { "url": { @@ -144022,7 +144022,7 @@ } }, { - "id": "5821ac08-ddbc-40d3-af4f-f05c53eced84", + "id": "77b18d8d-eb79-4719-a296-e72ceb6fece3", "name": "Evaluate one policy by ID", "request": { "name": "Evaluate one policy by ID", @@ -144064,7 +144064,7 @@ }, "response": [ { - "id": "2509021f-63dc-4589-8dea-9a288073428d", + "id": "5286446f-c121-4079-aae8-6f99c5e28cb8", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -144109,7 +144109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72d5cf80-0664-4acb-b2d8-adf9919157db", + "id": "b448f782-8aa9-4b05-baf0-279a31bb5a04", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144154,7 +144154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "080e077a-2f65-4efd-9ea3-809cdfec8641", + "id": "4f324a54-7ab0-48af-b87f-1c5760c27f54", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144199,7 +144199,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ea2c3e93-03a2-4926-a698-9bb3e1c327e1", + "id": "86366176-9b45-49c8-82e0-cedd8fffecaa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144244,7 +144244,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bff2e1e1-da2c-4677-a5c2-02b4c992a811", + "id": "836f8404-45ed-477d-990b-123d7ae2530d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144289,7 +144289,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1557752a-bcdf-4f9f-97d7-e7573e6fa8a6", + "id": "2edd41b0-02e7-461c-b888-2902f19673f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144340,7 +144340,7 @@ } }, { - "id": "fa5c3d28-c74b-4d99-872e-55f67dc45529", + "id": "c9151a66-b988-4c04-a3cc-61e4b52fba75", "name": "Get SOD policy schedule", "request": { "name": "Get SOD policy schedule", @@ -144382,7 +144382,7 @@ }, "response": [ { - "id": "6680b108-b0bd-40ca-95a9-00db1286e425", + "id": "2ccf5041-e098-4d5e-9674-0f6065f90ad9", "name": "SOD policy schedule.", "originalRequest": { "url": { @@ -144427,7 +144427,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1311ef07-3d52-46c4-8a14-d8a2b078c709", + "id": "c943b100-f1b3-47fe-a860-99df8c44d403", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144472,7 +144472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "064a225b-1def-468d-bbf8-e8285a91de0a", + "id": "7d71ad16-b497-41a7-915e-6ba3424414b7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144517,7 +144517,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b26afbb-a084-4e32-9e54-e08c8da69c48", + "id": "9c7b55c0-8496-44cd-a783-5be5962f37ea", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144562,7 +144562,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0dbe708e-c283-4c95-a00d-7fd9458d82dc", + "id": "954d0ba5-7688-4c39-86d3-9df7a67008ec", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -144607,7 +144607,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fc18aeb-005a-4eb2-94b4-422e94eb3960", + "id": "532bb1dc-1c56-4bd4-ac42-7c6d12cecb24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -144658,7 +144658,7 @@ } }, { - "id": "bacb7643-7c36-4be7-a9af-65df940038ea", + "id": "d5175d44-3e93-4893-b698-dbff181f1b54", "name": "Update SOD Policy schedule", "request": { "name": "Update SOD Policy schedule", @@ -144713,7 +144713,7 @@ }, "response": [ { - "id": "f24836e2-a603-41a9-a6fc-2311b98c1e80", + "id": "874c9420-ec7c-4e6c-beed-5de7658a8059", "name": "Created or updated SOD policy schedule.", "originalRequest": { "url": { @@ -144771,7 +144771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6360e6a4-0159-429c-b47c-3df0bf6a9689", + "id": "63e73b2d-843a-4ed0-b0d3-8a6346abbf13", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -144829,7 +144829,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01ed2151-6a01-4a64-8a03-e046a1ad4c0b", + "id": "e9b45b3b-b24c-4335-8b51-72a34603c558", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -144887,7 +144887,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1d583c41-a2bb-4d11-bc09-037b6d20f53a", + "id": "ba0e0bd6-bcfd-4e63-889c-e451f3fab6b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -144945,7 +144945,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c4def33-4012-40e6-bc5b-b0651af6e81a", + "id": "04615d0c-01a4-421d-80cf-09033120a2d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145003,7 +145003,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d848b68-0fbb-4858-80a4-42d626568928", + "id": "6f1949dd-af90-4645-b403-56ee56ac0dc7", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145067,7 +145067,7 @@ } }, { - "id": "482ae672-4c84-437f-b7d1-579f78c68aff", + "id": "7853f4d3-a2c6-40e4-9de1-29cf0462cb83", "name": "Delete SOD policy schedule", "request": { "name": "Delete SOD policy schedule", @@ -145109,7 +145109,7 @@ }, "response": [ { - "id": "d5209d1a-7f84-45d7-8ee7-3938f544828d", + "id": "04424d16-9282-4d98-aadc-d05633d8de6e", "name": "No content response.", "originalRequest": { "url": { @@ -145144,7 +145144,7 @@ "_postman_previewlanguage": "text" }, { - "id": "6750497b-2c01-4bae-af4a-d5fbf61c85a9", + "id": "97dc3a91-b1f2-4164-92a0-c85b52bc964d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145189,7 +145189,7 @@ "_postman_previewlanguage": "json" }, { - "id": "81859c2f-2d14-41d7-b337-1d9dfb490d79", + "id": "34cd6c3e-f5fb-4e15-b5e1-0aaa63bcb281", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145234,7 +145234,7 @@ "_postman_previewlanguage": "json" }, { - "id": "934e1810-0dc3-4bff-9216-6fe9bcdef25d", + "id": "147d3726-7596-4e01-902f-982e5cca95e9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145279,7 +145279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f31844be-f9c9-43ad-83ef-7cad634d9363", + "id": "0d44b119-ee55-41bb-be9c-2bbe700e4289", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145324,7 +145324,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84c18a7b-a88a-4d82-aa9f-74419cfb3e29", + "id": "1198374c-3f18-45b9-a0c9-5b671a514137", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145369,7 +145369,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c9a8a7bd-e3f5-4888-9126-24e192980e34", + "id": "2aa61eca-92d0-40da-8dab-fc41411022c4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145420,7 +145420,7 @@ } }, { - "id": "14b657ce-4813-444a-9c05-db31f5818677", + "id": "5b6414da-6d55-4ec6-bd85-2a95dea84a8a", "name": "Runs SOD policy violation report", "request": { "name": "Runs SOD policy violation report", @@ -145463,7 +145463,7 @@ }, "response": [ { - "id": "569d4f4f-79ee-4fa4-88b0-9a28a7b2cd46", + "id": "3cdbf13b-463e-4545-8270-eef7f9865f6a", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -145509,7 +145509,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2636227a-1692-4c73-90da-0e0ddbba845d", + "id": "6dcd2d5e-51d4-4ce0-86ee-e346e6f99e4a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145555,7 +145555,7 @@ "_postman_previewlanguage": "json" }, { - "id": "191e1bc3-dfa9-4cce-b117-36bd893b3685", + "id": "c49b4e51-c62d-4e02-a91e-64f332f15207", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145601,7 +145601,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2b72ab04-e857-42e8-8355-01d89a15da9f", + "id": "0b26f8e4-32d2-461e-a116-21ef0a6547ce", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -145647,7 +145647,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fed2692-0934-4d3f-a20f-a23fceb653e4", + "id": "0ff43fcb-fe4b-4099-b673-287ff330232d", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -145693,7 +145693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a04bb0c1-c544-4688-936e-c4691eb8c8f8", + "id": "ae8018ee-511e-4762-b011-3a1263dd9db5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -145739,7 +145739,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4cc2c0aa-bbf8-428e-a4d0-52ca2c5c3bf7", + "id": "e89ecd92-15c8-4c7c-bb03-dcdc62c7457a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -145791,7 +145791,7 @@ } }, { - "id": "6269c301-e545-4de8-84bb-6216843d24a6", + "id": "1c879375-0763-4111-9623-b7c0aba7b44d", "name": "Get SOD violation report status", "request": { "name": "Get SOD violation report status", @@ -145833,7 +145833,7 @@ }, "response": [ { - "id": "79adeca2-b011-4c84-876b-d31cab843083", + "id": "53a4fe05-7fa3-4424-bd81-80081de0e10a", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -145878,7 +145878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b454f381-52ba-4650-80ba-4b4ce8093bf8", + "id": "5ffafd35-5307-4af5-9003-9b25b85c0f72", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -145923,7 +145923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88e04489-c36a-4bd2-bd56-eece1e9bc59a", + "id": "72f72271-0f8a-428e-a9ee-24da7ebdfb7a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -145968,7 +145968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d901062e-98b5-4739-91ac-8d980de93b70", + "id": "d6818890-25bc-4f7f-812d-f3ebe2f95cd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146013,7 +146013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e23f01b7-dc3f-4940-85b0-4d5b254c1491", + "id": "7e1ff88f-171f-4629-a5dd-dac99b7eba32", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146058,7 +146058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "86d68a5e-73c8-40c9-8a12-b166a0e41c72", + "id": "449b9944-e831-45c1-9dfb-8a40bbbc23f1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146103,7 +146103,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3dfd8bcd-820e-4141-91f3-e473d0c4e0ec", + "id": "e63b4e66-aae3-42bd-9272-ea003ea4598d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146154,7 +146154,7 @@ } }, { - "id": "dc05980c-d9f9-446c-a71f-3e784e85fec0", + "id": "64e94078-d2a6-4fc1-90c2-e30122964968", "name": "Get violation report run status", "request": { "name": "Get violation report run status", @@ -146196,7 +146196,7 @@ }, "response": [ { - "id": "f2245f35-ced3-436e-aa48-74b0f09cc5a6", + "id": "47dc3ad6-bec6-41fa-bb81-ab74b1b26c1b", "name": "Status of the violation report run task.", "originalRequest": { "url": { @@ -146241,7 +146241,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94eaea69-1571-4ed5-b3a3-08fb370d80a6", + "id": "da5f777b-30bf-478a-9079-4cfaefba5f1b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146286,7 +146286,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c7fed0a-d503-40c9-a9aa-6bce7f4d9b34", + "id": "cae78320-5613-4b67-8b4a-3789105832f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146331,7 +146331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "439d8cf0-5238-4b4e-a99e-620e51fe0600", + "id": "7a25730a-98ed-4b31-a428-c854160c9332", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146376,7 +146376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6a5ae711-5190-4803-b56d-6aee8b86e6a6", + "id": "b54efe68-9c91-4ba1-a862-6f97b562bb48", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -146421,7 +146421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ba73a8a-30cb-4be8-949b-8b9755e4c1f3", + "id": "2be27b30-34bd-448a-aa5a-d57aa6b57f8e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146466,7 +146466,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cd55fb7-3b34-4fbd-8b2d-42e008c33957", + "id": "63b446be-882b-4a03-9621-7a2aa7e14a33", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146517,7 +146517,7 @@ } }, { - "id": "69a21168-98ab-46e0-88f6-bdd443960dcc", + "id": "6aae1ab8-9493-49aa-aee4-c2400bd35b28", "name": "Runs all policies for org", "request": { "name": "Runs all policies for org", @@ -146560,7 +146560,7 @@ }, "response": [ { - "id": "89c7376c-dc3b-46d6-8bc2-425a6f5f4078", + "id": "f515a976-9621-4fdf-b88b-fd9e541403d5", "name": "Reference to the violation report run task.", "originalRequest": { "url": { @@ -146617,7 +146617,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3414daa2-e379-4845-85b1-fdd86c0aa398", + "id": "4503f146-3a0b-429e-a900-c0098cb5de5f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -146674,7 +146674,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dbe0e648-6b7e-4269-b85a-13d7b7d9b5f8", + "id": "145e3690-531e-44e1-bf61-b224b3e51bbe", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -146731,7 +146731,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28dc6279-67f3-4600-a138-dd76e41eeced", + "id": "d2ae95e2-bf20-426a-96a9-ec10bc702844", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -146788,7 +146788,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a1e5a2f-d81b-4c67-9817-70d4140b2d56", + "id": "b38d4376-67c8-41ad-a1ec-85e72a51a4b0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -146845,7 +146845,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61924f18-a985-4fa3-8fa6-9eed281ac8f3", + "id": "3fd4db21-d5e7-458a-9729-ebd119441e39", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -146908,7 +146908,7 @@ } }, { - "id": "42e0bff0-3109-4d20-ba38-ab58d733086e", + "id": "207c3aca-7e44-4c0a-843e-14a1b3728e69", "name": "Get multi-report run task status", "request": { "name": "Get multi-report run task status", @@ -146937,7 +146937,7 @@ }, "response": [ { - "id": "75bec8b8-866b-4594-b441-b04e34d560c0", + "id": "bc20e3fd-f9e3-4e67-bc6c-6ef7ecf7e4aa", "name": "Status of the violation report run task for all policy run.", "originalRequest": { "url": { @@ -146980,7 +146980,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e86643dd-355c-4ff3-9562-5c4266a470e0", + "id": "344b0c25-872b-4ac1-b096-48f118c4bfc3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147023,7 +147023,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cb4e1d1-5aab-4dc4-b383-2e6bc6975b27", + "id": "db811869-29dc-4a36-8ea1-c2e7f2529ab8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147066,7 +147066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ff2d23a-cbb4-4e3e-af1a-40ebad7ddefc", + "id": "4ae9b4ae-03d0-4a95-98b4-c35ba9e13be4", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147109,7 +147109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "08a2e29a-bfb6-4a41-91b4-af5ede601ef0", + "id": "17d0ed6c-5abc-4f75-9fac-601afd516b65", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147152,7 +147152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a7c4767-5a80-4e3a-b025-387bced4c344", + "id": "92965897-9870-4c23-a7fb-ca66f3ce8825", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147201,7 +147201,7 @@ } }, { - "id": "158a3a04-0f37-4f37-96c8-f0709936e30f", + "id": "3844dc36-202a-4e42-b94a-6a703c6fa838", "name": "Download violation report", "request": { "name": "Download violation report", @@ -147243,7 +147243,7 @@ }, "response": [ { - "id": "5d2e3657-a963-48a2-8655-4e425d62aa00", + "id": "7f06ca8d-82a3-498f-9a1f-91256eefec40", "name": "Returns the PolicyReport.zip that contains the violation report file.", "originalRequest": { "url": { @@ -147283,12 +147283,12 @@ "value": "application/zip" } ], - "body": "tempor et", + "body": "est sunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "579d6477-a19b-430e-8d02-41f5721ce278", + "id": "b97f0281-5c3c-4ab3-b87b-8cdeb1c4115c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147333,7 +147333,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d4f5a35-93c7-4c5f-9203-4a305282d545", + "id": "724fa17c-f4d7-4d66-86b2-a304bfa92387", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147378,7 +147378,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ce0f2817-4a29-4f2b-82f6-0fe005b6592f", + "id": "71032f7c-71b4-4631-8cdb-4673dd1fd4be", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147423,7 +147423,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59358c5f-182b-4167-856b-74a5d9551af1", + "id": "364abbfe-2db4-4d24-88bb-54fbda82a0ca", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147468,7 +147468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "064a3fbf-e22f-4b65-8063-ff257135d4ec", + "id": "090ac886-ab99-49ce-8f35-b090e97d88db", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147513,7 +147513,7 @@ "_postman_previewlanguage": "json" }, { - "id": "401cce2f-71ce-4d27-99da-cb487bb38872", + "id": "48d53dd9-5f04-49e5-b8cb-3f8739370c12", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147564,7 +147564,7 @@ } }, { - "id": "241a4482-b25c-4d44-a47e-937ae2dccfdc", + "id": "5ac13090-4e1a-4bd5-8750-f22fce28d309", "name": "Download custom violation report", "request": { "name": "Download custom violation report", @@ -147617,7 +147617,7 @@ }, "response": [ { - "id": "9b599fd2-96f9-4ee2-a0b0-ddc42c8347f7", + "id": "afd79bbb-769e-4683-8319-70c89310e9f5", "name": "Returns the zip file with given custom name that contains the violation report file.", "originalRequest": { "url": { @@ -147658,12 +147658,12 @@ "value": "application/zip" } ], - "body": "tempor et", + "body": "est sunt", "cookie": [], "_postman_previewlanguage": "text" }, { - "id": "441d8412-d08a-4b74-9a42-b9a5bde5acb8", + "id": "dbe2b929-f621-43e5-bfec-31a47a1767ce", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -147709,7 +147709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91b326b5-0635-49a6-a77e-de90c206a5fb", + "id": "9b4ac6bb-295e-4824-8636-b0f487f5d2e7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -147755,7 +147755,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fed4339-d7ce-49ae-8f0e-734dba4205df", + "id": "46e5cf29-644d-4b6d-b946-5007f598f4cd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -147801,7 +147801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8204785-762c-4ac4-83e2-f4c0e45052b6", + "id": "8f65aef2-950b-40cf-9fd5-d941f8d1ff70", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -147847,7 +147847,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5be10660-4449-4b78-8f89-d00ed8cd34a7", + "id": "59ef9963-8876-4439-8360-39454c152b7a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -147893,7 +147893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "001fca6c-763f-479b-859c-ba8e26c7c0e9", + "id": "c2eb325a-e0ba-4d70-81ef-8550885f9d6c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -147951,7 +147951,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": "d9df885b-dc6a-4a98-b5a1-8d1ce23491bb", + "id": "67282a09-a27e-43f1-a3fd-23282afad01f", "name": "Predict SOD violations for identity.", "request": { "name": "Predict SOD violations for identity.", @@ -147994,7 +147994,7 @@ }, "response": [ { - "id": "a2c27183-1f3c-465e-8687-f57a6c444490", + "id": "52472160-04e6-4374-bf1c-66fda53447d4", "name": "Violation Contexts", "originalRequest": { "url": { @@ -148051,7 +148051,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d498f79c-107c-40d2-aad0-a96a8ad00525", + "id": "217e14d5-15e2-42e7-af5e-74e90a6b3db5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148108,7 +148108,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c0778563-a214-47fc-8ae1-38ce42f36d10", + "id": "13fcdbb9-3d8c-4f27-b8f1-0bd039f50b9e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148165,7 +148165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "85e0a18e-7396-4830-92b1-bde6ec394831", + "id": "600a9c38-90e2-4447-8468-5150ff58160f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148222,7 +148222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15b8bc32-90c0-4a42-aefb-7b48abfdcb80", + "id": "91096f11-8be8-4594-8623-eb2a2487b1f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148279,7 +148279,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96c63117-6ad6-4a0e-a52d-c743e351ec9a", + "id": "97cafafd-ddc8-4c46-aef5-899235ca6192", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148336,7 +148336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0760cd18-e79c-4b7d-894c-16e2013159df", + "id": "da0910b0-666a-4854-b549-8547550fbb89", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148399,7 +148399,7 @@ } }, { - "id": "7610961c-a9ea-40b8-8bbd-1b15851deb76", + "id": "b5caaf6e-25d2-4ad2-b185-f8144fdfeea5", "name": "Check SOD violations", "request": { "name": "Check SOD violations", @@ -148442,7 +148442,7 @@ }, "response": [ { - "id": "a56918cd-86db-4919-b31e-8b3a873a7f05", + "id": "4c9a8290-43c0-4108-bcda-e689184c9a48", "name": "Request ID with a timestamp.", "originalRequest": { "url": { @@ -148499,7 +148499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94b10c20-6fd1-4062-96a1-5f3a28c2d603", + "id": "5c12e1a5-bbb7-486e-bcbd-2339862d3ac2", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148556,7 +148556,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d698c20d-f263-4dfe-bfce-bf9b03357ebc", + "id": "5aac87b4-d295-4964-806a-688a863dcc3e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -148613,7 +148613,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0845c8c4-5c11-48a2-a390-e02f26c64d9b", + "id": "051db363-738e-4483-918b-959e86bde52c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -148670,7 +148670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12ef1121-60d5-4168-b33b-485abcd1fc1f", + "id": "05b41f94-7708-4038-be30-2029573dd487", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -148727,7 +148727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a18e8f40-a6e7-4a6e-bde5-cabf50b1e9b6", + "id": "6f5f30a3-c39b-4805-9cf0-5dd29e5d9aa0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -148784,7 +148784,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2caae22-d2d7-4983-aed7-a2cfe00ced11", + "id": "6601b028-5fb3-4039-9729-ce567d9341de", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -148853,7 +148853,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": "deb66ee4-a1a1-42f2-bd56-3705e1845402", + "id": "ee702804-902f-42de-b3f7-bbb1bec989c9", "name": "Finds status of source usage", "request": { "name": "Finds status of source usage", @@ -148895,7 +148895,7 @@ }, "response": [ { - "id": "c69c7bf4-b92b-4c75-98b3-9862ca3d129d", + "id": "9f8776f4-44d4-4cb1-9cea-a42686151af1", "name": "Status of the source usage insights setup by IDN source ID.", "originalRequest": { "url": { @@ -148940,7 +148940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "234fdd86-1b92-4b63-b2ab-6523eea6e6cb", + "id": "8b532c2d-6444-448d-b645-47494857b9ed", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -148985,7 +148985,7 @@ "_postman_previewlanguage": "json" }, { - "id": "27859ec1-b1f4-44a6-9312-6527d12c6480", + "id": "ea9c96ad-5117-41f0-92cb-12caee2340d2", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149030,7 +149030,7 @@ "_postman_previewlanguage": "json" }, { - "id": "963c22dc-e7b5-442c-aacc-552025c7481c", + "id": "d10db02b-306f-4c3e-b768-2f8f63a9f7b7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149075,7 +149075,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4d2c3b70-09be-4935-8a9e-c34003448c2a", + "id": "0a6bca62-1652-4233-b13f-90aa9697d26b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149120,7 +149120,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7031ff22-4a96-4dc6-95ee-bc6c268e043b", + "id": "4e493356-f548-4071-bd86-73af898e4dc9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149171,7 +149171,7 @@ } }, { - "id": "2a8a8868-ca32-4cde-ba9f-2f6d3334ffaf", + "id": "5ba5b2d7-1777-4ff3-936d-0ec9a25f2f20", "name": "Returns source usage insights", "request": { "name": "Returns source usage insights", @@ -149250,7 +149250,7 @@ }, "response": [ { - "id": "ac772d7c-53a9-46b8-a8a7-6084964e0fe3", + "id": "254bf107-2d70-47e2-9dd7-b3b2e2075290", "name": "Summary of source usage insights for past 12 months.", "originalRequest": { "url": { @@ -149332,7 +149332,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6b38b8f2-16e2-4a06-b7e7-74f2675f5b16", + "id": "c59a03ef-9ff6-4228-864d-f4661271b37f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -149414,7 +149414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "88b69ace-76cb-4f47-a272-e0565f76d3fc", + "id": "e67077b5-5d2a-4c8f-b520-97a754feb367", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -149496,7 +149496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b88ad7e8-44dd-46b6-9599-7e6b40912e46", + "id": "080821a2-bb34-4a21-8427-fcf07e7a1343", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -149578,7 +149578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "504cd3a2-6b88-4cef-b261-88c82dd0d7b2", + "id": "daa3febb-d65c-47de-bca9-fea073dc2bb1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -149660,7 +149660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a67b0429-4ee6-49d4-b6c2-79b161b5f039", + "id": "2d36e983-ebb1-4a94-8331-fdbd74a973df", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -149754,7 +149754,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": "b9805813-0b3c-4f76-8039-2e74ec4ec098", + "id": "93995b02-95a8-4107-9565-42239ffa69c2", "name": "Lists all sources in IdentityNow.", "request": { "name": "Lists all sources in IdentityNow.", @@ -149847,7 +149847,7 @@ }, "response": [ { - "id": "b8cdfb2b-1838-4471-a5da-cdabd6577814", + "id": "9f2411d1-ea46-4e18-a10f-938061b6fc6f", "name": "List of Source objects", "originalRequest": { "url": { @@ -149954,7 +149954,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ea03155-961b-44c9-a526-376ba7d94266", + "id": "ccbc95f3-1d53-4489-b8d4-cb1e1f322701", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150061,7 +150061,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9615fd0a-cf6b-44d3-9688-853092466231", + "id": "48ec6bb8-1e9d-4f3d-8635-cfaf06f13414", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150168,7 +150168,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3bd2988-290e-49f5-ad4b-cc7d7c4f4194", + "id": "603cc8fc-0cdf-4543-8d66-bb8b63aa7ebb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150275,7 +150275,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b4e6431-b538-4306-bfdf-424e0dbad74d", + "id": "2871f8fe-a1db-4148-80ec-38acef4d01f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -150382,7 +150382,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44ab6c95-9e17-4faa-a191-ab5fd58fd0ac", + "id": "4e52b558-39a6-49b6-9af1-0ce10d00f595", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150489,7 +150489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "478bf460-898a-40e6-a2cb-74e3d1f27e99", + "id": "f26a04b3-3c8e-47a1-ab81-458c0cf0e4a0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -150602,7 +150602,7 @@ } }, { - "id": "4e6f35da-9c53-44be-97c2-1fbb46129ea8", + "id": "759ec8ce-8578-486e-ae22-d68c143a3a54", "name": "Creates a source in IdentityNow.", "request": { "name": "Creates a source in IdentityNow.", @@ -150654,7 +150654,7 @@ }, "response": [ { - "id": "c5109656-8ac6-4bb7-9c90-be8269064ddb", + "id": "fe3f1648-a212-4a18-9123-f07ef6949377", "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": { @@ -150720,7 +150720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fee88847-e129-4a9b-9c56-1e2c2393c94c", + "id": "caa4d60b-0721-4ab5-bd4c-f4ed6a2ff307", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -150786,7 +150786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "55305f34-22fc-43ec-908a-254544fd28b2", + "id": "a1cb8d9c-04d3-4389-a3aa-cdc835f6b84d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -150852,7 +150852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7bdfb86e-9900-4d61-a5bb-aa8e298236ce", + "id": "98ed97c6-be57-4f1f-8cdc-b68bca01ba79", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -150918,7 +150918,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e1fb6d2-38e3-4b44-8b31-3593ab65def8", + "id": "663ac1e4-5f42-420c-8115-0683048dfd0b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -150984,7 +150984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "438dbe3b-4340-4bee-8e2f-db389ed6b6bf", + "id": "a29f5135-73dd-4669-9bde-ef1d67aec782", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151056,7 +151056,7 @@ } }, { - "id": "2516d400-98c5-4d74-9f01-b170c57caa94", + "id": "99eb869f-8ae4-42d9-a53e-055ec04820c2", "name": "Get Source by ID", "request": { "name": "Get Source by ID", @@ -151097,7 +151097,7 @@ }, "response": [ { - "id": "6ce299c4-02e3-4a92-9e04-f2df4655869f", + "id": "6f0922a9-91a8-43f6-8f08-05207da695da", "name": "Source object.", "originalRequest": { "url": { @@ -151141,7 +151141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5537ae5e-8a16-4e65-be0f-13bed95e23b5", + "id": "96b581ad-83e1-4291-89d5-8075668b6f5e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151185,7 +151185,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fd0d8408-6547-4ed6-9c7e-f8683b7272ff", + "id": "526f44d9-7710-4737-8e73-94decd6a8640", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151229,7 +151229,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c75da119-ecd9-4630-8e21-5e6165941d71", + "id": "a28713f3-7e25-4b8c-97ad-5531a86fc7b3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151273,7 +151273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4c6f6ba-7e5e-4298-8f81-cb8e78ce02a6", + "id": "dd2a0952-11b3-47a7-89ad-24825e48a284", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151317,7 +151317,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1947f868-5ef7-4060-8acd-c7a299838d4a", + "id": "2521bcca-3936-482b-8c54-9357f17e056c", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151361,7 +151361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3e4c304-6fad-43c7-8d6d-773f5f43694c", + "id": "b103c61c-e828-4f47-9b30-ce0cce9864a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151411,7 +151411,7 @@ } }, { - "id": "ec3c91f2-03cc-4f1d-bf1e-85a4247d6568", + "id": "22b74544-0678-4e4c-bce0-7fb8e29b48de", "name": "Update Source (Full)", "request": { "name": "Update Source (Full)", @@ -151465,7 +151465,7 @@ }, "response": [ { - "id": "70175070-7598-43a8-a12a-1f15025d132e", + "id": "396a9ff0-baef-49df-b29c-fad0a55a7200", "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": { @@ -151522,7 +151522,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e88d180f-81ff-42c0-875f-d1ec184bfd79", + "id": "e0751bbb-0823-4656-a453-bd9545df1175", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -151579,7 +151579,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d98131ce-96d2-401c-8589-119fe1191941", + "id": "521be7f9-b7ab-4161-9802-53d0cca7f442", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -151636,7 +151636,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96f7eef7-53d2-4cc7-98ef-a88d74b3a2d8", + "id": "ae049462-1cfd-4436-bee7-f6993f928fd1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -151693,7 +151693,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3eace40f-05b7-461f-80b6-60336dcfcc5b", + "id": "bd2c6fa8-f394-4712-8ade-35e4b80fdb18", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -151750,7 +151750,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e7b10239-bcac-4012-a8cd-9f0d87dc34d7", + "id": "01a1645e-a0fa-4b4a-afd5-91532b0056f7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -151807,7 +151807,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48c19577-349b-4e5c-a5d1-7d2adaf92739", + "id": "70a3da43-883a-44b7-b6ce-ad7d61038f71", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -151870,7 +151870,7 @@ } }, { - "id": "99ce43d6-2680-4b91-9fb9-516a86b19d03", + "id": "da77bc81-5afe-470b-a347-58d09645be9e", "name": "Update Source (Partial)", "request": { "name": "Update Source (Partial)", @@ -151924,7 +151924,7 @@ }, "response": [ { - "id": "ce1b7b6c-ca15-4036-995c-81045d5c0828", + "id": "864cddb6-a663-4bbe-9237-ae8c611db84d", "name": "Edit the source description", "originalRequest": { "url": { @@ -151981,7 +151981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cab84cb-bf3f-4b42-ba45-08639df414d5", + "id": "d2f1066c-ee0d-4146-b177-a235bd07458a", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -152038,7 +152038,7 @@ "_postman_previewlanguage": "json" }, { - "id": "945b10d2-067d-42b6-96e3-c9ba660080ec", + "id": "1b0c97cf-d289-4687-a496-536b90ccbd84", "name": "Edit source features", "originalRequest": { "url": { @@ -152095,7 +152095,7 @@ "_postman_previewlanguage": "json" }, { - "id": "410045bb-9801-4df0-97ab-b99d50e9c5f2", + "id": "a3f2a954-a0d9-4c4b-bd3b-e6f245e34c4d", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -152152,7 +152152,7 @@ "_postman_previewlanguage": "json" }, { - "id": "acba73c5-4955-4983-888f-5391e52ed23d", + "id": "ce45d923-4cfe-48ea-9d76-510682e4add7", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -152209,7 +152209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2067f2c-4d1a-42eb-ae69-89469aa5c1be", + "id": "7e70109e-10a3-4eb6-a923-8e8bb7b5dd74", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -152266,7 +152266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "de9a7678-07e2-46df-9255-29bd59a18410", + "id": "c5500219-29d8-4d8e-b6b2-621713872cbe", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -152323,7 +152323,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41dd6f49-672f-4b92-8650-09e270417f33", + "id": "1a4a101b-e2c0-40ae-9cd7-6ecb19a7a2a5", "name": "Edit the source description", "originalRequest": { "url": { @@ -152380,7 +152380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "190bf67e-2add-4cb8-89dd-514f4fd02d1f", + "id": "3796ccea-f1fb-4b83-abce-32b41f83b4ce", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -152437,7 +152437,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b04ba3dc-a82e-4412-9bdd-773e3e65eda8", + "id": "6c5bfaa0-a02b-4e8b-aa77-cae56ab445f6", "name": "Edit source features", "originalRequest": { "url": { @@ -152494,7 +152494,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c89fbeaf-9094-4aa0-a171-b2d39a36b71c", + "id": "52331830-aa86-4f46-993a-c5c3d62c050d", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -152551,7 +152551,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ea44ac3-da73-431d-baab-c753b3d7994c", + "id": "0d1747c2-e252-4e61-91b2-b81be1e33bf6", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -152608,7 +152608,7 @@ "_postman_previewlanguage": "json" }, { - "id": "799c4ed9-3a20-452f-b068-30a0e2e7e8c0", + "id": "32347037-7a20-40ee-822b-f5e15850a540", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -152665,7 +152665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1cb691d0-859e-4b61-af85-33e07f89cb7b", + "id": "142c3678-0a00-4b51-9e06-92c7ba30106a", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -152722,7 +152722,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6f98c1e0-cf92-43cd-bb95-1fde20dc5fec", + "id": "5e6b0c98-71ec-4c7b-8911-27c736119019", "name": "Edit the source description", "originalRequest": { "url": { @@ -152779,7 +152779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "baac104b-32f8-4b64-95de-2d8efb572612", + "id": "59b7f1da-724e-4b5d-8d8d-621ad9471dc2", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -152836,7 +152836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7152e024-1034-47ee-886c-eb0c3c8227e6", + "id": "6ca45435-c912-48e1-9a15-ae4f5619f8c7", "name": "Edit source features", "originalRequest": { "url": { @@ -152893,7 +152893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8c4eaa7-e1e5-4832-9e4f-7429bff33a11", + "id": "86caa1f3-4e20-45ba-af4f-b924aeef7c31", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -152950,7 +152950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "117c6f01-55c8-46c0-a4cd-c332f8b32568", + "id": "85c4dc0b-f952-421b-9bbb-98f7086e6fa2", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -153007,7 +153007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58cb0c16-e5fa-4641-9aca-f886e8e38bfd", + "id": "bedcfc9c-40bf-498a-a319-3fee40ce0b6d", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -153064,7 +153064,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29ac253d-112f-44e4-985b-292ef17dff31", + "id": "dd021df6-7def-4394-9aa1-345563d04014", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -153121,7 +153121,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3a76912b-2c3f-4692-aeef-736b1cf76617", + "id": "2b8928e3-57ff-463e-ab2f-0887e7a92d52", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -153178,7 +153178,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b93b3cb9-72e3-4b1a-b5dd-d82ceb176367", + "id": "bc0056a3-fc45-48f7-9714-fb724d6ed496", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -153235,7 +153235,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a670945-fcb2-4e7a-9940-492d6487b91e", + "id": "86621b30-31f3-433f-9e61-b3394660ba25", "name": "Edit source features", "originalRequest": { "url": { @@ -153292,7 +153292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "40e455c3-3a2e-4104-8b86-2b3e1f1ca47b", + "id": "aa1e3ac2-c10e-410b-9fed-2e12d93bf825", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -153349,7 +153349,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8dbedea-c8a8-4337-a6ca-c8d5fdb1834e", + "id": "71ee1ef6-7793-4bad-b525-1f507bcb1678", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -153406,7 +153406,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d983172a-16fc-4b30-8b7e-72c60001b581", + "id": "50a3ff49-27b4-4496-bb2a-7f975a1ed1f0", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -153463,7 +153463,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d6dbe02-f303-4747-b2f6-7772bfe0e896", + "id": "a664212c-794c-4ee5-b9ac-2867e794e57f", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -153520,7 +153520,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9f4de86-8c94-4d12-9e76-69a852b3c92b", + "id": "24c4d48a-3057-4164-b254-4d3865685ab2", "name": "An example of a 404 response object", "originalRequest": { "url": { @@ -153577,7 +153577,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4ea282b-9dd7-4e5d-a529-2e9f364f4626", + "id": "3bb55d5c-96dd-480d-82e8-7ce7194b2a2c", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -153634,7 +153634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d884fa9-9411-4b29-ab7b-6bbbbbfe7a6b", + "id": "8cd15014-da7c-4655-8aff-90e2f9d65f05", "name": "Edit source features", "originalRequest": { "url": { @@ -153691,7 +153691,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8471a71-d4fb-4d69-908e-3b855d98d66d", + "id": "bd57122a-4be8-4d03-b3f9-83f3495fb616", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -153748,7 +153748,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7edaf5e7-a069-4650-8101-793c70ef7086", + "id": "5bddf44d-cac3-46b8-b57f-b4123e53e322", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -153805,7 +153805,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2ba4851c-8fe1-4bea-aba9-b937ac56519f", + "id": "d899093c-5286-42b5-b840-073c49207997", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -153862,7 +153862,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6019115f-db20-4472-9170-a221484e328c", + "id": "7b4b18c1-cf3a-44ac-bd9c-582af8ddda77", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -153919,7 +153919,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76e9138f-eeea-4430-8356-05c9f5bdd1a0", + "id": "14da5405-2f46-4f5a-821c-64c813aaa912", "name": "Edit the source description", "originalRequest": { "url": { @@ -153976,7 +153976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dccbdf5a-058c-4874-86ab-cb851c44098d", + "id": "baf40a99-7c57-41a0-8a11-613c8be2a839", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -154033,7 +154033,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ce1da74-401a-4fa1-9fd6-62776d0e9441", + "id": "216b5cd0-5ee3-4e57-a592-19ac3e42a416", "name": "Edit source features", "originalRequest": { "url": { @@ -154090,7 +154090,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d75e0e91-d76e-4d0c-bca9-531ae9e402be", + "id": "e093ca5b-5dc4-4a95-aaef-40b6e7adfcee", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -154147,7 +154147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7c062bc3-3b41-441f-bfdc-7b4633d179af", + "id": "85e4b725-c89e-4c1e-ab65-f25fc66f6a79", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -154204,7 +154204,7 @@ "_postman_previewlanguage": "json" }, { - "id": "444a3011-94f2-461c-a998-5cae0ff5c718", + "id": "a6c95971-b284-4001-bf2e-c3355d239694", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -154261,7 +154261,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f4a07503-0a1d-4c60-a918-eff4acbffab3", + "id": "c516bd3e-be9f-4b3a-95ac-fcf7f676cb09", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -154318,7 +154318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0443c2c0-b87e-429f-90bc-c0d950674e26", + "id": "80106f8c-5d1d-441f-bf14-eb0cd517672d", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -154375,7 +154375,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dadfd0c2-4c01-49a5-90f6-ff8773ef5f88", + "id": "68c4430d-4d66-4791-b438-8eb3bd9f0eed", "name": "Edit the source cluster", "originalRequest": { "url": { @@ -154432,7 +154432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6880a61-e556-488f-a36c-a8b8cd6c17d4", + "id": "fe7fe291-dc1b-4c6e-b93e-1a878eac7bb6", "name": "Edit source features", "originalRequest": { "url": { @@ -154489,7 +154489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73db83dd-9c10-45aa-bdb7-e9e1c4c55b72", + "id": "2b81db7d-b103-46ca-bdb3-c5a56981d1b8", "name": "Change a source description and cluster in one call", "originalRequest": { "url": { @@ -154546,7 +154546,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ed5ba4a-e8d9-4788-be27-856978b06639", + "id": "ed5b18f8-3ebe-4a8b-ad1c-526801b4a6a1", "name": "Add a filter string to the connector", "originalRequest": { "url": { @@ -154603,7 +154603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fddd88d0-afbe-40a8-9294-7cd9c119b60b", + "id": "8649f32a-821d-46da-8e02-3ba33348876c", "name": "Update connector attribute for specific operation type", "originalRequest": { "url": { @@ -154660,7 +154660,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72bf6dad-5937-4d5b-a281-9cce308b56a9", + "id": "453aa112-786c-463a-9632-32ce86fcdc90", "name": "Enable notifications for new account provisioning on a source", "originalRequest": { "url": { @@ -154723,7 +154723,7 @@ } }, { - "id": "5acf9611-327e-40a0-8031-c3fe2914c505", + "id": "2db3c299-0ce6-40c9-85b0-111c3f6d82b6", "name": "Delete Source by ID", "request": { "name": "Delete Source by ID", @@ -154764,7 +154764,7 @@ }, "response": [ { - "id": "21d942f8-d499-4554-91dc-7d0667e1f18d", + "id": "fb796cb9-ec96-46be-b59c-d80fe1c22c41", "name": "Accepted - Returned if the request was successfully accepted into the system.", "originalRequest": { "url": { @@ -154808,7 +154808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e753687d-18b0-4a5f-bd38-a05baa9237ea", + "id": "521b78cc-8168-44a4-91ae-26555a663219", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -154852,7 +154852,7 @@ "_postman_previewlanguage": "json" }, { - "id": "342889ab-609d-4760-b69f-2e67d543e604", + "id": "da0c4e9d-7deb-498a-8dd5-6e62eb2f9352", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -154896,7 +154896,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fdb31c7-7ffe-438b-9dfb-6a924dd1c492", + "id": "133032b8-f09a-4e80-8280-1e37443c6342", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -154940,7 +154940,7 @@ "_postman_previewlanguage": "json" }, { - "id": "791fede5-c571-44ce-a599-dee9acfda7bd", + "id": "cad2e214-4d79-4937-9515-b6e3cdbb287e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -154984,7 +154984,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ff737f2-2e33-42c7-80e2-0e055af4e0f5", + "id": "83b14448-71fa-467c-9f78-d160f9ba6637", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155028,7 +155028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e6c8ec0-4847-4578-8e9d-48c73ac0e325", + "id": "af260cb8-28f9-47bf-8a25-fb146b3b91e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155078,7 +155078,7 @@ } }, { - "id": "44b1911f-9c9a-4285-aea9-53b4a1185675", + "id": "29526c7f-219d-4f55-8d30-798f088686ec", "name": "Lists ProvisioningPolicies", "request": { "name": "Lists ProvisioningPolicies", @@ -155120,7 +155120,7 @@ }, "response": [ { - "id": "0962a16d-5eb7-45bd-9a40-08f59f4100dc", + "id": "64c824af-ac87-4b7e-95ab-459c1ab43873", "name": "List of ProvisioningPolicyDto objects", "originalRequest": { "url": { @@ -155165,7 +155165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a14fd51-11c7-4977-a01f-531a8fb8ae49", + "id": "3dfcee89-7c59-4b58-85f1-75e846a1fc82", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155210,7 +155210,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65c1c656-b8ba-41d8-8d14-dba06d1983d8", + "id": "b29e6799-5e0d-44af-8bb2-29198414fd76", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155255,7 +155255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c9eb201-1020-4c26-a6ae-5673eba42db0", + "id": "d6ca6546-7c9d-48a6-9ed5-6a994ed456c9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155300,7 +155300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "58233b3a-9213-4b06-8c8d-c486d575f9e4", + "id": "c79d5c2a-01db-424b-aaae-706b3e7cab95", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155345,7 +155345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5a876fa6-0088-48c1-bd9a-3cceecc0dc43", + "id": "a1c3f4f7-5376-4d75-a450-6aa6635cd78f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155390,7 +155390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dfad9464-9202-4d68-be66-ece4d28320a6", + "id": "3187cf67-0f9d-4848-8696-9b249e47c988", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155441,7 +155441,7 @@ } }, { - "id": "6c0457fe-8e13-42e9-8568-225cb83f2bbe", + "id": "67d6c9af-e823-4c41-ae87-14cbf0b4d55e", "name": "Create Provisioning Policy", "request": { "name": "Create Provisioning Policy", @@ -155496,7 +155496,7 @@ }, "response": [ { - "id": "0cbd63bf-02d0-4cf0-94f9-473fb0544a2f", + "id": "855f7b07-1552-411b-bab3-ba1ed125f982", "name": "Created ProvisioningPolicyDto object", "originalRequest": { "url": { @@ -155554,7 +155554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad4be4c0-3cb5-447f-9d37-795cb947a1cb", + "id": "150b3527-6370-467c-a499-c381546062bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -155612,7 +155612,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ee51d53-bbc0-4a60-a553-ddba9b459252", + "id": "ab489420-3102-4cb0-b4a3-e58cbe5522ff", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -155670,7 +155670,7 @@ "_postman_previewlanguage": "json" }, { - "id": "83a89314-f2e0-4afe-998d-edcbc09c5bbf", + "id": "f2603f89-50df-4a21-a832-9de9192e37a0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -155728,7 +155728,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad61b004-25ce-4a10-91f0-2bc9d45e905f", + "id": "13f91b39-4df3-4b31-b81c-6df8c2ae2db5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -155786,7 +155786,7 @@ "_postman_previewlanguage": "json" }, { - "id": "13ef92d1-23fa-4b9b-a5e8-09fb509d47b4", + "id": "bd2d16a2-af80-48a9-afc7-e62ce803e594", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -155844,7 +155844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "177dc989-1934-42c8-8593-52f2920aba18", + "id": "c24fb04d-e5dd-4775-968a-1490f4f59d30", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -155908,7 +155908,7 @@ } }, { - "id": "417151e7-4284-4574-be23-72e6afcb4fe5", + "id": "37c0339e-d0e9-4bf0-a3a5-5f08135f937f", "name": "Get Provisioning Policy by UsageType", "request": { "name": "Get Provisioning Policy by UsageType", @@ -155961,7 +155961,7 @@ }, "response": [ { - "id": "f254369d-130c-458b-9908-d3f88eac5be5", + "id": "ac3c92b1-d76f-470b-b2cb-026fb7ece96a", "name": "The requested ProvisioningPolicyDto was successfully retrieved.", "originalRequest": { "url": { @@ -156007,7 +156007,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b835f5de-3fb0-40b0-9696-9c4b76484736", + "id": "070722d6-313c-4688-93c9-f17d6878be3d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156053,7 +156053,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a3ea188f-2e9b-44b0-bed6-ab834025041a", + "id": "7bb3d6b9-d6cc-46c4-a51c-d15797409044", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156099,7 +156099,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eec52ba0-2ff9-40f9-94a9-89758d511c5f", + "id": "21a00581-4533-47f8-92ef-95809f339869", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156145,7 +156145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "65e1ecf9-53ad-4ac9-969b-854e0b62f7ca", + "id": "258bd54d-f787-498c-896d-cb45f0a6b412", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156191,7 +156191,7 @@ "_postman_previewlanguage": "json" }, { - "id": "405bb795-1d9b-4004-a232-841b3cb33386", + "id": "a1b26ac6-394e-4a7f-bf8a-de558f54109b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156237,7 +156237,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ffea01fb-2a9c-48b1-8cf1-8a7badea82bb", + "id": "96a1c41f-ad23-4892-b23e-7fc5116a73bb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156289,7 +156289,7 @@ } }, { - "id": "e7863c89-d596-40b2-aee6-4ed818e9c670", + "id": "3931c641-24ca-4049-8dcc-a310d8c3231f", "name": "Update Provisioning Policy by UsageType", "request": { "name": "Update Provisioning Policy by UsageType", @@ -156355,7 +156355,7 @@ }, "response": [ { - "id": "9951e3a0-41aa-4992-991d-840ada0ade03", + "id": "391374e4-88c5-4a2f-862e-3b14844c9d5e", "name": "The ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -156414,7 +156414,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6c14fb4a-0d5e-4732-85cf-d2aad916a5f8", + "id": "c09ccf63-201e-4573-8c2d-ff7ca97149d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156473,7 +156473,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d24dfaa-d0ed-4bfc-a26c-69466d44a0b9", + "id": "52d19a98-8679-4766-b92f-13ba8f9f220e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -156532,7 +156532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "531ed1b1-181e-4c88-9826-5e4c10288ad2", + "id": "9109a9a2-a141-4c8c-92f4-5ae962ffb6ec", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -156591,7 +156591,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec9fcd73-2260-47bd-b217-3992f2ced28f", + "id": "2c336f07-b36d-4f6c-a873-faa6d3fcdeda", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -156650,7 +156650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3653c2c9-dadc-4215-be06-ae8b46a3541d", + "id": "12b21d19-cc9d-4680-b4a9-ed050b1e27f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -156709,7 +156709,7 @@ "_postman_previewlanguage": "json" }, { - "id": "811803e5-c80e-4cfe-b8b9-fa899c1c4a65", + "id": "8e5c5b5d-49dd-4ea4-90b2-0372e3db7378", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -156774,7 +156774,7 @@ } }, { - "id": "a93a834f-416d-4fca-8ed2-4c3729121f9f", + "id": "63ff00f2-230e-4d06-9dd0-99e8573bfba8", "name": "Partial update of Provisioning Policy", "request": { "name": "Partial update of Provisioning Policy", @@ -156840,7 +156840,7 @@ }, "response": [ { - "id": "fb0a2f6a-4e83-4c1a-81de-fcb0c0a213a4", + "id": "3ea68e3e-de1f-423d-bb1a-9187e97457d4", "name": "The ProvisioningPolicyDto was successfully updated.", "originalRequest": { "url": { @@ -156899,7 +156899,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21d22c2a-0743-4aa8-b447-a48adc789275", + "id": "454daa14-5c80-4b13-9cf5-cbbaebb2ac66", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -156958,7 +156958,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4453cd41-4f1a-4d30-83e5-f0e2c67fad48", + "id": "e791ecbe-1a19-4231-bfa2-ea66640468f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157017,7 +157017,7 @@ "_postman_previewlanguage": "json" }, { - "id": "534943bc-cef0-42d0-8493-df3f7a975955", + "id": "68fde087-9655-40f5-8e92-36cfe52c64e7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157076,7 +157076,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed107151-76c0-4681-b34e-13ca957d80f2", + "id": "7f6aad5b-b774-451f-88c6-4ab95ad4afa0", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157135,7 +157135,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c8e9bf1-f2b5-4b5f-99b7-fe1b045f69fd", + "id": "489960b4-7c87-404f-8eff-56fa93333032", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157194,7 +157194,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aedf2e4a-2000-4968-901e-8dc82a4ad24f", + "id": "d83be461-a50e-426b-ae21-5a4bc47e89b0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157259,7 +157259,7 @@ } }, { - "id": "cd6b1e28-8c12-467f-b8a4-e9e2cc6bfc16", + "id": "96a6b57c-769d-40f0-94fe-05b9d5b67f54", "name": "Delete Provisioning Policy by UsageType", "request": { "name": "Delete Provisioning Policy by UsageType", @@ -157312,7 +157312,7 @@ }, "response": [ { - "id": "6a1b2391-f038-426c-8976-487356890ab2", + "id": "354881e0-9d76-4bbf-b93e-8825a83d32d0", "name": "The ProvisioningPolicyDto was successfully deleted.", "originalRequest": { "url": { @@ -157348,7 +157348,7 @@ "_postman_previewlanguage": "text" }, { - "id": "9a238bc0-8076-4b1a-b659-576230a8a1e9", + "id": "99453561-83fd-4b99-85d5-dfe95c47e5e6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157394,7 +157394,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d028368a-d083-4735-8cae-c54e167c3606", + "id": "062e5264-23fc-4084-99cc-d4c695e6948d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157440,7 +157440,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e1d7dd2-098e-425b-a847-ff3d2fb1b90b", + "id": "1f0ba1b2-00bc-4e44-9a00-9940845505aa", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157486,7 +157486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3b213c94-1b99-4cf2-8653-d0b31f6ff1db", + "id": "eb72e38a-2910-4a89-a048-0277b169ace1", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157532,7 +157532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c631bf34-8f32-42e5-ac4f-9bc4458a2515", + "id": "10aba56a-2d8e-4627-aa0d-cc925beb4db4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -157578,7 +157578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29ab09d3-2528-448f-8516-d94c12d132cc", + "id": "0ed0c659-c769-4790-9adc-2f0bfc72f1dc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -157630,7 +157630,7 @@ } }, { - "id": "b0cf378d-fbeb-4dea-bc66-31dde2b68d1c", + "id": "c4c253a3-e29a-47f9-90c2-eaed0f7f78f4", "name": "Bulk Update Provisioning Policies", "request": { "name": "Bulk Update Provisioning Policies", @@ -157686,7 +157686,7 @@ }, "response": [ { - "id": "52ba02af-6192-4dd9-95cd-6246e6f58ba1", + "id": "0b986bc2-b342-4724-8603-5ee0eb81d572", "name": "A list of the ProvisioningPolicyDto was successfully replaced.", "originalRequest": { "url": { @@ -157745,7 +157745,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f232ab7e-9ce0-446c-b6ff-8d38d4f8c923", + "id": "7924c1d9-ee34-499e-90d5-102db67b0065", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -157804,7 +157804,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c022539-a0da-46bc-8f44-d3341e735052", + "id": "e4c98612-bca0-4a31-8817-938cda1acf61", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -157863,7 +157863,7 @@ "_postman_previewlanguage": "json" }, { - "id": "984d0a6a-0fab-4449-9d4c-3499debafee2", + "id": "08ae5cbc-e62e-47fa-b390-c3567479181c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -157922,7 +157922,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1096dd72-6fd7-45bc-9575-58bd1e6aedf1", + "id": "04b6a79e-7f9f-4a72-9a48-d270a243fe43", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -157981,7 +157981,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f747e106-fbb2-4ab3-921e-ab66cb75647b", + "id": "e536e364-70a3-4504-91fb-50065c9b7128", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158040,7 +158040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f65d11d8-c8f9-49d9-899c-d6e9260700be", + "id": "a2aacda6-b902-43c1-ad6d-a32c7b1fcfc1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158105,7 +158105,7 @@ } }, { - "id": "dc07aacf-e32b-4155-b693-0822353500aa", + "id": "936e9bdd-d708-4767-ac51-68cd459b9140", "name": "List Schemas on Source", "request": { "name": "List Schemas on Source", @@ -158166,7 +158166,7 @@ }, "response": [ { - "id": "f3ccfff9-3b35-4184-b16e-bf7553c8451c", + "id": "91cf1773-a0a1-4c44-9133-8328e0e7e0ae", "name": "The schemas were successfully retrieved.", "originalRequest": { "url": { @@ -158230,7 +158230,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4793a76a-a156-4802-bc76-e573afb9acda", + "id": "cea9cd5d-d531-4535-9b7b-e185187760bd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158294,7 +158294,7 @@ "_postman_previewlanguage": "json" }, { - "id": "febec63b-abe8-41a9-8da3-a744588906ad", + "id": "23bb1eb9-42c2-4778-92d2-9fdbbe40c8f3", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158358,7 +158358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "70571d67-6692-4562-960d-1b373438cb70", + "id": "23f7a878-ba05-4c3a-a86d-cfdff72f066b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158422,7 +158422,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dcaf946d-31a7-4098-93e9-e8eb00f4fc56", + "id": "9b7dfc78-ef18-45fa-bb7d-7cb942fba7f9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -158486,7 +158486,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f9ae5d97-a51b-4e00-a8df-7178c9e650a5", + "id": "448fd178-ea4b-46aa-92fd-960c1d3d1f33", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158550,7 +158550,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8315bcab-d70c-4eaf-910d-a20b4c014214", + "id": "0fd677c3-eedd-4af9-b25a-ee1c836e2610", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -158620,7 +158620,7 @@ } }, { - "id": "9a693611-a2c5-4a7b-ba2d-34f6b071c98c", + "id": "d635b932-ac7c-4f8e-be11-059dc477bfd9", "name": "Create Schema on Source", "request": { "name": "Create Schema on Source", @@ -158675,7 +158675,7 @@ }, "response": [ { - "id": "009280d4-6efe-47f3-8399-7375b61dd4af", + "id": "ffedc920-2053-416a-a3f2-8ddf69acb749", "name": "The schema was successfully created on the specified source.", "originalRequest": { "url": { @@ -158733,7 +158733,7 @@ "_postman_previewlanguage": "json" }, { - "id": "731b1d93-a499-4e13-8cb1-386666211945", + "id": "659a03bb-e5e7-4039-a3f4-03b34d2dc6cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -158791,7 +158791,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7d308934-737f-43fe-86c0-107713afb77d", + "id": "067b4171-17ac-42b3-b7a6-3d46950cca5e", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -158849,7 +158849,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f032b15b-8598-43c2-929b-44f86675d6f5", + "id": "0f77eb16-cda7-4743-b9f4-a643db63333d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -158907,7 +158907,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8be2f64a-e407-4ac9-857f-127ad16d8aba", + "id": "991f5108-70fb-4e9a-872b-4d1ef32b07a1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -158965,7 +158965,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2861e58d-dd0e-4791-a1d2-32de0f298dce", + "id": "a74b74ec-0fd0-4a30-9301-5ca4652b3ca5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159029,7 +159029,7 @@ } }, { - "id": "24a4763b-8e05-44a2-9b58-3e124e3d4ce6", + "id": "a59dcd71-331b-40e1-8504-a57bf2881424", "name": "Get Source Schema by ID", "request": { "name": "Get Source Schema by ID", @@ -159082,7 +159082,7 @@ }, "response": [ { - "id": "813e3d2b-f644-4bcf-95ce-29ddf32860ac", + "id": "f43adb6b-9e14-4635-a041-c42325f40840", "name": "The requested Schema was successfully retrieved.", "originalRequest": { "url": { @@ -159128,7 +159128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20a93966-c91a-438a-abfe-10a112291716", + "id": "1ea4da98-e98f-4ed0-9218-18dd26f1064f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159174,7 +159174,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ce9ef9c-298b-4fad-9d58-984cd17af7c7", + "id": "ee753d3a-6372-4423-a5e4-ecd3ab4de076", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159220,7 +159220,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c07ee4d-0f83-439a-9401-428765ba3173", + "id": "0c31bfc9-11cd-40c9-a973-67f7c551a012", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159266,7 +159266,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f47654aa-2e96-42c1-b362-897e37657646", + "id": "6117213b-df59-487a-b64e-cfe5f773ccc2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159312,7 +159312,7 @@ "_postman_previewlanguage": "json" }, { - "id": "59179aa8-dcac-4b13-91f2-15fbb590b4f0", + "id": "e1744acd-9f81-4b49-a0db-f54c79d963e6", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159358,7 +159358,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c516ded0-b715-4c7d-91cb-16a4ebc45bd8", + "id": "f8de41f6-be01-42f9-98bd-f98213f184c9", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159410,7 +159410,7 @@ } }, { - "id": "950e3c74-a40a-451f-8c01-949e999fca1d", + "id": "c585f059-23b0-4071-9078-3ff77292dec1", "name": "Update Source Schema (Full)", "request": { "name": "Update Source Schema (Full)", @@ -159476,7 +159476,7 @@ }, "response": [ { - "id": "1626f3ed-3244-49c3-a128-b3d20293b1aa", + "id": "85b8e2c7-7995-426f-b4dc-77317604317a", "name": "The Schema was successfully replaced.", "originalRequest": { "url": { @@ -159535,7 +159535,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04f985a3-bd74-44e1-bfca-16e3601cc725", + "id": "e402b130-8d8a-488b-acea-8e6566a262f9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -159594,7 +159594,7 @@ "_postman_previewlanguage": "json" }, { - "id": "56b64a5b-91a0-4565-9b43-91dd041d2c82", + "id": "7e8c40ee-6b69-4886-adb6-c1a12a3633f7", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -159653,7 +159653,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2d51d81-6c91-4b19-92c1-9495aae96718", + "id": "a9de2d74-a837-4c59-9a5d-69b25362c6c6", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -159712,7 +159712,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e420b3b-ff58-4c8e-b2c4-a813f9779e85", + "id": "7f8c7b92-f176-4ef4-87ef-3165ca758754", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -159771,7 +159771,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e6e45da9-e23b-4c2d-919e-d953336177e7", + "id": "e5c4776d-1d5a-4514-bf15-a3013202685d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -159830,7 +159830,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21ac6049-da7e-48a5-832d-daa867491dbb", + "id": "3c47f2af-5371-4991-94c2-22501895c5d4", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -159895,7 +159895,7 @@ } }, { - "id": "4fa2c2d5-38c9-47ea-992d-605b0a79b68e", + "id": "2cf835df-0487-47b8-91c4-2fff6377289d", "name": "Update Source Schema (Partial)", "request": { "name": "Update Source Schema (Partial)", @@ -159961,7 +159961,7 @@ }, "response": [ { - "id": "cbd6b968-8c87-4881-8d10-02c22a857a62", + "id": "1a452593-6875-4346-90d6-fe3fd6c6ece4", "name": "The Schema was successfully updated.", "originalRequest": { "url": { @@ -160020,7 +160020,7 @@ "_postman_previewlanguage": "json" }, { - "id": "441bf259-55d0-461c-a199-42116a3c1507", + "id": "d05a4fca-7f42-43b8-be91-fe6a2a2e7bb7", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160079,7 +160079,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df07f0c1-714a-4f7c-bc54-90b1ccb86b8f", + "id": "084a400c-8008-4db0-bdc4-b0f39555b9e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160138,7 +160138,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f66854b3-daa1-47b1-8624-d07496a2a20d", + "id": "9a1f55c1-fdb0-49f8-8b8d-e8d964f48503", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160197,7 +160197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2fadef9e-7d16-477a-a003-e2b9a6e89cea", + "id": "6935bb0d-3e57-4b02-8ea6-99b892f40d19", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160256,7 +160256,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9ae385be-de9f-4ec0-bb18-be3932ce8284", + "id": "2aba67e8-bdc8-4360-8524-dcee9755ff9d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160315,7 +160315,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89cdfdc9-b99c-4ddb-9d94-bc8869b65d4e", + "id": "4d276b9d-d672-4eaa-9ff2-ad558cded24d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160380,7 +160380,7 @@ } }, { - "id": "a016beef-9ed6-4d38-9c98-69192f826485", + "id": "b7057566-fb11-46b1-bd63-26cc8721f97f", "name": "Delete Source Schema by ID", "request": { "name": "Delete Source Schema by ID", @@ -160430,7 +160430,7 @@ }, "response": [ { - "id": "2615caf3-1ba1-416a-9ce2-8f1a42a88f1b", + "id": "1c4f6507-eeb0-44d9-a505-70ac46b3b6ae", "name": "The Schema was successfully deleted.", "originalRequest": { "url": { @@ -160466,7 +160466,7 @@ "_postman_previewlanguage": "text" }, { - "id": "cc59ae97-b1d6-41d2-a191-73d2d1dd13bf", + "id": "cf2a7afd-1e3b-48a3-9fb7-8c0a7182dafd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160512,7 +160512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "173f0807-cac4-4d8b-8c78-bf683bddf72d", + "id": "70a45c83-ef2b-4f91-81fb-099b098b1ae1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160558,7 +160558,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66719815-5d4e-42b7-a0e8-4933a7234d5e", + "id": "982ba083-e816-44d0-8234-da6d1c2c5cb7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160604,7 +160604,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e109760e-5362-49e8-b70c-09d8f2f74557", + "id": "3423037a-0c7c-4c2f-a4cd-bc1449d61348", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -160650,7 +160650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ad2f0114-2a34-410a-8682-3d462f725d6f", + "id": "8634f74f-58ea-42b5-9c36-7651765431e4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -160696,7 +160696,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21771294-eee4-4904-93f6-ad6c39d30fe0", + "id": "679ec7ad-1ccd-44bc-add6-0ae444b81133", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -160748,7 +160748,7 @@ } }, { - "id": "e4632d0f-0244-483e-85a8-34e6e67d580c", + "id": "ce96ed7a-8a3e-4963-a80b-a1638cba8716", "name": "Fetches source health by id", "request": { "name": "Fetches source health by id", @@ -160790,7 +160790,7 @@ }, "response": [ { - "id": "670a5d02-7c08-4693-9a2c-d7536389eaec", + "id": "739b6075-ad7d-4540-bef6-53996a565e97", "name": "Fetched source health successfully", "originalRequest": { "url": { @@ -160835,7 +160835,7 @@ "_postman_previewlanguage": "json" }, { - "id": "54c14c2a-e0b0-4726-a674-139ad505f1b9", + "id": "ca43a7ba-3e7c-4f9a-a5f2-8ae90fb1aa91", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -160880,7 +160880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "90becdc2-0137-490c-a277-99072a44d0b0", + "id": "08a06230-d720-440a-94ea-3d21d49a7337", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -160925,7 +160925,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f61cfbab-a084-45fa-9377-57f4b922c9c7", + "id": "09662837-2b5d-4c86-93dc-c230340e60f0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -160970,7 +160970,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bcfaea3c-e475-4eda-bae7-1c9f988c109a", + "id": "a0535156-8e18-444f-8b9d-a5d88e71f9e6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161015,7 +161015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8a3b513c-298b-47fe-88b5-9357b4b22037", + "id": "d235ad16-dcf9-4631-a817-59b14b59cfd3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161060,7 +161060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "952430f9-e1cb-4e3b-aff9-a0c80508c538", + "id": "e557d9ed-4f70-47a6-bf85-30e29e86a7aa", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161111,7 +161111,7 @@ } }, { - "id": "9975c2b7-d164-4eac-b630-d54b41b52905", + "id": "f372dd6b-3ae8-4f13-bdd7-122a5ea83dcb", "name": "Downloads source accounts schema template", "request": { "name": "Downloads source accounts schema template", @@ -161154,7 +161154,7 @@ }, "response": [ { - "id": "03723090-8c2c-4dbb-bd54-479b70b14f92", + "id": "c17983ec-e99b-4ee3-98fd-459ca86559d7", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -161200,7 +161200,7 @@ "_postman_previewlanguage": "text" }, { - "id": "c2f820f3-9c0f-4989-810e-b379e8344112", + "id": "7b127045-b24e-426b-bbe2-15baab897421", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161246,7 +161246,7 @@ "_postman_previewlanguage": "json" }, { - "id": "80ed80f9-7eb2-4ed3-87a4-5add2f4f090a", + "id": "7751ad2b-560b-46f6-90dd-62e75311b6ca", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161292,7 +161292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "597f340c-fdb3-4a51-a9db-6e24821e836b", + "id": "c14dbbce-deb7-4ee7-8a53-ae797be232e8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161338,7 +161338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e19c96df-d4e8-498a-b3aa-c9f60e5d2427", + "id": "59b5a516-f0c4-45e6-b6bd-4c6fc03c2b02", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -161384,7 +161384,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5cdb5cec-3adc-43c9-b57a-f6077e998e7b", + "id": "fd828092-cec1-4b3c-8a29-e40d0eeb4f2e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161430,7 +161430,7 @@ "_postman_previewlanguage": "json" }, { - "id": "61dda3a2-1b23-44b3-98fa-9864a3d6b89f", + "id": "462041f1-c7ed-48d8-abaf-55d13d7081ad", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161482,7 +161482,7 @@ } }, { - "id": "d690c808-0fbc-4947-b47b-0c6fae51d262", + "id": "7065d1d9-0a6b-4851-bea7-8e370d06e381", "name": "Uploads source accounts schema template", "request": { "name": "Uploads source accounts schema template", @@ -161541,7 +161541,7 @@ }, "response": [ { - "id": "e1ad5323-8973-4621-a0d0-6a05d5aad84d", + "id": "6e4fea23-c6d6-492d-bd92-7f6dec335085", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -161603,7 +161603,7 @@ "_postman_previewlanguage": "json" }, { - "id": "facbb934-b500-4556-875a-9feb3ca17084", + "id": "b5dfad1e-7142-4987-b9ed-73aa81337143", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -161665,7 +161665,7 @@ "_postman_previewlanguage": "json" }, { - "id": "432f25bf-32ab-4577-8912-90a67d160a15", + "id": "688e0203-1bb3-4ab8-a477-f598c55d4d95", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -161727,7 +161727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9210eba-c520-470d-aa89-5bf5d252c3be", + "id": "ce50fc53-f8cf-407f-aa4d-e87d78a942ed", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -161789,7 +161789,7 @@ "_postman_previewlanguage": "json" }, { - "id": "294c37c4-c4d1-4923-9dfa-c1f859d12bd3", + "id": "df6f6649-63a5-4833-bda2-5a6a9715a3a9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -161851,7 +161851,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9afc23db-51b4-4b2c-9e10-82482f06cb88", + "id": "9a430f52-d2b4-407f-a4de-6ad405fbbbc8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -161919,7 +161919,7 @@ } }, { - "id": "3bbfa82a-065a-4e80-9be9-4aa3d1c547c6", + "id": "7cbb5ad8-f841-4b10-b41e-fbd00e497b87", "name": "Downloads source entitlements schema template", "request": { "name": "Downloads source entitlements schema template", @@ -161972,7 +161972,7 @@ }, "response": [ { - "id": "7a80c780-0896-4027-ad9a-33cee1e8aba4", + "id": "4a7017e4-c902-47e8-91a2-9bdad998173d", "name": "Successfully downloaded the file", "originalRequest": { "url": { @@ -162028,7 +162028,7 @@ "_postman_previewlanguage": "text" }, { - "id": "1dd56154-85b6-44cc-8d16-f00a1687110a", + "id": "bc277a08-77ea-4393-a662-002ca0a90ab1", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162084,7 +162084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "006b925a-f61f-4005-99e9-805af6bb300c", + "id": "0cc365fb-eaa0-4993-93df-9462ce82c75d", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162140,7 +162140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c902ab6-4de8-4d29-8b81-9aab7143e378", + "id": "d106ae79-803c-43dd-bf0e-7730fd7e3c2b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162196,7 +162196,7 @@ "_postman_previewlanguage": "json" }, { - "id": "01721d35-5750-4af5-b168-b4b4287181d2", + "id": "61a7ab64-8574-4f1a-bb1e-52d1707afc1a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -162252,7 +162252,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4784876-427d-4a33-b2e2-eb481e5b4655", + "id": "55592804-29ce-4ecd-8e67-4d07265d5e88", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162308,7 +162308,7 @@ "_postman_previewlanguage": "json" }, { - "id": "42e3a225-8bf9-4004-946d-4851772b8352", + "id": "638dcfdd-e854-403f-8f46-46f729f46d24", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162370,7 +162370,7 @@ } }, { - "id": "6a5b2cb8-5d3e-4f97-bd68-6b120baab63e", + "id": "9cee5595-21b9-4215-896f-dc0f82c48f23", "name": "Uploads source entitlements schema template", "request": { "name": "Uploads source entitlements schema template", @@ -162439,7 +162439,7 @@ }, "response": [ { - "id": "33fa5980-1bb4-49bc-90ae-cab77e77c8c6", + "id": "489dae2f-fa8b-4649-b186-12dacf99d6d8", "name": "Successfully uploaded the file", "originalRequest": { "url": { @@ -162511,7 +162511,7 @@ "_postman_previewlanguage": "json" }, { - "id": "da914201-b6f3-476b-bf13-63d952ce6d22", + "id": "8f8d1d5c-c861-4724-b49c-b151a94c39f0", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -162583,7 +162583,7 @@ "_postman_previewlanguage": "json" }, { - "id": "89bf1b6e-f92f-426a-83be-e92a0d684db9", + "id": "d0472c81-55a2-41fe-932a-e7f4d3534764", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -162655,7 +162655,7 @@ "_postman_previewlanguage": "json" }, { - "id": "672bd92d-0169-4321-8c1d-bc829e3b1ebe", + "id": "e5ed8b98-2792-48e2-a327-2ea49c1cb61d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -162727,7 +162727,7 @@ "_postman_previewlanguage": "json" }, { - "id": "aa7fb6ba-2d50-4878-824d-fba8ca412432", + "id": "627aecb2-a992-41c6-b254-6cb14d5b0868", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -162799,7 +162799,7 @@ "_postman_previewlanguage": "json" }, { - "id": "968c70ec-305b-4921-b4b3-ed9bcf69fcd4", + "id": "624cf1b6-9186-41ec-9ee8-19572ed11935", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -162877,7 +162877,7 @@ } }, { - "id": "0cbb7fa1-5366-41ad-b5bf-99aa43838229", + "id": "4ddb8246-6b05-4e59-9b13-f86a0134409e", "name": "Upload connector file to source", "request": { "name": "Upload connector file to source", @@ -162935,7 +162935,7 @@ }, "response": [ { - "id": "98201296-f965-4f4b-a755-7fd7c7a5058e", + "id": "e8f07efb-bb56-45d4-a601-31b1e55f7dad", "name": "Uploaded the file successfully and sent all post-upload events", "originalRequest": { "url": { @@ -162996,7 +162996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4335ed1c-ae2d-4b0a-b104-010e4e793348", + "id": "1b067c56-ca7d-4f90-84ca-36966c1f8b2e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163057,7 +163057,7 @@ "_postman_previewlanguage": "json" }, { - "id": "448742d6-9fa1-44c8-a2d2-998326503e3d", + "id": "bee5adc9-7629-47bf-a82e-a7df56220232", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163118,7 +163118,7 @@ "_postman_previewlanguage": "json" }, { - "id": "29c36d1b-1107-4c3f-865f-eeff6262fc4a", + "id": "1a98e75a-2a04-4a7b-a474-fc2b77e1e3e3", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163179,7 +163179,7 @@ "_postman_previewlanguage": "json" }, { - "id": "17fa7d77-f800-4018-bc0a-b6fc7c776ab0", + "id": "ee81fcdf-1875-4238-af6b-1d68334a1218", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163240,7 +163240,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5af6b16-af7e-47f9-8f39-4d5ddf577622", + "id": "7d42edbe-74e5-445f-90fa-09b8e4bfd38d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163307,7 +163307,7 @@ } }, { - "id": "69d6dfd7-a7bf-45af-a807-05d289016cfe", + "id": "9fc8e0c4-5da9-4c7e-847b-4362d1fc471f", "name": "Get Source Connections by ID", "request": { "name": "Get Source Connections by ID", @@ -163353,7 +163353,7 @@ }, "response": [ { - "id": "9dfb8ce3-8f51-48e6-9b46-b8663cb34091", + "id": "c128e949-625e-4703-b98b-a2332c277b43", "name": "Source Connections object.", "originalRequest": { "url": { @@ -163393,12 +163393,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 \"exercitation laborum nostrud\",\n \"incididunt consectetur par\"\n ],\n \"sourceAttributes\": [\n \"laborum\",\n \"aliquip eiusmod occaecat es\"\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 ullamco\",\n \"commodo nisi cillum veniam\"\n ],\n \"sourceAttributes\": [\n \"est ex\",\n \"tempor aliqua laborum\"\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": "d432714b-07f0-404e-9782-bb46f0ee87f4", + "id": "a9a0c815-76e3-45aa-90e7-2186df188f84", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163443,7 +163443,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f32fd845-8c2a-48ac-8d74-3623041be77f", + "id": "5ee6dc50-25fa-4028-a545-0e6a13efc9b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163488,7 +163488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c7cc0b0e-3d3b-4f60-982a-20d29f36e106", + "id": "79e22f5d-6ee5-49d6-93b4-2b557295833f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -163533,7 +163533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72939a4a-3cf0-4c10-87b7-4c4f29a6fe6a", + "id": "ea5c7d6a-f852-469e-9e2e-59650f86fa3f", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -163578,7 +163578,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ebda300-c1c6-4a38-870d-2e05756e49eb", + "id": "ccd5faca-fc95-4e14-8171-858f669f9c45", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -163623,7 +163623,7 @@ "_postman_previewlanguage": "json" }, { - "id": "34874834-79a5-4018-876c-df3b32a060de", + "id": "ab1cd07e-3380-4115-80df-c34bc7e51dc0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -163680,7 +163680,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": "5a68efac-cbb1-4f02-a989-132402e25ef1", + "id": "ce9b6916-1d13-4330-9a80-a8ad97949c19", "name": "List Tagged Objects", "request": { "name": "List Tagged Objects", @@ -163746,7 +163746,7 @@ }, "response": [ { - "id": "caacd2bf-a564-463b-9b7d-bf44f3fc5b05", + "id": "05b6a5c7-b2b5-4267-8d2e-a9b1a91752f4", "name": "List of all tagged objects.", "originalRequest": { "url": { @@ -163826,7 +163826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bb204269-f2e6-48ca-a162-83e47ac57cff", + "id": "f2956b11-9dbd-4977-a2db-b8f7d13a8c1c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -163906,7 +163906,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e383ca0-3481-4ced-8356-0eeca469f7d8", + "id": "ca5afc8d-8e42-438d-b4a1-fd50bbf47be1", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -163986,7 +163986,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c142d9b-30ee-4c1c-a9c6-656f0b935757", + "id": "f3291853-08d3-4738-ab40-0bc6835e6956", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164066,7 +164066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "69473b5b-92dd-411e-be84-fc38d7411b4b", + "id": "a7cbc5f4-28b2-4e2e-8970-579748aece7e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164146,7 +164146,7 @@ "_postman_previewlanguage": "json" }, { - "id": "115a13e8-9fa5-4656-a6be-c6d166b22c3b", + "id": "f410e86a-9e8c-4799-9bf1-9ef35cbdaa0b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164232,7 +164232,7 @@ } }, { - "id": "66865d16-2fe7-49d1-8cf5-148e263de47a", + "id": "ae0df3d8-cbd7-48d7-b184-f3468e7e56fd", "name": "Add Tag to Object", "request": { "name": "Add Tag to Object", @@ -164274,7 +164274,7 @@ }, "response": [ { - "id": "91a36a86-b5bc-4b62-a580-f92aac729acd", + "id": "904a1469-4b42-4c8a-ae53-7d225f773d75", "name": "Created.", "originalRequest": { "url": { @@ -164320,7 +164320,7 @@ "_postman_previewlanguage": "text" }, { - "id": "67288978-43be-4fa4-9c61-348489efcf74", + "id": "3d3b4ff7-57eb-4e0d-af67-6b21ae098675", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164376,7 +164376,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f8306874-7e28-4d81-9b80-5c242b73ab78", + "id": "ae28d376-7a12-490b-895b-25e3a1b86d87", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164432,7 +164432,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9566e16-3126-4626-8036-2a6a8263959f", + "id": "834d5053-17a2-428f-9897-d47b3062a494", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -164488,7 +164488,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c77359bc-611c-4336-84dc-7e64e2f3bf43", + "id": "791706f6-e935-40b2-bfc1-37388c3c6c96", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -164544,7 +164544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1afa2006-2d9b-4a62-8dc1-130eea9ec5ae", + "id": "6754d113-ed24-46d4-8539-1a0d913ed3d5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -164606,7 +164606,7 @@ } }, { - "id": "24d9ed6f-5595-46f6-83c6-29f4678676b1", + "id": "1c7201b6-5196-4831-b003-af1023c43220", "name": "List Tagged Objects by Type", "request": { "name": "List Tagged Objects by Type", @@ -164684,7 +164684,7 @@ }, "response": [ { - "id": "8cf8e56e-b1f2-48b2-840f-6d13ea345273", + "id": "43c0bfbb-22db-4e79-afe6-dae5f7628644", "name": "List of all tagged objects for specified type.", "originalRequest": { "url": { @@ -164765,7 +164765,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9e1e250d-8080-46dc-ab54-dd80f8272eb3", + "id": "da37ff51-0043-4e90-9153-ee5909b1c3cc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -164846,7 +164846,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74b8c4b7-54d4-45ad-9924-ad519f98a0e3", + "id": "2a82b67e-018c-4815-9099-a062ff0cb3e4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -164927,7 +164927,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b5e0e9c5-135a-407b-a30e-22b00afbcef5", + "id": "04152057-fe94-4492-b13f-9303c30b3ac8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165008,7 +165008,7 @@ "_postman_previewlanguage": "json" }, { - "id": "84b5d2bd-4c78-4d67-9213-9cda9b2951d6", + "id": "776a9796-e532-4b93-ad26-69124b907375", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165089,7 +165089,7 @@ "_postman_previewlanguage": "json" }, { - "id": "839ee90a-f48e-4ecb-864f-c176c5d32a82", + "id": "b3882c49-d0a2-40dc-ad9a-0123eba14742", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165176,7 +165176,7 @@ } }, { - "id": "e7e1951d-4ca9-47c8-a389-10f012b2ac93", + "id": "333a9f84-ad1c-492d-98f1-c83565927b85", "name": "Get Tagged Object", "request": { "name": "Get Tagged Object", @@ -165228,7 +165228,7 @@ }, "response": [ { - "id": "ab9c93bf-6d53-4637-b902-9f131abbbcc3", + "id": "34ecc7dd-6b7d-49c0-a585-d3351c207964", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -165273,7 +165273,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4fd1c6a0-e8b0-421f-82ce-c90f575a2591", + "id": "1022ee18-9551-495e-8836-a6a16c838063", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165318,7 +165318,7 @@ "_postman_previewlanguage": "json" }, { - "id": "def443b2-ba87-4c15-a16a-b6c075dca8a4", + "id": "fc95e729-b96e-417c-89c1-76cb901eb109", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165363,7 +165363,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9287d513-57f1-46c4-8e08-945ed3dd6b9e", + "id": "f7f199e7-0524-4696-895c-fdff8df15185", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165408,7 +165408,7 @@ "_postman_previewlanguage": "json" }, { - "id": "48b42ff0-be31-4614-a8bc-b953bbefe112", + "id": "d0f7bf4d-0ea4-4fb5-90bc-b283ad09f598", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165453,7 +165453,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0f2bbe9-69a1-4eef-94c9-557925ac79ba", + "id": "ff44e4df-e2c1-4c52-a4c2-3fb8b6c6630e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165504,7 +165504,7 @@ } }, { - "id": "eb8ce9a4-9385-413e-bcc7-c3b25d21f342", + "id": "2d4b2245-23a7-4d20-bea3-638a12c1f00c", "name": "Update Tagged Object", "request": { "name": "Update Tagged Object", @@ -165569,7 +165569,7 @@ }, "response": [ { - "id": "3aa7f10e-3ccf-4604-aec6-da515028ecc8", + "id": "6cb9a376-f608-4049-ac89-b129a71fe853", "name": "Tagged object by type and ID.", "originalRequest": { "url": { @@ -165627,7 +165627,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6d42e123-891a-48d8-90d8-57cd7183f63c", + "id": "300133d9-a8e4-474e-9626-86f8ba59d8b4", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -165685,7 +165685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d79683f3-e12b-4036-8afe-ed7aa407d1eb", + "id": "24025726-a81a-44ed-91a0-b72e084e5c16", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -165743,7 +165743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "28c93c62-44ef-456d-9efe-b8500e3f0780", + "id": "e09f2c29-e0b4-4dce-8c41-1fcb7d995559", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -165801,7 +165801,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a2844e60-b9f5-47ce-b908-ede5038aa363", + "id": "9099cd85-3ea0-4b5f-95bd-2aa814ee1273", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -165859,7 +165859,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b43bbbab-7ac3-41a8-b70e-986f3d21a4af", + "id": "b47ba233-6fea-4b2d-9653-7ed3949983fd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -165923,7 +165923,7 @@ } }, { - "id": "ac94e6e3-9e1c-4340-bbde-a982ea5846ad", + "id": "7f1f2826-b917-4958-bdce-eb5633b37ca9", "name": "Delete Tagged Object", "request": { "name": "Delete Tagged Object", @@ -165975,7 +165975,7 @@ }, "response": [ { - "id": "ca28fdcc-25f6-4bed-bc53-adaa08651991", + "id": "c0142081-5d69-456f-91e1-307715681859", "name": "No content.", "originalRequest": { "url": { @@ -166010,7 +166010,7 @@ "_postman_previewlanguage": "text" }, { - "id": "3a35b9c1-6c02-4043-9bec-08abc7b60757", + "id": "5e56e8b6-f156-4b74-b0f8-a780c1260f9d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166055,7 +166055,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ecb6a5a4-49be-46a3-9d01-0fa36d977b94", + "id": "e1a5e5b8-eea5-4975-8a8f-544371a0c0ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166100,7 +166100,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a4166713-14cd-4a16-ad71-f89a381d716c", + "id": "afcda40d-a3f5-4981-83f4-c0361d97860f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166145,7 +166145,7 @@ "_postman_previewlanguage": "json" }, { - "id": "18f16113-ebc9-405b-8ef9-7eceeb0578c9", + "id": "6300f132-597a-43bf-88fa-35ce41f52ebd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166190,7 +166190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "239d0121-0d9a-49c9-92fb-130de7c052e3", + "id": "1562697d-756a-4f8d-8cb6-2c453c2067b5", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166241,7 +166241,7 @@ } }, { - "id": "cd2449c9-5874-494d-99da-d3c38b7582b9", + "id": "59345658-2470-4cdd-a6a3-a56f0e829281", "name": "Tag Multiple Objects", "request": { "name": "Tag Multiple Objects", @@ -166284,7 +166284,7 @@ }, "response": [ { - "id": "a5c8b369-d53e-4620-b4a6-0e2b5887ce7b", + "id": "413c78ea-d14d-418b-bd6d-bda8ef58501a", "name": "Request succeeded.", "originalRequest": { "url": { @@ -166341,7 +166341,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b4468688-0e58-4203-a18e-bbee718309f5", + "id": "a2ff5f74-fb76-4ba8-8c11-528c1daf9f42", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166398,7 +166398,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6354abb1-0371-42b6-8f83-3a1151cd88ce", + "id": "210a7c6b-4c1d-4557-afe2-d928cf96d9f8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166455,7 +166455,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2c04851-1414-460e-a4c2-748e07a3075b", + "id": "03ffccb3-f23d-435f-a323-b5ec63d72889", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166512,7 +166512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5b5fb281-bc69-4581-ae88-2aa9f69f87db", + "id": "b1d267ba-1fb6-4319-806d-78c01baec57e", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166569,7 +166569,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d6bd5a17-4ea6-40ef-a4d2-271ad692dc60", + "id": "471595e3-74c3-4667-a92a-5ee71136b66d", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -166632,7 +166632,7 @@ } }, { - "id": "0bbe2fd3-e04c-4abc-a489-d0a46a71c62b", + "id": "a537876d-6e1b-4266-9886-257b7f47ed5c", "name": "Remove Tags from Multiple Objects", "request": { "name": "Remove Tags from Multiple Objects", @@ -166675,7 +166675,7 @@ }, "response": [ { - "id": "05a7d9a0-095f-4279-89d8-0966b9c8a008", + "id": "88d22160-ae6d-402b-8449-564e755413a4", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -166722,7 +166722,7 @@ "_postman_previewlanguage": "text" }, { - "id": "54533b98-7bf9-401c-8b1f-bc61adda5956", + "id": "0264e439-9439-43f0-bd62-865a0940c23b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -166779,7 +166779,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e170c8be-ea08-42b2-96b6-0f0106ba2505", + "id": "5d74d365-6ed9-469f-b200-c56ee52abdd8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -166836,7 +166836,7 @@ "_postman_previewlanguage": "json" }, { - "id": "df8ff921-8588-4bce-a973-9b0d7e5f5a12", + "id": "14c768bb-f418-4399-bcd0-893b69c10b11", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -166893,7 +166893,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72a83e5d-9bc5-4930-854d-623efc74374b", + "id": "de8aa7bd-ef25-4957-b8bf-67914fb8b92b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -166950,7 +166950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "669e728b-dda6-451c-9a18-31d528d6c84d", + "id": "a21fffcf-903b-4c65-9425-56374670d274", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167019,7 +167019,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": "a5467c17-e0a4-4841-8ea2-ee21e7907ae2", + "id": "d2e0a8f2-37cf-42d9-b47a-ca58e59d84b3", "name": "List transforms", "request": { "name": "List transforms", @@ -167094,7 +167094,7 @@ }, "response": [ { - "id": "5bc9c7cf-b25d-4c92-b333-75d180cd6540", + "id": "ee302f26-1f87-47fd-af1a-294c36d54670", "name": "A list of transforms matching the given criteria.", "originalRequest": { "url": { @@ -167183,7 +167183,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2259626e-f24e-4110-afb3-b955b8aa954d", + "id": "c8ca1e50-b5d5-43a9-8f96-733aa279112a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167272,7 +167272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87482b81-8f7e-46c7-83dd-bbac394987d3", + "id": "6c3da2bc-9e1f-43f5-b1d0-f8f0afe4375f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167361,7 +167361,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1de8ae9-317c-44ba-96a3-6e0f36a79f82", + "id": "ae4238c7-3c04-408b-85ce-bcefaad39437", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167450,7 +167450,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f0ceb5e-d266-4d03-89c0-bb696e95dc23", + "id": "3898d4ed-9d67-4e73-91d1-a4d3fb1a7cb9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -167539,7 +167539,7 @@ "_postman_previewlanguage": "json" }, { - "id": "103468ab-ac74-46d4-9623-6bcbe8121c4f", + "id": "089d03f2-de38-4b03-9b7c-ce16f9431358", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -167628,7 +167628,7 @@ "_postman_previewlanguage": "json" }, { - "id": "96670124-fe53-490d-bb97-0a01ba02dc3b", + "id": "a07f8627-dba8-4776-acb8-31a1f79c621c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -167723,7 +167723,7 @@ } }, { - "id": "88b7b05a-f6c7-44f1-9976-1d2193b8eaea", + "id": "68350e62-db2e-4fc9-8fdf-628e0eba046c", "name": "Create transform", "request": { "name": "Create transform", @@ -167765,7 +167765,7 @@ }, "response": [ { - "id": "7a1acb7c-bbe3-4df5-afeb-7829de0f2b78", + "id": "58ea51a4-67ad-4d73-b108-a442aaf4ed84", "name": "Indicates the transform was successfully created and returns its representation.", "originalRequest": { "url": { @@ -167821,7 +167821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eb8d4c13-ef64-45f1-9baf-49bf8510b9a4", + "id": "eaef0be8-e0c1-440a-97a4-805f61b9ffda", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -167877,7 +167877,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3411cf0-baf9-4f1a-a232-9296e873f608", + "id": "cd4809ad-4ccd-4c6d-aefa-7b1b4d4c1960", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -167933,7 +167933,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae42e992-7379-44a6-b925-fe334f3b9ca1", + "id": "2dc91ce9-4760-4a29-a52f-7b4c2068ca6b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -167989,7 +167989,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f5e83011-4d8c-4c34-b2c3-96a814b8f9ed", + "id": "92602196-61e1-4b2b-a790-9c7bcb2556f5", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168045,7 +168045,7 @@ "_postman_previewlanguage": "json" }, { - "id": "09daca7f-c4e4-4722-987f-d3f183f5f248", + "id": "ea68222c-44a9-400c-8e54-66f38238b27a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168101,7 +168101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "72665e0d-85e0-4c08-bbdf-96279bdc530f", + "id": "ed70b1c9-64dd-4bc3-9300-8fed96eebc44", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168163,7 +168163,7 @@ } }, { - "id": "6f260232-e03e-4257-96eb-527a1c11380b", + "id": "f9d326e7-c3bb-4040-9ba0-c83707b58c8e", "name": "Transform by ID", "request": { "name": "Transform by ID", @@ -168204,7 +168204,7 @@ }, "response": [ { - "id": "100c52fa-d1be-4970-9bfd-40611a127f68", + "id": "804bfa96-e29a-40b9-8744-dde56a2ad744", "name": "Transform with the given ID", "originalRequest": { "url": { @@ -168248,7 +168248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "93f1b1c6-8f72-41f9-afa3-e1907881801b", + "id": "093470e4-8a78-4614-841e-c1dce0e725bf", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168292,7 +168292,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1f87dcf-5450-42fd-9163-3d4c074457a0", + "id": "6e97ba18-30ff-4590-8ffa-2f57b57bbb49", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168336,7 +168336,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5625225b-6ddf-4080-a410-9d0a8b4c2749", + "id": "ee3acf16-3234-40fe-ae59-9022947521f1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168380,7 +168380,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bd14183f-ed89-417b-a231-5e6cbdb008df", + "id": "8e8718ff-a2df-4bb1-a685-906a60c4fd35", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168424,7 +168424,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cccbcc3b-572a-4d62-8f1d-2cfb601e78f2", + "id": "af386b66-3dfe-4d80-9616-3598e8220b1f", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168468,7 +168468,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f3d25dc1-eac3-453f-9b3a-18cc1a9750c0", + "id": "fcfa23b9-a353-49cb-a9c8-1f7c4dee625e", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168518,7 +168518,7 @@ } }, { - "id": "c980bc1a-d305-44ea-8614-480cd2e4d3fd", + "id": "0955472d-2f19-42ed-8f4f-c62ed8e970cc", "name": "Update a transform", "request": { "name": "Update a transform", @@ -168572,7 +168572,7 @@ }, "response": [ { - "id": "7652f968-60a5-4d71-956c-bd79c5c7c694", + "id": "38931cbb-94d5-4ff0-921a-9c8b4c709265", "name": "Indicates the transform was successfully updated and returns its new representation.", "originalRequest": { "url": { @@ -168629,7 +168629,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae91a521-3014-4a99-8ecd-baa68881223d", + "id": "7213d5f3-a305-4a53-a179-4c1f80c5653c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -168686,7 +168686,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4c68609a-8ccf-4040-b060-7940c1d836de", + "id": "d41690de-df2d-47c8-bbe4-ec098f654fe6", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -168743,7 +168743,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0ee06738-f3da-4e6c-8763-25c16d73ae9b", + "id": "5fdb443d-0f2f-4c31-a6d0-c7accab88cfb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -168800,7 +168800,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2051efab-c2c5-46af-9159-117330feef79", + "id": "ae5972c3-8d28-4ab5-b24b-8c8c22dc57a9", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -168857,7 +168857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b717258d-eb7b-4e32-b4bb-e440199a608d", + "id": "6883b8e0-c8ef-471b-8d31-b1b3330355d7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -168914,7 +168914,7 @@ "_postman_previewlanguage": "json" }, { - "id": "535e770a-8432-4f7a-8c8d-6ed2c9b3fc5a", + "id": "3d798572-bf8b-48fd-ab75-ec16e8f90775", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -168977,7 +168977,7 @@ } }, { - "id": "9695d0fc-5200-407f-b9e9-c160530c54ba", + "id": "de24c7cb-8ebc-4ade-b434-7d9256bcaac8", "name": "Delete a transform", "request": { "name": "Delete a transform", @@ -169018,7 +169018,7 @@ }, "response": [ { - "id": "9bc04363-f9ec-4d2e-9a3e-95c76407a322", + "id": "33f7b36e-bf75-4e12-9ee1-7f73e02a4043", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -169052,7 +169052,7 @@ "_postman_previewlanguage": "text" }, { - "id": "4d063f64-619f-4fd3-96a9-d2cc535fdc36", + "id": "e92a8b89-673e-4974-807e-ffbbe9a3f2fb", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -169096,7 +169096,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2898182f-6cd9-4241-b5c4-467b602745dd", + "id": "4f266739-17eb-4e9a-b060-4ab163561a74", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169140,7 +169140,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e042746a-5501-49b3-9b1f-0d784a463cfd", + "id": "fcde85f3-c654-46c1-b143-b33d88055b31", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169184,7 +169184,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15f90b5b-8275-482b-af44-7a52887ff66d", + "id": "c9878a18-de7d-43ba-96f9-ca49de99bb86", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169228,7 +169228,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3f10702-015c-4193-9f47-e3392d015eb6", + "id": "ebc9d0dc-759a-4b28-b3b7-11ae04a18ccd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169272,7 +169272,7 @@ "_postman_previewlanguage": "json" }, { - "id": "744d110a-bb97-45ed-80d8-4bfebe98106b", + "id": "7d7aeca4-d6ff-4940-ade0-803e57a45aae", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169328,7 +169328,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": "3eec4843-b04a-4abd-9b2f-1f182945f8b3", + "id": "01c2f2e2-b669-4c22-8a55-890724b047fd", "name": "List Work Items", "request": { "name": "List Work Items", @@ -169394,7 +169394,7 @@ }, "response": [ { - "id": "fa6ebc3c-cf8f-44e5-96a7-1e3260f473d0", + "id": "884ebbb5-8c6d-4be7-b6b1-c74b051f554e", "name": "List of work items", "originalRequest": { "url": { @@ -169474,7 +169474,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e82798b-6ecb-436a-8d1b-237141de8f03", + "id": "86ee825d-3e39-4d85-9537-fa44ddae1132", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -169554,7 +169554,7 @@ "_postman_previewlanguage": "json" }, { - "id": "87412b75-c290-4c94-bbda-4ac987afea37", + "id": "3fd1bb98-4a0b-4df2-93d5-097c9d5ca7ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -169634,7 +169634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "932e193a-d402-49a5-af47-59c5c01dbd56", + "id": "ae74119c-a58e-4384-9909-d0059b7cb924", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -169714,7 +169714,7 @@ "_postman_previewlanguage": "json" }, { - "id": "78c5051e-172f-49ad-a1b0-bd3fe568d051", + "id": "28034216-618c-4a43-8fa3-e184a87a870d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -169794,7 +169794,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dcdda85-1e23-4456-8c0a-8278d4e841f9", + "id": "b348c5e0-60e2-4080-9236-dbdb555ff0a2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -169880,7 +169880,7 @@ } }, { - "id": "977384d9-daf0-47fb-b8eb-7ee9061d5d9a", + "id": "6722696e-7e01-418b-b85d-50ff0b499d46", "name": "Completed Work Items", "request": { "name": "Completed Work Items", @@ -169947,7 +169947,7 @@ }, "response": [ { - "id": "933d18e3-204f-476b-887e-cec7aadf6d79", + "id": "8407ae03-0319-49e5-9361-463df228d841", "name": "List of completed work items.", "originalRequest": { "url": { @@ -170028,7 +170028,7 @@ "_postman_previewlanguage": "json" }, { - "id": "485025b5-5dbf-41d0-80bc-6ae84fad1781", + "id": "15785d4a-e493-41eb-be9e-fba4e6f8621f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170109,7 +170109,7 @@ "_postman_previewlanguage": "json" }, { - "id": "185c1c6f-0f72-437c-a743-5830dfa27323", + "id": "eaa7f73c-b386-4340-a7d1-9d843b14ca47", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170190,7 +170190,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7066a78e-36ab-4219-866e-af60291a0013", + "id": "0716e458-ab48-4f32-8264-7297b2517f06", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170271,7 +170271,7 @@ "_postman_previewlanguage": "json" }, { - "id": "db321362-270a-4b5e-b242-dfe206b0cdb4", + "id": "17042107-f5b4-451e-abce-e0f92ee933c5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170352,7 +170352,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bebc6614-dca0-40ef-a435-53b9ce207f9d", + "id": "b82adca4-41e0-4495-b45d-7791fc233330", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170439,7 +170439,7 @@ } }, { - "id": "79ff322a-360f-47f8-8aeb-c1ed402b1056", + "id": "c5df49be-b42e-485c-9987-d9d32dcf037b", "name": "Count Work Items", "request": { "name": "Count Work Items", @@ -170479,7 +170479,7 @@ }, "response": [ { - "id": "f660adc2-060c-46b4-bb0f-f8db79f3a8f3", + "id": "124597ab-2c63-4c9d-b1f3-1e8e4375ea27", "name": "List of work items", "originalRequest": { "url": { @@ -170533,7 +170533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "197d53dc-d8a0-440e-9452-119083587014", + "id": "28bcf759-c47f-4efc-8e03-a5bb6fac56ed", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170587,7 +170587,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e9645e80-1f36-46de-a9c7-05e58f25560b", + "id": "c4af77fb-4eb3-4c13-8a79-6b284a7f8a0f", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -170641,7 +170641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74b0e480-7eeb-4851-b663-6cb3c60137b2", + "id": "3ac45960-09a3-4b62-ae4d-197bd0bc757a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -170695,7 +170695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d02c458e-f75a-44eb-b4eb-9078a634cacd", + "id": "61ef9237-448a-498b-ab27-53f093efbbce", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -170749,7 +170749,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d774d5ff-11a7-4dd4-996f-b234b99c5110", + "id": "fe4941a6-c2d0-4104-888d-b3fd5983a772", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -170809,7 +170809,7 @@ } }, { - "id": "f62fff49-b575-4e83-8d2d-4cc0a14bb346", + "id": "c193da4d-f258-4e1f-a7de-725ff89cb745", "name": "Count Completed Work Items", "request": { "name": "Count Completed Work Items", @@ -170850,7 +170850,7 @@ }, "response": [ { - "id": "c242468f-c59d-4552-beca-dfe4e96f3896", + "id": "d6dd5f14-cce8-4e10-ac56-86b586d8bb30", "name": "List of work items", "originalRequest": { "url": { @@ -170905,7 +170905,7 @@ "_postman_previewlanguage": "json" }, { - "id": "bf557d24-76c5-4c38-96b3-7c68ee68337d", + "id": "02a40a12-cfe5-4bb0-831f-087481b2b415", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -170960,7 +170960,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c46047e-122d-4918-8462-e089414e0e23", + "id": "c361787e-f0b8-4589-a11f-fd89616020f2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171015,7 +171015,7 @@ "_postman_previewlanguage": "json" }, { - "id": "106ef253-8dab-4e6f-b280-106079181c41", + "id": "bebf3d27-8fec-4f26-8048-496bae71a6d2", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171070,7 +171070,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b8312565-decc-43fa-8a37-8d240460f335", + "id": "3a4a2963-d9df-4ff7-bdbc-e6645cd2076b", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171125,7 +171125,7 @@ "_postman_previewlanguage": "json" }, { - "id": "21fcdcc5-9329-47ee-b5a7-b3bc377c8b14", + "id": "1c4a6c7c-58c4-44b8-943c-dfe1b0cd2bd0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171186,7 +171186,7 @@ } }, { - "id": "ae305325-678b-4b4d-b5ec-ba6df5ef1dc3", + "id": "c72ce6d1-5f0b-4b99-af3f-3f41ea4f7dbb", "name": "Work Items Summary", "request": { "name": "Work Items Summary", @@ -171226,7 +171226,7 @@ }, "response": [ { - "id": "a70fa4b4-9aba-409d-bb34-b787e092809c", + "id": "4621e575-53a6-4398-b8aa-099be190be04", "name": "List of work items", "originalRequest": { "url": { @@ -171280,7 +171280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0d05d013-4801-40b6-aa7e-a6486cda7e2a", + "id": "4a9cf599-ebdc-4810-81c3-a0293be11acd", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171334,7 +171334,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be0387de-9b36-4299-a243-2d6c0d83747a", + "id": "2fb3a24d-d9ac-461a-9e9c-ba25cbd54a16", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171388,7 +171388,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ba2cf87-d0a1-43b1-b77d-14dd314b2618", + "id": "1d2532e3-da92-4569-9645-f1e6d948bad7", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171442,7 +171442,7 @@ "_postman_previewlanguage": "json" }, { - "id": "73b34d00-2ee4-4bcb-b2d5-b0b05baa5547", + "id": "7f3dcfb8-e463-443f-9941-f924cbcb0439", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171496,7 +171496,7 @@ "_postman_previewlanguage": "json" }, { - "id": "998cfe22-01b7-4084-8323-b330e7f2d0dd", + "id": "f0bf2ad4-2d4e-4070-869b-5f0e1659a9bd", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171556,7 +171556,7 @@ } }, { - "id": "fe6b2c0e-971b-44f6-8e02-569ba43f3809", + "id": "da393c5f-4ca5-4945-8896-434d96fb05c2", "name": "Get a Work Item", "request": { "name": "Get a Work Item", @@ -171597,7 +171597,7 @@ }, "response": [ { - "id": "0f6aa624-d9b9-4b73-8879-fad8a8b6a845", + "id": "e6a7079e-c797-4d07-b3e1-d4768b586a8b", "name": "The work item with the given ID.", "originalRequest": { "url": { @@ -171641,7 +171641,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c62013dc-fb01-474c-af3e-abe0a7e395b3", + "id": "c1b6860d-730b-43f0-bbc2-e1d0d4c60688", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -171685,7 +171685,7 @@ "_postman_previewlanguage": "json" }, { - "id": "011a2981-2165-43bf-b1ad-aa40db7d3cc5", + "id": "589f52fd-b041-4b4b-9650-c11bc29366c8", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -171729,7 +171729,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9f36405c-e76c-4494-ae05-52979a4ed4e0", + "id": "c01e0684-724f-4b9f-8213-ff93f533424c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -171773,7 +171773,7 @@ "_postman_previewlanguage": "json" }, { - "id": "052122a9-67f3-4fe5-97e6-c19b3300eabb", + "id": "efbc0771-6517-45d7-88c6-489848f04c46", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -171817,7 +171817,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a0e04daa-f7af-4896-b5df-9f6311b577c8", + "id": "f599958f-e99c-4421-8273-2bae8dc49617", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -171867,7 +171867,7 @@ } }, { - "id": "dfd172bc-ebce-4db7-810f-0b54359eebe4", + "id": "0ebf3704-7c5c-4539-81f1-e44b6c4a8f83", "name": "Complete a Work Item", "request": { "name": "Complete a Work Item", @@ -171908,7 +171908,7 @@ }, "response": [ { - "id": "e76548ca-91c0-4a07-a881-3f0bc089a909", + "id": "32f265c5-744f-4133-abbe-cabcbbe7a7df", "name": "A WorkItems object", "originalRequest": { "url": { @@ -171952,7 +171952,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ecac474-560a-44b3-9275-2e5167b4573e", + "id": "7e11f4f0-10d2-4061-a0cc-9bc39082dda5", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -171996,7 +171996,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6e3b14dd-c223-4e42-8b5b-9e94eebde009", + "id": "7bfc1fc6-8082-4835-8890-3fabad683d82", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172040,7 +172040,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15416756-e4ce-4239-8e42-8e368447f759", + "id": "2ba69edd-4bdb-4e93-944c-b1bd70de9e31", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172084,7 +172084,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4908093-98d6-4041-94bb-a576e8e944c0", + "id": "adbca75a-e3f1-43e1-8b45-bf3c2c4d1ba4", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -172128,7 +172128,7 @@ "_postman_previewlanguage": "json" }, { - "id": "003f6864-1e76-43c7-8ed1-7e14d9d30e56", + "id": "72eb213b-40de-4c84-9f0d-4d6bab223bfb", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172172,7 +172172,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5f14d72-9900-406e-af07-e9b14db0c5cc", + "id": "75ea3374-9bcc-4350-a768-40267e6b34e1", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172222,7 +172222,7 @@ } }, { - "id": "3e233640-64d0-4807-8f75-ec547ba2f1a6", + "id": "c81f0256-1a5b-445a-ac88-b81ba25a54b8", "name": "Forward a Work Item", "request": { "name": "Forward a Work Item", @@ -172277,7 +172277,7 @@ }, "response": [ { - "id": "bc124dd5-8459-4e7b-aa1c-2f281a50dfc4", + "id": "c3c998a7-eca8-43e8-9e86-1d1a0e8d93cb", "name": "Success, but no data is returned.", "originalRequest": { "url": { @@ -172325,7 +172325,7 @@ "_postman_previewlanguage": "text" }, { - "id": "2688fa35-c5cb-4b8f-a2d2-cd264a60102e", + "id": "97889e15-5721-4284-b531-153a13a2875a", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172383,7 +172383,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e59bb9b9-d5b6-4de5-928e-f39aab0606ca", + "id": "a6aa2ead-cc2a-464f-9e28-b00f14025dd9", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172441,7 +172441,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8b63876-ca15-4906-824f-14df230c79ad", + "id": "261e7a12-cbb1-4053-b6bb-150929828b6c", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172499,7 +172499,7 @@ "_postman_previewlanguage": "json" }, { - "id": "626c8fbd-f5ba-48b0-b046-9b8fc6f14184", + "id": "9c1bb20e-7872-4f9c-a84c-06d449c9a6ee", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172557,7 +172557,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5dd4389f-658b-48b8-97c9-e0ed2430d717", + "id": "bc995405-cccf-4b87-86d8-9756d907e361", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -172621,7 +172621,7 @@ } }, { - "id": "153f5b7c-43b1-4587-a811-a4b865e09a7b", + "id": "b290e57a-70ea-4957-9349-044e8e7a81e3", "name": "Approve an Approval Item", "request": { "name": "Approve an Approval Item", @@ -172674,7 +172674,7 @@ }, "response": [ { - "id": "67766ae7-4b58-4299-a209-769b25ae6bd4", + "id": "38f80314-9dd7-494f-8b3a-543b0d3c1bf4", "name": "A work items details object.", "originalRequest": { "url": { @@ -172720,7 +172720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cc90611-b67e-4602-aeab-f14f7ba4cdae", + "id": "c248a411-bd83-4907-88b1-302dfbb2407b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -172766,7 +172766,7 @@ "_postman_previewlanguage": "json" }, { - "id": "82a03884-b3eb-4840-8d18-1a22982f6fd4", + "id": "bccf2f7e-bb56-44e4-97e5-fb4d787b3983", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -172812,7 +172812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44cda8e7-0995-4fd5-b910-c2eeff4f1e02", + "id": "06321ede-b325-43e1-93bb-49cb1fe1c072", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -172858,7 +172858,7 @@ "_postman_previewlanguage": "json" }, { - "id": "daa710fd-6422-430c-9134-62aa74525ebe", + "id": "243a3c48-5393-4df2-bac1-fb465293e237", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -172904,7 +172904,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9cde8de6-b971-4256-b01e-8e5e218b6db6", + "id": "f1fdf9a8-a0bc-44be-993f-bf7b1aeaadbd", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -172950,7 +172950,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a6c2df10-5cd5-4b2d-b0dd-2e9c06480963", + "id": "7f679435-e9f4-4951-9895-928d8e7f5692", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173002,7 +173002,7 @@ } }, { - "id": "3656656c-3c00-46f0-bfef-9c544039974a", + "id": "95cd7f64-1e9f-488c-b700-c0247e1869a3", "name": "Reject an Approval Item", "request": { "name": "Reject an Approval Item", @@ -173055,7 +173055,7 @@ }, "response": [ { - "id": "aee43abf-9378-42d2-9ecf-7f6005d45ac5", + "id": "a0917ae1-8e26-49ea-b175-c67cb406ed4f", "name": "A work items details object.", "originalRequest": { "url": { @@ -173101,7 +173101,7 @@ "_postman_previewlanguage": "json" }, { - "id": "eff65494-bdbb-473c-8605-5edc82bb5c60", + "id": "26497b77-e11b-4230-9138-2fd37ed7c16e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173147,7 +173147,7 @@ "_postman_previewlanguage": "json" }, { - "id": "679bca77-a70e-45e2-8650-e6762a365d3c", + "id": "3921fc65-dd5e-4bc3-8e6e-02c51e56f62c", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173193,7 +173193,7 @@ "_postman_previewlanguage": "json" }, { - "id": "826a7de8-cb25-4d81-819a-8bd7e5259b57", + "id": "da77e41f-fb09-4e2d-86c9-082fb1135ba2", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173239,7 +173239,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9834f1a2-0079-4b69-882a-a5f3a47ae291", + "id": "b02b057c-5811-444b-a83e-2260656fae5a", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -173285,7 +173285,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5ce724b-1545-4221-a8c4-aa88f11d5164", + "id": "bd99b6dd-62ff-4a78-a209-6c104a4961c1", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173331,7 +173331,7 @@ "_postman_previewlanguage": "json" }, { - "id": "952a6f13-533e-4150-9bb9-c51d0374d519", + "id": "eb7f6b22-a72c-4ef0-9102-edc198bd6b36", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173383,7 +173383,7 @@ } }, { - "id": "85bb4590-0f0a-435c-beac-cc59ee85d4fd", + "id": "74ab7687-ac13-41af-981f-64fb5246b2a8", "name": "Bulk approve Approval Items", "request": { "name": "Bulk approve Approval Items", @@ -173425,7 +173425,7 @@ }, "response": [ { - "id": "586faf53-4199-46d8-a63b-83f68eb43c3b", + "id": "8552b789-b48e-41bb-b3a7-97e207cd8e4f", "name": "A work items details object.", "originalRequest": { "url": { @@ -173470,7 +173470,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b61f5c92-6bb5-43ef-acff-b054bfd16f54", + "id": "64e4a3d9-2cc1-4ef7-b50b-04cec862652d", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173515,7 +173515,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7455eded-ec44-4061-a65f-02758771439f", + "id": "40c7ed35-823d-403b-9e4e-cb0ebdb2b735", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173560,7 +173560,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1c76b638-4a2c-4a75-a905-8caa58aaa8e2", + "id": "d995c025-d57a-4ed7-af72-78517d6d9144", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173605,7 +173605,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ac34ec15-03bd-4cc0-ad23-3531ce01c8d4", + "id": "e7b72e7e-eb75-42b6-9882-665fa5ce252c", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -173650,7 +173650,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e8ff447e-42ed-4db2-8ac5-f53c445f8655", + "id": "8f2e37a8-cb4d-4730-9f29-8d0f844a1d27", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -173695,7 +173695,7 @@ "_postman_previewlanguage": "json" }, { - "id": "426d1856-ebe8-4c3f-9a9d-5c7548189b1b", + "id": "c4c67b46-4782-4609-8f5e-ed73563a3d7a", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -173746,7 +173746,7 @@ } }, { - "id": "4dc2916f-d2ad-4422-b672-26415e5184a6", + "id": "16451ff2-1607-452a-a63d-3b694dfe26c6", "name": "Bulk reject Approval Items", "request": { "name": "Bulk reject Approval Items", @@ -173788,7 +173788,7 @@ }, "response": [ { - "id": "d815892d-eb97-4ab4-89e9-b32921f2c47f", + "id": "1e176e6a-1f2c-4baa-9fc4-4227b9a9d7a4", "name": "A work items details object.", "originalRequest": { "url": { @@ -173833,7 +173833,7 @@ "_postman_previewlanguage": "json" }, { - "id": "20ed51d8-e4e9-4d76-a434-27602253b3ef", + "id": "2352f5d0-ac1a-48fb-8739-62e9179fcc4c", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -173878,7 +173878,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ad82e19-9029-4d01-949d-28f8c277016a", + "id": "ea165b9e-2acd-42ec-9446-2552987970e0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -173923,7 +173923,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e5074d45-6451-447a-a634-1194cd13be10", + "id": "79080b45-9033-425f-b3c6-703c1e031049", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -173968,7 +173968,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d5b4b1ad-25ac-4dcb-ab8b-6e9004190845", + "id": "f4ba6455-23c5-4f26-a847-36e0360c6b67", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174013,7 +174013,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1a23544a-ce97-4ded-9f83-21a7e270d632", + "id": "92fd784c-8c99-4db9-a589-eed9203420f5", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174058,7 +174058,7 @@ "_postman_previewlanguage": "json" }, { - "id": "029a6422-7e5f-4f7d-92eb-4e12517362c1", + "id": "1c5f07ec-54ad-436f-9b82-fc467b61b1d0", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174109,7 +174109,7 @@ } }, { - "id": "ff4bf025-633b-4985-9738-562270601f26", + "id": "f1a9bc8d-4cc2-43de-a943-b9f43cc3b3ad", "name": "Submit Account Selections", "request": { "name": "Submit Account Selections", @@ -174164,7 +174164,7 @@ }, "response": [ { - "id": "9f0db0a8-02b5-4a14-af4d-0fbb2a6c4b28", + "id": "d66e26ef-8719-43bf-a3e1-de69ce33831c", "name": "A work items details object.", "originalRequest": { "url": { @@ -174222,7 +174222,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d2393d30-e357-496d-8c9a-e0f11da24bbc", + "id": "9fcc9152-9fc1-4995-9d65-bf4f41344d9e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174280,7 +174280,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44a46dab-b1f3-4878-a150-dd49a23d5c62", + "id": "98afca49-5803-4d5d-bf6d-8e12335f23cc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174338,7 +174338,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f1d6e4c4-9f2c-47f4-b115-61f214a4efc7", + "id": "c4c6744f-cd2e-4a1f-afeb-f6941e5f7cf0", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174396,7 +174396,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1764b5bc-a111-411d-9048-267f228ac469", + "id": "7bc9965e-5801-4869-a01b-3ab656c656da", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -174454,7 +174454,7 @@ "_postman_previewlanguage": "json" }, { - "id": "113d8a94-b96d-4f47-a11c-371ab1da5375", + "id": "153f2e6b-28c0-4fc8-ae54-7d930604ce3d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174512,7 +174512,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9fab419d-46cf-45c1-ad77-52f26466a4b9", + "id": "983e4e55-e4e5-483f-985b-f88a5042afeb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174582,7 +174582,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": "e20f45d1-8022-4b48-971f-79d8bc8c1b95", + "id": "6de25bb3-6547-468e-867f-eede7af460a8", "name": "List Workflows", "request": { "name": "List Workflows", @@ -174611,7 +174611,7 @@ }, "response": [ { - "id": "4e207dc6-bae4-4de2-9c23-701a90948fa7", + "id": "f2fb05fe-3186-4b92-b06c-38a19a517a01", "name": "List of workflows", "originalRequest": { "url": { @@ -174649,12 +174649,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\": \"exercitation sit est fugiat\"\n },\n \"displayName\": \"laborum\"\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\": \"aliqua laboris non in\"\n },\n \"displayName\": \"exercitation ea\"\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\": \"eiusmod\"\n },\n \"displayName\": \"enim ipsum velit\"\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\": \"Ut cupidatat adipisic\"\n },\n \"displayName\": \"exercitation laboris ullamco\"\n }\n }\n]", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "727ba4fc-f4e4-4345-8ff2-ce5d53f979f1", + "id": "705e0119-1495-4dba-ad30-c4a8281aa1e9", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -174697,7 +174697,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be19b4ac-8119-4449-9973-eff716f595b7", + "id": "06e124d1-ea10-4b5f-90c4-46971fb2109f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -174740,7 +174740,7 @@ "_postman_previewlanguage": "json" }, { - "id": "74f7683b-310e-42d6-89b5-e6564157ca12", + "id": "4c4bd5f8-8049-47b6-a14c-6d352f5f9c15", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -174783,7 +174783,7 @@ "_postman_previewlanguage": "json" }, { - "id": "44e4469c-dc72-4e69-a7ba-1243f81f7e7d", + "id": "375c0170-7a8b-403d-8e07-3826f44430c2", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -174826,7 +174826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "75d75616-6e7a-42e3-a2ab-38199afd0ad5", + "id": "d4b04480-1030-451d-b716-885c0a8e16f2", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -174875,7 +174875,7 @@ } }, { - "id": "89dd4175-11c8-44da-ad3c-e3801d8fbcef", + "id": "d55deb90-e740-4bb3-a31b-dc8d3c3dc1a6", "name": "Create Workflow", "request": { "name": "Create Workflow", @@ -174917,7 +174917,7 @@ }, "response": [ { - "id": "d14289e5-da56-48b5-9443-a3b1ec1ab6e5", + "id": "205ecab1-4575-453e-b326-25decefcd26e", "name": "Event Trigger", "originalRequest": { "url": { @@ -174968,12 +174968,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\": \"adipis\"\n },\n \"displayName\": \"ad Duis amet et\"\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\": \"ipsum\"\n },\n \"displayName\": \"in labo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "1ee93296-5da7-4b2b-aaa5-116ab1f66622", + "id": "d410114c-63fc-4a01-83a0-b347e85dfb31", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175024,12 +175024,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\": \"adipis\"\n },\n \"displayName\": \"ad Duis amet et\"\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\": \"ipsum\"\n },\n \"displayName\": \"in labo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "3728c35a-97eb-4d4a-9731-47da33e6b2da", + "id": "10174656-9135-4d3d-96c9-823a12d21a2b", "name": "External Trigger", "originalRequest": { "url": { @@ -175080,12 +175080,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\": \"adipis\"\n },\n \"displayName\": \"ad Duis amet et\"\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\": \"ipsum\"\n },\n \"displayName\": \"in labo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cf485647-efab-4ff5-a221-0cd94078f09f", + "id": "eef89053-da04-40fd-9d2b-ff42c5a4f395", "name": "Event Trigger", "originalRequest": { "url": { @@ -175141,7 +175141,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8013af40-ad68-4dd6-b998-33f4ad760e13", + "id": "c56604f3-f137-4eb8-9822-304dc484dc79", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175197,7 +175197,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be30c26f-1329-4dad-82c7-069eb30ea1b1", + "id": "5e70f0c0-e939-4d7d-916b-e5fc2a4eb8c7", "name": "External Trigger", "originalRequest": { "url": { @@ -175253,7 +175253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e1d8fd72-7a2e-4a46-8d58-99a6da918cb9", + "id": "f5e78c70-3907-444d-9f44-0cdc48cbc8e8", "name": "Event Trigger", "originalRequest": { "url": { @@ -175309,7 +175309,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ae19b1a0-f950-4b9a-9def-d570d176c946", + "id": "3a37a17f-983b-429d-8774-2a5ebf97ef6c", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175365,7 +175365,7 @@ "_postman_previewlanguage": "json" }, { - "id": "94f8eff5-252f-4bde-97dd-fc622f742b8d", + "id": "5cfe0e1d-0c3f-4320-9e9a-f02f1f1535b8", "name": "External Trigger", "originalRequest": { "url": { @@ -175421,7 +175421,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e051903-e2ae-49a6-bba5-4df7a1e2dd57", + "id": "840eb346-2edf-4500-b5aa-5006ba363d2c", "name": "An example of a 403 response object", "originalRequest": { "url": { @@ -175477,7 +175477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45c83611-3950-4a02-95f8-33b25291d550", + "id": "11784688-7265-409c-8249-2879868962dd", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175533,7 +175533,7 @@ "_postman_previewlanguage": "json" }, { - "id": "729fadb9-661d-4d06-b7f3-57eff0fb7091", + "id": "490b0ace-ab5d-40e6-b0cc-59d3b5d8ef02", "name": "External Trigger", "originalRequest": { "url": { @@ -175589,7 +175589,7 @@ "_postman_previewlanguage": "json" }, { - "id": "172fbf5c-9c72-48eb-8154-81ebc1314285", + "id": "d159a763-3d5d-43c6-b1f8-dde219950e4c", "name": "Event Trigger", "originalRequest": { "url": { @@ -175645,7 +175645,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8c2aa2ac-b4e9-49b8-9c4c-3c9e17e909d3", + "id": "1e194977-1b46-4333-94be-02d1163f797f", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175701,7 +175701,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0b8d93d0-9192-46b5-a940-d02a03dda76d", + "id": "60856ee2-64bc-4cfb-bf94-97429f327919", "name": "External Trigger", "originalRequest": { "url": { @@ -175757,7 +175757,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f32d0a9d-f8e8-4ab8-9364-2a06fbb0d2fc", + "id": "2e2227d9-911d-4903-aa97-0498e4552900", "name": "An example of a 500 response object", "originalRequest": { "url": { @@ -175813,7 +175813,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f405f993-d6fd-4dfb-8e53-e0f6cefad469", + "id": "d15fc58d-369b-4995-b356-a3339d9943f3", "name": "Scheduled Trigger", "originalRequest": { "url": { @@ -175869,7 +175869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5eaeb94c-919c-40ec-9fbf-4862f9a83845", + "id": "bc21b77c-d576-48ec-b00e-155698ca6b32", "name": "External Trigger", "originalRequest": { "url": { @@ -175931,7 +175931,7 @@ } }, { - "id": "6fd222e5-9380-4a67-9e09-07b1d78563c6", + "id": "572f3850-824f-428c-9c9c-1337f8303704", "name": "Get Workflow By Id", "request": { "name": "Get Workflow By Id", @@ -175972,7 +175972,7 @@ }, "response": [ { - "id": "d997dc1b-100f-4dbf-873e-eb27950062b6", + "id": "4bf71353-d783-4bea-969c-cfa2be83e17e", "name": "The workflow object", "originalRequest": { "url": { @@ -176011,12 +176011,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\": \"adipis\"\n },\n \"displayName\": \"ad Duis amet et\"\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\": \"ipsum\"\n },\n \"displayName\": \"in labo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "cb3dc853-5c1c-4b50-8d9d-fca6a3d4b5d7", + "id": "03dbcf7c-463a-4546-b5c3-b46730dda753", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176060,7 +176060,7 @@ "_postman_previewlanguage": "json" }, { - "id": "30112244-68cb-4f90-9cf7-cded81482146", + "id": "89f48e93-6488-4da5-9ac8-a0b0c4fe0abc", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176104,7 +176104,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7cce7679-c768-40e3-9968-e9255c53f5b8", + "id": "53837e75-8b6a-4d7a-9e3e-fc4d78169f8b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176148,7 +176148,7 @@ "_postman_previewlanguage": "json" }, { - "id": "483ee053-e4ba-4e48-ba81-d3c4c7b54fcd", + "id": "287524f9-5ef8-4c9f-9c4f-b01055f2a59a", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176192,7 +176192,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fbf4f351-5757-40a8-b1c8-1eaca94c2276", + "id": "80189bf1-563a-4b72-84fa-ecedbd6e23a6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176242,7 +176242,7 @@ } }, { - "id": "72576802-c081-4946-a436-df67da93f4fa", + "id": "71b8531d-6949-4d86-b33d-6828bde4cc26", "name": "Update Workflow", "request": { "name": "Update Workflow", @@ -176285,7 +176285,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\": \"mollit sunt\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud consectetur non\"\n },\n \"displayName\": \"dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176296,7 +176296,7 @@ }, "response": [ { - "id": "9c997ca5-b956-40b6-825e-215f7f512015", + "id": "b18ea22e-bd19-45a6-85f6-2b9ba30580be", "name": "The Workflow object", "originalRequest": { "url": { @@ -176331,7 +176331,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\": \"mollit sunt\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud consectetur non\"\n },\n \"displayName\": \"dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176348,12 +176348,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\": \"adipis\"\n },\n \"displayName\": \"ad Duis amet et\"\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\": \"ipsum\"\n },\n \"displayName\": \"in labo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "8ca40090-241c-432f-bd1b-806c309dd512", + "id": "e50b68db-3e83-4b21-9878-51f61835fcb3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176388,7 +176388,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\": \"mollit sunt\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud consectetur non\"\n },\n \"displayName\": \"dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176410,7 +176410,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5fc9d623-711a-4841-b737-80c7cbe8c5c0", + "id": "db2fc0fe-b63f-4ce6-8b8b-5ae716999e31", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176445,7 +176445,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\": \"mollit sunt\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud consectetur non\"\n },\n \"displayName\": \"dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176467,7 +176467,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b384d3a2-3c89-4b14-af57-ef514e0c8d07", + "id": "969da7ac-4116-4a3a-bc8c-f1f4f61ea9bd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176502,7 +176502,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\": \"mollit sunt\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud consectetur non\"\n },\n \"displayName\": \"dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176524,7 +176524,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2c91098a-10bc-4309-b053-bb3022ebe832", + "id": "e8aa3dce-0f68-480e-8fab-95c78a1a97d4", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176559,7 +176559,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\": \"mollit sunt\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud consectetur non\"\n },\n \"displayName\": \"dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176581,7 +176581,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3263ef0e-a14e-4d2e-ac46-91caa2b4cc5b", + "id": "bfaec025-a0f7-4df7-9c07-c488ea530183", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -176616,7 +176616,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\": \"mollit sunt\"\n },\n \"displayName\": \"ven\"\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\": \"nostrud consectetur non\"\n },\n \"displayName\": \"dolor\"\n }\n}", "options": { "raw": { "headerFamily": "json", @@ -176644,7 +176644,7 @@ } }, { - "id": "b3536308-9941-40f2-9d48-af620e6adb9b", + "id": "f0c52dbb-f1e4-4422-8d6a-0b5a12fd2025", "name": "Patch Workflow", "request": { "name": "Patch Workflow", @@ -176698,7 +176698,7 @@ }, "response": [ { - "id": "fb576e71-fb4a-42a4-96bf-afad6337eaff", + "id": "1dbf8c51-076b-457a-b941-7c2214f0b666", "name": "The Workflow object", "originalRequest": { "url": { @@ -176750,12 +176750,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\": \"adipis\"\n },\n \"displayName\": \"ad Duis amet et\"\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\": \"ipsum\"\n },\n \"displayName\": \"in labo\"\n }\n}", "cookie": [], "_postman_previewlanguage": "json" }, { - "id": "83c9bdc8-28df-4965-bb1f-2ac86cb1098b", + "id": "339777f7-c3ed-40ee-8f3c-0e3d174e2f0e", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -176812,7 +176812,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8192c487-3788-4eab-a1d0-91965adfe158", + "id": "5ca5050b-01ad-427c-a9e8-e0e26d0c9815", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -176869,7 +176869,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2a250e7-5bda-4393-9faf-505a1b60d4fb", + "id": "b1582064-e542-4d02-9134-b33cdd39d32d", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -176926,7 +176926,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4ffd6694-b7b5-4c08-9a67-c2c91da1c0cd", + "id": "68f0bbef-336e-447c-bcdb-0e7acda3cfda", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -176983,7 +176983,7 @@ "_postman_previewlanguage": "json" }, { - "id": "147e40a1-824b-4d90-868a-d65e92d302b1", + "id": "5121b994-7ad4-4d6e-bdd5-df8ed08c1373", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177046,7 +177046,7 @@ } }, { - "id": "cf6916e9-0452-4ee1-98a9-6f4b3fc43f6b", + "id": "8dfabd39-ee7d-470a-8d9a-f1073ab29f7c", "name": "Delete Workflow By Id", "request": { "name": "Delete Workflow By Id", @@ -177087,7 +177087,7 @@ }, "response": [ { - "id": "78856347-5a73-416b-a123-7455c7fd24e7", + "id": "d17c9eba-33d6-460f-8d39-df201c38906e", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -177121,7 +177121,7 @@ "_postman_previewlanguage": "text" }, { - "id": "516543b8-288b-4028-bb9a-0e33ddd9a2b8", + "id": "6a2f8f8d-608d-494e-84fc-63898336c8b6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177165,7 +177165,7 @@ "_postman_previewlanguage": "json" }, { - "id": "197095ad-cb50-447c-a48b-2cc1a8683f66", + "id": "615b9d7e-e3fd-4656-b628-e3e66f9b74df", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177209,7 +177209,7 @@ "_postman_previewlanguage": "json" }, { - "id": "427fff36-577b-4662-b39d-4bd6a375677d", + "id": "fbc68c41-868b-4a29-88be-1a3b28df2700", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177253,7 +177253,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ec571726-9fa9-440d-bf54-d07fe11af6dd", + "id": "7de1fc4c-d586-4ad9-a69e-2843c8f3504d", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177297,7 +177297,7 @@ "_postman_previewlanguage": "json" }, { - "id": "00e99368-44a6-4c89-9c9a-14d2c5f82dac", + "id": "9f411589-8cda-4dcd-803a-a3ed890da3e6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177347,7 +177347,7 @@ } }, { - "id": "67fdcf13-de46-40e4-bd27-bb051aa0ea81", + "id": "eafc2051-d69e-40b0-8fcd-8246f0902c6a", "name": "Test Workflow By Id", "request": { "name": "Test Workflow By Id", @@ -177402,7 +177402,7 @@ }, "response": [ { - "id": "d1a0545f-e0ca-4913-851a-72ef99aa37dd", + "id": "414f0e37-041f-4597-a5ea-05befe392f9d", "name": "The Workflow object", "originalRequest": { "url": { @@ -177460,7 +177460,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2495ffd7-391e-47fb-92b7-13f8b181e361", + "id": "1991fdb2-ac02-43a5-a3a3-647115e87361", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177518,7 +177518,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f62ffa99-92c7-4de4-b728-371a7822b43d", + "id": "ea0225d3-7639-4ac4-a026-cae23bd49205", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -177576,7 +177576,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b2346f0d-f883-4828-af3c-75288d47fa26", + "id": "4261417c-dc02-4a83-8c36-77cbf93c7d5b", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -177634,7 +177634,7 @@ "_postman_previewlanguage": "json" }, { - "id": "573f045f-bac1-4e9b-8575-73cd79a50af0", + "id": "79e6f153-e487-4a04-a9c9-c3d61c7f8360", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -177692,7 +177692,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e53022d-1b85-4a97-91dc-0baad4e3359c", + "id": "aadda58b-9058-4291-9121-bdac51eaa107", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -177756,7 +177756,7 @@ } }, { - "id": "24d3f307-122a-4e05-ac77-5bfa40bdd17f", + "id": "6b11cc94-6e6c-4a78-ba40-adfad34a7ec0", "name": "List Workflow Executions", "request": { "name": "List Workflow Executions", @@ -177835,7 +177835,7 @@ }, "response": [ { - "id": "99de0578-14bf-4518-ba09-357bf11cd4e9", + "id": "a21d75b0-a132-4c72-a64b-12692d47002d", "name": "List of workflow executions for the specified workflow.", "originalRequest": { "url": { @@ -177917,7 +177917,7 @@ "_postman_previewlanguage": "json" }, { - "id": "affa9e89-8921-4ff2-bae3-9637d2253c62", + "id": "4eaaf802-24c1-4df0-a444-a6ff1c8cb143", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -177999,7 +177999,7 @@ "_postman_previewlanguage": "json" }, { - "id": "c24e23cc-c545-4709-a9a9-5ddaa82e7c4b", + "id": "3b5f2500-63b2-4612-85ea-d2b989fd0e96", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178081,7 +178081,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a7cb426c-6db0-4044-9f3e-b369c86d7525", + "id": "d4d392a7-feb6-4167-bba0-d0c3a0804812", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178163,7 +178163,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0c979f43-7c83-472f-b81f-650f3462ca5f", + "id": "ef565a08-4d81-417a-8b1e-899530cbedd8", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178245,7 +178245,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1809b07c-2a05-40f8-a065-776d55152ee9", + "id": "f40e710c-437b-4512-8deb-2fdb2afe25c7", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178327,7 +178327,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e3f42cc7-a706-4ed6-83b9-ddac3b6e449d", + "id": "bcb261d4-fd73-433d-a15e-9d52c98ee36b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178415,7 +178415,7 @@ } }, { - "id": "54f99829-cb63-4a58-953f-05279bd084db", + "id": "ca6fedc9-dcd0-4f9b-8ed7-6eb05249891c", "name": "Get Workflow Execution", "request": { "name": "Get Workflow Execution", @@ -178456,7 +178456,7 @@ }, "response": [ { - "id": "a1f66211-593d-4e87-99bc-8c96b9536ecb", + "id": "3fa9e810-c45f-4eba-80de-320e4d31d97f", "name": "Workflow execution.", "originalRequest": { "url": { @@ -178500,7 +178500,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cc15b5f9-b976-4fe0-8ac8-192850810af6", + "id": "989ef851-5a9d-4e3f-9c54-9a5d407228cd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178544,7 +178544,7 @@ "_postman_previewlanguage": "json" }, { - "id": "45094ac6-0248-4595-b701-4942f51850b0", + "id": "5cf86201-322d-4514-97f8-c3b03fb47007", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178588,7 +178588,7 @@ "_postman_previewlanguage": "json" }, { - "id": "530e41f1-3c9a-499c-afce-16cb049e274f", + "id": "1f9251ea-a70b-4617-87fa-c1c789a42965", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178632,7 +178632,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4877da40-fd64-4d74-bacb-faef052ff373", + "id": "1d055bbb-7352-4d4a-9cde-49374041b709", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -178676,7 +178676,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2689099d-d886-4668-a25c-b1c434907052", + "id": "dda2dab0-d299-4c61-bd35-760895e4e266", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -178720,7 +178720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "efbca168-96d1-44ba-a359-6d57f5211b5b", + "id": "29a27141-f525-4213-a314-14b539471e1b", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -178770,7 +178770,7 @@ } }, { - "id": "e144a33c-c6a4-4a36-a0da-77e14fa00313", + "id": "6e3660a3-a27d-4d71-80e6-e1304d485b8a", "name": "Get Workflow Execution History", "request": { "name": "Get Workflow Execution History", @@ -178812,7 +178812,7 @@ }, "response": [ { - "id": "7ecc4cb0-b438-4621-a07c-f1b80cb8b417", + "id": "d13aad56-84fb-4ed7-a3e0-4044702bdfce", "name": "List of workflow execution events for the given workflow execution", "originalRequest": { "url": { @@ -178857,7 +178857,7 @@ "_postman_previewlanguage": "json" }, { - "id": "92ec5d46-ab6b-480a-ba03-2a5c2e69ac77", + "id": "9801504e-a325-4aa9-86be-814ea6d52535", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -178902,7 +178902,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4371856a-5787-458f-8e61-896030d54da7", + "id": "ec5cbff5-8816-4e31-96e2-8032b5ce386f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -178947,7 +178947,7 @@ "_postman_previewlanguage": "json" }, { - "id": "937d026d-455f-4191-b6c4-b6404be5ad09", + "id": "0871abf2-433a-4d24-8aec-6456baeaa006", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -178992,7 +178992,7 @@ "_postman_previewlanguage": "json" }, { - "id": "371ad32f-1fc6-4c43-abef-662a2b511df6", + "id": "4dd8a5d5-2bb5-45e0-8d16-2a0118245ef6", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179037,7 +179037,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7ba6efab-c327-4c79-a74e-8ef0525cb5e4", + "id": "0a667ff4-bc5e-445b-949a-a7ff8e5a0ae9", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179082,7 +179082,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9b7a7241-b9ee-4b68-9f1b-9a32b870007a", + "id": "362e9514-8cff-4a1e-bb7f-0280fea8e1bc", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179133,7 +179133,7 @@ } }, { - "id": "110d5b70-9728-4871-933a-be91fe80374a", + "id": "6db856f5-49b1-4bbe-ab65-c93b1c85a01d", "name": "Cancel Workflow Execution by ID", "request": { "name": "Cancel Workflow Execution by ID", @@ -179175,7 +179175,7 @@ }, "response": [ { - "id": "5e12a92e-0cee-4daf-ab39-6c0e83775f4d", + "id": "2360f400-6cfe-4fd4-be73-dab6f4856303", "name": "No content - indicates the request was successful but there is no content to be returned in the response.", "originalRequest": { "url": { @@ -179210,7 +179210,7 @@ "_postman_previewlanguage": "text" }, { - "id": "eafb2ad8-a226-425e-bd92-81d93c3b9b80", + "id": "e982d21f-c179-413b-a914-3d499caac7dc", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179255,7 +179255,7 @@ "_postman_previewlanguage": "json" }, { - "id": "15bc00f7-8d88-440c-b3e2-f4b73d86d3ff", + "id": "bfcf0118-2bf4-45b6-82f7-83341741e390", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179300,7 +179300,7 @@ "_postman_previewlanguage": "json" }, { - "id": "12299c7d-e3da-4f92-a9e0-30339bb318b2", + "id": "6a7e3be8-f4a3-4142-97ba-5936c2da3d4e", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179345,7 +179345,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5c9f036f-12ef-40f5-a174-02f6eb660b23", + "id": "462498b0-81b7-48d8-b955-07c587f8981e", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -179390,7 +179390,7 @@ "_postman_previewlanguage": "json" }, { - "id": "cb951ed6-2aaf-4185-ac77-3433a0312c26", + "id": "286bf83f-60db-4afc-b995-4a1ea1f2c6c0", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179435,7 +179435,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9327fd2-53a3-4bc9-b2c7-fb69755a8273", + "id": "271e733a-4525-4f5d-b701-7df2b96b7cf8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179486,7 +179486,7 @@ } }, { - "id": "350b0df1-d62c-4fd2-b454-161a0405cc53", + "id": "a1bf5cb9-f1c4-4424-9ed4-e9aff384951e", "name": "List Complete Workflow Library", "request": { "name": "List Complete Workflow Library", @@ -179534,7 +179534,7 @@ }, "response": [ { - "id": "73f74db7-bebd-4fb2-83ed-ef50c07e08bc", + "id": "e9490f4d-62a6-4bd6-805d-c79bf48ffc9a", "name": "List of workflow steps", "originalRequest": { "url": { @@ -179591,12 +179591,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\": \"2022-06-06T09:19:58.559Z\",\n \"versionNumber\": -77626586,\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\": true,\n \"deprecatedBy\": \"1963-05-07T21:50:49.523Z\",\n \"versionNumber\": -16492463,\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]", + "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\": \"2000-01-18T04:22:32.392Z\",\n \"versionNumber\": 85516011,\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\": true,\n \"deprecatedBy\": \"1984-09-29T05:15:26.414Z\",\n \"versionNumber\": -39407595,\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": "bfac236d-0624-4bed-8ab6-88357c499ad4", + "id": "8d9bfdc4-10ba-40d5-a6ee-502522c1ad31", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -179658,7 +179658,7 @@ "_postman_previewlanguage": "json" }, { - "id": "a9859b6a-5672-4ad3-a7da-3c708ad6613e", + "id": "c6467516-9b08-44d2-bf04-a5520995df2b", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -179720,7 +179720,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e4abfb90-b969-4f7c-b17b-2dc368b7815e", + "id": "e93036e2-8e37-4bc1-adf0-ed5b6d7f5cdb", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -179782,7 +179782,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4f3a946a-f015-404a-a68d-7aea8c9cd722", + "id": "86be4170-cbe6-4681-ac62-8fd4feddc940", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -179844,7 +179844,7 @@ "_postman_previewlanguage": "json" }, { - "id": "91c4fae2-7902-46f2-bdb2-f7a72155c1d4", + "id": "d2fffe6d-31c4-490c-b498-ad5756535126", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -179912,7 +179912,7 @@ } }, { - "id": "a2c2194e-3602-4768-a3c7-d06158926080", + "id": "717af741-e9c1-4f45-a14f-411ab2c6e417", "name": "List Workflow Library Actions", "request": { "name": "List Workflow Library Actions", @@ -179970,7 +179970,7 @@ }, "response": [ { - "id": "0543ab9a-697c-45f6-a68f-ce2d99d03457", + "id": "094a9868-5d60-405f-8d74-d4fe19f9e02e", "name": "List of workflow actions", "originalRequest": { "url": { @@ -180037,12 +180037,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\": \"2022-06-06T09:19:58.559Z\",\n \"versionNumber\": -77626586,\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\": true,\n \"deprecatedBy\": \"1963-05-07T21:50:49.523Z\",\n \"versionNumber\": -16492463,\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]", + "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\": \"2000-01-18T04:22:32.392Z\",\n \"versionNumber\": 85516011,\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\": true,\n \"deprecatedBy\": \"1984-09-29T05:15:26.414Z\",\n \"versionNumber\": -39407595,\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": "c544e773-5383-4e5b-96f2-42b7634980d9", + "id": "0bbc8183-5c33-4349-b73c-f485989c5b99", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180114,7 +180114,7 @@ "_postman_previewlanguage": "json" }, { - "id": "3d6141ae-73f0-4639-8fd0-05707294aefa", + "id": "c82f828e-2c49-4d02-ace1-a57631128808", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180186,7 +180186,7 @@ "_postman_previewlanguage": "json" }, { - "id": "41a1636f-83f0-46fb-a76d-2c484969f5b1", + "id": "7e3fdb76-20aa-4496-b407-86fb08c8f1a7", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180258,7 +180258,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5ba1007e-e775-43ed-a41b-a3a114b1a89c", + "id": "ce4dfaa8-13ba-45c5-ad0c-908705bb8eab", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180330,7 +180330,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5430d12b-e1cc-4a58-8760-a89ba4414cf7", + "id": "d2953a4d-a4f2-47d8-982e-0d9d4c35c8ea", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180408,7 +180408,7 @@ } }, { - "id": "2d1c243c-fec1-48eb-ab2e-fb677b9a55ad", + "id": "740b6080-37bd-4899-a5a3-1a9e04893ee8", "name": "List Workflow Library Triggers", "request": { "name": "List Workflow Library Triggers", @@ -180466,7 +180466,7 @@ }, "response": [ { - "id": "89eaef78-ba2a-4dfe-8131-4cfddd6ad475", + "id": "ad5b5333-cb39-41fa-ac07-4238522cbc74", "name": "List of workflow triggers", "originalRequest": { "url": { @@ -180533,12 +180533,12 @@ "value": "application/json" } ], - "body": "[\n {\n \"id\": \"idn:identity-attributes-changed\",\n \"type\": \"EVENT\",\n \"deprecated\": true,\n \"deprecatedBy\": \"1995-05-14T15:42:16.125Z\",\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\": false,\n \"deprecatedBy\": \"1964-11-29T12:46:48.728Z\",\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\": \"1954-06-12T05:37:00.805Z\",\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\": false,\n \"deprecatedBy\": \"1967-10-01T13:33:20.686Z\",\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": "59443cc9-0611-4181-833c-e7d32fd3bbe8", + "id": "56aa077b-5974-4f19-b4ba-7fa1b344f42f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -180610,7 +180610,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0fd31e1c-6ac2-40f8-b180-ef356d1668c9", + "id": "9d5be2b6-d6cc-4499-bbbe-6b494c9f72e8", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -180682,7 +180682,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b0d59665-7389-4aea-8e49-2440bf4e6812", + "id": "1860b51d-b06b-47fc-9544-9b54d1260ffd", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -180754,7 +180754,7 @@ "_postman_previewlanguage": "json" }, { - "id": "be20b855-10a4-4876-b4a7-b99fa97499bb", + "id": "5fe1f4f4-4b2b-4786-a2ec-db6e78f0fc16", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -180826,7 +180826,7 @@ "_postman_previewlanguage": "json" }, { - "id": "751f7976-d3dc-4608-90a8-51cb5116ab70", + "id": "a9e5fb45-9a20-460f-98ce-fdd7f1468d2c", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -180904,7 +180904,7 @@ } }, { - "id": "09f40735-f3e7-45e1-b6fd-feec39427313", + "id": "fbef9830-5581-44f8-8deb-4ecb7c53aec2", "name": "List Workflow Library Operators", "request": { "name": "List Workflow Library Operators", @@ -180934,7 +180934,7 @@ }, "response": [ { - "id": "38beb1df-0c7b-4666-8300-1830692e02eb", + "id": "f6f39057-e970-4866-95b0-64b1cf9846f0", "name": "List of workflow operators", "originalRequest": { "url": { @@ -180973,12 +180973,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\": \"2002-11-13T12:44:54.711Z\",\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\": false,\n \"deprecatedBy\": \"2018-02-14T07:40:56.313Z\",\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\": true,\n \"deprecatedBy\": \"1982-05-23T23:24:49.631Z\",\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\": \"1968-12-29T03:48:46.411Z\",\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": "c28a5a8b-bd82-4ef7-9fd5-9b73b12af8fb", + "id": "3edbaf74-5856-488b-8576-672e29ff32dd", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181022,7 +181022,7 @@ "_postman_previewlanguage": "json" }, { - "id": "66a9e540-3c57-4a35-afd6-ee0696203911", + "id": "70941106-59b2-48fb-9a6d-1e7a6a600f33", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181066,7 +181066,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7fd9aec3-8d15-46a9-82d1-c8386a6a23cc", + "id": "e2e169dc-1825-4001-a127-17376107c2ef", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181110,7 +181110,7 @@ "_postman_previewlanguage": "json" }, { - "id": "04c82a90-d9af-4c82-a70b-1957b6ae0c76", + "id": "c83d81e5-440b-4f59-937a-998421b8ae00", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181154,7 +181154,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ed6a5c2e-fe6f-49fd-8f40-b4a33bf008a0", + "id": "ce0f33f1-875b-4382-a211-f417702e03cb", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181204,7 +181204,7 @@ } }, { - "id": "079f7676-83ac-4ecb-a310-21dccf3073ba", + "id": "3004c5cd-6216-4e9c-92e7-d8b3d084353a", "name": "Generate External Trigger OAuth Client", "request": { "name": "Generate External Trigger OAuth Client", @@ -181247,7 +181247,7 @@ }, "response": [ { - "id": "73ac1eab-9afc-4dcf-af88-8073a4de32dc", + "id": "d51ce666-e438-49b4-8932-ffb6575d04ac", "name": "The OAuth Client object", "originalRequest": { "url": { @@ -181293,7 +181293,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e310d9b5-a28f-4b61-afab-bb8793860c8a", + "id": "32ae6f68-1280-4692-94ab-1ccce56d0ffa", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181339,7 +181339,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ba4b6e13-4477-469f-bcfb-c2d003d42550", + "id": "7e38ae31-aec3-4967-9d62-e34621226d7a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181385,7 +181385,7 @@ "_postman_previewlanguage": "json" }, { - "id": "361fc048-8f78-4094-907f-55691f917175", + "id": "371fafe4-336a-4898-aead-88e33e953686", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181431,7 +181431,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e01e9062-3a54-49f0-aed2-7be7e53f64d8", + "id": "ecf5e15c-2e8c-4d4b-aefd-7fe80f5e5549", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181477,7 +181477,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ebf7466-ea5e-47d3-a45a-850c2951c499", + "id": "5c5f7423-0cd5-4d71-bded-fef3d7a8dd95", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181529,7 +181529,7 @@ } }, { - "id": "35500a16-6d91-463a-a6b8-304b92c8548c", + "id": "6ea085fc-9cc1-4c9b-8976-3b68dbd55df8", "name": "Execute Workflow via External Trigger", "request": { "name": "Execute Workflow via External Trigger", @@ -181585,7 +181585,7 @@ }, "response": [ { - "id": "7ad4e75d-595c-48c2-917a-56d9dcd72d64", + "id": "0e70b171-3e56-4b24-b4a9-4e8147c4a64b", "name": "The Workflow object", "originalRequest": { "url": { @@ -181644,7 +181644,7 @@ "_postman_previewlanguage": "json" }, { - "id": "4e22209b-ed67-4abe-bb4f-c971d9b8e4c3", + "id": "a6298ee0-d472-4e51-9ecc-c788ef20f31b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -181703,7 +181703,7 @@ "_postman_previewlanguage": "json" }, { - "id": "b9ca59c9-84e8-4806-a710-9a928266fea0", + "id": "258eb872-8458-4695-9ba6-a6a6ea099c5a", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -181762,7 +181762,7 @@ "_postman_previewlanguage": "json" }, { - "id": "838dddc2-f3f7-4951-aa1e-a872485ce97d", + "id": "4e9bfedf-413a-4000-a1e1-79692f2813c1", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -181821,7 +181821,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fb2eea72-1f4e-4a01-96aa-25343bfdae97", + "id": "f9df251f-1b93-45d5-8a6e-d9cc55f8bedf", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -181880,7 +181880,7 @@ "_postman_previewlanguage": "json" }, { - "id": "7e6fae36-b006-41fe-8cc5-aa48b74cf699", + "id": "8c0ca7b8-2a06-4b3a-8075-3216dc21d852", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -181945,7 +181945,7 @@ } }, { - "id": "da6b3fe0-fc23-4e6a-ba30-dcc64d3654e3", + "id": "e824ddec-a656-489e-acac-9255a0fe06ad", "name": "Test Workflow via External Trigger", "request": { "name": "Test Workflow via External Trigger", @@ -182002,7 +182002,7 @@ }, "response": [ { - "id": "b140bd8d-5957-4813-8570-0bfd83410eec", + "id": "07f17f53-d2b0-41d7-bbd2-53b467ce0de0", "name": "Responds with the test input", "originalRequest": { "url": { @@ -182062,7 +182062,7 @@ "_postman_previewlanguage": "json" }, { - "id": "fab53ea1-6420-4bcb-b9e2-f9cda4aaba7b", + "id": "a878a12f-1fd8-4efb-83c7-0754dd4c2ce6", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182122,7 +182122,7 @@ "_postman_previewlanguage": "json" }, { - "id": "221f9725-01fa-4819-b8dd-53fe6f024302", + "id": "228cb9d0-8971-45e5-851f-663bdf6b0fb4", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182182,7 +182182,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0cfa96a0-7e9d-4f82-a8f4-192ee32dae41", + "id": "d5a81761-5d09-4949-a97d-1ed8209b1425", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182242,7 +182242,7 @@ "_postman_previewlanguage": "json" }, { - "id": "d920fac2-e265-4ad3-81a4-225184816269", + "id": "4218029a-6933-4b15-9598-62079b457bde", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182302,7 +182302,7 @@ "_postman_previewlanguage": "json" }, { - "id": "135598cd-369e-496e-b54c-796bf13e960d", + "id": "bb8dbb3f-ccb5-44b7-9bae-32f95bd47862", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182374,7 +182374,7 @@ "description": "", "item": [ { - "id": "2491b28a-dcf2-4b56-bf62-b6c46725faab", + "id": "bc7e778e-d347-4f7e-b4b8-5caf9dbfffe9", "name": "List Vendor Connector Mappings", "request": { "name": "List Vendor Connector Mappings", @@ -182403,7 +182403,7 @@ }, "response": [ { - "id": "bdd56785-57dd-40dc-b006-0e0cd17c1d3b", + "id": "4df8b2f4-827e-4097-93c1-e308fa332563", "name": "Successfully retrieved list.", "originalRequest": { "url": { @@ -182446,7 +182446,7 @@ "_postman_previewlanguage": "json" }, { - "id": "dab788cb-e9ed-440a-a80a-c5c599c5c5ac", + "id": "fe0f926b-92c0-4aaa-b947-773c2860bb0f", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182489,7 +182489,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1e252da2-d22a-41b8-a55d-89bdd7e0c73e", + "id": "c56e649d-041c-41ac-ad13-68f050ef90de", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182532,7 +182532,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5e91e8f3-0ae9-48e0-9830-2f58c6667169", + "id": "936ffa7e-eddc-472b-b22c-57c129fa1cd9", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182575,7 +182575,7 @@ "_postman_previewlanguage": "json" }, { - "id": "8ee5dfc9-d96a-480e-9ee0-f2874fcf0f90", + "id": "a2ee3b45-e1b5-462d-897f-3b9eac0a45ea", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -182618,7 +182618,7 @@ "_postman_previewlanguage": "json" }, { - "id": "6de94b39-0f81-448c-8024-57c7190bf6cd", + "id": "30053033-fc56-461f-b2ab-ec28f9866ee8", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -182661,7 +182661,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5270f525-a848-4aff-b02f-cc6d10cdde7c", + "id": "fbfc2cda-1605-443d-b548-a099c156efa8", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -182710,7 +182710,7 @@ } }, { - "id": "b9586d08-af37-4485-bc98-c8e123bf5fe9", + "id": "e42101f4-7207-4763-8814-af7aec919691", "name": "Create Vendor Connector Mapping", "request": { "name": "Create Vendor Connector Mapping", @@ -182752,7 +182752,7 @@ }, "response": [ { - "id": "8350ca09-01cb-4d1d-8e12-1dc3875ab59a", + "id": "abe04964-ed29-4153-9b13-237970c4a1ee", "name": "Successfully created a new vendor connector mapping.", "originalRequest": { "url": { @@ -182808,7 +182808,7 @@ "_postman_previewlanguage": "json" }, { - "id": "ab2f0cf8-cd16-439c-94f0-1f99aa7b380c", + "id": "f26ba021-47d7-49e3-9aa4-4a7c962a920b", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -182864,7 +182864,7 @@ "_postman_previewlanguage": "json" }, { - "id": "2cc361fc-2e23-4ce7-a5fa-86016d1d58c7", + "id": "06ebd2b9-505f-42d6-8d77-24f6ec9665b0", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -182920,7 +182920,7 @@ "_postman_previewlanguage": "json" }, { - "id": "e0c19cfc-c78c-45c7-886b-b2bea3db93f4", + "id": "7d776b08-994b-4a6d-8205-c787cb40df10", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -182976,7 +182976,7 @@ "_postman_previewlanguage": "json" }, { - "id": "1ac61f9b-1f57-470a-8d63-1d49644ae67d", + "id": "f2c1e3ea-a31b-4a8c-bb84-83bb1c91e0cf", "name": "Method Not Allowed - indicates that the server knows the request method, but the target resource doesn't support this method.", "originalRequest": { "url": { @@ -183032,7 +183032,7 @@ "_postman_previewlanguage": "json" }, { - "id": "195afe19-8d25-494e-b894-4ca484a8fb4b", + "id": "bcfb3fee-5970-444e-ab6c-a80f42098f79", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183088,7 +183088,7 @@ "_postman_previewlanguage": "json" }, { - "id": "0a8868a3-3004-41c6-a147-b6a3c64a51ff", + "id": "b994b827-6146-448f-a81c-9226ef67c0f6", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183150,7 +183150,7 @@ } }, { - "id": "f31e08b3-fee3-4600-a337-ee8d10df6524", + "id": "c1e30247-95aa-470e-afe9-957910c6e1cb", "name": "Delete Vendor Connector Mapping", "request": { "name": "Delete Vendor Connector Mapping", @@ -183192,7 +183192,7 @@ }, "response": [ { - "id": "b9d3cefa-3d67-44bb-a663-efecdcd20d45", + "id": "7eaf35ee-6a92-4ec8-8cb3-c5fa149afafd", "name": "Successfully deleted the specified vendor connector mapping.", "originalRequest": { "url": { @@ -183248,7 +183248,7 @@ "_postman_previewlanguage": "json" }, { - "id": "76545451-f0a4-4f84-95ac-efe599f289fc", + "id": "0dd71710-6424-46a7-8f66-f6c34f9570d3", "name": "Client Error - Returned if the request body is invalid.", "originalRequest": { "url": { @@ -183304,7 +183304,7 @@ "_postman_previewlanguage": "json" }, { - "id": "932b15c3-1237-49fb-a2a8-ef87a57e89f3", + "id": "2187db1f-e61f-4f45-bf1b-065eb70b545f", "name": "Unauthorized - Returned if there is no authorization header, or if the JWT token is expired.", "originalRequest": { "url": { @@ -183360,7 +183360,7 @@ "_postman_previewlanguage": "json" }, { - "id": "9c973e69-97a1-4758-af91-0d3a5ddcbe3a", + "id": "eec40355-457f-45cf-a2f3-5a7cd8becf34", "name": "Forbidden - Returned if the user you are running as, doesn't have access to this end-point.", "originalRequest": { "url": { @@ -183416,7 +183416,7 @@ "_postman_previewlanguage": "json" }, { - "id": "f2cb87b0-d2ec-4a88-8f9b-db518356f11d", + "id": "b2939779-5ce5-4ecb-96b3-913446cb7293", "name": "Not Found - returned if the request URL refers to a resource or object that does not exist", "originalRequest": { "url": { @@ -183472,7 +183472,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5bdcf2e1-133c-459e-b2ab-c36a7bc75cbd", + "id": "e1a6b7e7-cf9b-416b-b1d0-4607335cd3b3", "name": "Too Many Requests - Returned in response to too many requests in a given period of time - rate limited. The Retry-After header in the response includes how long to wait before trying again.", "originalRequest": { "url": { @@ -183528,7 +183528,7 @@ "_postman_previewlanguage": "json" }, { - "id": "5f932bc8-c5e2-4d7c-ade8-49bb74afadfb", + "id": "27dfa4e3-01cc-4546-b544-712a4bee6ce3", "name": "Internal Server Error - Returned if there is an unexpected error.", "originalRequest": { "url": { @@ -183670,7 +183670,7 @@ } ], "info": { - "_postman_id": "ad16df98-4576-4f2c-94f8-ebac8dc88698", + "_postman_id": "012ad6c1-e3ea-4d0b-80d8-c79ed290f923", "name": "Identity Security Cloud V3 API", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json", "description": {